Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme instructions incorrect for Linux (Steam ver) #28

Open
sugozu opened this issue Nov 29, 2019 · 0 comments
Open

Readme instructions incorrect for Linux (Steam ver) #28

sugozu opened this issue Nov 29, 2019 · 0 comments

Comments

@sugozu
Copy link

sugozu commented Nov 29, 2019

Doing everything as the readme says always results in a crash with Steam version (it tries to run the game through Wine or something, even though the game can run without using Proton), which is easily fixable by having the Terraria bash file be modified to run the TerraCustom file instead, like tModLoader does, and then starting Terraria through Steam.

#!/bin/bash

# Move to script's directory
cd "`dirname "$0"`"

# simple forwarder for running tModLoader via steam
bash TerraCustom $@

After that everything works as expected.
Except that selecting Small/Medium/Large in the world size selection before giving the world a name instead of selecting Keep Previous Custom Size, ignores the world parameters set in the following configuration part. That was not expected.

Tested on Arch w KDE Plasma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant