-
Content Count
6398 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by [aps]gnat
-
.... trying to detect "All Dead" on a Revive MP map. The detection must include the AI and the human players ... Im nearly there except ..... I just discovered that players "disappear" from an "East Present" (PlayerAlive) trigger if they board a vehicle !!! *sigh* The side effect is I get an "All Dead" just because the last guy jumped in a vehicle. Q: How can I detect if a named player has ENTERED ANY VEHICLE ? (or is inside a vehicle inside a "Present" trigger ?) I suspect it could be done if the vehicle was named and was manually placed into an array, to be searched .......... but thats way too hard with the number of vehicles I have !! There's got to be an easier solution ........ Anyone? Thx
-
Trying to find the futuristic Addon I had that was basically a pulse rifle with capacity for HE rounds and had a really spec'y Optic ..... bit like the Inquisitor's recent gun optic. Cross hair with fake digital read-outs. Probably 12 months+ ago It was a really deadly weapon, can't remember the name .... maybe something like OIWC or OWIS or .... hmmm Help ! .... Loved it and lost it (And no ... its wasnt the Bastler addons) Gnat.
-
B I N G O !!!! Thx Grizzlie / gaultesian .... yes it was a HK pak .. http://ofp.gamezone.cz/index.php?showthis=887 and yes .... one of the best OICW so far ... ... sounds like a nailgun on steriods ! LOL
-
no cero .... that wasnt it .... thx.
-
Thanks guys but.... no .... Not the Bastler(s) Not the Mortia (nice weapon .. shame about the optic) Not the T800 Not the Papop (nice weapon ... shame about the textures) bugger bugger bugger ... *sigh* maybe it was part of a HK pak ...
-
hmmmm ..... no I already have Inquisitors OICW (Nice!) The one I'm after was out much earlier ....... (was it a beta?) The one I'm after sounded different, looked different, optics were slightly different ...... but maybe it was named similar because of the oicw "program" name. Any other suggestions ....
-
Problem; I want to at a Trigger change the status of various AI around an area. For any target AI (manned vehicles and squads alike) in the Init field "AA1 = group this" ..... AA2 .... AA3 and so on. The at the Trigger I execute a script, the script only has lines like; "_x SetCombatMode RED" foreach units AA1 "_x SetBehaviour COMBAT" foreach units AA1 "_x SetCombatMode RED" foreach units AA2 "_x SetBehaviour COMBAT" foreach units AA2 ............. etc When it triggers I get no errors but but then I see (through Binoculars!) that the squads dont even take the guns off their shoulders! They dont change status ! By inserting "hint" 's I can see the script does actually run but ..... Why not work? What am I doing wrong? Cheers, Gnat
-
Changing ai unit behaviour
[aps]gnat replied to [aps]gnat's topic in OFP : MISSION EDITING & SCRIPTING
Whoah ! That woke the AI up !! Thanks very much Suma ! -
Changing ai unit behaviour
[aps]gnat replied to [aps]gnat's topic in OFP : MISSION EDITING & SCRIPTING
possible Cep, but there are over 35 groups that have to have a status change! Thats a lot of extra waypoints and trigger links. I would have thought the script commands would work as they are described ! -
OK ... I can understand removing the 1.93c link if its a pre-release beta .... but why oh why did you remove the link to the 1.93b version ... !!?? (Even though my post has been edited to make it look like I posted links to "c" versions only. ) *sigh*
-
1.93c you can get here: [.... Download links removed. 1.93c is not a public download, it is only a closed beta test. Posting any links to it is regarded as distributing leaked version ...] Cheers, Gnat.
-
Recenty started using 1.93b (from 1.92) since I was getting 3 or more CTDs an hour, even in single player mission mode. It really seems to work! Not 1 CTD since !! I suspect it was a graphics related issue causing the CTD's. Not sure but. During gameplay it seemed like open space or staying in a town too long was causing the issue. BTW, using the "-nomap" commandline option, only cuz it was suggest ...... no idea what it does. I run XP, 2.4GHz, 512MB, Nivida Ti4200 GF4. Best of Luck! Gnat.
-
Looked for an answer for this one...but all the normal solutions dont work on (couple tested) non-BIS soldiers. Im using BAS Delta soldiers for a CTF and when they become flagowners they dont carry/fly the flag. All the normal commands have no effect. They are the Flagowner...but dont show it visibly. Have I missed something.... BIS Soldiers and custom vehicles show the flags (well some ! JetPacks dont dam it!), why cant customer soldiers? Anyone know a work-around? A way to get a flag to sit on a soldiers back... (somethings got to be better than my current solution of them emitting red or blue smoke...LOL) Thanks, Gnat.
-
Thanks russin but theres no Flag Carrying going on in that mission ! There all Bareback.... I've searched all my BAS CTF...there all bareback too... Anyone? Even a script to "hang" stuff on a soldier would suffice, at least I could modify it? Cheers! Gnat
-
Yeh, I suspect I've seen a mission where they do carry....but it must be a script because by default they dont carry. I've checked a couple of CTF using BAS soldiers, and they dont carry either !! I'll keep searching my copies of various CTF mission....but surely someone has scripted this before... Gnat
-
Well... I tried it but the pieces still seemed to move.....but I did use half your idea to get a general solution. I placed a string of bridges out at sea (boy it's a pain to get them to line up... at one map Zoom level, they do...at another Zoom level they dont ! Which reminds me, there must be a formula for the X-Y position...more research!) and then move or copy the string to where you want them. THEN you have to adjust the height of all of them with the setpos/getpos +/- Z line as above.......THEN you have to change the angle (10th and 100th of a degree !!) of any pieces over sloping land. Always use a "sea section" as true quide for angle. The bonus (a small one!) is you dont have to change the X-Y of any pieces....just angle (land one) and height. Still lookin for a better way.......... CHeers, Gnat
-
Well...its got me beat....searched the forums...can see some old hints as to people see this, but not in full. I'm laying a long bridge @ 65 deg (on desert island) and the sections I am adjusting the height with eg; Â this setPos[getPos this select 0,getPos this select 1,-14.05] in the init field. I have also tried "(getPos this select 2)-X" for the vertical axis to. THE PROBLEM: On slopes (ie shore) the bridge sections move X/Y and Twist (rotate) !!! On very steep slopes the twist becomes very obvious. So it becomes impossible to cleanly match one section to the next. What is going on? And how do I fix/get around this problem? I've tried messing with the sections coordinates in the mission.sqm file to fix but that doesn't seem to work either. Is it some accuracy difference between getPos and setPos? And why would that make the bridge sections twist?! Â Any help or hints appreciated. Cheers, Gnat.
-
Thanks Walker, interesting solution.....I'll give it a whirl... Cheers
-
And at the Editing Centre, doolittles "Vehicle Respawn With Smoke"....use the smoke script Gnat