Exxo-Avalon / AvalonTesting

Testing Grounds for Exxo Avalon Origins
3 stars 4 forks source link

Exxo Avalon Origins

Welcome to Exxo Avalon: Origins! Avalon is a vanilla-oriented mod, expanding on content while keeping to a generally vanilla feel. As of now, there are:

Stay updated and join the discord community: https://discord.gg/rtm99Uq

Todo List

General

Pre-Release

Extra

Easier Recipes

Compiling shaders on linux

Download fxcompiler and reach from https://github.com/tModLoader/tModLoader/wiki/Expert-Shader-Guide#compiling-your-shader

Extract fxcompiler.zip and move the fxcompiler_reach.exe to the fxcompiler folder

Create a new wineprefix using the following commnand WINEPREFIX=~/.dotnet winecfg

Open winetricks using the command WINEPREFIX=~/.dotnet winetricks and select default wineprefix and install component xna40

Use the the following command to now run fxcompiler_reach.exe WINEPREFIX=~/.dotnet wine ./fxcompiler_reach.exe

You can also create a helper shell script containing the following:

#!/bin/sh
WINEPREFIX=~/.dotnet wine ./fxcompiler_reach.exe