Files
LuaCsForBarotraumaEP/luacs-docs/cs/intro.md
2024-01-13 16:49:31 -03:00

711 B

Barotrauma C# modding guide

Introduction

C# modding is part of the Lua For Barotrauma mod and requires the package Cs For Barotrauma to be turned on (steam workshop), in some cases the package is not needed and a prompt in game will be shown to enable it automatically.

This modding requires strict source structure, but comes with the benefits of being handled natively by game engine, witch removes many hurdles with type casting or similar issues.

Setting up Assembly Mod

Setting up Simple Mod (Old System)