heres the basic problem:
I make a script, test it out on my MP server (just start new and choose a map everytime) and perfected it, works beatifully.
Then, jsut to test before a full release, have a friend wit ha dedicated server try the script.
script doesnt work. at all.
It's an addition to the map script, which i thought was totally serverside (thus being able to spawn weird crap ingame) but he said that that's why my script hadnt been working; i was being a client and not hte server.
i thoght this was absurd, i've always thought clients couldnt send their own scripted events to the server, i always thought the server sentscript data to the clients, which basically only handled loading the map, doing visuals, and sending and recieving data. i didnt think they could actually send scripts... ???
can they? if a client has a different map script will it execute at all?
client scripts
Moderator: Moderators
client scripts
Moderator
۞
Abyssus pro sapientia
Olympus pro Ignarus
۞
AND STUFF™ © 2006
۞
Abyssus pro sapientia
Olympus pro Ignarus
۞
AND STUFF™ © 2006
no, we tried that. he told me wrong i guess, i always thoguht clients only needed the map files, not hte scr because the server runs the scripts on them, which is why too much scripting causes lag.
yes he has it in, it's a Linux server so he renamed to aaa_...pk3 like you need to..
i jsut dont get it.. it works instantly on mine and the debug message doesnt even come up on his.
Is there anything radically different a script would do in a nondedicated windows server as opposed to a dedicated Linux server?
yes he has it in, it's a Linux server so he renamed to aaa_...pk3 like you need to..
i jsut dont get it.. it works instantly on mine and the debug message doesnt even come up on his.
Is there anything radically different a script would do in a nondedicated windows server as opposed to a dedicated Linux server?
Moderator
۞
Abyssus pro sapientia
Olympus pro Ignarus
۞
AND STUFF™ © 2006
۞
Abyssus pro sapientia
Olympus pro Ignarus
۞
AND STUFF™ © 2006
any errors in console? is this a map.scr or a global or something?
when im lost at what script is running, for some reason the server crashes my script that worked fine locally or it is running my script
and parts are not functioning normally i do this-
put a unique identifier on the scoreboard cvar - so you can check to see if its your script running with errors or not, or no script at all?
if a map.scr didnt load at all then your script crashed
if a map.scr loaded and its not yours there is a problem with your mod
file pak installation
if your map.scr is running but part of it isnt - like you exec an external
scr that failed, then you should see an error in console.
if something is working on your end - and not serverside for others? then perhaps your script is running something local that you have and your friend doesnt? like maybe a version update ? missing model? or missing animation? Wierd one.
when im lost at what script is running, for some reason the server crashes my script that worked fine locally or it is running my script
and parts are not functioning normally i do this-
put a unique identifier on the scoreboard cvar - so you can check to see if its your script running with errors or not, or no script at all?
if a map.scr didnt load at all then your script crashed
if a map.scr loaded and its not yours there is a problem with your mod
file pak installation
if your map.scr is running but part of it isnt - like you exec an external
scr that failed, then you should see an error in console.
if something is working on your end - and not serverside for others? then perhaps your script is running something local that you have and your friend doesnt? like maybe a version update ? missing model? or missing animation? Wierd one.