Difference between revisions of "User:Dninemfive"
Jump to navigation
Jump to search
Dninemfive (talk | contribs) |
Dninemfive (talk | contribs) m (typo) |
||
Line 5: | Line 5: | ||
= Sandbox = | = Sandbox = | ||
− | == Version Control | + | == Version Control Intro == |
An introduction to using Github for version control, with an eye toward Rimworld modding. Will go through my particular setup, and various tips and tricks, like: | An introduction to using Github for version control, with an eye toward Rimworld modding. Will go through my particular setup, and various tips and tricks, like: |
Revision as of 21:48, 27 June 2020
Hello! I'm a modder who's trying to clean up the modding tutorials pages, which are quite out-of-date. So far, I've rewritten the classic Plague Gun tutorial.
If you've been helped by my contributions on this site please check out my mods on Github and Steam.
Sandbox
Version Control Intro
An introduction to using Github for version control, with an eye toward Rimworld modding. Will go through my particular setup, and various tips and tricks, like:
- Having a separate dev folder from the Rimworld mods folder
- Build events copying from the dev folder into the build folder
- .gitignore settings
&c
Example Comp Project
This project will teach players how to use ThingComp
s, load textures in C#, and make gizmos.
Introduction to core mods
This project will teach players how to use basic Harmony patches and demonstrate the use of MapComponent
s (or maybe game/world ones, idk)