Go into:
C:\Program Files\EA GAMES\Battlefield 2\mods\<modname>\levels\<levelname>\server.zip\Init.con
The code is:
physics.airdensityzeroatheight n
n = stall altitude in meters
if its not there to begin with add it in here:
run ../../objects/common/spawners/spawners_common.con
run ../../objects/common/spawners/spawners_us.con
run ../../objects/common/spawners/spawners_ch.con
physics.airdensityzeroatheight n
endIf
rem ------------------------------- LevelSettings -------------------------------
rem -----------------------------------------------------------------------------
The reason you couldnt find it is because its normally defaulted for all levels in the mod and the code is only added in if you want it to be different. Hope that helped
