OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Mr.Pibb on 10 Dec 2004, 06:27:29
-
Hello
Already searched around for the answer, but couldnt find it, so I thought I'd ask. :)
I am wanting to basically take a good few west and res vehicles and units that are used in ofp and do one thing to em, change their sides to east. Its kinda important to my mission being that rating reductions cant happen for destroying vehicles in my mp mission.
If I have to just copy whatever file they are in, change their sides and then make em addons thats fine, I just need to know where to find em, what to change and then what to do to finish them as new addons. I got the pbo stuff, so if u guys could lend me a lil info would be really great. Also, my mission uses kegSnow vehicles, so I dont know but can I just access those addons and change their sides?
Thanks :)
-
the vehicle configs are all packed into one big config file, so it would be better to make a whole new one, and its pretty easy :) well to me atleast ;D
-
hmmm, can I just copy and paste from the original config, and most importantly what do I need to change to make sides different, I do mostly missions, not addons so Im not real on key here. :)
thanks
-
you need to change this part of code, if it is not there than add it
side=1;
here are the number values
TEast 0
West 1
Guerrila 2
Civilian 3
-
Most excellent!
Thanks oyman, been waitin for that info, I figured it was within those values, but didnt know exactly what to input, now I got a longer to do list! lol
Thanks
Pibb