Difference between revisions of "Main Page"

From SM64Decomp Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
Welcome to SM64Decomp project wiki!
+
Welcome to SM64Decomp project wiki! This website is meant to help people working on the [https://github.com/n64decomp/sm64 Super Mario 64 Decompilation] project, especially on customizing the code for creating individual hacks.
  
== Topics ==
+
Please note that editing is currently restricted to a few selected users.
  
* [[Custom level]]
+
This wiki is maintainted by [[User:Tenry|Tenry]] and is not associated with the decomp organization.
* [[Custom object]]
 
* [[Custom music]]
 
* [[Texture]]
 
* [[Warp]]
 
  
== Contribution guidelines ==
+
When contributing to this wiki, please check out the [[SM64Decomp Wiki:Contribution guidelines|contribution guidelines]] first.
  
=== Page name policy ===
+
== Categories ==
'''Use sentence case.''' Titles are written in sentence case. The initial letter of a title is almost always capitalized by default; otherwise, words are not capitalized unless they would be so in running text.
 
  
'''Use singular form.''' Exceptions include nouns that are always in plural form.
+
* [[:Category:Level|Level]] - everything you need if you want to create or modify a level or objects
 +
* [[:Category:Coding|Coding]] - if you want to do custom coding or general enhancements
 +
* [[:Category:Graphics|Graphics]] - if you want to change graphics or how they are displayed
 +
* [[:Category:Audio|Audio]] - if you want to work with the sound effects or music
  
=== Category name policy ===
+
== External resources ==
'''Page name policy applies.'''
 
  
Names of ''topic categories'' should be singular. Examples: "Health", "HUD". A category named "Behavior" should include pages dedicated to how behaviors work or how to create one.
+
* [[List of Discord servers]]
 
+
* [https://www.mariowiki.com/Super_Mario_64 Game overview on mariowiki.com]
Names of ''set categories'' should be plural. Examples: "Hacks", "Editors". A category named "Behaviors" should include individual existing behaviors.
+
* [https://ukikipedia.net/wiki/Main_Page Ukikipedia]
 
+
* [https://hack64.net/wiki/doku.php?id=start Hack64]
=== File name policy ===
+
* [https://docs.google.com/document/d/1pSYR91UiMVKnP3PyvJiCdwRF5wNS_nZzMe-r2WPQUJk/edit?usp=sharing SM64 ROM Hacking Tools and Resources] (Google Docs)
'''Avoid very generic filenames.''' For example, a screenshot of a hack should not be given the name "File:Hack.jpg".
 
 
 
Examples of good file names are:
 
 
 
* "Screenshot of Super Mario 64 Intro Screen.jpg"
 
* "SM64 Beta Screenshot.png"
 
* "Star Icon.png"
 
 
 
Examples of bad file names:
 
 
 
* "Image01.png"
 
* "Mario.jpg"
 

Latest revision as of 07:59, 9 November 2020

Welcome to SM64Decomp project wiki! This website is meant to help people working on the Super Mario 64 Decompilation project, especially on customizing the code for creating individual hacks.

Please note that editing is currently restricted to a few selected users.

This wiki is maintainted by Tenry and is not associated with the decomp organization.

When contributing to this wiki, please check out the contribution guidelines first.

Categories

  • Level - everything you need if you want to create or modify a level or objects
  • Coding - if you want to do custom coding or general enhancements
  • Graphics - if you want to change graphics or how they are displayed
  • Audio - if you want to work with the sound effects or music

External resources