Bradley Newman
Bradley Newman
Hello, if you are currently experiencing issues with connecting to your server, you are not alone. There have been many reports. Please reply here with your report. I am currently...
Implement the following parameters: * ~~`VONCanTransmitCrossFaction`~~ (implemented in `v0.8`) * ~~`disableNavmeshStreaming`~~ (implemented in `v0.8`) * `rcon` Note: strikethrough indicates implemented
Implement the following parameters: * ~~`disableAI`~~ (implemented in `v0.8.1`) * rcon `maxClients`
Add `PARAMETERS.md` documenting each parameter that can be used and what they do and how they behave. If I'm missing any info or you would like me to add anything,...
Currently when using "Default" objects, parameter bounds are not respected. These bounds should be added to a Constants static class and these Default objects should use the parameter minimums.
The dedicated server already supports this. Should be able to just add this to the GUI and rework some of the server launch code.
Similar to how the refactor handles the server parameters, advanced settings elements should have their own components and should be able to be created programmatically to reduce time thinking about...
Save advanced settings configuration. It won't be able to be saved with the refactors way of saving settings as that is a literal export of the server configuration so some...
Seems to be a lot of misunderstanding around how this feature works in the dedicated server. Simplify this and do the heavy lifting so that its as simple as picking...
Implement a system that allows for dynamic translation of strings. Constants can be stored externally and the application can load something like `strings_en` or `strings_ger` etc.