Problem with custom campaign - Lan Server


(Acid_Flash) #1

CLOSED by Acid_Flash - copied thread to Editing ETQW, with response.

Hi all

maybe someone could help me with my problem.

I have tried to set up a ETQW Lan Server with a custom campaign for a Lan Party, i did this succesfully a few years ago, but a friend lost the config and i have problems to find the correct thread i have used in the web.

I have no problem to get the server running without custom campaign.
But with my custom campaign for a longer xp save the server stuck and i have to kill the process.

Heres my story.

System:
VM Win Xp
installed all SP and .Net 3.5 and 4.0
disabled FW
actually no Anti Virus Programm

installed ETQW 1.0 full game without pb at path [B]C:\ETQW_full[/B]
installed ETQW 1.0 - 1.5 patch without pb
i know there is a server version out there, but i have tried, this is my 4th evening with this server.

Start Script “startServer.bat” on Desktop

C:\ETQW_full\etqwded.exe +set net_serverDedicated 1 +set net_port 27733 +exec test.cfg +set fs_savepath "c:\ETQW_full"

Server config file “test.cfg” at Admin\Eigene Dateien\id Software\Enemy Territory - QUAKE Wars\base

// Public and contact options
set si_adminname "Acid_Flash"
set si_website "xxxxxx"
set si_email "xxxxxxx"
set si_irc ""

// General options
set si_name "Test Server 1"
set net_serverPunkbusterEnabled "0"
set net_LANServer "1"
set si_privateClients ""
set si_pure "0"
set net_serverAllowServerMod "1"
set logFile "1" // 1 = buffer log, 2 = flush after each print, default = "0"
set logFileName "$Y$M$D_server.log" // name of log file, if empty, console.log will be used. $Y = year, $M = month, $D = day, $h = hour, $m = minute, $s = second, default = "console.log"
set logTimeStamps "1" // add time stamps to console log, default = "0"

// Enable download
set net_httpServerPort "27788"
set net_httpServerGlobalBW "10000"
set net_serverDlTable "*"
set net_serverDownload "3"

// Passwords
set si_needpass ""
set g_password ""
set g_privatePassword ""
set net_serverRemoteConsolePassword "xxxxxx"

// Game options
set si_maxPlayers "24"
set si_minPlayers "1"
set si_readyPercent "51"
set g_warmup "0.5"
set g_allowLateJoin "1"
set g_warmupDamage "1"

// Voting options
set si_disableVoting "0"
set g_votePassPercentage "51%"
set g_voteWait "2.5"

// Message of the Day (motd)
set si_motd_1 "Chaos for the World"
set si_motd_2 "Have fun, greets Acid_Flash"
set si_motd_3 ""
set si_motd_4 ""

// Bot settings
set bot_enable "1"
set bot_minClients "0"
set bot_uiNumGDF "0"
set bot_uiNumStrogg "0"
set bot_balanceCriticalClass "1"
set bot_sleepWhenServerEmpty "1"
set bot_skill "3"
set bot_aimSkill "1"
set bot_uiSkill "2"
set bot_doObjectives "1"
set bot_fakePing "0"
set bot_sillyWarmup "1"
set bot_useShotguns "1"
set bot_useSniperWeapons "1"
set bot_useVehicles "1"
set bot_knifeOnly "0"
set bot_useStrafeJump "0"
set bot_useSpawnHosts "1"
set bot_useSuicideWhenStuck "1"
set bot_useTKRevive "1"
set bot_useDeployables "1"

// Other options
set si_spectators "1"
set g_muteSpecs "0"
set g_maxSpectateTime "0"
set g_kickBanLength "2"
set g_teamSwitchDelay "0"
set si_teamForceBalance "0"
set si_teamDamage "1"
set si_xpSave "1"
set g_gameReviewPause "1"
set g_gameReviewReadyWait "0"
set g_execMapConfigs "0"
set si_adminStart "0"
set si_rules "sdGameRulesCampaign"


// Set campaign for the server
set m1 "set g_nextMap $m0;spawnserver campaign_acid"
vstr m1

Then i wrote in notepad++
a addon.conf and acid.def made with 7zip a zip file and renamed it into zzz_acid.pk4

Files in the pk4
Folder “def” -> Folder “campaigns” -> “acid.def
addon.conf

Content of “addon.conf

//======-addon.conf Start Acid_Flash-======

addonDef {
}

campaignMetaData campaign_acid {
	"pretty_name"		"Acid's long round"
	"server_shot_thumb"	"levelshots/campaigns/thumbs/pacific.tga"
	"show_in_browser"	"1"
}

//======-addon.conf Ende Acid_Flash-======

Content of “acid.def

//======-acid.def Start Acid_Flash-======

campaignDef campaign_acid {
			map	"maps/refinery"
			map	"maps/slipgate"
			map	"maps/island"
			map	"maps/valley"
			map	"maps/outskirts"
			map	"maps/area22"
			map	"maps/quarry"
			map	"maps/ark"
			map	"maps/salvage"
			map	"maps/canyon"
			map	"maps/sewer"
			map	"maps/volcano"
			map	"maps/refinery"
			map	"maps/slipgate"
			map	"maps/island"
			map	"maps/valley"
			map	"maps/outskirts"
			map	"maps/area22"
			map	"maps/quarry"
			map	"maps/ark"
			map	"maps/salvage"
			map	"maps/canyon"
			map	"maps/sewer"
			map	"maps/volcano"
			
				data {
					"mtr_backdrop" "levelshots/campaigns/pacific"
				}
}

//======-acid.def End Acid_Flash-======

Then i put the “acid.pk4” in my games base folder C:\ETQW_full\base\acid.pk4

And thats what the “server log” says when i try to start.

2012-01-21 02:39:51 : log file '20120121_server.log' opened on 2012-1-21, 02:39:51
2012-01-21 02:39:51 : si_version: ETQW 1.5.12642.33243  win-x86 Apr 30 2008 14:18:50
2012-01-21 02:39:51 : g_version: ETQW 1.5.12655.33243  win-x86 Apr 30 2008 14:21:30
2012-01-21 02:39:51 : Current search path:
2012-01-21 02:39:51 : C:\Dokumente und Einstellungen\Admin\Eigene Dateien\id Software\Enemy Territory - QUAKE Wars/base
2012-01-21 02:39:51 : c:\ETQW_full/base
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_german003.pk4 (5 files - 0x370e6186 referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_german002.pk4 (119 files - 0x64bee731 referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_german001.pk4 (13 files - 0xa694c3f1 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_german000.pk4 (1018 files - 0xd42cc5af referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_english003.pk4 (7 files - 0xc2d7ed49 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_english002.pk4 (117 files - 0x8dc70e3d not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_english001.pk4 (9 files - 0x6583cd8 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\zpak_english000.pk4 (1018 files - 0x977c7bd0 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak008.pk4 (1496 files - 0x71a93b80 referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak007.pk4 (1510 files - 0x74a1a2f referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak006.pk4 (3 files - 0x9edf1b7d not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak005.pk4 (2172 files - 0x5ccc7213 referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak004.pk4 (72 files - 0x7e49f838 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak003.pk4 (1133 files - 0x99dfcabb not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak002.pk4 (1637 files - 0x8dbe7353 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak001.pk4 (1067 files - 0x10e16e6 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\pak000.pk4 (9350 files - 0x442eb08b referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\game002.pk4 (3 files - 0x87457e61 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\game001.pk4 (11 files - 0xa02f1c18 not referenced)
2012-01-21 02:39:51 : c:\ETQW_full\base\game000.pk4 (3 files - 0x3efd73a5 not referenced)
2012-01-21 02:39:51 : C:\Dokumente und Einstellungen\Admin\Desktop/base
2012-01-21 02:39:51 : game DLL: 0xf99fc569 in pak: 0x3efd73a5
2012-01-21 02:39:51 : Addon pk4s:
2012-01-21 02:39:51 : c:\ETQW_full\base\zzz_acid.pk4 (4 files - 0xd95676ce)
2012-01-21 02:39:51 : ============= ReloadEngine start =============
2012-01-21 02:39:51 : ------------ Game Shutdown -----------
2012-01-21 02:39:51 : Shutdown event system

Maybe someone could help me with my problem.
Did i need ETQW pro mod to make it work???
Would my Auto upload function would work for the clients with this config??

And sry for my bad english, :rolleyes:

Acid_Flash

CLOSED by Acid_Flash - copied thread to Editing ETQW, with response.