• 188 Posts
  • 1.2K Comments
Joined 3 years ago
cake
Cake day: June 8th, 2023

help-circle







  • Well, I ended up firing up doing the following:

    • a debian LXC in proxmox
    • Copy linus .sh install files and run
    • install SMAPI and Always On Server
    • install Vxfb, x11vnc, pulseaudio etc
    • copy a saved multiplayer game to the server ~/.config/StardewValley/Saves/

    apt install -y xdotool wmctrl x11-utils xvfb pulseaudio alsa-utils libasound2-plugins

    /etc/asound.conf

    pcm.!default {
        type null
    }
    ctl.!default {
        type null
    }
    
    • Start a virtual display
    Xvfb :99 -screen 0 1280x720x24 &
    export DISPLAY=:99
    
    DISPLAY=:99 \
    ./StardewModdingAPI --save "GoldenRod_435386528"
    

    x11vnc -display :99 -usepw -rfbport 5900

    • use a vnc to connect and start the game in co-op mode

    • Use standard client to connect

    I think that was everything
















  • I’m sorry that you current situation has got to that point.

    I’m probably on the autism spectrum and my wife has ADHA - this can make for some interesting home life with our two kids (one is probably undiagnosed ADHD, and the other has generalized anxiety).

    I guess I don’t have any real advise, just know that there are people out there that will listen to you if you need to vent.