Loading/displaying Custom Sprays?

TomperTomper Join Date: 2003-02-10 Member: 13365Members
<div class="IPBDescription">Bizarre behaviour, why?</div> Hello,

My girlfriend and I just made a custom spray each, and logged on to my NS Server 2.0, to check them out. We encountered a really frustrating and weird behaviour:
1. Person A sprays his/her logo first.
2. Person B sprays his/her logo afterwards.
3. Person A looks at his own logo on both the walls that were sprayed, wheras...
4. Person B looks at two different logos, just as it's supposed to work.

We tried this several times, and the behaviour occurs like this, for both of us, all depending on who sprays first.

Could this have to do with the settings on the server, perhaps in the server.cfg file? Maybe something with the cl_allowupload, cl_allowdowload, cl_download_ingame settings?

I've included my server.cfg file below, for your perusal. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo--> Really, any help with this would be appreciated.

Btw: when you try to set a variable to 1 should you have "1" around it, or just 1?

Thanks,
/Tomper

hostname "Tomper's Server - Natural Selection v2.0"
password 1
sv_password "zzzzzzzz"

// to disable HLTV from connecting to your server
//sv_proxies 0

// maximum client movement speed (needed for commander mode)
sv_maxspeed 4000
sv_maxspectatorspeed 1000
sv_cheats 0
sv_allowdownloads 1
cl_allowdownloads 1
sv_allowdownload 1
cl_allowdownload 1
cl_allowupload 1
cl_download_ingame 1
cl_allowdownload "1"
cl_allowupload "1"
cl_download_ingame "1"
sv_lan 0

mp_consistency 0
mp_countdowntime .2
mp_latejointime 1.5
mp_logdetail 0
mp_assert 0
mp_tournamentmode 0
mp_falldamage 1
mp_autoconcede 4
mp_limitteams 2
mp_drawdamage 0
mp_killdelay 3

// 60 minute timelimit
mp_timelimit 20

// Commander voting
mp_votedowntime 180
mp_votecasttime 2
mp_votepercentneeded .4
mp_minvotesneeded 3

mp_flashlight 1
mp_footsteps 1

// List server op WON ids here, delimited by semi-colons (eg, "12345;23223;123123"). mp_uplink must be 1 for this to work.
mp_serverops "645932;665315"
mp_uplink 1
rcon_password xxxxxxxx

Comments

  • XodlikeXodlike Join Date: 2003-06-03 Member: 16985Members
    i used to have this problem with cs to back when i was a l337 AWPer now i have realized that cs is well not the best HL mod out there came to my sences and tried lotsa other mods..ns was the best

    i really dont know whats the problem but for a server its sv_allowdownload/upload but for a CLIENT its cl_allowdownload/upload so put one of those in ur config.cfg or autoexec.cfg btw im not sure if this works its just a theory
  • TomperTomper Join Date: 2003-02-10 Member: 13365Members
    I just found out that there exists another setting:
    sv_send_logos 1

    Shall I use that as well?
  • saubloedsaubloed Join Date: 2002-11-02 Member: 3996Members
    You dont need the cl_ Variables (e.g. cl_allowdownload) because the server dont use it!
    Also there is no sv_allowdownloads.

    sv_send_logos is by default 1.
  • TomperTomper Join Date: 2003-02-10 Member: 13365Members
    Ok, I straightened out my server.cfg file now with the input you gave - thanks!

    The strange behaviour still occurs though. Both logos are uploaded but only one of us can see both, the other player sees his own logo on all places sprayed.

    I'm really stumped here. How can this happen? Both logos are evidently uploaded to the server, but why doesn't both players get to see both logos?
Sign In or Register to comment.