(Added in pictures finally.)
|
(→Note on Windows Services)
|
Line 28: | |||
# Start the AnthillPro server. | # Start the AnthillPro server. | ||
== Note on Windows Services == | == Note on Windows Services == | ||
+ | If for some odd reason you have installed your AnthillPro server as a Windows Service instead of running it from the command prompt, you will need to modify the following as well '''BEFORE''' starting the server up after making the above changes: | ||
+ | === File System Changes === | ||
+ | # Edit the '''_ah3server.cmd''' file in the ''%SERVER_HOME%\bin\service'' directory and change: | ||
+ | ## Update the <u>set ARCH</u> line to say x64 instead of x86. | ||
+ | # Edit the '''ah3server.cmd''' file in the ''%SERVER_HOME%\bin\service'' directory and change: | ||
+ | ## Update the <u>set ARCH</u> line to say x64 instead of x86. | ||
+ | # Reinstall the service (next section) | ||
+ | === Windows Registry Changes === |