Skip to content

0.11.8.9 final-2

Latest
Compare
Choose a tag to compare
@TheStachelfisch TheStachelfisch released this 21 Aug 03:29
· 1 commit to master since this release
efeebf9

=== tML 64bit ===

  • Fixed GOG installs not working.
  • Fixed Steam not searching for the Terraria install directory. tModLoader 64 bit can now be installed anywhere you want, as long as you are using Steam.

Please consider donating to Dradon or me(TheStachelfisch) if you enjoy tModLoader 64 bit and want to support the project

Updating tModLoader 64 bit

If your tModLoader 64 bit is installed into the tModLoader folder follow "Installing tModLoader 64 bit having it previously installed"

To update tModLoader 64 bit simply replace the old files.

Installing tModLoader 64 bit without having it previously installed

  • Download appropriate files
  • Unpack zip file, cut/copy tModLoader64bit folder
  • Find Terraria install directory (Steam -> Terraria -> Right click -> Manage -> Browse local files)
  • Go back one directory
  • Paste tModLoader64bit folder

Extra Step for GOG

  • Delete steam_api64.dll

Pro Tip: When you're using Steam, it doesn't really matter where tModLoader 64 bit is installed

Installing tModLoader 64 bit having it previously installed

If you previously installed tModLoader 64 bit into the tModLoader folder you can just leave it there. tModLoader 1.4 auto deletes all the unnecessary files that aren't needed. Follow the install instructions above and make sure to update your Steam shortcut

Adding tModLoader 64 bit to your Steam library (Or updating the shortcut)

If you already have an old shortcut, delete it by right clicking on it -> Manage -> Remove non-steam game from your library

  • Click the 'Add a game' button in the top left corner in Steam
  • Locate the tModLoader 64 bit .exe file
  • Double click the tModLoader 64 bit .exe file
  • Click 'Add selected programs' in the Steam window

Using Vulkan or DirectX11 with tModLoader 64 bit

  • Make sure you already added tModLoader 64 bit to your Steam library
  • Right click tModLoader 64 bit, click Properties
  • Add either -vulkan; (For Vulkan) or -d3d11; (for DirectX11)
  • Add a space after the previous launch argument and add /angle:1
  • The launch options should look like this -vulkan; /angle:1 or -d3d11; /angle:1
  • Launch the game

Starting the Linux server

  • Download the Linux server files
  • Install the complete Mono package
    Debian and derivatives of it: apt install mono-complete
    Arch Linux: pacman -S mono
    Fedora: dnf install mono-complete
  • Give the script execute permissions chmod +x tModLoader64BitServer
  • Launch the server ./tModLoader64bitServer

Using a config with the Linux server

  • Create a config file, touch serverconfig.txt
  • Launch the server file with the -config argument, ./tModLoader64BitServer -config serverconfig.txt

Full Changelog: v0.11.8.9...v0.11.8.9-fin-2