I know that this is not a good place to ask but here it is.
I have made several modifications to Homeworld: Cataclysm and made the Taiidan Gravwell Generator "salvagable". I send in my workers after modifying them so that they avoid the gravwell's gravity charge but they get stuck nonetheless. Then I disabled the gravity field properties in the SHP file. When I ran the game after making changes, the Gravwell Generator self-destructs. Nothing seem to work. I need you guys opinions on how to do this. Any Homeworld modders here?
This is the piece of code that enables a ship to have a gravity field:
GravWellRadius 6000.0 ; Radius in which things are affected
OperationTime 210.0 ; Time in Seconds the Well is On
EffectConstant 0.70 ; velocity multiplier to slow ships down and stop them!
scanrate 63 ; Every Xth frame at which gravwell scans for objects to capture..lower = slower 1,3,7, 15, 31, etc.
repulseForce 70.0 ; repulsion force
warmupdowntime 2.0 ; seconds it takes for grav well to power up,down
;rotaion speeds are maximums...random values are chosen between -rot and +rot and then applied to object
xrot 200.0 ;maximum rotation speed in x direction
yrot 200.0 ;maximum rotation speed in y direction
zrot 200.0 ;maximum rotation speed in z direction
Thanks,
Rampage