|
PR Time:
|
||||||
| Register | Forum Rules | Developer Blogs | Project Reality | Members List | Search | Today's Posts | Mark Forums Read |
| PR:BF2 Community Modding Making or wanting help making your own asset? Check in here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 |
![]() Join Date: Aug 2009
Location: Sheridan WY, 82801
Posts: 77
|
I've looked everywhere, in every .con file in my level and every setting in the editor, I cannot figure out how to raise the maximum flight altitude on my custom map :S
Its a 4km map, I even opened up kashan to see how you did it in there and all the settings were similar from what i could tell, with altitude and what not. I hate to post a entire thread just for this issue but man I've searched google under every possible search perimeters I can think of and cannot figure it out Ziah |
|
|
|
|
|
#2 |
|
PR Coder Team
![]() |
Go into:
C:\Program Files\EA GAMES\Battlefield 2\mods\<modname>\levels\<levelname>\server.zip\Ini t.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 |
|
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts. I will never forget that I am an American, fighting for freedom, responsible for my actions, and dedicated to the principles which made my country free. |
|
|
|
Last edited by [R-DEV]Sniperdog; 09-16-2009 at 06:33 PM..
|
|
|
#3 |
![]() Join Date: Aug 2009
Location: Sheridan WY, 82801
Posts: 77
|
Thanks!
|
|
|
|
|
|
|
|
|
|
![]() |
| Tags |
| altitude, bf2, editor, flight, max |
| Thread Tools | |
| Display Modes | |
|
|