draconb
draconb
If you use the instances (launching dedicated server as admin) it puts them in %ProgramData%\SpaceEngineersDedicated (usually C:\ProgramData\SpaceEngineersDedicated) instead of your localappdata
@ethanjevvell You'll want to place the "My World" folder into the instances folder steamcmd, plugins and instances are ones that will be created on your linux host box and won't...
Hey just wondering if you got FCAT support working or if you are still planning on supporting it? Also I checked the v2 branch but doesn't seem like its been...
I don't think it works by loading the config, but you have to send the config variables through the compose file. /config/valheimplus/valheim_plus.cfg Thats the file it updates You can add...
I don't have the bepinex set to false and also am forcing server side config - VALHEIM_PLUS=true - VALHEIM_PLUS_REPO=Grantapher/ValheimPlus - VALHEIM_PLUS_RELEASE=tags/0.9.9.15 - VPCFG=/config/valheimplus/valheim_plus.cfg - VPCFG_ValheimPlus_serverBrowserAdvertisement=false - VPCFG_Server_enforceMod=true Maybe try that?...
> https://github.com/Grantapher/ValheimPlus/releases/tag/0.9.9.15-alpha2 Looks like he broke it maybe in the alpha1 you were using, so looks like it should be fixed now!
FYI until it goes "live" (its pre-release) you'll need to manually use the tag as well: `VALHEIM_PLUS_REPO=Grantapher/ValheimPlus` `VALHEIM_PLUS_RELEASE=tags/0.9.9.13` https://github.com/Grantapher/ValheimPlus/releases/tag/0.9.9.13 You'll need to update your local game install of ValheimPlus.dll as...
FYI for anyone wondering, I was able to get 3 to load up, all 3 were ones created by viktor-ferenczi: [performance-improvements](https://github.com/viktor-ferenczi/performance-improvements) [se-bugfixes](https://github.com/viktor-ferenczi/se-bugfixes) [multigrid-projector](https://github.com/viktor-ferenczi/multigrid-projector) I updated the compose to have another...
You could update it automatically similar to how the world gets updated here ```sed -i "s=.*=${SAVE_PATH}=g" ${CONFIG_PATH}``` https://github.com/Devidian/docker-spaceengineers/blob/3c24b5a33e79f9e117dfd0b16bb654bf9f3f00a4/entrypoint.sh#LL19C1-L19C90 I noticed that was how it was handled in the other repo:...
Great I'll try it out when I spin up a new server soon :)