Problem with ET Server


(Kaco123) #1

Hello, I’m writing here because no one can help me on the other forum. You are my last hope guys.
I tried on the ****storm nq forum, but I think it’s dead :rolleyes:
So I have NQ 1.2.9 server and have some problems with it.

First Map Voting: When there is no players on the server and time is left should load next map in mapcycle. But it didn’t. F.e adlernest - 0 player - no one vote on maps - map is end but the next one is not loading ?

my nq.cfg

g_gametype "6"
set g_mapVoteFlags 4
set g_minMapAge 5
set g_maxMapsVotedFor 10
set g_excludedMaps ":battery:fueldump;oasis:goldrush"
set g_resetXPMapCount 0

and mapcycle

set g_gametype 6
set d1 "set g_gametype 6 ; map adlernest ; set nextmap vstr d2"
set d2 "set g_gametype 6 ; map base47 ; set nextmap vstr d3"
set d3 "set g_gametype 6 ; map baserace_desert ; set nextmap vstr d4"
set d4 "set g_gametype 6 ; map braundorf_b4 ; set nextmap vstr d5"
set d5 "set g_gametype 6 ; map breakout_et_b2 ; set nextmap vstr d6"
set d6 "set g_gametype 6 ; map bremen_final ; set nextmap vstr d7"
set d7 "set g_gametype 6 ; map caen2 ; set nextmap vstr d8"
set d8 "set g_gametype 6 ; map cappuzo_final ; set nextmap vstr d9"
set d9 "set g_gametype 6 ; map ctf_pool_v2 ; set nextmap vstr d10"
set d10 "set g_gametype 6 ; map dubrovnik_final_1104 ; set nextmap vstr d11"
set d11 "set g_gametype 6 ; map element_b4 ; set nextmap vstr d12"
set d12 "set g_gametype 6 ; map et_mor_pro ; set nextmap vstr d13"
set d13 "set g_gametype 6 ; map ET_Tower_b27j ; set nextmap vstr d14"
set d14 "set g_gametype 6 ; map Frostbite ; set nextmap vstr d15"
set d15 "set g_gametype 6 ; map golddays_v4 ; set nextmap vstr d16"
set d16 "set g_gametype 6 ; map goldrush-ga ; set nextmap vstr d17"
set d17 "set g_gametype 6 ; map italyfp2 ; set nextmap vstr d18"
set d18 "set g_gametype 6 ; map kha_ran_than_vs ; set nextmap vstr d19"
set d19 "set g_gametype 6 ; map mlb_carnage ; set nextmap vstr d20"
set d20 "set g_gametype 6 ; map mlb_daybreak ; set nextmap vstr d21"
set d21 "set g_gametype 6 ; map mml_minastirith_fp3 ; set nextmap vstr d22"
set d22 "set g_gametype 6 ; map parisbastille_b3 ; set nextmap vstr d23"
set d23 "set g_gametype 6 ; map pirates ; set nextmap vstr d24"
set d24 "set g_gametype 6 ; map school ; set nextmap vstr d25"
set d25 "set g_gametype 6 ; map snatch3 ; set nextmap vstr d26"
set d26 "set g_gametype 6 ; map sos_secret_weapon ; set nextmap vstr d27"
set d27 "set g_gametype 6 ; map sp_delivery_te ; set nextmap vstr d28"
set d28 "set g_gametype 6 ; map supply ; set nextmap vstr d29"
set d29 "set g_gametype 6 ; map sw_oasis_b3 ; set nextmap vstr d30"
set d30 "set g_gametype 6 ; map te_valhalla_eswc ; set nextmap vstr d31"
set d31 "set g_gametype 6 ; map venice_ne4 ; set nextmap vstr d1"
vstr d1

And command !nextmap doesn’t working

Second PanzerWar: How to make panzerwar on the one map, only in this one map? I have dissabled panzer on the other maps. I would like to reduce gravity also on this map.

Last: Hot to make that players acquire f.e 1000 XP and automaticly he get adminlvl?

Like i said, it’s a big problem to me. ****storm forum is inactive. So maybe you could help me?? Who I can ask like not people from splash damage?

Please Heeeeeeeeeeeelp


(WuTangH) #2

I never really did set up a server, but I think gametype 6 doesnt exist. When you want a big rotation, use g_gametype 2 - objective.

About panzerwar - you have to make map.cfg file.For example “fueldump.cfg”. Write in the cfg every setting that you want to change.
At next map settings will automatly change back to your server.cfg.
For panzerwar use nq_war command, and for gravity g_gravity.


(twt_thunder) #3

Isnt 6 map voting?


(Kaco123) #4

yes gametype_6 is map voting.


(stealth6) #5

Only thing I can see what’s wrong is


set g_excludedMaps ":battery:fueldump;oasis:goldrush"

should be


set g_excludedMaps ":battery:fueldump:oasis:goldrush:"


(Crytiqal) #6

Soooooo if the gametype is to load a map on vote… but there are no players to vote for a map… is it not obvious?

EDIT: here are some more dots, maybe you can connect them; …


(Kaco123) #7

Man it should load next map from mapcycle. When it’s end of map players cant play it’s a bug…


(ailmanki) #8

http://****storm.org/noquarter/wiki/index.php?title=Admin_CVARs#g_mapVoteFlags_.28New_since_1.2.9.29
http://bit.ly/1Lkh9KO
Extra link since this forum does not like that url
What bitmask have you set for this var?


(Kaco123) #9

You mean this one?


g_gametype "6"
[B]set g_mapVoteFlags 4[/B]
set g_minMapAge 7
set g_maxMapsVotedFor 10
set g_excludedMaps ":battery:fueldump;oasis:goldrush:"
set g_resetXPMapCount 0

exec nq.cfg

exec mapcycle.cfg
set com_watchdog 60
set com_watchdog_cmd "exec mapcycle.cfg"

This is my server.cfg


(Crytiqal) #10

Why is there a ; instead of a : after fueldump?


(Kaco123) #11

Should be like…?
This is not the biggest problem but thanks. What about with this map. Now when I wrote !nextmap it’s working like !restart.
!restart is still the same - restart map.
Hmmmm?


(ailmanki) #12

Exec nq.cfg might override vars you have set above it.
Hm I guess the bitmask is fine.
Which version are you using?


(Kaco123) #13

nq 1.2.9

this is my server.cfg


set g_antilag "1"
set g_altStopwatchMode "0"
set g_complaintlimit "6"
set g_IPcomplaintLimit "4"
set g_disableComplaints "7"
set g_fastres "0"
set g_friendlyFire "33"
set g_minGameClients "0"
set g_voiceChatsAllowed "5"
set g_warmup "30"
set g_doWarmup "0"
set g_inactivity "0"
set g_spectatorInactivity "0"
set sv_floodProtect "1"
set sv_pure "1"
set sv_minping "0"
set sv_maxping "0"
set match_latejoin "1"
set match_minplayers "0"
set match_mutespecs "0"
set match_readypercent "0"
set match_timeoutcount "0"
set match_warmupDamage "1"
set pmove_fixed "0"
set pmove_msec "8"

set g_autofireteams "0"
set g_teamforcebalance "0"
set g_noTeamSwitching "0"
set g_heavyWeaponRestriction "20"
set team_maxplayers "0"
set team_nocontrols "1"

set g_maxlives "0"
set g_alliedmaxlives "0"
set g_axismaxlives "0"

set g_allowVote "1"
set g_voteFlags "0"
set vote_limit "3"
set vote_percent "50"
set vote_allow_comp "0"
set vote_allow_pub "0"
set vote_allow_gametype "0"
set vote_allow_kick "1"
set vote_allow_map "1"
set vote_allow_mutespecs "0"
set vote_allow_muting "1"
set vote_allow_matchreset "0"
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"
set vote_allow_config ""


exec rotacja.cfg
set com_watchdog 60
set com_watchdog_cmd "exec rotacja.cfg"

//* Map voting CVARS (don't set if you don't use map voting* //

g_gametype "6"
set g_mapVoteFlags 4
set g_minMapAge 7
set g_maxMapsVotedFor 10
set g_excludedMaps ":battery:fueldump:oasis:goldrush:"
set g_resetXPMapCount 0



exec nq.cfg						

// punkbuster
pb_sv_load pbsv.cfg 					
""

set g_log "etserver.log"
set logfile "2"
set g_logsync "0"

// playsound - dzwieki w etadmin_modzie
// combinedfixes - bezpieczenstwo, latki na exploity
// hp - pokazuje ile zostalo hp przeciwnikowi

set lua_modules "playsound.lua combinedfixes.lua hp.lua"

This is my nq.cfg

set g_ammoCabinetTime 10000
set g_healthCabinetTime 10000
set g_weapons 7
set g_truePing 1
set g_antiWarp 2
set g_covertopsChargeTime 25000
set g_engineerChargeTime 20000
set g_soldierChargeTime 20000
set g_medicChargeTime 30000
set g_LTChargeTime 30000
set cg_noAmmoAutoSwitch 0
set cg_graphicObituaries 1
set cg_goatSound 2
set defaultStartingAmmo 60
set maxammo 120
set g_mapConfigs "mapconfigs"
set g_csMethod 1
set g_csStrings 5
set g_ForceCvarFile ""
set g_simpleBullets 0
set g_killerLockTime 5

set ip_max_clients 3
set g_friendlyFire 33
set g_adrenaline 4008
set g_noAttacklInvul 1
set g_weaponItems 1
set g_missileHealth 5
set g_missileSpeed 0
set g_bulletReflect 0
set g_falloff 1
set g_missileGravity 2
set g_fastBackStab 0
set g_realism 32
set g_announcer 109
set g_flu****ems 1

set g_multikillTime 2500
set g_mortarBBox 0
set g_weaponScriptsDir ""
set g_spectator 2

set jp_insanity 512
set g_unlockWeapons 0

set nq_War 0

set g_throwDistance 170
set g_dragCorpse 1
set g_dropObj 0
set g_slashkill 64
set g_spawnInvul 3 
set g_dropAmmo 3
set g_dropHealth 3
set g_shortcuts 1
set g_shrubbot "shrubbot.cfg"
set g_skills 16
set g_msgs 30
set g_msgPos 1
seta g_msg0 "1"
seta g_msg1 "^7Check Out Our Website ^dwww.h8us.boo.pl"
seta g_msg2 "^6Adre = (+)speed"
seta g_msg3 "^3www.h8us.boo.pl"
seta g_msg4 "^1NO ^7SpawnKilling | TeamKilling | TeamBleeding"
set g_censor "fag,gay,****,****,bitch,asshole,homo"
set g_censorMuteTime "120"
set g_censorNames "hitler,osama,stalin,stallin"
set g_censorPenalty 48
set g_intermissionTime 35
set g_intermissionReadyPercent 75
set g_inactivity 180
set g_spectatorInactivity 0
set g_mapScriptDirectory ""
set g_canisterKick 80
set g_canisterKickOwner 1
set g_classChange 0
set g_constructibleXPsharing 1
set g_doubleJump 1
set g_doubleJumpHeight 1.4
set g_shove 80
set g_shoveNoZ 0
set g_asblock 2
set g_fear 2000
set g_goomba 120

set g_goombaFlags 17
set g_headshot 0
set g_playdead 0
set g_medics 320
set g_realHead 1

set vote_limit 3
set vote_percent 66
set vote_allow_antilag 0
set vote_allow_balancedteams 0
set vote_allow_comp 0
set vote_allow_friendlyfire 0
set vote_allow_gametype 0
set vote_allow_kick 0
set vote_allow_map 0
set vote_allow_maprestart 0
set vote_allow_matchreset 0
set vote_allow_mutespecs 0
set vote_allow_muting 0
set vote_allow_nextcampaign 0
set vote_allow_nextmap 0
set vote_allow_poll 0
set vote_allow_pub 0
set vote_allow_referee 0
set vote_allow_restartcampaign 0
set vote_allow_shuffleteamsxp 0
set vote_allow_shuffleteamsxp_norestart 0
set vote_allow_surrender 0
set vote_allow_swapteams 0
set vote_allow_timelimit 0
set vote_allow_warmupdamage 0

set team_maxIsPercentage 3
set team_maxPanzers 0
set team_maxMortars -1
set team_maxRifleGrenades 2
set team_maxMG42 -1
set team_maxFlamers 0
set team_maxShotguns -1
set team_maxVenoms -1
set team_maxLMGs -1
set team_maxScopes -1
set team_maxLandmines 15
set team_artyTime 60
set team_airstrikeTime  10
set team_panzerRestriction 0
set team_maxCovertOps -1
set team_maxEngineers -1
set team_maxFieldOps 2
set team_maxMedics -1
set team_maxSoldiers -1

XP Cvars 

seta skill_lightWeapons "20 50 90 140 200 270 350 440 540"
seta skill_battleSense "20 50 90 140 200 270 350 440 540"
seta skill_soldier "20 50 90 140 200 270 350 440 540"
seta skill_medic "20 50 90 140 200 270 350 440 540"
seta skill_engineer "20 50 90 140 200 270 350 440 540"
seta skill_fieldops "20 50 90 140 200 270 350 440 540"
seta skill_covertops "20 50 90 140 200 270 350 440 540"

set g_countryflags 1

set lua_modules "luascripts/hp.lua"
set lua_allowedModules "hp.lua"

set nq_scriptMode 7

rotacja.cfg it is file name of mapcycle.cfg. This is in polish language

and LUA scripts doesn’t working, but we can talk about this later…


(Mateos) #14

Because… Well dunno, it’s already been reported by stealth6.

But maybe someone knows more than the mod doc?


(ailmanki) #15

Maybe something is wrong with your mapconfig files…
do
/rcon cvarlist d
that will list your map rotation vars, then do

/rcon cvarlist nextmap
that should show at which value nextmap currently is.

Well this will probably only help with your !nextmap problem being like !restart.


(Kaco123) #16

I did what you said alimanki
When I wrote /rcon cvarlist d it showed maprotation but when adlernest I have first in mapcycle it showed on the last position. Number one in my mapcycle was my numer 32 ( last)
Then I wrote /rcon cvarlist nextmap it showed something like this “the next map is value” or "the next map is “-”

I think about reinstall my server. Should do it?

And my question Punkbuster should be turn on?


(ailmanki) #17

Reinstall might do it, depends I guess.

But better figure out what is wrong.
Check command line which config gets loaded, then start by checking what config that is loading.
Then check default.cfg and check your other mapconfigs…


(Kaco123) #18

Gametype changed, clearing session data.
Start Spawning Entities!
Stop Spawning Entities!
0 teams with 0 entities
-----------------------------------
Setting MOTD...
^4Game Initialization completed in 0.12 seconds.
^2Omni-bot is currently disabled with "omnibot_enable 0"
^4Omni-Bot Initialization completed in 0.00 seconds.
broadcast: print "Server: timelimit changed to 15
"
-----------------------------------
execing nq.cfg
g_covertopsChargeTime will be changed upon restarting.
g_engineerChargeTime will be changed upon restarting.
g_medicChargeTime will be changed upon restarting.
g_LTChargeTime will be changed upon restarting.
g_csMethod will be changed upon restarting.
g_countryflags will be changed upon restarting.
usage: reset <variable>

Additional console commands:
----------------------------------------------
allready    putallies <pid>     unlock
lock        putaxis <pid>       unpause
help        warmup [value]
pause       speclock            warn <pid>
specunlock  remove <pid>

Usage: <cmd> [params]

Usage: kick <player name> [timeout]
Client not on server.
Client not on server.
broadcast: print "^3ref ^1PAUSED^3 the match^3!

broadcast: print "
^3ref ^5UNPAUSES^3 the match ... resuming in 10 seconds!

"
lock usage: !lock r|b|s|all
unlock usage: !unlock r|b|s|all
mute: no connected player by that name or slot #
unmute: no player by that name or slot # is muted
warn: no connected player by that name or slot #
Can't find map maps/=.bsp
Can't find campaign '='
No campaigns found.
Can't find campaign '='
Bad filter address: =
Bad filter address: =
"g_banIPs" is:"^7" default:"^7"
pants: no connected player by that name or slot #
execing preset_high.cfg
cpm: -n Starting etadmin_mod:  
cpm: OK! [$STATUS] 
cpm: FAILED! [$STATUS] (See logfile log/etadmin.log for details!) 
cpm: FAILED! (etadmin_mod is already running) 
cpm: -n Stopping etadmin_mod:  
cpm: OK! 
cpm: FAILED! (etadmin_mod isn't running) 
cpm: -n Reloading etadmin_mod:  
cpm: OK! ($PID) 
cpm: FAILED! (etadmin_mod isn't running) 
cpm: Status: running 
cpm: Status: not running 
cpm: Usage: $0 {start|stop|restart|reload|status} 
Hitch warning: 1365 msec frame time
broadcast: print "Server: g_inactivity changed to 180
"
broadcast: print "Server: timelimit changed to =
"
broadcast: print "Server: g_friendlyFire changed to 33
"
Resolving etmaster.idsoftware.com
etmaster.idsoftware.com resolved to 192.246.40.60:27950
Sending heartbeat to etmaster.idsoftware.com
Resolving master0.gamespy.com
master0.gamespy.com resolved to 65.112.87.186:27950
Sending heartbeat to master0.gamespy.com
Resolving master.gamespy.com:27900
master.gamespy.com:27900 resolved to 65.112.87.186:27950
Sending heartbeat to master.gamespy.com:27900
Resolving clanservers.net
clanservers.net resolved to 193.33.177.11:27950
Sending heartbeat to clanservers.net
Resolving master0.etmaster.net
master0.etmaster.net resolved to 91.220.53.121:27950
Sending heartbeat to master0.etmaster.net
^3PunkBuster Server: File Not Found: pbsv.cfg
^3PunkBuster Server: Unknown Command/Setting: pb_sv_msgprefix__ =  ^3PunkBuster Server
Hitch warning: 529 msec frame time
^3PunkBuster Server: Game Version [ET 2.60b linux-i386 May  8 2006]
broadcast: print "^1FIGHT!
"
Client 0 connecting with 50 challenge ping
ClientConnect: 0: \g_password
one\cl_guid\63E10527679056DBD6740361DDEC975D\snaps\20\rate\25000
ame\^6.^7pa^3N\cl_wwwDownload\1\cl_punkbuster\1\cl_anonymous\0\protocol\84\qport\41849\challenge\2052584412\ip\213.238.93.6:27960
ClientConnect: 0
Userinfo: \g_password
one\cl_guid\63E10527679056DBD6740361DDEC975D\snaps\20\rate\25000
ame\^6.^7pa^3N\cl_wwwDownload\1\cl_punkbuster\1\cl_anonymous\0\protocol\84\qport\41849\challenge\2052584412\ip\213.238.93.6:27960
ClientUserinfoChanged: 0 n\^6.^7pa^3N	\3\c\0\r\18\m\0000000\s\9999999\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\0\rn\0\lc\0\xp\1022 1022 1022 1022 1022 1022 1022 \u\255
Sending heartbeat to etmaster.idsoftware.com
Sending heartbeat to master0.gamespy.com
Sending heartbeat to master.gamespy.com:27900
Sending heartbeat to clanservers.net
Sending heartbeat to master0.etmaster.net
==== ShutdownGame ====
^2ShutdownOmniBot
Sys_LoadDll(/home/data/kaco123/447569.et/nq/qagame.mp.i386.so)... ok
Sys_LoadDll(qagame) found **vmMain** at  0xed14cad0  
Sys_LoadDll(qagame) succeeded!
------- Game Initialization -------
gamename: nq
gamedate: Aug  4 2010
285 cvars in use.
Not logging chats to disk.
------------------------------------------------------------
InitGame: \omnibot_playing\0\g_tyranny\1\jp_insanity\512\g_skills\16\g_bluelimbotime\20000\g_redlimbotime\30000\g_maxGameClients\0\g_maxlivesRespawnPenalty\0\P\..............................................................\voteFlags\8388607\g_balancedteams\0\mod_url\http://****storm.org\mod_version\1.2.9\gamename
q\g_heavyWeaponRestriction\20\g_gametype\6\g_antilag\1\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\0\g_needpass\0\g_maxlives\0\g_friendlyFire\33\sv_allowAnonymous\0\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\sv_maxRate\25000\sv_minguidage\0\sv_hostname\^d# ^7h8-us NQ Server| ^5XPSave\mapname\adlernest\protocol\84	imelimit\=\version\ET 2.60b linux-i386 May  8 2006\sv_punkbuster\1\sv_maxclients\20
--- Starting NQ server check ... ---
--- Server check done. Installation seems to be fine. ---
readconfig: loaded 31 levels, 4 admins, 0 bans, 0 mutes, 3 commands
^3Warning: No config with filename 'mapconfigs/adlernest.config' found
Start Spawning Entities!
Stop Spawning Entities!
0 teams with 0 entities
-----------------------------------
Setting MOTD...
^4Game Initialization completed in 0.12 seconds.
Omni-bot: ^2Looking for /data/kaco123/447569.et/nq/omni-bot/omnibot_et.so, 
Omni-bot: ^2Found Omni-bot: /data/kaco123/447569.et/nq/omni-bot/omnibot_et.so, Attempting to Initialize
Omni-bot: ^2Omni-bot Loaded Successfully
^2ET autoexec script executed. 
^2Loaded Waypoints.
^2Bot Initialized in 0.11 seconds.
^4Omni-Bot Initialization completed in 0.20 seconds.
broadcast: print "Server: timelimit changed to 15
"
^268 Goals Loaded, 8 Goals Deferred, 0 Goals could not load. elapsed time: 0.01 seconds
ClientConnect: 0: \g_password
one\cl_guid\63E10527679056DBD6740361DDEC975D\snaps\20\rate\25000
ame\^6.^7pa^3N\cl_wwwDownload\1\cl_punkbuster\1\cl_anonymous\0\protocol\84\qport\41849\challenge\2052584412\ip\213.238.93.6:27960
ClientConnect: 0
Userinfo: \g_password
one\cl_guid\63E10527679056DBD6740361DDEC975D\snaps\20\rate\25000
ame\^6.^7pa^3N\cl_wwwDownload\1\cl_punkbuster\1\cl_anonymous\0\protocol\84\qport\41849\challenge\2052584412\ip\213.238.93.6:27960
ClientUserinfoChanged: 0 n\^6.^7pa^3N	\3\c\0\r\18\m\0000000\s\9999999\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\0\rn\0\lc\0\xp\1022 1022 1022 1022 1022 1022 1022 \u\174
Userinfo: \g_password
one\cl_guid\63E10527679056DBD6740361DDEC975D\snaps\20\rate\25000
ame\^6.^7pa^3N\cl_wwwDownload\1\cl_punkbuster\1\cl_anonymous\0\protocol\84\qport\41849\challenge\2052584412\ip\213.238.93.6:27960
ClientUserinfoChanged: 0 n\^6.^7pa^3N	\3\c\0\r\18\m\0000000\s\9999999\dn\\dr\0\w\53\lw\53\sw\0\mu\0\ref\0\rn\0\lc\0\xp\1022 1022 1022 1022 1022 1022 1022 \u\174
ClientBegin: 0
execing mapconfigs/default.cfg
execing mapconfigs/adlernest.cfg
^3PunkBuster Server: New Connection (slot #1) 213.238.93.6:27960 [?] "^6.^7pa^3N" (seq 16751129)
^3PunkBuster Server: Player GUID Computed 63e10527679056dbd6740361ddec975d(-) (slot #1) 213.238.93.6:27960 ^6.^7pa^3N
Userinfo: \cg_uinfo\29 0 100\g_password
one\cl_guid\63E10527679056DBD6740361DDEC975D\snaps\20\rate\25000
ame\^6.^7pa^3N\pmove_msec\8\pmove_fixed\0\cl_wwwDownload\1\cl_punkbuster\1\cl_anonymous\0\ip\213.238.93.6:27960
Rcon from 213.238.93.6:27960:
cvarlist
Rcon from 213.238.93.6:27960:
cvarlist
G_xpsave_add: saved xp for ^6.^7pa^3N
ClientDisconnect: 0
^3PunkBuster Server: Lost Connection (slot #1) 213.238.93.6:27960 63e10527679056dbd6740361ddec975d(?) ^6.^7pa^3N
Sending heartbeat to etmaster.idsoftware.com
Sending heartbeat to master0.gamespy.com
Sending heartbeat to master.gamespy.com:27900
Sending heartbeat to clanservers.net
Sending heartbeat to master0.etmaster.net
^3PunkBuster Server: No Master Query Sent - DNS has not yet resolved for MASTER3.EVENBALANCE.COM

Tha’s all from my console. There is

^3Warning: No config with filename ‘mapconfigs/adlernest.config’ found

But I have adlernesft.cfg in my nq /mapconfigs folder??

When is timeleft on the map:
Console:

mapvoteinfo: wrote 32 map vote stats
ExitLevel: executed
mapvoteinfo: wrote 32 map vote stats
ExitLevel: executed
mapvoteinfo: wrote 32 map vote stats
ExitLevel: executed
mapvoteinfo: wrote 32 map vote stats
ExitLevel: executed
mapvoteinfo: wrote 32 map vote stats


(ailmanki) #19

Check in your file transfer tool that you can see hidden folders, maybe you can already see them.
You need to find the folder:
.etwolf
With a preceding dot.

If that folder exists, find the nq.cfg in there… if it’s there delete or replace it with yours, check all cfg’s there.
Maybe make a backup first.

You can also do
/rcon cvarlist fs
And it will list amongst other thing the path to the folders it does search for pk3 and cfgs.


(twt_thunder) #20

Try to set set g_mapVoteFlags 24…