Blockland Forums > General Discussion
HamHost Dedicated Blockland servers | New poll: More free-user features?
MonkeyFunkyMonkey:
--- Quote from: hammereditor² on September 09, 2013, 07:22:03 PM ---What glitch?
Also, I think the DDoS attack has stopped, so why is your ping still ---?
What exactly happens to the Slayer files?
--- End quote ---
not the servers ping for some reason the reset broke it and flags wont work
Lugnut:
--- Quote from: Shell on September 09, 2013, 07:56:02 PM ---the last two steps confuzzle me. more details please.
--- End quote ---
it's actually really easy if you have a text editor on hand that supports find and replace
[*]upload all the add-ons you want and nothing else
[*]start and stop the server
[*]download the add_on_list.cs (it's in config/server/)
open it and you'll notice a bunch of lines like this:
$AddOn__Bot_Blockhead = 1;
$AddOn__Bot_Hole = 1;
$AddOn__Bot_Horse = -1;
$AddOn__Bot_Shark = -1;
now, to disable an add-on change the 1 to a -1, and to enable an add-on change the -1 to 1
if you only put the ones you want, you can find and replace (ctrl+h, usually) -1 and replace with 1
bam, all add-ons enabled
[*]save the file
[*]upload and overwrite config/server/ADD_ON_LIST.cs with the new version
[*]start server
bam, done
now, that's how "custom" gamemodes work. if you're using an actual gamemode I can't help you.
hammereditor²:
--- Quote from: Shell on September 09, 2013, 07:56:02 PM ---the last two steps confuzzle me. more details please.
--- End quote ---
* Re-connect with FTP.
* Delete the ADD_ON_LIST.cs in config/server/.
* Upload the new ADD_ON_LIST.cs to there.
* Start up the HamHost control panel.
* Log in with your username and password.
* Click on the drop-down box, and click "Stop server".
*
* Click on the 'Do action' button, and wait for about 15 seconds.
* Now, use the drop-down box again and the 'Do action' button to start up the Blockland server.
hammereditor²:
--- Quote from: MonkeyFunkyMonkey on September 09, 2013, 08:05:34 PM ---not the servers ping for some reason the reset broke it and flags wont work
--- End quote ---
I'll join and see what the problem is.
EDIT: The flag spawns were not there when I came. I built new ones, but it still doesn't pick up the Slayer flag.
And I think this is more of an issue with Blockland than with HamHost.
Lugnut:
I can't honestly believe shell had trouble starting his server, I'm pretty sure he was referring to the editing part.
also, won't stopping the server overwrite the new ADD_ON_LIST with the 'configured' one that's in use?