Conversation
… goes in to a restart loop
Corrected directory and file name
|
If you get really stuck I can make the changes myself. I will merge yours then update my changes right away :) |
…inally, added tickrate to parms
|
Completed the changes you requested. The default tickrate (if you don't use -tickrate) is 64 so that's why I chose it to being with. Users can then easily change it to 128 if they have the bandwidth to support it. I see your point about the parms, but I don't think you should cater these scripts to people who don't know how to edit them. If they're gonna mess it up then they're gonna mess it up. I don't believe you should make it harder on the people maintaining the code (mainly you obviously, and anyone who wants to fork it). Just my thoughts. |
|
Thanks I will merge the code tomorrow :). The variables section of the script is designed for the layman (n00b) who doesn't know how to code but wants to setup a game server (Sometimes they barely know how to use Linux). The script is designed the the end user first then the my convenience of maintaining it. If a person messes up the script they normally post a comment causing me more work. I think this is a trap some coders fall in to sometimes. The number one priority is that the end user gets the simplest experience possible. Besides only the variables section has to be like that. The rest of the script should never be edited my most people :). Thanks again for your work. |
|
No problem, it was extremely useful to me so I'm happy to be able to contribute back to it! Totally understandable about the user experience. Maybe there is an easier way to interact with the user to get the information from them, similar to how you ask for the rcon password and server name. |
|
All these features have now been added to all the scripts. The print commands were particularly useful and the steam app fix is now in place on csgoserver. Thanks for your help |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-Added tickrate startup parameter
-Added print functions to declutter code
-Seperated startup parameters to one per line for readability/editability
-Removed addition of steam_appid.txt file since it is currently in question