Page 1 of 1

How can I do this ?

Posted: Wed Apr 20, 2005 12:10 pm
by Leviathan
Hi all !

I saw a SWBF's Mod for a long time now, which allowed you to repair battle droïds with your fusion-cutter if you played with the CIS' pilot droïd. Now, I would wish to know what files were modified to do such a thing...

Thanks to you !...

RE: How can I do this ?

Posted: Wed Apr 20, 2005 1:29 pm
by fruitymarshmallow
I think you would have to make the units like vehicles, but non-rideable like the windows in the GT-1 map

RE: How can I do this ?

Posted: Wed Apr 20, 2005 7:00 pm
by Astute
Actually, after examining the cis_weap_inf_fusioncutter odf, i found this line that might be what your looking for


VehicleHealth = 60
BuildingHealth = 60
BuildingBuild = 30
BuildingRebuild = 20
DroidHealth = 0

I suppose changing the droid health would do it. if that doesn't help you could always add a soldier health line.

RE: How can I do this ?

Posted: Thu Apr 21, 2005 9:41 am
by Leviathan
Thanks to you, Astute !
In effect, these entries seems to be those I seek...

RE: How can I do this ?

Posted: Thu Apr 21, 2005 11:14 am
by Leviathan
I've another request which concerns Medical droïds and Gonk droïds. (The droïds that you can find on almost all SWBF's official maps and which can look after you or give you ammo...) I'd wish to know what *.ODF files control these droïds.
Do you have any idea about that ?

RE: How can I do this ?

Posted: Thu Apr 21, 2005 11:27 am
by imp_strikeforce
com_item_healthrecharge
com_item_vehiclerecharge
com_item_weaponrecharge

in yur modid/common/odf/ folder

RE: How can I do this ?

Posted: Thu Apr 21, 2005 12:40 pm
by Leviathan
Thanks for the fast reply, imp_strike' !...