Actions

SCHG How-to

Difference between revisions of "Guide"

From Sonic Retro

m (Sonic 2)
(Grouped the Sonic 1 and Sonic 2 guides in subcategories; removed "SCHG How-to:" from the displayed text for the wikilinks)
Line 2: Line 2:
  
 
==General How-Tos==
 
==General How-Tos==
* [[SCHG How-to:Work with Motorola 68000 assembly]] (by [[redhotsonic]])
+
* [[SCHG How-to:Work with Motorola 68000 assembly|Work with Motorola 68000 assembly|Work with Motorola 68000 assembly|Work with Motorola 68000 assembly]] (by [[redhotsonic]])
* [[SCHG How-to:Work with Objects]] (by [[Malevolence]] and [[MarkeyJester]])
+
* [[SCHG How-to:Work with Objects|Work with Objects]] (by [[Malevolence]] and [[MarkeyJester]])
* [[SCHG How-to:Use a Hex Editor]] (by [[Scarred Sun]])
+
* [[SCHG How-to:Use a Hex Editor|Use a Hex Editor]] (by [[Scarred Sun]])
* [[SCHG How-to:Edit Palettes Using Hex]] (by [[Scarred Sun]])
+
* [[SCHG How-to:Edit Palettes Using Hex|Edit Palettes Using Hex]] (by [[Scarred Sun]])
* [[SCHG How-to:Use SonMapEd/Part 1]] (by [[Chimpo]])
+
* [[SCHG How-to:Use SonMapEd/Part 1|Use SonMapEd/Part 1]] (by [[Chimpo]])
* [[SCHG How-to:Use SonMapEd/Part 2]] (by [[Chimpo]])
+
* [[SCHG How-to:Use SonMapEd/Part 2|Use SonMapEd/Part 2]] (by [[Chimpo]])
* [[SCHG How-to:Import Art to SonED2]] (by [[iojnekns]])
+
* [[SCHG How-to:Import Art to SonED2|Import Art to SonED2]] (by [[iojnekns]])
  
 
==Game-Specific==
 
==Game-Specific==
 
===''Sonic 1''===
 
===''Sonic 1''===
* [[SCHG How-to:Convert the Hivebrain 2005 disassembly to ASM68K]] (by [[Puto]])
+
====Fixing bugs====
* [[SCHG How-to:Remove the Speed Cap]] (by [[Tweaker]] and [[Puto]])
+
These guides describe the steps to take to fix bugs that are present in the original game or bugs that occur after altering something in the game.
* [[SCHG How-to:Change Spike behavior in Sonic 1]] (by [[FraGag]])
+
* [[SCHG How-to:Fix the Hidden Points bug in Sonic 1|Fix the Hidden Points bug in Sonic 1]] (by [[1337Rooster]])
* [[SCHG How-to:Load chunks from ROM in Sonic 1]] (by [[FraGag]])
+
* [[SCHG How-to:Display the Press Start Button text|Display the Press Start Button text]] (by [[Quickman]])
* [[SCHG How-to:Fix the Hidden Points bug in Sonic 1]] (by [[1337Rooster]])
+
* [[SCHG How-to:Fix the SEGA Sound|Fix the SEGA Sound]] (by [[Puto]])
* [[SCHG How-to:Display the Press Start Button text]] (by [[Quickman]])
+
* [[SCHG How-to:Fix the Level Select menu in Sonic 1|Fix the Level Select menu in Sonic 1]] (by [[STHX]])
* [[SCHG How-to:Add Spin Dash to Sonic 1/Part 1]] (by [[Lightning]])
+
* [[SCHG How-to:Fix demo playback|Fix demo playback]] (by [[FraGag]])
* [[SCHG How-to:Add Spin Dash to Sonic 1/Part 2]] (by [[Puto]])
+
 
* [[SCHG How-to:Add Spin Dash to Sonic 1/Part 3]] (by [[shobiz]])
+
====Changing design choices====
* [[SCHG How-to:Fix the SEGA Sound]] (by [[Puto]])
+
These guides describe how you can alter some behaviors in the game that might not be to your liking.
* [[SCHG How-to:Add Extra Characters]] (by [[Sonic 65]])
+
* [[SCHG How-to:Change Spike behavior in Sonic 1|Change Spike behavior in Sonic 1]] (by [[FraGag]])
* [[SCHG How-to:Make an Alternative Title Screen]] (by [[JcFerggy]])
+
* [[SCHG How-to:Fix the Special Stage jumping physics|Fix the Special Stage jumping physics]] (by [[Mercury]])
* [[SCHG How-to:Port the REV01 Background Effects]] (by [[jman2050]])
+
 
* [[SCHG How-to:Fix the Level Select menu in Sonic 1]] (by [[STHX]])
+
====Adding features====
* [[SCHG How-to:Use Dynamic Tilesets in Sonic 1]] (by [[HPZMan]])
+
These guides describe step-by-step how to add new features in the game. After following one of these guides, the feature should be fully functional in the game with no further work.
* [[SCHG How-to:Separate title art from GHZ/make GHZ load alternate art]] (by [[MKAmeX]])
+
* [[SCHG How-to:Remove the Speed Cap|Remove the Speed Cap]] (by [[Tweaker]] and [[Puto]])
* [[SCHG How-to:Expand the music index from $94 to $9F]] (by [[lukeusher123]])
+
* [[SCHG How-to:Add Spin Dash to Sonic 1/Part 1|Add Spin Dash to Sonic 1/Part 1]] (by [[Lightning]])
* [[SCHG How-to:Extend Music Slots in Sonic 1]] (by [[Mikel]])
+
* [[SCHG How-to:Add Spin Dash to Sonic 1/Part 2|Add Spin Dash to Sonic 1/Part 2]] (by [[Puto]])
* [[SCHG How-to:Play different songs on different acts]] (by [[nineko]])
+
* [[SCHG How-to:Add Spin Dash to Sonic 1/Part 3|Add Spin Dash to Sonic 1/Part 3]] (by [[shobiz]])
* [[SCHG How-to:Expand the music index to start at $00 instead of $80]] (by [[HPZMan]])
+
* [[SCHG How-to:Port the REV01 Background Effects|Port the REV01 Background Effects]] (by [[jman2050]])
* [[SCHG How-to:Retain Rings Between Acts in Sonic 1]] (by [[Afti]])
+
* [[SCHG How-to:Retain Rings Between Acts in Sonic 1|Retain Rings Between Acts in Sonic 1]] (by [[Afti]])
* [[SCHG How-to:Add a new zone in Sonic 1]] (by [[FraGag]])
+
* [[SCHG How-to:Fix the Walk-Jump Bug in Sonic 1|Fix the Walk-Jump Bug in Sonic 1]] (by [[Cinossu]])
* [[SCHG How-to:Fix the Walk-Jump Bug in Sonic 1]] (by [[Cinossu]])
+
 
* [[SCHG How-to:Set up the Goggle Monitor to work with it]] (by [[Selbi]])
+
====Extending the game====
* [[SCHG How-to:Port Sonic 3's Sound Driver to Sonic 1]] (by [[Kram1024]])
+
These guides will prepare you to introduce new content in the game. Merely following these guides will usually have no immediate effect in the game; you will need to provide custom content.
* [[SCHG How-to:Fix demo playback]] (by [[FraGag]])
+
* [[SCHG How-to:Load chunks from ROM in Sonic 1|Load chunks from ROM in Sonic 1]] (by [[FraGag]])
* [[SCHG How-to:Add new moves in Sonic 1]] (by [[User:Ravenfreak|Ravenfreak]])
+
* [[SCHG How-to:Add Extra Characters|Add Extra Characters]] (by [[Sonic 65]])
* [[SCHG How-to:Dynamic Collision system in Sonic 1|SCHG How-to:Add Dynamic Collision system in Sonic 1]] (by [[User:theocas|theocas]])
+
* [[SCHG How-to:Make an Alternative Title Screen|Make an Alternative Title Screen]] (by [[JcFerggy]])
* [[SCHG How-to:Fix the Special Stage jumping physics]] (by [[Mercury]])
+
* [[SCHG How-to:Use Dynamic Tilesets in Sonic 1|Use Dynamic Tilesets in Sonic 1]] (by [[HPZMan]])
 +
* [[SCHG How-to:Separate title art from GHZ/make GHZ load alternate art|Separate title art from GHZ/make GHZ load alternate art]] (by [[MKAmeX]])
 +
* [[SCHG How-to:Expand the music index from $94 to $9F|Expand the music index from $94 to $9F]] (by [[lukeusher123]])
 +
* [[SCHG How-to:Extend Music Slots in Sonic 1|Extend Music Slots in Sonic 1]] (by [[Mikel]])
 +
* [[SCHG How-to:Play different songs on different acts|Play different songs on different acts]] (by [[nineko]])
 +
* [[SCHG How-to:Expand the music index to start at $00 instead of $80|Expand the music index to start at $00 instead of $80]] (by [[HPZMan]])
 +
* [[SCHG How-to:Add a new zone in Sonic 1|Add a new zone in Sonic 1]] (by [[FraGag]])
 +
* [[SCHG How-to:Set up the Goggle Monitor to work with it|Set up the Goggle Monitor to work with it]] (by [[Selbi]])
 +
* [[SCHG How-to:Port Sonic 3's Sound Driver to Sonic 1|Port Sonic 3's Sound Driver to Sonic 1]] (by [[Kram1024]])
 +
* [[SCHG How-to:Add new moves in Sonic 1|Add new moves in Sonic 1]] (by [[User:Ravenfreak|Ravenfreak]])
 +
* [[SCHG How-to:Dynamic Collision system in Sonic 1|SCHG How-to:Add Dynamic Collision system in Sonic 1|Dynamic Collision system in Sonic 1|SCHG How-to:Add Dynamic Collision system in Sonic 1]] (by [[User:theocas|theocas]])
 +
 
 +
====Miscellaneous====
 +
* [[SCHG How-to:Convert the Hivebrain 2005 disassembly to ASM68K|Convert the Hivebrain 2005 disassembly to ASM68K]] (by [[Puto]])
  
 
====[[Qjimbo]]'s Split Disassembly Guides====
 
====[[Qjimbo]]'s Split Disassembly Guides====
* [[SCHG How-to:Set up a Sonic 1 split disassembly]] (by [[Qjimbo]])
 
* [[SCHG How-to:S1 Split Guides/Basic Level Editing]] (by [[Qjimbo]])
 
* [[SCHG How-to:S1 Split Guides/Basic Art Editing]] (by [[Qjimbo]])
 
* [[SCHG How-to:S1 Split Guides/Basic ASM Editing (Spin Dash)]] (by [[Qjimbo]])
 
 
These guides were formerly hosted on '''[[The Glowing Bridge]]'''.
 
These guides were formerly hosted on '''[[The Glowing Bridge]]'''.
 +
* [[SCHG How-to:Set up a Sonic 1 split disassembly|Set up a Sonic 1 split disassembly]] (by [[Qjimbo]])
 +
* [[SCHG How-to:S1 Split Guides/Basic Level Editing|S1 Split Guides/Basic Level Editing]] (by [[Qjimbo]])
 +
* [[SCHG How-to:S1 Split Guides/Basic Art Editing|S1 Split Guides/Basic Art Editing]] (by [[Qjimbo]])
 +
* [[SCHG How-to:S1 Split Guides/Basic ASM Editing (Spin Dash)|S1 Split Guides/Basic ASM Editing (Spin Dash)]] (by [[Qjimbo]])
  
 
===''Sonic 2''===
 
===''Sonic 2''===
* [[SCHG How-to:Port Sonic 1's Sound Driver to Sonic 2]] (by [[Tweaker]])
+
====Fixing bugs====
* [[SCHG How-to:Port Sonic 3k's rings manager to Sonic 2]] (by [[shobiz]])
+
* [[SCHG How-to:Fix the EHZ Deformation bug|Fix the EHZ Deformation bug]] (by [[qiuu]])
* [[SCHG How-to:Extend the level index past $10 in Sonic 2]] (by [[kram]])
+
* [[SCHG How-to:Fix demo playback|Fix demo playback]] (by [[FraGag]])
* [[SCHG How-to:Edit the Level Order in Sonic 2 with ASM‎]] (by [[Malevolence]] and [[Metal_Man88]])
+
 
* [[SCHG How-to:Extend the water tables in Sonic 2]] (by [[Dani]])
+
====Changing design choices====
* [[SCHG How-to:Fix Sonic 2's buggy spindash code and add spindash speeds]] (by [[GARY 'M 9]])
+
* [[SCHG How-to:Fix Sonic 2's buggy spindash code and add spindash speeds|Fix Sonic 2's buggy spindash code and add spindash speeds]] (by [[GARY 'M 9]])
* [[SCHG How-to:Fix the EHZ Deformation bug]] (by [[qiuu]])
+
* [[SCHG How-to:Remove the Air Speed Cap|Remove the Air Speed Cap]] (by [[Selbi]] and [[Puto]])
* [[SCHG How-to:Expand the music index to start at $00 instead of $80 (Sonic 2 Clone Driver version)]] (by [[Mikel]], based on a guide by [[HPZMan]])
+
* [[SCHG How-to:Enable/Disable Tails in certain levels|Enable/Disable Tails in certain levels]] (by [[User:Tamkis|Tamkis]])
* [[SCHG How-to:Alter the Ring Requirements in the Special Stages]] (by [[Mercury]])
+
 
* [[SCHG How-to:Retain Rings when returning at a Star Post]] (by [[Mercury]])
+
====Adding features====
* [[SCHG How-to:Fix demo playback]] (by [[FraGag]])
+
* [[SCHG How-to:Retain Rings when returning at a Star Post|Retain Rings when returning at a Star Post]] (by [[Mercury]])
* [[SCHG How-to:Remove the Air Speed Cap]] (by [[Selbi]] and [[Puto]])
+
* [[SCHG How-to:Make an insta-kill and hi jump monitors|Make an insta-kill and hi jump monitors]] (by [[User:Tamkis|Tamkis]])
* [[SCHG How-to:Enable/Disable Tails in certain levels]] (by [[User:Tamkis|Tamkis]])
+
 
* [[SCHG How-to:Make an insta-kill and hi jump monitors]] (by [[User:Tamkis|Tamkis]])
+
====Extending the game====
 +
* [[SCHG How-to:Port Sonic 1's Sound Driver to Sonic 2|Port Sonic 1's Sound Driver to Sonic 2]] (by [[Tweaker]])
 +
* [[SCHG How-to:Port Sonic 3k's rings manager to Sonic 2|Port Sonic 3k's rings manager to Sonic 2]] (by [[shobiz]])
 +
* [[SCHG How-to:Extend the level index past $10 in Sonic 2|Extend the level index past $10 in Sonic 2]] (by [[kram]])
 +
* [[SCHG How-to:Extend the water tables in Sonic 2|Extend the water tables in Sonic 2]] (by [[Dani]])
 +
* [[SCHG How-to:Expand the music index to start at $00 instead of $80 (Sonic 2 Clone Driver version)|Expand the music index to start at $00 instead of $80 (Sonic 2 Clone Driver version)]] (by [[Mikel]], based on a guide by [[HPZMan]])
 +
 
 +
====Miscellaneous====
 +
* [[SCHG How-to:Edit the Level Order in Sonic 2 with ASM‎|Edit the Level Order in Sonic 2 with ASM‎]] (by [[Malevolence]] and [[Metal_Man88]])
 +
* [[SCHG How-to:Alter the Ring Requirements in the Special Stages|Alter the Ring Requirements in the Special Stages]] (by [[Mercury]])
  
====''Sonic 2 Master System''====
+
===''Sonic 2 Master System''===
* [[SCHG How-to:Add Dynamic Palettes to Sonic 2 SMS]] (by [[Mikel]])
+
* [[SCHG How-to:Add Dynamic Palettes to Sonic 2 SMS|Add Dynamic Palettes to Sonic 2 SMS]] (by [[Mikel]])
* [[SCHG How-to:Relocate Player Object Logic in Sonic 2 SMS]] (by [[Glitch]])
+
* [[SCHG How-to:Relocate Player Object Logic in Sonic 2 SMS|Relocate Player Object Logic in Sonic 2 SMS]] (by [[Glitch]])
  
 
===''Sonic 3 & Knuckles''===
 
===''Sonic 3 & Knuckles''===
* [[SCHG How-to:Work with Water in S3K]] (by [[Katelynn]])
+
* [[SCHG How-to:Work with Water in S3K|Work with Water in S3K]] (by [[Katelynn]])
* [[SCHG How-to:Restore Sonic 2 Menus to Sonic 3]] (by [[Mustapha]])
+
* [[SCHG How-to:Restore Sonic 2 Menus to Sonic 3|Restore Sonic 2 Menus to Sonic 3]] (by [[Mustapha]])
  
 
===''Sonic Advance 3''===
 
===''Sonic Advance 3''===
*[[SCHG How-to:Switch Characters for Nonaggression]] (by [[Erik JS]])
+
*[[SCHG How-to:Switch Characters for Nonaggression|Switch Characters for Nonaggression]] (by [[Erik JS]])
  
 
===''Sonic Adventure 1/DX''===
 
===''Sonic Adventure 1/DX''===
*[[SCHG How-to:Edit Sonic Adventure levels]] (by [[Polygon Jim]])
+
*[[SCHG How-to:Edit Sonic Adventure levels|Edit Sonic Adventure levels]] (by [[Polygon Jim]])
  
  

Revision as of 21:30, 4 March 2011

The SCHG How-to: series is a spinoff from the Sonic Community Hacking Guide with a focus on how-to, tutorials, and supplementary education. Whereas the traditional SCHG serves more as a map for users to navigate a ROM for themselves, the How-to series is more a "how to get from point A to point B" set of directions. Tutorials range from the very basic to very complex, with an eye towards making sure no part of the process is assumed or left out.

General How-Tos

Game-Specific

Sonic 1

Fixing bugs

These guides describe the steps to take to fix bugs that are present in the original game or bugs that occur after altering something in the game.

Changing design choices

These guides describe how you can alter some behaviors in the game that might not be to your liking.

Adding features

These guides describe step-by-step how to add new features in the game. After following one of these guides, the feature should be fully functional in the game with no further work.

Extending the game

These guides will prepare you to introduce new content in the game. Merely following these guides will usually have no immediate effect in the game; you will need to provide custom content.

Miscellaneous

Qjimbo's Split Disassembly Guides

These guides were formerly hosted on The Glowing Bridge.

Sonic 2

Fixing bugs

Changing design choices

Adding features

Extending the game

Miscellaneous

Sonic 2 Master System

Sonic 3 & Knuckles

Sonic Advance 3

Sonic Adventure 1/DX


To add your own how-to, simply add an article with SCHG How-to: before the name, which will register it with the correct namespace.