Jump to content

Frugo_PL

Member
  • Content Count

    243
  • Joined

  • Last visited

  • Medals

Everything posted by Frugo_PL

  1. This question bugs me - Can I do Rambo style actions? Â I.e. Can I make a soldier run and shoot at the same time? It is possible to do if you are the player, so how can it be done with AI? AI usually stops before shooting...
  2. Frugo_PL

    Scripting help

    Go to www.winzip.com. Download the program from there and then double click on the script. Then click the extract button and follow the instrructions that WinZip gives you.
  3. Frugo_PL

    1.91 me bug?

    It's sad, but true... Â Â The AI somewhat seems to screw up on the WP's. I am working on a campaign and I guess that I'll have to rework it after a new patch comes out, cuz I adjusted the triggers to the swaying way the AI drives/pilots. I have noticed however that the AI screws up only on long distance WP's. On short range it does everything corectly. Also, I have noticed that the AI in helis doesn't land at WP's, but goes a long way after the WP. I have adjusted my campain to this bug... and will have to rework it later... Â Â Â Example (would be grateful if someone could tell me whether it's my scripting problem or is it the patch): I place a WP that's activated when b= true. B is true when the player uses the radio. The WP has this in its Init field: h1 (the chopper) land "getin" Even though the heli has its speed set to limited, it speeds past the WP, makes a long loop, then comes back and starts to hover about 5 meters over the ground, which is too high to get in... Tried putting h1 land "land", but the same thing happens... Â Is it my mistake or the patch is screwed up?
  4. Frugo_PL

    Car explosion?

    *************UPDATED SCRIPT************** Here is a sample script: (name it "carbomb.sqs") </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ;Speed Car Bomb Script by Frugo_PL ;Usage: [Car_to_explode] exec "carbomb.sqs" _car=_this select 0 #loop1 ? speed _car >50: goto "bomb" ~1 goto "loop1" #bomb ? speed _car <50: _car setdammage 1 ? speed _car >50: goto "bomb" ~1 exit<span id='postcolor'>
  5. Frugo_PL

    Captive soldier animation

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (iNeo @ Feb. 15 2003,18:24)</td></tr><tr><td id="QUOTE"></span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Frugo_PL @ Feb. 14 2003,20:33)</td></tr><tr><td id="QUOTE">I don't know why BIS did it, but any cammand that starts with "FX" has to be scripted in a separate *.sqs file.<span id='postcolor'> Or trigger. It's just init.field that doesn't work.<span id='postcolor'> Thx for the info.
  6. I have been wondering how to make initiate a script when the player luanches a flare up in the air. As far as I know there is no command for checking if the flare was launched, so I'm just curious if there's a walk around.
  7. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Doolittle @ Feb. 14 2003,21:05)</td></tr><tr><td id="QUOTE"></span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">onFlare.sqs - launched when illuminating shell is lit(since 1.45) Â Â - arguments: [[r, g, b], gunner] - r, g, b is light color <span id='postcolor'> They knew EXACTLY what you wanted, eh? Doolittle<span id='postcolor'> What good is this info to me if I don't have the script? Could you tell me where I can get this script?
  8. Frugo_PL

    Captive soldier animation

    You did everything right with the script. I don't know why BIS did it, but any cammand that starts with "FX" has to be scripted in a separate *.sqs file. So just copy the last part of your script and then activate it from the initialization field of the soldier like [this] exec "yourscript.sqs"
  9. How do I specify in an outside script when a mission ends and tell the game to load another, specific mission?
  10. As walker said, you'd have to use oxygen to edit the model of the jeep... However, since the original models are encrypted, you can't edit them. The only way is to find the old demo, extract the model from there and use the current config.cpp with CanFloat= True. Then you'd have to edit the model using the Oxygen tool and edit the wieght distribution.
  11. There aren't amny shotguns for OFP and those that were made are almost all Moosbergs... How about some military shotgun? SPAS12 is probably the most known one. It is used by special forces all over the world. Most good games have it: GTA3, CS, and Dino Crisis just to name a few. Here is a pic: Here are links to more images: http://www2t.biglobe.ne.jp/~ohige/tsuhan/marui/spas12_01.jpg http://www.dirtyapes.com/images/hardware/spas12_2.jpg http://www.to-center.com/content....012.jpg
  12. Frugo_PL

    Uscm mod

    Yes, USCM Mod is in works. USCM = US Colonial Marines from the movie Aliens. The mod is loosely connected to the movie itself, but there will be aliens (not many, but some). If you are interested in helping out, e-mail or PM me. Here is some work in progress: SAM AA Rocket Launcher Minigun from the movie Predetor Aliens USCM APC
  13. How do you make a unit climb a ladder to a watch tower? Normally the unit just goes under it. Thx for helping.
  14. Frugo_PL

    Figher jets now engage with missles

    I played around with the missle config... Try putting 1000 to the missle's manuveurblility   and watch what happens!  Â
  15. Frugo_PL

    How to edit a map

    Use WRPEdit
  16. Frugo_PL

    Terragen help

    I tried to use Terragen to make islands. When I start it, it reads some files and gets stuck on "Calling... TerrainHasChnaged()". Anybody know how to fix it?
  17. Frugo_PL

    Terragen help

    I tried to use Terragen to make islands. When I start it, it reads some files and gets stuck on "Calling... TerrainHasChnaged()". Anybody know how to fix it?
  18. Here is an ingame pic of an early beta version of the SAM AA Launcher for the US Colonial Marines Mod. It still needs better textures and it has to be tested more throughoutholy. I will release it probably next week.
  19. The US Colonial Marines Mod is in a desperate need of island makers. I you can make islands, relatively flat with some rises in the terrein, then please contact me. No need to place objects. Just simple terrain. Plaese contact me at frugo_pl@interia.pl or PM me. Thx in advance.
  20. Frugo_PL

    Uscm sam aa launcher

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Soul_Assassin @ Nov. 15 2002,01:25)</td></tr><tr><td id="QUOTE">How would u b able to "get in" the SAM launcher? That just would be unreal... <span id='postcolor'> The SAM launcher is designed for the US Colonial Marines Mod. What do you think it means? UNREALISTIC equipment. Even the textures are green, cuz green and the logo are from the Weyland Yutani Corp., the main corporation from "Aliens". Our team decided to expend on the idea of the equipment, since there was very little of it shown in the movies/games. And yes, you can enter the SAM launcher, but how do you think you can shoot otherwise? I buried the gunner undergroung so when the AI uses it, it will behave like an automated launcher. PS. The launcher is green because all of the vehicles in the movies and games are of the same color, just in case you didn't notice.
  21. Frugo_PL

    7months in the making...

    You don't need Res to use Littlebirds. Balistic Studio released Littlebirds for both OFP and Resistance.
  22. Frugo_PL

    Uscm sam aa launcher

    Here's some new pics from the beta. It hav better textures and the lods are fixed.
  23. First convert the pics to gif ot tga. Then convert them into paa.
  24. Frugo_PL

    Daimler ferret mk2

    The model looks good. It looks very good, very high poly count! We need such detailed models for such detailed game .
  25. Frugo_PL

    Some suggestions

    A LARGE (very large) city (Manhattan style! with a small country would be good, based on the point that there is none of the kind. I want some type of an urban war, or even a mob style missions. OFP has a good engine for that (even GTA style missions). Now we just need a properly fit island.
×