Commit graph

50 commits

Author SHA1 Message Date
Brett Hewitson
479e4a64dc GameData Changes
- when changing the gamedata files (add, delete, reload) it will reload all the gamedata files and repopulate the server managers.
- updated the viewmodels to check for valid class names.
2022-06-17 18:41:05 +10:00
Brett Hewitson
1bf04ed33e Fjordur Setting
- added UseFjordurTraversalBuff setting to rules.
2022-06-16 12:26:51 +10:00
Brett Hewitson
b24904d13c Stack Size Grid
- added good, warning and bad icons to the stack size grid.
2022-06-15 23:33:49 +10:00
Brett Hewitson
ca9c053f08 Grid Changes
- added good, warning and bad icons to the map spawner and prevent transfer grids.
2022-06-15 23:18:42 +10:00
Brett Hewitson
9df02ec05e Crafting Override Changes
- added good, warning and bad icons to crafting override grids.
2022-06-15 22:33:59 +10:00
Brett Hewitson
a5e1f78629 Official Mod Changes
- update gamedata file with correct official mod name.
2022-06-15 21:07:27 +10:00
Brett Hewitson
9c5b096429 Reset Server Button
- added new button to reset your server.
2022-06-15 20:01:05 +10:00
Brett Hewitson
e2f92bf7a9 Global Settings Changes
- fixed the bug that cleared the Backup Rcon message mode when changing languages.
-language file updates
2022-06-15 10:55:48 +10:00
Brett Hewitson
e7100e6323 Rcon Command Changes
- moved the rcon commands to the gamedata files, so they can be extended.
2022-06-14 12:55:58 +10:00
Brett Hewitson
f3ff807cd0 Player Level Bugfixes
- changed INT to LONG when parsing the the INI file values.
- created new slider for LONG types.
2022-06-13 18:43:10 +10:00
Brett Hewitson
3d606835ea Server Log Option 2022-05-21 12:27:51 +10:00
Brett Hewitson
fb936241c6 Task Priority Changes
- added a new task priority for the four auto processes.
- added the task priority selection to the global settings.
2022-05-15 14:24:47 +10:00
Brett Hewitson
2baf0bc392 Server Shutdown/Restart Fixes
- rewritten the code that sends the RCON commands to prevent the hangs after the RCON command fails.
- added an accessibility check when doing the worldsave and first shutdown via RCON.
- changed the online player count method on the main screen.
- updated the support zip method with the new global settings.
2022-05-15 00:38:08 +10:00
Brett Hewitson
bbaad6099f IOUtils Changes
- added new NormalizeFolder method to format the path parameter, so that it is formed correctly.
If the path is a local root path (eg. d:) then it must end with \\.
If the path is not a root path, or is a Unc path, then any ending \\ must be removed.

This fix was due to an issue with the previous code, as it kept appending a \ to the end when the path was a Unc path.
2022-05-09 00:25:27 +10:00
Brett Hewitson
1fc9bc87e4 Backup Bugfixes
- fixed the zip utils to read the file contents before backup.
- added new content backup metho for support zip creation.
2022-05-08 20:07:13 +10:00
Brett Hewitson
a176a04362 Global Setting Changes
- Global Backup Settings - added option to include/exclude the SaveGames folder in the worldsave backup (default exclude).
- Global Alert Settings - added new textbox allowing the formatting of the ipaddress and port in the server startup message (default {ipaddress}:{port}).
2022-05-07 14:22:25 +10:00
Brett Hewitson
c1c303f32a Auto Backup Settings
- added an RCON broadcast mode droplist, so backup processes can send messages via RCON using this mode.
2022-05-06 14:07:38 +10:00
Brett Hewitson
dc830c602c RCON Broadcast Mode
- Added RCON broadcast mode selection to ASM global settings.
- Added new Mode selection method to ServerApp, so the correct command is used.
2022-05-06 12:50:50 +10:00
Brett Hewitson
ac438da337 Discord Bot Fixes/Changes
- Fixed the discord bot Info command, to release the profile once the command has finished running.
- added new checkbox to allow the profile to be included in discord commands using the Cluster Id as the alias.
- pt-BR Translation file updated.
2022-04-23 13:42:25 +10:00
Brett Hewitson
1aa8d79108 Discord Bot Changes
- Have added All Profiles Alias global settings
- Have changed the discord bot to handle the All Profile alias to performs commands against all profiles in the channel.
2022-04-14 21:06:14 +10:00
Brett Hewitson
eb23acc64e Fixed Window State being cleared when changing Languages. 2022-03-03 13:31:11 +10:00
Brett Hewitson
cc84a85850 Branch and Event Details moved to new Server Details section, easier to perform profile sync. 2022-03-02 12:58:54 +10:00
Brett Hewitson
2af1e772de 1. Added confirmation message to stop option in the shutdown window.
2. Added back the option to redirect the steamcmd output to the progress window.
2022-02-17 12:03:08 +10:00
Brett Hewitson
bcb7dce84e Added server monitor window startup state to global settings. 2022-01-25 12:53:13 +10:00
Brett Hewitson
09938ce932 Added prefix launcher option to launcher arguments. 2022-01-25 12:26:03 +10:00
Brett Hewitson
a029d2dd51 Fixed bug when pasting ini config into paste window, resulting in blank record. 2022-01-20 17:31:23 +10:00
Brett Hewitson
d2ce321273 Added new option to start the server windows minimzed. 2022-01-14 17:44:34 +10:00
Brett Hewitson
ec6eb847da added option to disable the running instance check. 2021-12-23 16:33:03 +10:00
Brett Hewitson
8bf57a71b9 Auto Update Tweaks
Support Zip Creation - added new config settings.
2021-12-20 10:16:02 +10:00
Brett Hewitson
2a1fad7613 Reorganised some of the settings. 2021-12-19 12:52:45 +10:00
Brett Hewitson
197fd1a811 Changed config type of Whitelist to use custom class 2021-12-19 11:46:09 +10:00
Brett Hewitson
3b2bad7607 Fixed the cleanup of the User config backup files.
Fixed the cleanup of the profile/world backup file in CSM.
2021-12-18 23:57:11 +10:00
Brett Hewitson
dace70a37c Fixed the cleanup of the log files generated by the auto processes (Backup, Update and Shutdown/Restart)
Added new Log settings which allow you to turn if on/off and set the number of days/files to retain
Language file updates
2021-12-18 21:31:36 +10:00
Brett Hewitson
a6f2b6f912 Add a reset to default button to discord bot section.
Added Discord Bot section to the profile sync list.
2021-12-18 12:17:58 +10:00
Brett Hewitson
e8dc83a596 Added Alias validation 2021-12-17 16:17:45 +10:00
Brett Hewitson
06551d3c8e Added a checkbox to allow all bots. 2021-12-17 14:09:47 +10:00
Brett Hewitson
c85ec44d9f Split Discord Start and Stop into separate methods, so they can be called from other parts of the application. 2021-12-17 00:11:56 +10:00
Brett Hewitson
430bfe7bbb Added a log level droplist 2021-12-16 23:08:31 +10:00
Brett Hewitson
327103182c Added an alias that can be used with the discord command instead of the profile id. 2021-12-16 15:42:42 +10:00
Brett Hewitson
461221294a Global Settings - Discord Bot section - Added a whitelist to allow bots to send commands to the server manager. 2021-12-16 12:56:26 +10:00
Brett Hewitson
213a90e072 Renamed CurrentConfig to Config 2021-12-16 09:53:42 +10:00
Brett Hewitson
7af5f90e30 Removal of ToList() 2021-12-16 00:57:01 +10:00
Brett Hewitson
9f5cf132f0 Removal of ToArray() 2021-12-16 00:21:23 +10:00
Brett Hewitson
f73b8c530d merged individual LoadServerFiles into one method to fetch steam users only once. 2021-12-15 18:25:35 +10:00
Brett Hewitson
2b838c6337 Fixed support zip message 2021-12-15 16:01:57 +10:00
Brett Hewitson
6a46155463 Added additional validation when setting directories in the global setting, to ensure they are rooted correctly. 2021-12-15 13:08:30 +10:00
Brett Hewitson
7d6859915d Added coloring to the setting grids for the Lost Island DLC engrams, creatures and resources. 2021-12-15 11:46:40 +10:00
Brett Hewitson
07479e6dd6 added additional fields to support zip file. 2021-12-09 20:52:18 +10:00
Brett Hewitson
65a8ee426b Code cleanup 2021-12-09 20:41:47 +10:00
Brett Hewitson
7f6fec6aca Added MutagenLevelBoost and MutagenLevelBoostBred settings 2021-12-09 11:35:05 +10:00