Skip to content

clyfordv/ExampleMod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the init script first

init.bat for Windows

init.sh for Linux

This will pre-initialize the project files with your own mod name and namespace.

Keep the mod naming to values like: ExampleMod, TimeDateMod, etc. following Class name conventions. https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces

Keep the namespace to values like: Creator.Example, Jixxed.TimeDate, etc. following namespace conventions. https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/names-of-namespaces

A unique namespace prevent conflicts with other mods and the game itself.

After that follow instructions here: https://github.com/jixxed/StationeersMods/blob/main/doc/CREATE-MOD-UNITY.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.4%
  • Batchfile 42.6%