Help - Search - Members - Calendar
Full Version: Jaymod + ominbot combination not working
[splatterladder] Board > --:: RtCW/ET ::-- > RtCW/ET - Servers > RtCW/ET - Serveradmin-Lounge
restless
Hi, I'm trying to build a lan-server for my friends using jaymod & omnibot, but it doesn't seem to work:

First of all I'm running vista business off my laptop (soon to be windows 7).

the enemy territory folders is: C:\Program Files\Wolfenstein - Enemy Territory (clean)
Without the (clean) is a folder of enemy territory I use for gaming (I can't even host an etmain server somehow there anymore).

I installed jaymod 2.1.7 and followed the instructions given on the site (The version which should work on both linux & windows). (Basically extracting jaymod to it's own folder, and putting a server.cfg / maprotation.cfg in the /etmain folder)
Also I installed omnibot 0.66 (latest version to work with jaymod 2.1.7).

either omnibot won't work, or the maprotation scripts don't work.. First what I have:
=\etmain\server.cfg
CODE
// Remember: 1 = on/yes 0 = off/no
// Sample server.cfg


// Variables you don't need can be blocked out with // before set
// The server skips lines starting with //
// You can delete these lines, too


// Values must be in quotes
// Additionally, anything in quotes is ok to customize

//====================================================

set dedicated "1"
set net_ip "xxx.xxx.xxx.xxx"
set net_port "27960"

// PASSWORDS AND CLIENTS

// Number of players including private slots
set sv_maxclients "22"

// Number of private slots
set sv_privateclients "2"

// Require a password to join?
set g_needpass "0"

//////////////////////////////////////////////////////////////////////
//
// SECURITY
//
//////////////////////////////////////////////////////////////////////

set g_password ""
set g_shoutcastpassword "*"
set rconpassword "*"
set refereePassword "*"
set sv_privatePassword "*"

//======================================================

// CONNECT TO MASTER ET SERVERS
// You can leave this alone. If you don’t want your server to show
// up on the master list, just place a // in front of “set”

set sv_master1 "etmaster.idsoftware.com"
set sv_master2 "master.gamespy.com:27900"
set sv_master3 "master0.gamespy.com"
set sv_master4 "clanservers.net"
set sv_master5 ""


// SET SERVER INFO
// This shows up under “server info”
// Don’t use too many or you can crash your server!

sets sv_pure "1"
sets .IRC "#yourchannel @ network"
sets .Admin "Paul W"
sets .Email "guess@guess.com"
sets .URL "http://www.tudelft.nl"


// MOTD ETC

// Max length is "12345678901234567890123456"
// This doesn’t include color codes
// Each motd# will show up on a new line

set sv_hostname "Server Name"
set server_motd0 "Welcome to our server!"
set server_motd1 ""
set server_motd2 "Rule 1"
set server_motd3 "Rule 2"
set server_motd4 "Another Message here…."
set server_motd5 "^B.........................."


// RATE & DOWNLOADS
// This can be tricky. You may want to skip this and come back to it later.
// This is explained in the forums

set sv_maxRate "13000"
set sv_lanforcerate "0"
set sv_allowDownload "1"
set sv_dl_maxRate "25000"
set sv_wwwDownload "0"
set sv_wwwFallbackURL ""
set sv_wwwBaseURL ""
set sv_wwwDlDisconnected "0"

//===============================================

// MISC SETTINGS

// Autoconfig the server, should stay at “0”
set server_autoconfig "0"

// Enable antilag (recommended)
set g_antilag "1"

// How many FF complaints you can receive before kick
set g_complaintlimit "99"

// Disable complaints for teamkills
// Mines = 1, Airstrike = 2, mortar = 4
// This is bitflagged
set g_disableComplaints "7"

// Enable invincibility on medic revives
set g_fastres "0"

// Enable friendly fire (team damage)
set g_friendlyFire "0"

// Minimum # of players before a game can start
// 0 disables this.
set g_minGameClients "0"

// Max. number of voice chats per minute, controls voice spam
set g_voiceChatsAllowed "4"

// Number of seconds before match starts
set g_warmup "20"

// Do a warmup?
set g_doWarmup "0"

// Number of seconds before kicking udle players
set g_inactivity "900"

// Number of minutes before kicking idle spectators
set g_spectatorInactivity "3600"

// Prevents flooding on the server, not needed with Jaymod
// set sv_floodProtect "1"

// Pure server? Keep this at 1
set sv_pure "1"

// Set min ping
set sv_minping "0"

// Set max ping, helps control lag, 0 disables variable
set sv_maxping "0"

// Allow players to join a match already in progress
set match_latejoin "1"

// Percent of players that have to hit ‘ready’ to start
set match_readypercent "0"

// THESE ARE OPTIONAL
// Uncomment them to include them in the config

// Allow damage during warmup?
set match_warmupDamage "1"

// Mutes players in spec
set match_mutespecs "0"

//==========================================

// MORE SET COMMANDS
// uncomment and edit as needed

// g_redlimbotime "20"
// g_bluelimbotime "20"
// g_useralliedrespawntime "20"
// g_useraxisrespawntime "20"
// g_gravity "800"
// g_speed "500"
// g_soldierChargeTime 20000
// g_LTChargeTime 40000
// g_engineerChargeTime 30000
// g_medicChargeTime 45000


// TEAMS

// Players auto-join fireteams?
set g_autofireteams "0"

// Players can’t join the larger team
set g_teamforcebalance "1"

// A percentage, referring to how many of each heavy weapon players can choose.
// If 20% and there are 10 players on a team, there can be 2 of each H. weapon
set g_heavyWeaponRestriction "50"

// VOTING
// You can allow and disallow certain votes
// 1 = allow vote, 0 = disallow vote

// Allow Voting
set g_allowVote "1"

// Number of votes per map 0 = disable limit
set vote_limit "0"

// % to pass a vote, in Latest Jaymod, non-voters don’t count

set vote_percent "60"

// L load competition settings
set vote_allow_comp "0"

// Load public settings
set vote_allow_pub "0"

// Change game type
set vote_allow_gametype "0"

// Kick players
set vote_allow_kick "0"

// Change to a specific map
set vote_allow_map "0"

// Obvious ones:
set vote_allow_mutespecs "0"
set vote_allow_muting "0"
set vote_allow_matchreset "1"
set vote_allow_nextmap "1"
set vote_allow_referee "0"
set vote_allow_shuffleteamsxp "1"
set vote_allow_swapteams "0"
set vote_allow_friendlyfire "0"
set vote_allow_timelimit "0"
set vote_allow_warmupdamage "0"
set vote_allow_antilag "0"
set vote_allow_balancedteams "0"

//=========================================================

// PUNKBUSTER
// Dont use set or quotes with PB.
// Punkbuster MUST be enabled in Jaymod!

// This is commented out because it will later be set in the command line!
// pb_sv_enable 1

// PB bans by admins are saved
pb_sv_autoUpdBan 1

// How long do PB kicks last?
pb_sv_KickLen 2

// Names a player can’t have:
// “20” indicates 20 seconds To change a bad name.
pb_sv_badname 20 TEAMMATE
pb_sv_badname 20 teamate
pb_sv_badname 20 disguised
pb_sv_badname 20 disguised
pb_sv_badname 20 disgised
pb_sv_badname 20 desguised
pb_sv_badname 20 desgised
pb_sv_badname 5 teamkill

// More CVARS can be added for PB...do your research!

//=========================================================


// LOGGING

// Set the name for the server log file
set g_log "server.log"

set logfile 2
set g_logsync 0


// WATCHDOG
// This is for problems loading maps…the server will automatically
// load the specified file

set com_watchdog_cmd "exec maprotation.cfg"


// Executes the map rotation or campaign file
exec maprotation.cfg

// Executes Jaymod!
exec jaymod.cfg




=\etmain\maprotation.cfg
CODE
set d1 "set g_gametype 2 ; map battery ; set nextmap vstr d2"
set d2 "set g_gametype 2 ; map fueldump ; set nextmap vstr d3"
set d3 "set g_gametype 2 ; map goldrush ; set nextmap vstr d4"
set d4 "set g_gametype 2 ; map oasis ; set nextmap vstr d5"
set d5 "set g_gametype 2 ; map radar ; set nextmap vstr d6"
set d6 "set g_gametype 2 ; map railgun ; set nextmap vstr d1"
vstr d1

^this should rotate between the 6 original maps?

=\jaymod\jaymod.cfg
CODE
//////////////////////////////////////////////////////////////////////
//
// Jaymod 2.1.7 (r1782)
//
//
// SAMPLE CONFIGURATION FILE.
//
// If you have any questions regarding a specific cvar, please
// consult the bundled documentation.
//
// Copyright © 2005-2007 Jaybird. All Rights Reserved.
// http://jaymod.clanfu.org
// irc.freenode.net #jaymod
//
//
//////////////////////////////////////////////////////////////////////



///////////rcor////////////////////////////////////////////////////////////
//
// LOGGING
//
//////////////////////////////////////////////////////////////////////

set g_log ""
set g_logOptions "0"
set g_logSync "0"
set g_adminLog ""

//////////////////////////////////////////////////////////////////////
//
// BRANDING
//
//////////////////////////////////////////////////////////////////////

//sets .NAME "Tudelft"
//sets .URL "http://www.tudelft.nl/"

set sv_hostname "TUDelft Ownage"
set g_watermark ""

set g_protestMessage "get lost"
set g_kickMessage "You have been kicked for $TIME."
set g_kickTime "2m"

//////////////////////////////////////////////////////////////////////
//
// MOTD
//
//////////////////////////////////////////////////////////////////////

set server_motd0 ""
set server_motd1 ""
set server_motd2 ""
set server_motd3 ""
set server_motd4 ""
set server_motd5 ""

//////////////////////////////////////////////////////////////////////
//
// REGISTRATION
//
//////////////////////////////////////////////////////////////////////

set sv_master1 "etmaster.idsoftware.com"

//////////////////////////////////////////////////////////////////////
//
// NETWORKING
//
//////////////////////////////////////////////////////////////////////

set sv_allowDownload "1"
set sv_dl_maxRate "42000"
set sv_floodProtect "1"
set sv_fps "20"
set sv_fullmsg "Server is full."
set sv_lanForceRate "1"
set sv_maxPing "0"
set sv_maxRate "13000"
set sv_maxclients "20"
set sv_minPing "0"
set sv_packetdelay "0"
set sv_packetloss "0"
set sv_padPackets "0"
set sv_privateClients "4"
set sv_pure "1"
set sv_reconnectlimit "3"
set sv_showAverageBPS "0"
set sv_showloss "0"
set sv_timeout "240"
set sv_wwwBaseURL ""
set sv_wwwDlDisconnected "0"
set sv_wwwDownload "0"
set sv_wwwFallbackURL ""
set sv_zombietime "2"

//////////////////////////////////////////////////////////////////////
//
// VOTING
//
//////////////////////////////////////////////////////////////////////

set vote_allow_balancedteams "1"
set vote_allow_comp "1"
set vote_allow_friendlyfire "1"
set vote_allow_gametype "1"
set vote_allow_generic "1"
set vote_allow_kick "1"
set vote_allow_map "1"
set vote_allow_matchreset "1"
set vote_allow_matchrestart "1"
set vote_allow_mutespecs "1"
set vote_allow_muting "1"
set vote_allow_nextmap "1"
set vote_allow_pub "1"
set vote_allow_referee "0"
set vote_allow_shuffleteamsxp "1"
set vote_allow_swapteams "1"
set vote_allow_timelimit "0"
set vote_allow_warmupdamage "1"
set vote_limit "5"
set vote_percent "50"

//////////////////////////////////////////////////////////////////////
//
// BANNERS
//
//////////////////////////////////////////////////////////////////////

set g_bannerLocation "4"
set g_bannerTime "60"

set g_banners "2"
set g_banner1 "^3THIS SERVER IS RUNNING Jaymod 2.1.7"
set g_banner2 "^3Check forums at http://jaymod.clanfu.org"

//////////////////////////////////////////////////////////////////////
//
// Matchplay
//
//////////////////////////////////////////////////////////////////////

set g_gametype "2"
set g_campaignFile ""

set g_headshot "0"
set g_knifeonly "0"
set g_panzerWar "0"
set g_sniperWar "0"

set match_latejoin "1"
set match_minplayers "0"
set match_mutespecs "0"
set match_readypercent "100"
set match_timeoutcount "3"
set match_timeoutlength "180"
set match_warmupDamage "1"

//////////////////////////////////////////////////////////////////////
//
// TEAMS
//
//////////////////////////////////////////////////////////////////////

set g_userAlliedRespawnTime "5"
set g_userAxisRespawnTime "5"
set g_teamForceBalance "1"

set g_ammoRechargeTime "60000"
set g_healthRechargeTime "10000"

set team_maxArtillery "6"
set team_maxLandMines "25"

set team_maxFlamers "-1"
set team_maxGrenLaunchers "-1"
set team_maxM97s "-1"
set team_maxMG42s "-1"
set team_maxMortars "-1"
set team_maxPanzers "-1"

set team_maxplayers "0"

set team_maxMedics "-1"
set team_maxEngineers "-1"
set team_maxFieldOps "-1"
set team_maxCovertOps "-1"

set team_nocontrols "1"

//////////////////////////////////////////////////////////////////////
//
// PLAYERS
//
//////////////////////////////////////////////////////////////////////

set g_defaultSkills "0 0 0 0 0 0 0"

set g_levels_battlesense "20 90 160 250 400"
set g_levels_covertops "15 50 90 140 200"
set g_levels_engineer "15 50 90 140 200"
set g_levels_fieldops "15 50 90 140 200"
set g_levels_lightweapons "25 75 135 200 300"
set g_levels_medic "15 50 90 140 200"
set g_levels_soldier "15 50 90 140 200"

set g_covertops "1"
set g_engineers "3"
set g_medics "20"
set g_soldiers "1"

set g_sk5_battle "1"
set g_sk5_cvops "7"
set g_sk5_eng "127"
set g_sk5_fdops "2"
set g_sk5_lightweap "1"
set g_sk5_medic "243"
set g_sk5_soldier "7"

set g_covertopsChargeTime "30000"
set g_engineerChargeTime "30000"
set g_LTChargeTime "40000"
set g_soldierChargeTime "20000"

set g_medicChargeTime "45000"
set g_medicSelfHealDelay "0"

//////////////////////////////////////////////////////////////////////
//
// BULLETMODE
//
//////////////////////////////////////////////////////////////////////

set g_bulletmode "0"
set g_bulletmodeDebug "0"
set g_bulletmodeReference "1"
set g_bulletmodeTrail "0"

//////////////////////////////////////////////////////////////////////
//
// HITMODE
//
//////////////////////////////////////////////////////////////////////

set g_hitmode "0"
set g_hitmodeAntilag "800"
set g_hitmodeAntilagLerp "1"
set g_hitmodeDebug "0"
set g_hitmodeFat "2"
set g_hitmodeGhosting "0"
set g_hitmodeReference "1"
set g_hitmodeZone "0"

//////////////////////////////////////////////////////////////////////
//
// MISCELLANEOUS
//
//////////////////////////////////////////////////////////////////////


set g_admin "1"
set g_alliedmaxlives "0"
set g_altStopwatchMode "0"
set g_antiwarp "1"
set g_autoFireteams "0"
set g_axismaxlives "0"
set g_censor "0"
set g_censorPenalty "0"
set g_classChange "1"
set g_complaintlimit "6"
set g_damagexp "1"
set g_debugAlloc "0"
set g_debugConstruct "0"
set g_debugDamage "0"
set g_debugMove "0"
set g_debugSkills "0"
set g_disableComplaints "0"
set g_dragCorpse "1"
set g_dropAmmo "4"
set g_dropHealth "4"
set g_dynamiteTime "30"
set g_enforcemaxlives "1"
set g_fastres "1"
set g_fear "5"
set g_filterBan "1"
set g_filtercams "1"
set g_fixedPhysics "1"
set g_fixedPhysicsFPS "76"
set g_forcerespawn "0"
set g_friendlyFire "0"
set g_glow "0"
set g_goomba "10"
set g_gravity "800"
set g_heavyWeaponRestriction "100"
set g_inactivity "0"
set g_intermissionReadyPercent "75"
set g_intermissionTime "30"
set g_ipcomplaintlimit "3"
set g_killSpreeLevels "5 10 15 20 25 30"
set g_killingSpree "2"
set g_knockback "1000"
set g_landminetimeout "1"
set g_lms_followTeamOnly "1"
set g_lms_lockTeams "0"
set g_lms_matchlimit "2"
set g_lms_roundlimit "3"
set g_lms_teamForceBalance "1"
set g_loseSpreeLevels "10 20 30 40 50 60"
set g_mapConfigs "mapconfigs"
set g_mapScriptDirectory "mapscripts"
set g_maxGameClients "0"
set g_maxlives "0"
set g_maxlivesRespawnPenalty "0"
set g_misc "75"
set g_moverScale "1.25"
set g_movespeed "76"
set g_muteTime "0"
set g_noTeamSwitching "0"
set g_packDistance "4"
set g_playDead "1"
set g_poisonSyringes "1"
set g_proneDelay "0"
set g_privateMessages "1"
set g_reflectFriendlyFire "100"
set g_saveCampaignStats "1"
set g_scriptDebug "0"
set g_scriptDebugLevel "0"
set g_scriptName ""
set g_shortcuts "0"
set g_shove "100"
set g_shoveNoZ "1"
set g_skills "5"
set g_slashKill "0"
set g_smoothClients "1"
set g_snap "7"
set g_spawnInvul "3"
set g_spectator "7"
set g_spectatorInactivity "0"
set g_speed "320"
set g_teamDamageMinHits "6"
set g_teamDamageRestriction "0"
set g_truePing "1"
set g_voiceChatsAllowed "4"
set g_vulnerableWeapons "1"
set g_warmup "30"
set g_watermarkFadeAfter "60"
set g_watermarkFadeTime "60"
set g_weapons "1527"
set g_wolfrof "1"
set g_xpCap "0"
set g_xpMax "0"
set g_xpSave "1"
set g_xpSaveTimeout "0"


And that was about all customization I did for the jaymode part, for the omnibot part, I installed the omnibot version using the installer for windows, which created these folders:
=\Omni Bot
=\omnibot

Then I followed the instructions given on the official jaymod forums. So I went to copy everything inside a folder named =/omni-bot.
but there was 1 problem: I couldn't find "libcurl.dll"!

So I just ignored the instructions and it seems to work, partially:

The problem is that if I add bots BEFORE I call !nextmap at least once, the maprotation won't work anymore.. How can this be?
without bots added:
QUOTE
]!nextmap
ExitLevel: executed
-- Script System Info --
Current Memory Usage 548.81 KB
Soft Memory Usage 1.8 MB
Hard Memory Limit 2 MB
System Memory Usage 494.039 KB
Full Collects 0
Inc Collects 0
GC Warnings 0
Threads: 0, 0 Running, 0 Blocked, 0 Sleeping
==== ShutdownGame ====
ShutdownGame:
------------------------------------------------------------
Writing: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/level.db, 12 levels (2ms)
Writing: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/user.db, 22 users (2ms)
Writing: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/map.db, 5 maps (2ms)
------ Server Initialization ------
Server: fueldump
Hunk_Clear: reset the hunk ok
----- FS_Startup -----
Current search path:
C:\Program Files\Wolfenstein - Enemy Territory (clean)\jaymod\jaymod-2.1.7.pk3 (253 files)
C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod
C:\Program Files\Wolfenstein - Enemy Territory (clean)\etmain\pak0.pk3 (3725 files)
C:\Program Files\Wolfenstein - Enemy Territory (clean)\etmain\mp_bin.pk3 (4 files)
C:\Program Files\Wolfenstein - Enemy Territory (clean)/etmain

handle 1: etconsole.log
----------------------
11946 files in pk3 files
------- Game Initialization -------
gamename: jaymod
gamedate: Sep 4 2007
-------
------- WARNING: unable to open pak2.dat .
------- Please verify you have installed pak2.pk3 correctly.

-------
Reading: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/level.db, 12 levels (2ms)
Reading: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/user.db, 21 users (3ms)
Reading: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/map.db, 5 maps (1ms)
Reading from C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/censor.db ...
Not logging to disk.
ServerTime: 20091118234538 23:45:38 (18 Nov 2009)
Map changed, clearing player stats.
Enable spawning!
Disable spawning!
0 teams with 0 entities
-----------------------------------
Setting MOTD...
OMNIBOT: loader version 0.66
OMNIBOT: search path:
C:\Program Files\Wolfenstein - Enemy Territory (clean)\omni-bot
C:\Program Files\omni-bot
<SYSTEM-LOADER>
OMNIBOT: load 'C:\Program Files\Wolfenstein - Enemy Territory (clean)\omni-bot\omnibot_et.dll': failure
OMNIBOT: load 'C:\Program Files\omni-bot\omnibot_et.dll': success
OMNIBOT: address-lookup: success
OMNIBOT: pfnGetBotFuncs: success
Initializing Difficulties
Initializing Difficulties Complete
ET Script Executed
Found 265 blockable paths
Found 0 movable waypoints
Loaded Waypoints.
Bot Initialized in 0.148507 seconds.
OMNIBOT: initialization: success
broadcast: print "Server: timelimit changed to 30\n"
Weapons Table Updated
ClientConnect: 4
Userinfo: \g_password\*\cl_guid\unknown\cl_punkbuster\0\cl_anonymous\0\snaps\20\rate\25000\name\restless\cl_wwwDownload\1\protocol\82\qport\8547\challenge\0\ip\localhost
ClientUserinfoChanged: 4 n\restless\t\3\c\0\r\0\m\0000000\s\0000000\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\1\sc\0
Warning: setstate called and no entities found
Warning: setstate called and no entities found

-----------------------------------
couldn't exec mapconfigs/default.cfg
couldn't exec mapconfigs/fueldump.cfg

Hitch warning: 762 msec frame time
Switch Data Suceeded, Waypoint: tbdoor1
Switch Data Suceeded, Waypoint: tbdoor2
OnMapLoad
Setting Allied autospawn to Allied Entrance Spawn
Setting Axis autospawn to Tunnel Store Room
Sending heartbeat to etmaster.idsoftware.com
Sending heartbeat to master.gamespy.com:27900
Sending heartbeat to master0.gamespy.com
Sending heartbeat to clanservers.net

I bolded all warnings: what do they mean (are the important)..
I indeed can't find the pak2.pk3 file: it just didn't come with my et installation??
What is setstate, and where are "mapconfigs/defaults.cfg" supposed to be?


However it DOES work, now even when I add bots after the first !nextmap call it works..


Now when I add bots FIRST (which I ultimately want to do, as I want to add like 6-8 bots on server starting):
QUOTE
]!nextmap
Exit: !nextmap.
score: 7 ping: 0 client: 1 [BOT]Garbok
red:0 blue:7
Sending gameCompleteStatus to etmaster.idsoftware.com
Sending gameCompleteStatus to master.gamespy.com:27900
Sending gameCompleteStatus to master0.gamespy.com
Sending gameCompleteStatus to clanservers.net
WeaponStats: 1 1 0 2 7
ExitLevel: executed
-- Script System Info --
Current Memory Usage 771.532 KB
Soft Memory Usage 1.8 MB
Hard Memory Limit 2 MB
System Memory Usage 596.758 KB
Full Collects 0
Inc Collects 0
GC Warnings 0
Threads: 2, 0 Running, 0 Blocked, 2 Sleeping
==== ShutdownGame ====
Writing: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/level.db, 12 levels (3ms)
Writing: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/user.db, 23 users (3ms)
Writing: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/map.db, 6 maps (3ms)
------- Game Initialization -------
gamename: jaymod
gamedate: Sep 4 2007
-------
------- WARNING: unable to open pak2.dat .
------- Please verify you have installed pak2.pk3 correctly.

-------
Reading: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/level.db, 12 levels (4ms)
Reading: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/user.db, 21 users (5ms)
Reading: C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/map.db, 6 maps (4ms)
Reading from C:\Program Files\Wolfenstein - Enemy Territory (clean)/jaymod/censor.db ...
Not logging to disk.
ServerTime: 20091118235257 23:52:57 (18 Nov 2009)
Enable spawning!
Disable spawning!
0 teams with 0 entities
-----------------------------------
Setting MOTD...
OMNIBOT: loader version 0.66
OMNIBOT: search path:
C:\Program Files\Wolfenstein - Enemy Territory (clean)\omni-bot
C:\Program Files\omni-bot
<SYSTEM-LOADER>
OMNIBOT: load 'C:\Program Files\Wolfenstein - Enemy Territory (clean)\omni-bot\omnibot_et.dll': failure
OMNIBOT: load 'C:\Program Files\omni-bot\omnibot_et.dll': success
OMNIBOT: address-lookup: success
OMNIBOT: pfnGetBotFuncs: success
Initializing Difficulties
Initializing Difficulties Complete
ET Script Executed
Found 17 blockable paths
Found 0 movable waypoints
Loaded Waypoints.
Bot Initialized in 0.138126 seconds.
OMNIBOT: initialization: success
Weapons Table Updated
Setting Allied autospawn to Allied West Beach
Setting Axis autospawn to West Bunker
ClientConnect: 1
Userinfo: \name\[BOT]Garbok\rate\25000\snaps\20\ip\localhost\cl_guid\OMNIBOT0100000000000000000000000
Sample Default Bot Profile
[BOT]Garbok: Changing Class to: ENGINEER
broadcast: print "[BOT]Garbok entered the game\n"
ClientBegin: 1
ClientConnect: 4
Userinfo: \g_password\*\cl_guid\unknown\cl_punkbuster\0\cl_anonymous\0\snaps\20\rate\25000\name\restless\cl_wwwDownload\1\protocol\82\qport\27071\challenge\0\ip\localhost
Userinfo: \g_password\*\cl_guid\unknown\cl_punkbuster\0\cl_anonymous\0\snaps\20\rate\25000\name\restless\cl_wwwDownload\1\protocol\82\qport\27071\challenge\0\ip\localhost
ClientUserinfoChanged: 4 n\restless\t\3\c\0\r\0\m\0000000\s\0000000\dn\\dr\0\w\3\lw\3\sw\0\mu\0\ref\1\sc\0
ClientBegin: 4
couldn't exec mapconfigs/default.cfg
couldn't exec mapconfigs/battery.cfg

Switch Data Suceeded, Waypoint: Front Door Switch
Switch Data Suceeded, Waypoint: Right Door Switch
Switch Data Suceeded, Waypoint: Left Door Switch
Configuring Routes
OnMapLoad


Biggest difference is the 2 times "userinfo" after each other.. (and thus the fact it doesn't load the nextmap, but instead the original map).. Also the variable "nextmap" is
"nextmap" is:"map_restart 0" default:""
after calling this!





Sorry for the long post, but I have no idea where to look for this, and I hope somebody can help me a bit with this.
Thanks in advance,
paul weijtens


daredevil
1. Install 2.6 and then 2.6b patch which will fix your "I indeed can't find the pak2.pk3 file: it just didn't come with my et installation??" error.

2. Install omni bot and put folder named omni-bot in root folder of etded.exe.

3. Start the server using etded.exe and command line.

Question: Feel free to ask. I don't visit SL often but you can always get me on our forums.

PS Start game using Run as admin.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.