-
Notifications
You must be signed in to change notification settings - Fork 21
Server Troubleshooting
Colin Basnett edited this page Feb 11, 2018
·
6 revisions
Artillery does not work after upgrading my server to v8.0.3.
v8.0.3 added a new package, DH_Artillery
. Due to the way the introducing new packages are handled in the UT2004 engine, you must manually edit your server's existing configuration file to have them loaded. To fix this, follow these steps:
- Open your server's
/System/DarkestHour.ini
file. - Navigate to the
[Engine.GameEngine]
section. - Add the following line to the bottom of that section:
ServerPackages=DH_Artillery
- Save the file.
Note that deleting your
/System/DarkestHour.ini
will also fix the problem, but any custom server settings (including passwords, mutator lists etc.) will be wiped out in the process, so it is not recommended.
This wiki is a work in progress. If you require more in-depth support, please contact us on Discord.
- IMPORTANT: Disclaimer For Server Owners
- Dedicated Server Installation
- Basic Server Configuration
- Server Troubleshooting
- Debug & Admin Commands
- Programming Standards
- WOTgreal Installation
- WOTgreal Debugging
- Creating a Mutator
- Creating Custom Constructions