Loading/displaying Custom Sprays?
Tomper
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
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
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
sv_send_logos 1
Shall I use that as well?
Also there is no sv_allowdownloads.
sv_send_logos is by default 1.
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?