Configuration is a major part of how the framework works. It is imperative to read this article step-by-step for everything to work properly in the end.
Inside of the script download which can be found here, there will be 2 folders, one specifically named configs
. Inside of this folder you will find a file general.cfg
.
- Move this file to your servers root directory (same location where your
server.cfg
can be found) - Add
exec general.cfg
inside of theserver.cfg
before you start your resources - Edit the
general.cfg
by inputting the correct details - When starting your resources, make sure you add them to start BELOW the
exec general.cfg
statement
Here is an example of what a correct general.cfg file should look like