Server Parameters #1769
-
Hello, I would like to ask if there is a list of all the new parameters that can be edited in a .cfg file. I am running a server with some friends and we can only change parameters through the server .cfg yet I can't seem to find how I can call the new parameters. Any help would be appreciated. Also, if this is not the place to ask these questions feel free to remove it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Well in General dont use Unstable, use Stable (Master Branch). |
Beta Was this translation helpful? Give feedback.
-
go through the classes in this file Params.hpp
where each entry in the params class is a name of a class from |
Beta Was this translation helpful? Give feedback.
go through the classes in this file Params.hpp
then put this in your server cfg mission cycle
where each entry in the params class is a name of a class from
Params.hpp
followed by= {value};
the va…