Wakain wrote:hey scout sniper, I downloaded you last version and noticed two things: all, or at least most, content of the server and client zips are extracted into the korengal map. secundo: the init.con in the server.zip still says american/taliban sp_variant#_spyk. also, what exactly has been updated? perhaps you've uploaded a wrong version?
Well,I changed the Inits and it works for me here's what is says in mine
rem *** Generated by BF2Editor ***
if v_arg1 == BF2Editor
run Heightdata.con
LevelSettings.InitWorld
run Terrain.con BF2Editor
run StaticObjects.con BF2Editor
run Sounds.con
run Sky.con BF2Editor
run Editor/GamePlayObjects.con host
UndergrowthEditable.create
Undergrowth.load Levels\korengal\
run Overgrowth/Overgrowth.con
Overgrowth.editorEnable 1
run AmbientObjects.con BF2Editor
run Water.con
run TriggerableTemplates.con BF2Editor
else
run Heightdata.con
run Terrain.con v_arg2
run Sky.con v_arg2
run CompiledRoads.con
run Sounds.con
run SoundDistances.con
run tmp.con v_arg1
Undergrowth.load Levels\korengal\
run Overgrowth/Overgrowth.con
run Overgrowth/OvergrowthCollision.con
run AmbientObjects.con
run Water.con
run TriggerableTemplates.con
run Fields.con
endIf
rem ------------------------------- LevelSettings -------------------------------
rem -----------------------------------------------------------------------------
run ../../Factions/faction_init.con 1 "taliban_sp_variant2"
run ../../Factions/faction_init.con 2 "usa_para_sp_variant4"
rem -----------------------------------------------------------------------------
gameLogic.setBeforeSpawnCamera 121/112/149 -155/21/0
if v_arg1 == BF2Editor
LevelSettings.CustomTextureSuffix "bs"
else
texturemanager.customTextureSuffix "bs"
endIf
rem -----------------------------------------------------------------------------
GameLogic.MaximumLevelViewDistance 700
rem -----------------------------------------------------------------------------
gameLogic.setDefaultNumberOfTicketsEx 16 1 275
gameLogic.setDefaultNumberOfTicketsEx 16 2 275
gameLogic.setDefaultNumberOfTicketsEx 32 1 275
gameLogic.setDefaultNumberOfTicketsEx 32 2 275
gameLogic.setDefaultNumberOfTicketsEx 64 1 325
gameLogic.setDefaultNumberOfTicketsEx 64 2 325
gameLogic.setDefaultTimeToNextAIWave 8
gameLogic.setTicketLossAtEndPerMin 1000
gameLogic.setTicketLossPerMin 1 5
gameLogic.setTicketLossPerMin 2 5
Just copy and paste and it'll work fine.