printfuck / stardew-multiplayer-docker

Run a Stardew Valley Multiplayer Server with docker-compose
205 stars 91 forks source link

Cant Add Stardew Valley Expanded #17

Closed AkumaNoYami closed 2 years ago

AkumaNoYami commented 2 years ago

at first i am New at Git so sorry when i am in the wrong section

I add the Mods in Env Enable_STARDEW_VALLEY_EXPANDED_MOD True But it doesnt show ingame

the Other Mods ive Add work

printfuck commented 2 years ago

Configuring mods only works for the few, that are in the docker/mods folder and at the moment I don't have the time for adding more.

If you like to improve on that, you can fork this project and add it yourself - or look through the already existing forks to find out, if somebody already did that.

I'm sorry for reacting this late to your issue.

HumanoidSandvichDispenser commented 1 year ago

If you or anyone else is still wondering, the correct env variable to enable SVE would be ENABLE_STARDEWVALLEYEXPANDED_MOD=true. But if you try running it, the SpaceCore mod will crash because it can't find an audio output device, which can be fixed by installing PulseAudio and creating a sink. It also requires SMAPI version >= 3.15, whereas SMAPI here is 3.14.7.

So I made a fork that fixes these issues.