[Web]Official English Help File Collection

11/04/2015 01:40 ThunderNikk#1
I know this has been done before here in other languages so it is nothing special.

It also does not take any particular skill set to gather this information, yet the releases in other languages prompted me to want to make my server more complete with a working English help index.

So I did all of the ground work one night and copied all of the HTML files from the official English help folders at Wxxxxn and I am sharing them today because I have never shared anything here.

All you need to do is add the entire folder to your website and then add some traffic lines to your gameserver.opt file to direct the link in the game to the proper web location.

Example gameserver.opt lines...

Code:
S game.guild_icon_base_url:http://10.71.1.2/gicons/
S game.url_list:guild_icon_upload.ip|10.71.1.2|guild_icon_upload.port|4615|guild.url|http://10.71.1.2/|guild_test_download.url|gicons/|web_download|10.71.1.2|web_download_port|0|shop.url|http://10.71.1.2/item_shop/|ghelp_url|http://10.71.1.2/help/index.html

S game.server_screenshot_url:http://10.71.1.2/img/serverselection.html
S:game.helpdesk_url:http://10.71.1.2/help/index.html
S:game.newbiehelp_asura_url:http://10.71.1.2/help/asura.html
S:game.newbiehelp_deva_url:http://10.71.1.2/help/deva.html
S:game.newbiehelp_gaia_url:http://10.71.1.2/help/gaia.html
Just replace my LAN address with your website domain and make sure traffic for help is directed to the /help/index.html file. The rest of the html all link from the proper locations.