Forums Index >> General >> Modded Map solution
Page : <1> :
Didja pass?
Yes, it passed the test. Lol
I'm all for the idea, napalm. Keeping some standardization in those servers is really important. Of course people will be free to host what they want, but it's good to freeze the mod pack now and then to let the players settle on what is going to be used.
Hi
must have missed the thread about this /pre dl script
plz point the way
ty
I must have missed that thread too.
Last edited: Monday, August 22, 2005 at 5:27:05 AM
^^That was posted ages ago. No one can find it anymore expect the detective KBC. Ask him to help you at the finding. XD
You don't have to let go of one rope before grabbing the other. But you'll have to let go of one if you want to swing forward.
Here it is again: Change F in "Function" and E in "Else if" to lowercase
Function PreloadName(%sender,%target_nm)
{
if(!ClientIsAdmin(%sender,"/pre command failed you are not admin"))
return;
%match = matchClientName(%target_nm);
%client = firstword(%match);
%status_msg = restWords(%match);
if(%client == -1)
{
schedule(1000,false,"CommandToClient", %sender,'CenterPrint', %status_msg,4,3);
return;
}
if(isobject(%client))
{
%nm = %client.nameBase;
schedule(1000,false,"bottomprintall", %nm SPC $pref::Server::PreloadAnnounce,4);
%client.delete($pref::Server::PreloadMessage);
return;
}
else
{
schedule(1000,false,"CommandToClient", %sender,'BottomPrint', "PRELOAD FAILED",4,3);
}
}
And put this with the rest of them in Codes.cs:
Else if (%code $="/pre" | %code $= "/preload" )
call("PreloadName",%sender,%a2);
And put this at the bottom of your dash Prefs.cs:
// Predownload Message players in the server will see
$pref::Server::PreloadAnnounce = "Has been told to Predownload";
// Predownload Message the client being told to predownload will see
$pref::Server::PreloadMessage = "Please predownload the neccesary files @ URL OF PREDOWNLOAD PACK HERE";
So now, whenever you see someone pre-downloading (It's hard to tell sometimes though), just type /pre PLAYER NAME and they will be kicked, but the kick message will have the url for predownloading in it!
Last edited: Monday, August 22, 2005 at 2:58:45 PM
That message was so good, you had to post the same thing twice! :P
Ooops, sry! Fixed XD
Page : <1> :
I started this thread so we can get it out of the Psycho Scrum thread.
I agree with what many are complaining about.
I propose that after this weekend we freeze the rotations so everyone can can download the mod pack and we can have some normalcy. As Reagent X stated we are evaluating the maps and I assume the captains of the Battle-Mode league are evaluating and picking their home teams as well.
The Mod_Pack should be standardized, and now is an important time to do so. In preparation of both leagues we should not add any new maps to rotations. (with the exception of the new Monkee Man Mods I will get this weekend.
When I mean rotations, I mean to the popular server, Specifically Dash, and Rx.
The mod pack should still be updated periodically to include maps, but the new maps should be held in separate servers outside of the normal gathering places for pickup and tourney scrum games.
This should give everyone stable places to gather and have consistant games. I think the /pre should be used as well as it will promt people to get the maps so they can continue play. XD
Last edited: Saturday, August 20, 2005 at 8:24:20 PM