31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
# Barotrauma-Lua
|
|
This is a Barotrauma server-side modification that adds Lua modding support.
|
|
|
|
### Documentation: https://github.com/evilfactory/Barotrauma-lua-attempt/wiki/Lua-(Incomplete)
|
|
### Discord: https://discord.gg/f9zvNNuxu9
|
|
|
|
# Barotrauma
|
|
Copyright © FakeFish Ltd 2017-2021
|
|
|
|
Before downloading the source code, please read the [EULA](EULA.txt).
|
|
|
|
If you have a question or an issue to report, please check our [Contribution Guideline](https://github.com/Regalis11/Barotrauma/blob/master/CONTRIBUTING.md).
|
|
|
|
If you're interested in working on the code, either to develop mods or to contribute something to the repository, you will also find instructions in the [Contribution Guideline](https://github.com/Regalis11/Barotrauma/blob/master/CONTRIBUTING.md).
|
|
|
|
## Links:
|
|
|
|
**Official Website:** www.barotraumagame.com
|
|
|
|
**Forums:** http://undertowgames.com/forum/
|
|
|
|
**Wiki:** https://barotraumagame.com/wiki/Main_Page
|
|
|
|
## Prerequisities:
|
|
### Windows
|
|
- [Visual Studio](https://www.visualstudio.com/vs/community/) with C# 8.0 support (VS 2019 or later recommended)
|
|
### Linux
|
|
- [.NET Core 3.0 SDK](https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1904)
|
|
### macOS
|
|
- [Visual Studio 2019 for Mac](https://visualstudio.microsoft.com/vs/mac/)
|