Skip to content

0.11.8.9 final-1

Compare
Choose a tag to compare
@TheStachelfisch TheStachelfisch released this 17 Jul 18:21
· 5 commits to master since this release
0891bbe

=== tML 64bit ===

  • tModLoader 64 bit now ships with all tModLoader 32 bit binaries to make it work standalone
  • Added an option to disable XL worlds. Should heavily improve performance on lower end PCs. (Does not delete existing XL worlds)
  • Added native Vulkan and DirectX11 support (No need to download extra files for it)
  • Add proper donation links
  • Upgrade FAudio and FNA3D to 22.06
  • Upgrade SDL2 to 2.0.22
  • Make tMod 64 development much easier and friendlier for newer people

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

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

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