Hey guys, I recently helped some1 get their server running so he and a friend could play it on hamachi... And I ended up figuring out something I didnt know... How to bypass the bitch of an error, the Unterminated Block!
Since this error has had me confused many a time before and had me re-install my repack and set it all up again, I thought id say how its done, just incase you dont know xD
Code:
/************************************************** ******************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
************************************************** ******************************/
That is from your Ascent-Realms.conf... Its as simple as changing it to shell format, like this;
Code:
#####################################################
#/************************************************** ******************************
#* How to use this config file: *
#* Config files are in a block->variable->setting format. *
#* A < signifies the opening of a block, the block name is expected after that. *
#* After the block name, a space and then the settings sperated by = / ' '. *
#* *
#* e.g. *
#* <block setting="0" someval = "1"> *
#* *
#* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
#* of the line, or in shell format (#). *
#************************************************** ******************************/
######################################################
See how easy that was? xD And to think, I never thought of that until just now...