CubeCoders / AMPTemplates

For the AMP community to share Generic Module templates.
MIT License
93 stars 285 forks source link

VRising Configuration not working #1118

Open Raven44380 opened 1 week ago

Raven44380 commented 1 week ago

After speaking with PotatoKing it was recommended to come here to report an issue.

To start, the AMP instances are all upgraded to the latest versions and the latest template has been grabbed before hand. Any changes inputted within the configuration fields for the VRising instance do not get reflected within the game nor change and while looking into it further the configuration changes are being added to the following path:

/save-data/setttings/ServerGameSettings.json

If I go to path below and manually input the settings that I would like to have changed, they will reflect in the game and work properly but as of right now the only fields that work properly are the ones within the "Host" tab.

VRisingServer_Data/StreamingAssets/GameSettingPresets/StandardPvE.json

The path above is the one I am trying to use and have changes wrote too but as I mentioned, if I make changes in here manually they work just fine.

Greelan commented 1 week ago

Trying to understand this. Are you saying save-data/setttings/ServerGameSettings.json doesn't get used at all, even if manual changes are made?

Or are you saying that changes in the UI are not reflected in that file?

Greelan commented 1 week ago

Also, what are your "Game Settings Ruleset" and "Game Difficulty Preset" set to under the Host tab?

Raven44380 commented 1 week ago

You'd be correct, the save-data/setttings/ServerGameSettings.json doesn't get used at all. Under the host setting tab, if I lets say select StandardPvE for the rules and if I then navigate to VRisingServer_Data/StreamingAssets/GameSettingPresets/StandardPvE.json and make the changed I want there they will actually work.

Any changes made to save-data/setttings/ServerGameSettings.json from the GUI will show that they were made to that file in that path but wont work at all.

Greelan commented 1 week ago

That's the point of a preset though, it overrides custom settings

Raven44380 commented 1 week ago

I see, so what you're saying is if I am to select the GamePresent StandardPvE any changes I make in the GUI won't be added to that present then and if I want to make any changes using the GUI I literally have to use the Custom one?

Raven44380 commented 1 week ago

If that is the case, can we add the ability to be able change these presets from the GUI and not have to go in manually?

Greelan commented 1 week ago

Why bother with the preset at all then?