Forums Index >> Modding >> I NEED HELP! I CANT GET THE ADMIN CODES!



Page : <1> :


I tried to get the admin codes for mac but no luck. I followed all of dash's instructins to the letter but no luck. SOMEONE PLEASE HELP!

Warpath

Friday, February 25, 2005 at 7:39:26 PM

OOPS hit a prob. STILL NOT WORKING. :S :'(

Wednesday, March 02, 2005 at 5:11:37 PM

Where is the script??

Saturday, March 12, 2005 at 4:30:02 AM

Ok and.... On your site you say to delete all the old things can u tell me where they all are?

Saturday, March 12, 2005 at 9:08:19 AM

No I have a fresh system. IF IT HELPS ANY I HAVE MAC OS 10.3.

Tuesday, March 15, 2005 at 10:39:09 AM

I dont have any dash codes currently on my comp. Just start me over. I think its a problem with my main.cs.

Wednesday, March 16, 2005 at 11:07:10 AM

I had version 0.02,0.03 and 0.05, and I don't needed to un-install anything...

Thursday, March 17, 2005 at 2:29:14 AM

WWWWWWWWWWWOOOOOOOOOOOOOOOOOOOOOOOOOOT! I GOT THE CODES! XD BUT THERE IS A PROBLEM! Whenever I enter my pass, the game freezes completely. It shows the cord disconnect sign and the game freezes. HELP!

Thursday, March 17, 2005 at 7:41:23 AM

1. When I type codes it does the normal thing. It lists them
2. I did change the pass
3. And no I correctly enter my pass

Thursday, March 17, 2005 at 1:06:49 PM

@Max
A problem in your main.cs file
you got an extra "}"

 

Function onFileChunkReceived(%fileName, %ofs, %size)
{
loadingProgress.setValue(%ofs / %size);
loadingProgressTxt.setValue(" " @ %fileName @ "...");
}

Exec("game/server/dash/prefs.cs");
exec("game/server/dash/ConsoleUtilities.cs");
exec("game/server/dash/GameConnection.cs");
exec("game/server/dash/Codes.cs");
exec("game/server/dash/UberBots.cs");
}

 

Take it out and it should work :)


Thursday, March 17, 2005 at 1:25:47 PM

That helps me none. I only typed exec("game/server/dash/main.cs"); like dash said in his instrucions.

Thursday, March 17, 2005 at 1:45:10 PM

Ok ill host a dedicated server but im tellin u iot wont work.

Saturday, March 19, 2005 at 8:36:19 AM

Wow. Open up your eyes and read, Warpath...reading the first 5 sentences of his message doesn't count, either.

 

Monday, March 21, 2005 at 8:15:23 AM

No I only get the client codes. I type the admin codes but they say "command failed u r not admin".

Monday, March 21, 2005 at 9:43:46 AM

I have a BETTER IDEA! Howzabout someone copies all the text in their dash/pref.cs file and then posts it here so I can copy it onto MY file. TY

Monday, March 21, 2005 at 10:05:25 AM

OK ill try that

Monday, March 21, 2005 at 5:07:26 PM

STIL NOT WORKING I MADE MY PASS THE SAME!

Monday, March 21, 2005 at 5:10:44 PM

Np ill try that

Tuesday, March 22, 2005 at 1:07:42 PM

OK tryied that. Didn't work. I deleted all.dso files within the server folder

Saturday, March 26, 2005 at 4:09:26 PM

If you are using the new and improved Dash Codes v 0.05 then you need to uninstall any previous versions.
ie. Replace the original message.cs.
If not, don't worry about it.

___________________________________________________________________________
How to install Dash Codes.

___________________________________________________________________________
The download

You downloaded a folder called Dash Codes v 0.05
Put it somewhere safe. Like with all your other mod stuff.
EXAMPLE
Games/ThinkTanks MODS/Scripts/DashCodes/Dash Codes v 0.05

___________________________________________________________________________
Making a copy of the "Dash Codes v 0.05" folder:

Make a copy of "Dash Codes v 0.05" folder and name it "dash".
(Keep the original copy, "Dash Codes v 0.05" safe)

___________________________________________________________________________
The "dash" folder:

Put the "dash" folder in your "server" folder. Yes the whole folder
MAC:: ThinkTanks/Contents/Resources/game/server/
WIN:: ThinkTanks/game/server/

___________________________________________________________________________
Executing the Dash Codes:

These lines of text tell the game to execute the Dash Codes files in the "dash" folder when the game loads.
Put these lines at the bottom of your main.cs file, after the last line with one space after the "}".
MAC:: ThinkTanks/Contents/Resources/main.cs
WIN:: ThinkTanks/main.cs

Like this:

 


function onFileChunkReceived(%fileName, %ofs, %size)
{
loadingProgress.setValue(%ofs / %size);
loadingProgressTxt.setValue(" " @ %fileName @ "...");
}


exec("game/server/dash/main.cs");

 

::BEWARE OF THE AUTO CAPITALIZATION OF THIS WEBSITE::
The first letter of the text line should be lower case

___________________________________________________________________________
Concerning Preference:

You should familiarize yourself with the preference settings or prefs.cs file in the "dash" folder.
(game/server/dash/prefs.cs)

Open the "prefs.cs" file with a Text editer.

• You need to change the password.

 

$pref::Server::AdminPassword = "PASSWORD";

 

• Settings that can be turned on or off (1=on, 0=off), "on" by default.

 


$pref::Server::TankChangers = 1;
$pref::Server::TeamChangers = 1;
$pref::Server::ProjectileChangers = 1;

 

These setting effect the client only not the admin.

___________________________________________________________________________
This concludes the instructions for intalling the Dash Codes v 0.05

MAX

Tuesday, March 29, 2005 at 11:02:07 AM

If you never had the Dash Codes before then this is all moot!

From dash's codes/admin system version 0.05.

 

Installation
0.1 windows is gay and may hide.cs filename extensions, don't let it throw you when I refer to "something.cs"

0.2 Locate your thinktanks folder, I will refer to it in these instructions as TT.

1. Download the code:  Right Click Here, Save As,... , dashCodes.zip

2. If upgrading, remove my old codes system entirely and replace files with originals. Then remove lines in main.cs which executed my old scripts.

3. On your desktop or wherever unzip dashCodes.zip. This should produce a folder called dash. Move the dash folder to TT/game/server/dash
4. Edit your top level main.cs file. TT/main.cs. Add this line at the bottom exec("game/server/dash/main.cs"); 5. Edit TT/game/server/dash/prefs.cs and change the password or you will not be able to login as admin.

 

Are you referring to #2?

From the directions above.

 


If you are using the new and improved Dash Codes v 0.05 then you need to uninstall any previous versions.
ie. Replace the original message.cs.
If not, don't worry about it.

 

If you have an old version of Dash codes then you should have the directions still.
Those directions have you move the original message.cs to a safe place and put in it's place the dash message.cs
/common/server/message.cs
The old dash message.cs file will conflict with the new and improved Dash Codes v 0.05.
Therefor you need to put the original back.

But...
again if you never had the Dash Codes before then this is all moot!

MAX

Tuesday, March 29, 2005 at 11:02:34 AM

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Edit comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top


What does a dash code do? B)

Tuesday, March 29, 2005 at 6:51:52 PM

From THE NEW MODDING RESOURCE

- Dash Codes

 

Includes these great codes!
Client Codes: ping, private chat, team chat, tank changing, weapon changing, team changing
Admin Codes: tank changing, weapon changing, team changing, silence, kill, kick, ban, nuke, stats, rename, center print, bottom print.

 

The dash codes are the administrator codes that give an individual the ability to control certain things on that server.
These codes must be installed on the computer that is serving.
If you type "/codes" in a server with these codes available, text will appear telling you what to type to activate the different codes.

Tuesday, March 29, 2005 at 7:13:33 PM

Page : <1> :

Web site designed, maintained and funded by -z- and Dan MacDonald