Jump to content

MiG2003

Member
  • Content Count

    260
  • Joined

  • Last visited

  • Medals

Everything posted by MiG2003

  1. MiG2003

    UEFA Euro 2004

    I want to congratulate all the Czechs for the fabulous game i was proud to watch in my own country . Best game till now !!! I hope that Czech republic wins the Euro 2004. I don't believe that my team (Portugal) can do it, unfortunely MiG Temporarely out of Mod making to watch Euro 2004
  2. MiG2003

    3wx industrial pack 3.0 released

    Downloading now... Looks great as usuall
  3. MiG2003

    Farmland objects pack!

    I might do it Cervo, as soon i get my main computer fixed . It became "melted" with a Thunder last night .
  4. I've got a pack with some windmills (Farmland objects) and they only work in the mission editor. They were made as tanks and i use the radar movement to create animation. Is it possible to add anything to the island config or a script, so they work? Version 1.10 of this addon can be downloaded from ofp.info
  5. MiG2003

    Farmland objects pack!

    Cervo is right! I might rescale those mushrooms
  6. MiG2003

    Farmland objects pack!

    Here it goes! Farmland Objects final version will be released May, 26 at ofp.info. It will contain more than 60 object addons and a file size about 6Mb. It is the time to point final bugs so i could fix them during this week  Screenshots of some of the new objects:
  7. MiG2003

    Ardennes island v1.0 by reinhard

    One more fence included, this time a "bushfence". I'll make one more wood fence. Do you want wood paint fence? If so, maybe white is the more common, what do you say reinhard66? Bush fence screenshot
  8. MiG2003

    Positioning objects

    I assume you are using proxys to do that, right? Is it an addon or a mission you are making?
  9. MiG2003

    Compound animation?

    Yes it can be done and it was done in the stargate addon Don't have the link anymore but if anyone is interested Wizzywig knows the download link for stargate .
  10. MiG2003

    Eurika!

    Just read this thread Drow paatool11
  11. MiG2003

    Paatool 1.1 released

    Real great, downloading...
  12. MiG2003

    Bas infantry sdk

    You mean much harder, DeadMeatXM2
  13. MiG2003

    Unified zombie pack release imminent

    Zombie_Mod: Are there any new missions with zombies latelly so i can play for a while? I've only played Doomsday and it was real scary
  14. MiG2003

    Farmland objects pack!

    Soon m8, but i want to finnish this pack, a city pack addons i'm doing and a trench complex for Unsung Mod, first. I'm working on this just in the weekends cause i have a damn job that makes me travel around the country I was having problems in solving the mule major problem but it's solved now and mule is working 100%. The wild animals pack i'm thinking in release soon will not contain much animals cause they are very hard to make and animate. I intent, but only after OFP2 come out, make a big pack with animals but only if i get help in labour of modelers and animators
  15. No need of thinking in the prob anymore folks . Fixed with the help of JörgF from mapfact. Thanks to everybody !
  16. MiG2003

    Bayonet animation on a rifle

    I real need this addon
  17. MiG2003

    Farmland objects pack!

    Thanks Parker Hale, but the fields have still a bug. I've corrected the view geometry lod cause it was causing invisibility problems around them. No bugs in the next version , i hope
  18. MiG2003

    World war 1 mod

    The first thing you folks have to do is find real interested people for this ww1 mod. If you found it and work together mod will rise, if not... Believe me that this is a lot of work and most of recruited people will quit in a few months. I don't have time to help, but i believe there are in the community some real interested people in ww1. Good luck for this hard task
  19. Hi friends, just getting home finnaly. Mapfact air tower works very fine with the inside script. The player just need to type in a trigger [(object 020069)] exec "\JOF_Objects1\Radar.sqs" and air towers edited in wrpfiles are animated. The object number is the id Dschulle and Leone: I agree with you folks and when i post this request i was thinking in a similar solution using ID number and a script like Mapfact did. Unfortunately i don't understand nothing about scripting. Let's see the solution Wizzywig has found.
  20. MiG2003

    Ardennes island v1.0 by reinhard

    Added right now some individual potatoe plants to my farm
  21. MiG2003

    Farmland objects pack!

    Sure i get your point DV Chris Death. I'm thinking of creating  some more no enterable houses (to save some file size) and about ruined houses it's possible i might add some more too. I can create some bullet impact effects and place them in the P3d . If i use hidden selections option everything is settled in the config without increasing file size (what i mean is that i can use the same p3d for several buildings and make them look different ingame). I've got another idea that is the creation of  ruined road section . I'm preparing another  pack that will be released in a month that will contain another different building types such as dock, lighthouse, iron bridge, commercial city buildings, wall advertisings,  ruined entrable city houses, underground enterable  sewages and much more...
  22. Thanks Wizzywig, I'll try your script as soon as i get home Friday night
  23. MiG2003

    New island in progress

    Real Cool! I can hardly wait to have a real large city at OFP
  24. MiG2003

    My map can someone help

    Here is a working island config if you need it. Just replace whatever you need: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">// some basic defines #define TEast 0 #define TWest 1 #define TGuerrila 2 #define TCivilian 3 #define TSideUnknown 4 #define TEnemy 5 #define TFriendly 6 #define TLogic 7 #define true 1 #define false 0 // type scope #define private 0 #define protected 1 #define public 2 class CfgPatches { class mig_farmland { units[] = {}; worlds[] = {"mig_farmland"}; requiredVersion = 1.30; }; }; class CfgWorldList { Â Â Â class mig_farmland {}; } class CfgSurfaces { }; class CfgEnvSounds {}; class CfgWorlds { class DefaultWorld {}; class Cain: DefaultWorld {}; class mig_farmland : Cain { access=3; worldName="\mig_farmland\mig_farmland.wrp"; description="Farmland"; icon="\mig_farmland\farmland.paa"; Â Â Â Â Â Â Â Â startTime="7:30"; Â Â Â Â Â Â Â Â startDate= 3,04878048780488E-02; Â Â Â Â Â Â Â Â startWeather=0.400000; Â Â Â Â Â Â Â Â startFog=0.000000; Â Â Â Â Â Â Â Â forecastWeather=0.400000; Â Â Â Â Â Â Â Â forecastFog=0.000000; Â Â Â Â Â Â Â Â seagullPos[]={2837,2449,50}; centerPosition[] = {1308,4182,50}; cutscenes[]={"..\addons\mig_farmlandanim\intro"}; Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ilsPosition[] ={0,0,0}; ilsDirection[] ={0,0.08,1}; ilsTaxiIn[]={}; ilsTaxiOff[]={}; Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â class Sounds { sounds[]={}; }; class Animation { vehicles[]={}; }; class Names { Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â class Farmland { name="Farmland"; position[]={1308,4182,50}; }; Â Â Â Â Â Â Â Â Â Â Â Â class Helena { name="Sta. Helena"; position[]={5030,1665,50}; }; Â Â Â Â Â Â Â Â Â Â Â Â class Omaha { name="Little Omaha"; position[]={2389,684,50}; }; class Castle { name="Calabre Castle"; position[]={2837,2449,50}; }; Â Â Â Â Â Â Â Â Â Â Â Â class Airport { name="Airport"; position[]={1073,1539,50}; }; class MiGtitle { name="Farmland Islands by MiG"; position[]={974,5975,50}; }; }; Â Â Â Â Â Â Â Â class EnvSounds: CfgEnvSounds { class Rain { sound[]={"Environmental\Rain_hard",0.001000,1}; soundNight[]={"Environmental\Rain_hard",0.001000,1}; }; class Sea { sound[]={"Environmental\wave_break",0.000100,1}; soundNight[]={"Environmental\wave_break",0.000100,1}; }; class Meadows { sound[]={"animals\crickets03",0.000018,1}; soundNight[]={"animals\crickets03",0.000018,1}; }; class Trees { sound[]={"animals\crickets03",0.000100,1}; soundNight[]={"animals\crickets03",0.000100,1}; }; class Hills { sound[]={"Environmental\wind_heavy",0.000032,1}; soundNight[]={"Environmental\wind_whistle",0.000032,1}; }; }; }; };
  25. MiG2003

    My map can someone help

    Here is a working island config if you need it. Just replace whatever you need: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">// some basic defines #define TEast 0 #define TWest 1 #define TGuerrila 2 #define TCivilian 3 #define TSideUnknown 4 #define TEnemy 5 #define TFriendly 6 #define TLogic 7 #define true 1 #define false 0 // type scope #define private 0 #define protected 1 #define public 2 class CfgPatches { class mig_farmland { units[] = {}; worlds[] = {"mig_farmland"}; requiredVersion = 1.30; }; }; class CfgWorldList { Â Â Â class mig_farmland {}; } class CfgSurfaces { }; class CfgEnvSounds {}; class CfgWorlds { class DefaultWorld {}; class Cain: DefaultWorld {}; class mig_farmland : Cain { access=3; worldName="\mig_farmland\mig_farmland.wrp"; description="Farmland"; icon="\mig_farmland\farmland.paa"; Â Â Â Â Â Â Â Â startTime="7:30"; Â Â Â Â Â Â Â Â startDate= 3,04878048780488E-02; Â Â Â Â Â Â Â Â startWeather=0.400000; Â Â Â Â Â Â Â Â startFog=0.000000; Â Â Â Â Â Â Â Â forecastWeather=0.400000; Â Â Â Â Â Â Â Â forecastFog=0.000000; Â Â Â Â Â Â Â Â seagullPos[]={2837,2449,50}; centerPosition[] = {1308,4182,50}; cutscenes[]={"..\addons\mig_farmlandanim\intro"}; Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ilsPosition[] ={0,0,0}; ilsDirection[] ={0,0.08,1}; ilsTaxiIn[]={}; ilsTaxiOff[]={}; Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â class Sounds { sounds[]={}; }; class Animation { vehicles[]={}; }; class Names { Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â class Farmland { name="Farmland"; position[]={1308,4182,50}; }; Â Â Â Â Â Â Â Â Â Â Â Â class Helena { name="Sta. Helena"; position[]={5030,1665,50}; }; Â Â Â Â Â Â Â Â Â Â Â Â class Omaha { name="Little Omaha"; position[]={2389,684,50}; }; class Castle { name="Calabre Castle"; position[]={2837,2449,50}; }; Â Â Â Â Â Â Â Â Â Â Â Â class Airport { name="Airport"; position[]={1073,1539,50}; }; class MiGtitle { name="Farmland Islands by MiG"; position[]={974,5975,50}; }; }; Â Â Â Â Â Â Â Â class EnvSounds: CfgEnvSounds { class Rain { sound[]={"Environmental\Rain_hard",0.001000,1}; soundNight[]={"Environmental\Rain_hard",0.001000,1}; }; class Sea { sound[]={"Environmental\wave_break",0.000100,1}; soundNight[]={"Environmental\wave_break",0.000100,1}; }; class Meadows { sound[]={"animals\crickets03",0.000018,1}; soundNight[]={"animals\crickets03",0.000018,1}; }; class Trees { sound[]={"animals\crickets03",0.000100,1}; soundNight[]={"animals\crickets03",0.000100,1}; }; class Hills { sound[]={"Environmental\wind_heavy",0.000032,1}; soundNight[]={"Environmental\wind_whistle",0.000032,1}; }; }; }; };
×