OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: john_clark on 22 Jan 2006, 21:22:19
-
Exactly what is says on the tin. Are there any scripts which allow you to "cut" through the chain link fences. The only other way I can think of to do this is to use satchel charges to blow up the fences.
(But this is a little noisy :))
-
This is the best way imo, you'll need the editorupgrade102
-
Brilliant! But how do you change the type of fence that it works with? (Specifically, I want to change it to the tall chain link with barbed wire atop it, replacing it with the one with a hole in it)
Thanks
-
the bits in "cutter.sqs" which read "AAA223" and "AAA541" are the whole and ripped fence respectively. if you wish to change those, you need to place your new fence types in a mission, give them names, and save the mission. then look in the mission.sqm file and locate the new fence bits by name and use their numbers within the cutter script.
i believe however, that the fence used in the original script is the best one.... terox and i tried a few variations (http://www.ofpec.com/yabbse/index.php?board=8;action=display;threadid=24383;start=0) ;)
-
Thanks