maximum speed you can reach for planes and boats is set byPsycho wrote: the settings that in one way or other affects the vehicle top speed?
Code: Select all
ObjectTemplate.setNoPropellerEffectAtSpeed
Code: Select all
ObjectTemplate.setDifferential
yes, you can removeTemplate the BombRack from the plane. all players must have the code in there maps or the game will crash.Psycho wrote: Is it possible to remove the bombs from fighterplanes in a map without making the objects mapside?
heres a example whit removed spawns from a sub.
Code: Select all
ObjectTemplate.Active Sub7CComplex
ObjectTemplate.removeTemplate 4
example
Code: Select all
rem *** AichiValComplex ***
ObjectTemplate.create Bundle AichiValComplex
ObjectTemplate.hasMobilePhysics 1
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.hasResponsePhysics 1
rem -------------------------------------
ObjectTemplate.addTemplate lodAichiValCockpit <----- 0
ObjectTemplate.addTemplate AichiValCamera <-----------1
ObjectTemplate.setPosition 0.011/0.963/-0.5
ObjectTemplate.addTemplate AichiValEntry <--------------- 2
ObjectTemplate.setPosition 0/0/-1.169
ObjectTemplate.addTemplate AichiValSeat <------- 3