Forums Index >> Modding >> Having Trouble Installing Dash Codes
Page : <1> :
This is easier than pie....
1) Unzip the downloaded file
2) Once you have unziped it, open your thinktanks folder
3) If you have downloaded the game from bravetree- click on game then server and paste the WHOOOOLLLE folder in there.
If you downloaded from Shockwave-Product/game/server
4) Once you have put the WHOOOOLLLE folder in game/server or product/game/sever open you main.cs
NOT YOUR MAIN.CS.DSO (Main.cs is also named main)
5) At the bottom of the file put this line-
exec("game/sever/dash/main.cs");
6) Lauch a server and enjoy!
Hope this helps, and theres also a file called "READ ME" its there so it can be read.
-Ice
Aint they working? Wierd, I did them like 3 times to test. And they worked. Maybe you skipped a part.
Maybe, thanks for the help, ill try Ice's way.
Leader of the Vigilante Tanks! May Vigilance Carry On!
Sorry for the double post, but its still not working, every time I launch a dedicated server it has this:
Missing File: game/server/Admin Scrpit/main.cs!
Every time I get to game/server, the only files I have there is dash and scripts, so I went in dash, and this is what I Have in the main.
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");
Anyone know whats wrong?
Leader of the Vigilante Tanks! May Vigilance Carry On!
I see what it wrong for ACAS. You have probably have:
Exec("game/server/Admin Scrp it/main.cs");
In your main.cs. While it should be:
Exec("game/server/Admin Script/main.cs");
---
In what main you have dash executables? Game/server/dash/main? Or TT's default main?
I have Dash's main, and I was copying that off the MS-Dos wiondow, it would let me Copy Paste :P
Leader of the Vigilante Tanks! May Vigilance Carry On!
Open your main.cs file in the main think tanks folder.(not the one inside Dash folder). Near the bottom of that file , if there is a line like this --->"exec("game/server/Admin Script/main.cs");
" remove it. That is from AC's admin and if your trying to put Dash's admin you need the line "exec("game/server/dash/main.cs");"
Last edited: Saturday, July 01, 2006 at 4:07:17 AM
Page : <1> :
Yep, I am, I followed all of Cassie's instructions and there not working.....can anyone helpe me?
Leader of the Vigilante Tanks! May Vigilance Carry On!