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 !...
How can I do this ?
Moderator: Moderators
-
Leviathan
- Missing Jedi Admin
- Posts: 3277
- Joined: Fri Nov 12, 2004 2:54 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
fruitymarshmallow
RE: How can I do this ?
I think you would have to make the units like vehicles, but non-rideable like the windows in the GT-1 map
-
Astute
- Rebel Colonel

- Posts: 566
- Joined: Tue Apr 12, 2005 7:03 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: How can I do this ?
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.
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.
-
Leviathan
- Missing Jedi Admin
- Posts: 3277
- Joined: Fri Nov 12, 2004 2:54 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: How can I do this ?
Thanks to you, Astute !
In effect, these entries seems to be those I seek...
In effect, these entries seems to be those I seek...
-
Leviathan
- Missing Jedi Admin
- Posts: 3277
- Joined: Fri Nov 12, 2004 2:54 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: How can I do this ?
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 ?
Do you have any idea about that ?
-
imp_strikeforce
RE: How can I do this ?
com_item_healthrecharge
com_item_vehiclerecharge
com_item_weaponrecharge
in yur modid/common/odf/ folder
com_item_vehiclerecharge
com_item_weaponrecharge
in yur modid/common/odf/ folder
-
Leviathan
- Missing Jedi Admin
- Posts: 3277
- Joined: Fri Nov 12, 2004 2:54 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: How can I do this ?
Thanks for the fast reply, imp_strike' !...
