GHost++ 13.0 released - Printable Version +- Official Battle Tanks Community (https://btanks.net/forum) +-- Forum: Battle Tanks - Warcraft III (https://btanks.net/forum/forumdisplay.php?fid=3) +--- Forum: Hosting BT with Hostbots (https://btanks.net/forum/forumdisplay.php?fid=25) +--- Thread: GHost++ 13.0 released (/showthread.php?tid=1373) |
GHost++ 13.0 released - Morkardar - 2009-04-20 There is a new Bot with Warden-Support. I tested it and my bot is running again. Enjoy. GHost++ 13.0 <-- Scroll down Setup Tutorial with Warden Support Re: GHost++ 13.0 released - Morkardar - 2009-04-23 How to start wardenupdater, blns.exe and ghost.exe with one click (in windows) I recently found it very annoying to start wardenupdater.exe, blns.exe and ghost.exe when launching the bot. I run Windows, so I did some easy .bat-files to make this work. Recognizing it comes to difficulties starting to fast, or starting over one cmd-window the solution ended up like this. You need 4 .bat files. Simply create a text-file with notepad and name it .bat at the end instead of .txt The files in my example are written below, write the text in the code window in the open .bat file with the given name start_all.bat Quote:start "bat1" "C:\<your_path_for_ghost>\bnls.bat" bnls.bat Quote:start "BLNS Updater" "C:\<your_path_for_warden_server>\wardenupdater.exe" ghost.bat Quote:start "GHost++ 13.0" "C:\<your_ghost_path>\ghost.exe" WAIT.bat Quote:@ping 127.0.0.1 -n 2 -w 1000 > nul Copy all those files in your ghost folder. Make a shortcut to start_all.bat (or start it directly with it) and use it to update and start bnls and after that automatically start ghost. I found it very nice and useful. Have fun. |