Difference between revisions of "Guide to contributing to the game"
imported>Errorage |
Bokkiewokkie (talk | contribs) (NSV update) |
||
(18 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
This is more of an index to contributing to the game. Note that your solutions might not be used and it is possible for them to even be ridiculed. Please do not take offense and try to get as much constructive criticism out of it as you can. If your work does get put in, than congratulations!! | This is more of an index to contributing to the game. Note that your solutions might not be used and it is possible for them to even be ridiculed. Please do not take offense and try to get as much constructive criticism out of it as you can. If your work does get put in, than congratulations!! | ||
− | I hope this covers everything, if not, join | + | I hope this covers everything, if not, join [[Community|#coderbus]] and ask there. |
== Ideas == | == Ideas == | ||
− | So you have an idea and don't know where to post it? Simple... check if it's already been submitted and if it hasn't, post it [ | + | So you have an idea and don't know where to post it? Simple... check if it's already been submitted and if it hasn't, post it [https://forums-nsv.beestation13.com/c/byond-machine-go-brrr/ideasguy here]. |
== Icons, glyphs, sprites, animations... images == | == Icons, glyphs, sprites, animations... images == | ||
Line 11: | Line 11: | ||
For an overview on spriting see our [[Guide to spriting]]. | For an overview on spriting see our [[Guide to spriting]]. | ||
− | You have what it takes to make a 32x32 pixel image actually look like something? | + | You have what it takes to make a 32x32 pixel image actually look like something? We're always on the lookout for good spriters. You can post your sprites or discuss them [https://forums-nsv.beestation13.com/c/byond-machine-go-brrr/art-boye/ here]. |
− | |||
== Coding == | == Coding == | ||
A code [[Understanding SS13 code|overview]] is available as well as a [[SS13 for experienced programmers|guide for experienced programmers]]. | A code [[Understanding SS13 code|overview]] is available as well as a [[SS13 for experienced programmers|guide for experienced programmers]]. | ||
− | + | Most coders will probably be hanging out with the rest of the NSV crew in the [https://nsv.beestation13.com/discord NSV13 Discord]. | |
== Mapping == | == Mapping == | ||
− | A [[Guide to mapping]] is available. If you have any additional questions please ask [ | + | A [[Guide to mapping]] is available. If you have any additional questions please ask [https://forums-nsv.beestation13.com/c/byond-machine-go-brrr/mapping here]. |
== Development and contribution guides == | == Development and contribution guides == | ||
− | + | NSV 13 is an open source project, so anyone can contribute to it. Here are a few guides to help you if you're interested in contributing. | |
{{Devguides}} | {{Devguides}} | ||
Line 31: | Line 30: | ||
== Helping with SS13 == | == Helping with SS13 == | ||
− | See [[ | + | See [[Setting up git]] to see how to commit your code, images, map updates or anything else to the tgstation repo. |
{{Contribution guides}} | {{Contribution guides}} | ||
[[Category:Guides]] [[Category:Game Resources]] | [[Category:Guides]] [[Category:Game Resources]] |
Latest revision as of 09:36, 23 February 2021
This is more of an index to contributing to the game. Note that your solutions might not be used and it is possible for them to even be ridiculed. Please do not take offense and try to get as much constructive criticism out of it as you can. If your work does get put in, than congratulations!!
I hope this covers everything, if not, join #coderbus and ask there.
Ideas[edit | edit source]
So you have an idea and don't know where to post it? Simple... check if it's already been submitted and if it hasn't, post it here.
Icons, glyphs, sprites, animations... images[edit | edit source]
For an overview on spriting see our Guide to spriting.
You have what it takes to make a 32x32 pixel image actually look like something? We're always on the lookout for good spriters. You can post your sprites or discuss them here.
Coding[edit | edit source]
A code overview is available as well as a guide for experienced programmers.
Most coders will probably be hanging out with the rest of the NSV crew in the NSV13 Discord.
Mapping[edit | edit source]
A Guide to mapping is available. If you have any additional questions please ask here.
Development and contribution guides[edit | edit source]
NSV 13 is an open source project, so anyone can contribute to it. Here are a few guides to help you if you're interested in contributing.
- Guide to Contributing to the Game
- Setting up Git (TG13 Source Control)
- Guide to working with /tg/station as an upstream repository
- Downloading the Source Code
- Understanding SS13 Code
- SS13 for Experienced Programmers
- Text Formatting
- More dev guides
Helping with SS13[edit | edit source]
See Setting up git to see how to commit your code, images, map updates or anything else to the tgstation repo.