Files
LuaCsForBarotraumaEP/README.md
NotAlwaysTrue d0a5d13a0e Update README.md
Use same stuff in main branch
2025-12-19 13:59:32 +08:00

34 lines
1.4 KiB
Markdown

# LuaCsForBarotrauma Enhanced Performence Project
This is a LuaCsForBarotrauma modification that adds Multi-Thread and Multi-Core support.
### This project uses a fork of Moonsharp from EvilFactory: https://github.com/evilfactory/moonsharp
### This project WILL heavily modify original LuaCsForBarotrauma/Barotrauma code.
# Barotrauma
Copyright © FakeFish Ltd 2017-2024
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
**Steam Forums:** https://steamcommunity.com/app/602960/discussions/
**Discord:** https://discordapp.com/invite/undertow
**Wiki:** https://barotraumagame.com/wiki/Main_Page
## Prerequisities:
### Windows
- [Visual Studio](https://www.visualstudio.com/vs/community/) with C# 10 support (VS 2022 or later recommended)
### Linux
- [.NET 6 SDK](https://docs.microsoft.com/en-us/dotnet/core/install/linux)
### macOS
- [Visual Studio 2022 for Mac](https://visualstudio.microsoft.com/vs/mac/)