Jump to content

Vintage Story Linux


Disruptor

Recommended Posts

Posted

My suggestion:

  • Create a new launcher.sh script with the following code:
#!/bin/bash
mono Vintagestory.exe
  • Modify install.sh to use the following APPDATA & INST_DIR:
## define installation targets
export APPDATA="$HOME/.local/share/Anego Studios"
export INST_DIR="Vintagestory" && { echo; echo "Install game into ${APPDATA}/${INST_DIR} (data into ${DATA_PATH})"; }

Reasoning:

  1. In unix we never create folders that go against the XDG folder structure, particularly in /home
  2. There is no such thing as "ApplicationData"
  3. The desktop launcher was named after the user which is strange

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.