-
Notifications
You must be signed in to change notification settings - Fork 17
Contribution Guide
Invalid edited this page Sep 3, 2023
·
1 revision
- (extremely recommended) github Desktop, GitExtentions, or something similar
- knowing the layout of SE mod files
- enough space to download the entire git repo (~5gb)?
-
Fork
this repository to a folder on your computer. Name it something like SCModRepository-Yourname. This is where your edits can be made, and is apparently how actual projects do it.
-
Make a branch
for the changes you want to do onyour local repository
. (i.e. SCModRepository-Yourname/BuffMyFavoriteGunPlease) Use your local repository'sMain
branch to keep in sync with starcore'sMain
branch, it makes edits much easier. You just click the button on github to sync it.
- To test your changes ingame, Copy the mod you want to edit to your
%Appdata%/SpaceEngineers/Mods
folder.
- Make your edits and throw it back in the repository folder. you can use the
.bat file
included in the repository to link your local Space Engineers mods with the ones in the repository.
- Submit a pull request so that the branch can be merged into the SCModRepository/master one.