WAReborn / WorldsAdriftReborn

64 stars 14 forks source link

Server added Config.ini #55

Open DiabloFox opened 5 months ago

DiabloFox commented 5 months ago

Implementing a Config.ini file for the server port.

DiabloFox commented 4 months ago

Please make sure you credit the original author when using someone else's code to help others understand the context of the addition. Is there any reason for preferring a .ini here when we already have the Newtonsoft.Json dependency capable of handling .json?

The preference I made for config file using ".ini" extension is because, personally I prefer to use .ini or .cfg files while we already use .cfg for "native" config for BepInEx, so for documenting or user friendly / server config I think it would be a good option to have the .ini for "small" configs like server name / port / spawn rate etc... and the .cfg is for the mod settings.