You can choose to install early access version or development version.
Early Access Version
download in steam
Go to this Link or search "流光无际" in tmodloader workshop directly.
download without steam
- Go to steam workshop downloader.
- Paste workshop link
https://steamcommunity.com/sharedfiles/filedetails/?id=2906178094
. - Follow the tutorial.
Development Version (Github)
Prerequisites
- .NET 8.0 (or higher) SDK - Build mod
- Visual Studio - Open and edit the project
- Git - In order to run git commands
Step 1
Clone the mod into %userprofile%/Documents/My games/Terraria/tModLoader/ModSources
.
Either use git clone https://github.com/Solaestas/Everglow
on the command line to clone the repository or use Code --> Download zip button to get the files.
Step 2
To build Everglow, open a command prompt inside the project directory.
You can quickly access it on Windows by holding shift in File Explorer, then right clicking and selecting Open command window here
.
Then type the following command: dotnet build
build the built files will be found in the newly created build directory.