Jump to content

Home

Help please


Angel of death

Recommended Posts

I really need a detailed explenation of how to set up and run my server... i am using a p4 1.7ghz 256mb ram comp on cable modem connection Windows ME edition OS

i have been shifting though these post for days and cant get it all figured out,

here is my short cut exe....

"C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData\jk2mp.exe" +set dedicated 2 +exec config.cfg

and here is my cfg file

 

seta g_motd "Hello and welcome to my haven for the jedi."

seta sv_hostname "Angels Jedi Haven"

seta Administrator "Angel Of Death"

seta Email "shadowraiders@angelfire.com"

seta url "None Yet"

seta Location "East Coast USA"

 

 

seta g_needpass "0"

seta sv_privatePassword ""

seta rconpassword "!"

seta sv_maxclients "10"

seta sv_minclients "0"

seta sv_privateClients "0"

seta sv_maxRate "25000"

seta sv_maxping "300"

seta g_ghostRespawn "3"

seta g_forcerespawn "0"

seta g_inactivity "0"

seta g_warmup "20"

seta sv_pure "1"

seta sv_master5 ""

seta sv_master4 ""

seta sv_master3 ""

seta sv_master2 ""

seta sv_master1 "masterjk2.ravensoft.com"

seta g_allowvote "1"

seta cl_allowDownload "0"

seta g_friendlyfire "0"

seta g_teamForceBalance "1"

seta g_teamAutoJoin "1"

seta sv_floodProtect "1"

 

//Enable IP banning

set g_filterban "1"

seta g_banIPs ""

 

seta fraglimit "0"

seta timelimit "20"

seta capturelimit "8"

seta g_weaponrespawn "0"

seta g_adaptrespawn "1"

seta sv_cheats "0"

seta g_logSync "0"

seta g_log "games.log"

seta g_gametype "3"

seta g_timeouttospec "70"

seta g_statLog "0"

seta g_teamForceBalance "0"

seta g_teamAutoJoin "1"

seta g_friendlySaber "0"

seta g_friendlyFire "0"

seta g_saberInterpolate "1"

seta g_weaponDisable "0"

seta g_forcePowerDisable "0"

seta g_spawnInvulnerability "3000"

seta g_forceRegenTime "100"

seta g_autoMapCycle "1"

seta g_maxGameClients "0"

seta ui_gametype "3"

seta ui_forcePowerDisable "0"

seta ui_freeSaber "1"

seta ui_rankChange "0"

seta ui_opponentName "Rebellion"

seta ui_teamName "Empire"

seta ui_ctf_friendly "0"

seta ui_ctf_timelimit "20"

seta ui_ctf_capturelimit "8"

seta ui_team_friendly "1"

seta ui_team_timelimit "20"

seta ui_team_fraglimit "0"

seta ui_tourney_timelimit "15"

seta ui_tourney_fraglimit "50"

seta ui_ffa_timelimit "20"

seta ui_ffa_fraglimit "20"

seta g_blueTeam "Rebellion"

seta g_redTeam "Empire"

seta sv_minPing "0"

seta sv_maxRate "30000"

seta g_duelWeaponDisable "0"

seta g_forceBasedTeams "0"

seta duel_fraglimit "15"

seta g_maxForceRank "7"

seta g_saberLocking "1"

seta g_privateDuel "1"

seta timelimit "20"

seta fraglimit "1"

 

// Maps rotationcycle

 

set d1 "map duel_bay ; set nextmap vstr d2"

set d2 "map duel_carbon ; set nextmap vstr d3"

set d3 "map duel_pit ; set nextmap vstr d14"

set d4 "map ffa_bespin ; set nextmap vstr d5"

set d5 "map ffa_deathstar ; set nextmap vstr d6"

set d6 "map ctf_bespin ; set nextmap vstr d7"

set d7 "map ns_hideout ; set nextmap vstr d8"

set d8 "map ns_streets ; set nextmap vstr d9"

set d9 "map imperial ; set nextmap vstr d10"

set d10 "map ctf_imperial ; set nextmap vstr d11"

set d11 "map yavin ; set nextmap vstr d1"

vstr d1

 

sorry i know this is one large post

my problem is when i use the short cut i made it is starting the console thing for the server but the server isnt actually load

here is the exact copy of what it tells me

 

JK2MP: v1.02a win-x86 Mar 3 2002

Initialising zone memory .....

----- FS_Startup -----

Current search path:

C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData\base\assets1.pk3 (8011 files)

C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData\base\assets0.pk3 (6674 files)

C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData/base

 

----------------------

14685 files in pk3 files

execing mpdefault.cfg

execing jk2mpconfig.cfg

couldn't exec autoexec.cfg

Hunk_Clear: reset the hunk ok

...detecting CPU, found Intel Pentium IV

 

------- Input Initialization -------

Skipping check for DirectInput

Joystick is not active.

------------------------------------

--- Common Initialization Complete ---

Winsock Initialized

Opening IP socket: localhost:28070

Hostname: Multanini.mshome.net

IP: 192.168.0.1

IP: 216.227.166.222

Working directory: C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData

couldn't exec config.cfg

Hitch warning: 19097813 msec frame time

 

------------------------------------------------------------------------------------

If anyone can help me get my server up and running i would greatly apreciate it....

E-mail Angel Of Death

Link to comment
Share on other sites

Where have you put the config.cfg?

 

It needs to be in the gamedata/base directory with the other configs to work.

 

EDIT: you've also got automapcycle set to 1 and you're using a custom map rotation. Set automapcycle to 0 or the custom map rotation may not work. :)

Link to comment
Share on other sites

It looks like it's loading just fine. When it finished, type status into the console. It'll either show you the map that is running and connected players, if any, or it'll say "server not running". If it says that, type map ffa_bespin and you should be able to see it start the map. Now, I have some comments about your rotation:

 

set d7 "map ns_hideout ; set nextmap vstr d8"

set d8 "map ns_streets ; set nextmap vstr d9"

set d9 "map imperial ; set nextmap vstr d10"

set d11 "map yavin ; set nextmap vstr d1"

 

All the above maps don't exist. You need to use ffa_ns_hideout, either ffa_ns_streets or ctf_ns_streets, ffa_imperial or ctf_imperial, and ffa_yavin or ctf_yavin.

 

I also noticed you set g_gametype "3", which is for duel. You start off yoru rotation with duel maps but then bring in ffa and ctf maps. While you can duel on ffa maps, I'm not sure how the ctf maps will work with duel. Are you trying to switch between duel, ffa and ctf mode? Or is this just a mistake?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...