Forums Index >> Modding >> My Server - JUICYLICIOUS



Page : <1> :


Hi all. Im creating a new server [work in progress] called JUICYLICIOUS. It may be up at times, but im tweaking its prefs.

To Do:
- Install Dashs admin script + chatlogger
- Increase fire rate [KC, post how u did it pls, lol]
- Need admins when its Up

This server will most likely be up when im on the comp and my internet works. Once its christmas and I get a laptop [hopefully], it will always be running [hopefully]

Any Tips would be nice, and ways to improve it.

- JuiCe

Sunday, November 27, 2005 at 4:08:19 PM

One way to improve the dash codes would be to visit THE MODDING RESOURCE (I'm being really lazy, but under the Scripts heading in THE MODDING RESOURCE are two links--Bugs in Dash Codes v. 0.05 and Extra Codes for Dash Codes v. 0.05).

Sunday, November 27, 2005 at 4:38:55 PM

I suggest u use Art Crazys Admin Script instead its way better = more CODES = more FUN. Anyways its your choice just a suggestion. One last question may I be admin?

Last edited: Sunday, November 27, 2005 at 7:17:52 PM

Sunday, November 27, 2005 at 6:55:05 PM

More CODES = more FUN
not always, sometimes you just want to keep things simple :)

 

 

 

 

Monday, November 28, 2005 at 8:59:50 AM

^exaclty. Couldnt have said it better.

This is my admin list so far:
Warfareİ
monica
KC
[reserved position]
dash
napalm

This is not final, and im still deciding who else will go on there.

ALSO:
KC please tell me how to increase the fire rate, I still dont know how to do it.

Monday, November 28, 2005 at 11:32:28 AM

 

 

                                        
}
// Display an error message for unused arguments
for ($I = 1; $I < $Game::argc; $I++) {
if (!$argUsed[$I])
error("Error: Unkown command line argument: " @ $Game::argv[$I]);
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "1", "", "commandToServer('messageSent', "Pass!");");
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "2", "", "commandToServer('messageSent', "Someone Take The Scrum!");");
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "3", "", "commandToServer('messageSent', "/ Kill Me!");");
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "4", "", "commandToServer('messageSent', "GJT!");");
}
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight;
}
exec("game/client/scripts/wingman/loader");
}
exec("game/server/dash/prefs");
}
exec("game/server/dash/ConsoleUtilities");
}
exec("game/server/dash/GameConnection");
}
exec("game/server/dash/Codes");
}
exec("game/server/dash/UberBots");
)
exec("game/server/scripts/MissionLoader");

 

Bottom of my main.cs with ALL the stuff I added. Dash codes, mission loader, modwiz, hotkeys, and wingman script.

Dash codes, mission loader and wingman script dont work. Idk why, but they dont.

2. Also, I cant chat in my server. I dont have the slightest clue why.

Monday, November 28, 2005 at 12:40:22 PM

All the files that are executed need to have an extension. Plus, you don't need a right bracket after an exec line. So the lines of execs need to look like this:

 

                                        
exec("game/client/scripts/wingman/loader.cs");
exec("game/server/dash/prefs.cs");
etc.

 


If you have the Ignore Script, you can't chat in anyone's servers. You need to fix this by executing both the old and the new messagesHud.cs files at the bottom of your main.cs.

 

Last edited: Monday, November 28, 2005 at 1:07:17 PM

Monday, November 28, 2005 at 1:06:02 PM

Ok thanks. And in the code box, it was originally like that. Thanks monica, you know alot about this kinda stuff :P

Monday, November 28, 2005 at 1:11:04 PM

It doesnt execute dashs script. Or its that I cant chat in it, and to /codes or /adm "pass"... Im gonna temporarily delete my ignore script, and then see if chat works.

Tuesday, November 29, 2005 at 4:23:44 PM

Try putting also:

 

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

 


at the bottom of your main.cs file.

Tuesday, November 29, 2005 at 4:52:08 PM

^ok ill try.. Is this why I cant chat?

Tuesday, November 29, 2005 at 5:33:21 PM

The chatMessageAll should be changed to messageAll.

I always get that Missing File error though.

Tuesday, November 29, 2005 at 6:35:18 PM

What about the missing prefs.cs file and default.cs?

Wednesday, November 30, 2005 at 1:11:29 PM

That's useless. I always get that error.

Wednesday, November 30, 2005 at 1:28:46 PM

Help :(

Thursday, December 01, 2005 at 2:31:45 PM

Hmm... I don't know about the chat error. I always get the first error (missing file) and it doesn't do anything.

Thursday, December 01, 2005 at 4:41:22 PM

Well, in my common folder, I went to this path:

Thinktanks/common/server/command.cs

And changed

 

                                        
chatMessageAll

 

 

In that file to

 

                                        
MessageAll

 

 

And now I seem to get that new error. Should I change it back? If I do and the error still accurs am I screwed in server hosting, or can u or anyone still help me?

Friday, December 02, 2005 at 11:24:22 AM

Well, Ahem, :)
Lets see you went into the Common server folder. Why? I would change it back.
And the Missing Folder thing dont worry about that I have had it before and it doesnt mess your server up in anyway.
And have you insalled Dashs ADM Script?

 

Friday, December 02, 2005 at 11:37:23 AM

I have put it in my main.cs, the

 

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

 

To execute dashs script, but since I cant chat in my server idk if it has executed.

I changed the thing in common folder because:

Not the first box. It says failed to execute blahblah.... So I changed it to MessageAll. Idk why lol.

Friday, December 02, 2005 at 11:43:29 AM

Hey juice! I dont know much about modding if I did I would help ya XD anyway good luck on your server! I cant wait till its out! ;)

Friday, December 02, 2005 at 5:10:11 PM

Thanks jordan. I still dont know why it says

 

                                        
servercmdmessagesent: unknown command

 

Why does it say that?

Saturday, December 03, 2005 at 7:08:15 AM

It means it cant find the function...
Re-install your TT in a different place (NOT OVER YOUR EXISTING ONE) and replace your existing common folder with the new one...
That should fix it...
If it still doesnt fix it, copy over your new main.cs and replace your original and just add the following to the end

 

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

 


Now it should be fixed...
If it aint start over with the newly installed version cause your original is screwed.
Just copy over the shapes and missions folders to the new one, and re-install dash scripts and missionloader.

 

 

 

 

Saturday, December 03, 2005 at 8:45:07 AM

^thats exactly what I just did. Im starting from scratch, so its not screwed. But thanks, anyways.

Saturday, December 03, 2005 at 8:50:43 AM

Put more /codes
thats more fun

And make it so demos can get in because im a demo

Saturday, December 03, 2005 at 10:33:36 AM

^ If you want to play on mods, BUY THE GAME. It's that simple

4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!

Saturday, December 03, 2005 at 10:50:05 AM

^^ TT IS WELL WORTH THE $20. TRUST ME. ;) B)

Saturday, December 03, 2005 at 12:51:27 PM

Holy crap- my dash script executed. Tanks all your your help! Now its time to tweak my preferences/.mis files/everything else!1!!!!1111

Saturday, December 03, 2005 at 2:43:13 PM

Ohhh, it seems my computer isnt finished torturing me yet...

whats this? What now?!

Everytime I click my dedicated server.bat thing, it appears :(

Saturday, December 03, 2005 at 2:54:11 PM

One Word.
Reinstall...
:)

 

 

 

 

Saturday, December 03, 2005 at 8:42:06 PM

How is that a smiley :) ? That should be...hmm... 8( this one. Just a little nitpicking here...

Sunday, December 04, 2005 at 3:55:15 AM

 

 

One Word.
Reinstall...

 

Again? Lol... But heh, thats what im going for

 

Sunday, December 04, 2005 at 7:01:34 AM

Eh, screw this. Everytime I launch a dedicated I get that error when its halfway through loading the dash codes.... So, im giving up on server hosting and stuff until I get this schitzo sorted out.........

Sunday, December 04, 2005 at 8:52:32 AM

I super want to be a admin

Monday, December 19, 2005 at 2:47:34 PM

Page : <1> :

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

Add comment:

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

Back to the top

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