Starcore is a community built around modding space engineers, usually for PVP scenarios.
In StarCore, teams build their own ships and battle for the spot of champion in a StarCore Tournament. They normally take place on Saturdays and are streamed live by one of several streamers over on Twitch (See #content-announcements in the StarCore Discord for more information). It's time to join the arena!
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. You can do this in GitHub desktop by git cloning the url, or through the github website, with the "fork" button which you can then git clone to a folder on your computer where you can make changes.Make a branch
for the changes you want to do on your local repository
. (i.e. SCModRepository-Yourname/BuffMyFavoriteGunPlease) Use your local repository's Main
branch to keep in sync with starcore's Main
branch, it makes edits much easier. You just click the button on github to sync it.%Appdata%/SpaceEngineers/Mods
folder..bat file
included in the repository to link your local Space Engineers mods with the ones in the repository.The repository contains a .github folder, Space Engineers mod folders, and a .gitignore file.