Mapcycle.txt
bradisbest
Join Date: 2004-02-28 Member: 26959Members, Constellation
<div class="IPBDescription">L 05/14/2004 - 21:00:53: WARNING: Couldn</div> I always get
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->L 05/14/2004 - 21:00:53: WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
I do have a mapcycle.txt file in my /hlds_l/nsp/ directory.
The whole file is:
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
co_kestrel "\minplayers\8\maxplayers\20\"
ns_tanith "\minplayers\16\maxplayers\32\"
co_rebirth "\minplayers\4\maxplayers\20\"
ns_nancy "\minplayers\14\maxplayers\32\"
ns_veil "\minplayers\16\maxplayers\32\"
co_core "\minplayers\0\maxplayers\20\"
co_ulysses "\minplayers\4\maxplayers\20\"
ns_eclipse "\minplayers\14\maxplayers\32\"
co_pulse "\minplayers\8\maxplayers\20\"
ns_ayumi "\minplayers\16\maxplayers\32\"
ns_agora "\minplayers\16\maxplayers\32\"
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
what am I missing?
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->L 05/14/2004 - 21:00:53: WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
I do have a mapcycle.txt file in my /hlds_l/nsp/ directory.
The whole file is:
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
co_kestrel "\minplayers\8\maxplayers\20\"
ns_tanith "\minplayers\16\maxplayers\32\"
co_rebirth "\minplayers\4\maxplayers\20\"
ns_nancy "\minplayers\14\maxplayers\32\"
ns_veil "\minplayers\16\maxplayers\32\"
co_core "\minplayers\0\maxplayers\20\"
co_ulysses "\minplayers\4\maxplayers\20\"
ns_eclipse "\minplayers\14\maxplayers\32\"
co_pulse "\minplayers\8\maxplayers\20\"
ns_ayumi "\minplayers\16\maxplayers\32\"
ns_agora "\minplayers\16\maxplayers\32\"
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
what am I missing?
Comments
oh and it is indeed located in the nsp folder but still won't work
<!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->L 05/15/2004 - 14:52:28: WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Have you checked to make sure that the file permissions on this file are correct? Should be readable by the users running hlds. Currious what the issue here is because I've never seen this issue.
Try
chown username.group * -R
From your root hlds folder, subst the hlds user you start hlds from, subst the group that user is in.
Wonder if this is just a file perms issue. Also, is this with ns2.0 and the older hlds exe or the newer steam binaries?
Also, try starting hlds with none of the plugins loaded. no amx or metamod. this will test to see if perhaps a metamod or amx plugin is looking for it's own mapcycle.txt file in some other directory.
here is my liblist.gam file
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
game "Natural Selection (beta)"
url_info "www.natural-selection.org"
url_dl "http://www.natural-selection.org/"
version "v3.0"
size "165000000"
svonly "0"
secure "0"
cldll "cl_dlls\client.dll"
hlversion "1110"
type "multiplayer_only"
nomodels "1"
nohimodel "1"
mpentity "info_mapinfo"
;gamedll "dlls\ns.dll"
gamedll "addons/metamod/dlls/metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->