Actions

Difference between revisions of "Sonic 1 - Text Code Generator"

From Sonic Retro

(v3.0)
(Fixing up)
Line 1: Line 1:
 
[[Image:S1TCG-ZTCWindow.png|thumb|right|The Zone Title Card window|300px]]
 
[[Image:S1TCG-ZTCWindow.png|thumb|right|The Zone Title Card window|300px]]
'''Sonic 1 - Text Code Generator''' (or simply S1TCG) is a text editing tool created by [[Selbi]]. With this tool you can edit and generate any kind of text for [[Sonic 1]] (originally just for Title Cards, then changed). It was designed for the {{file|Sonic 1 (Split and Text by Hivebrain) (ASM68K).zip|Hivebrain June 2005 disassembly}}, but with some digging it's also working for the SVN version. Because it was written in Visual Basic 2008 you will need .NET Framework v2.0 or better (v3.0 is recommended).
+
'''Sonic 1 - Text Code Generator''' (or simply S1TCG) is a text editing tool created by [[Selbi]] which can edit and generate any kind of text for ''[[Sonic 1]]''. It was designed for the {{file|Sonic 1 (Split and Text by Hivebrain) (ASM68K).zip|Hivebrain's June 2005 disassembly}}, but with some modifications it can also be used for the SVN version. Because it was written in Visual Basic.NET 2008, .NET Framework v2.0 or newer (v3.0 is recommended) is needed to run it.
 
 
[[Image:S1TCG-Edit1.png|thumb|right|A Zone Title Card edit with S1TCG|300px]]
 
[[Image:S1TCG-Edit2.png|thumb|right|A new "SONIC TEAM PRESENTS" screen|300px]]
 
 
 
  
 
==Downloads==
 
==Downloads==
{{Download|file=s1tcg-3.0.zip|version=''v3.0.0''|filesize=''100KB''}}
+
{{Download|file=s1tcg-3.0.zip|version=v3.0.0|filesize=100KB}}
 
Note: This program requires .NET Framework v2.0 or better. Official link to v3.0: [http://www.microsoft.com/downloads/details.aspx?FamilyID=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en .NET Framework v3.0 Runtimes]  
 
Note: This program requires .NET Framework v2.0 or better. Official link to v3.0: [http://www.microsoft.com/downloads/details.aspx?FamilyID=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en .NET Framework v3.0 Runtimes]  
  
Line 21: Line 17:
 
* Zone Title Cards text generator
 
* Zone Title Cards text generator
 
* "SONIC HAS PASSED" generator
 
* "SONIC HAS PASSED" generator
* Credits Title Cards v2.0 (optimized tool for creating credits damn easy)
+
* Credits Title Cards v2.0 (optimized tool for creating credits damn easily)
 
* Credits Title Cards text generator (Beta)
 
* Credits Title Cards text generator (Beta)
 
* "SONIC TEAM PRESENTS" generator (optimized version of the Credits generator)
 
* "SONIC TEAM PRESENTS" generator (optimized version of the Credits generator)
* Level Select Text generator (for references, releated to level select text)
+
* Level Select Text generator (for reference, related to level select text)
 
* Level Select Text editor (for directly editing the ''misc\menutext.bin'')
 
* Level Select Text editor (for directly editing the ''misc\menutext.bin'')
* Header generating tool (the thing your emulator shows)
+
* Header generating tool (the text an emulator shows in its title bar when running the ROM)
  
 
The help windows are there as a replacement for a readme.txt.
 
The help windows are there as a replacement for a readme.txt.
Line 33: Line 29:
 
Some things which are planned, but cannot be made (yet):
 
Some things which are planned, but cannot be made (yet):
 
* A feature so Title Cards are not off-center
 
* A feature so Title Cards are not off-center
 +
 +
==Example modifications==
 +
<gallery perrow="2" widths="320px" heights="224px">
 +
Image:S1TCG-Edit1.png|A Zone Title Card edit with S1TCG
 +
Image:S1TCG-Edit2.png|A new "SONIC TEAM PRESENTS" screen
 +
</gallery>
  
 
==External links==
 
==External links==

Revision as of 10:15, 26 June 2010

The Zone Title Card window

Sonic 1 - Text Code Generator (or simply S1TCG) is a text editing tool created by Selbi which can edit and generate any kind of text for Sonic 1. It was designed for the Hivebrain's June 2005 disassembly (info) (1,016 kB), but with some modifications it can also be used for the SVN version. Because it was written in Visual Basic.NET 2008, .NET Framework v2.0 or newer (v3.0 is recommended) is needed to run it.

Downloads

Download.svg Download Sonic 1 - Text Code Generator
File: s1tcg-3.0.zip (99 kB) (info)
Current version: v3.0.0

Note: This program requires .NET Framework v2.0 or better. Official link to v3.0: .NET Framework v3.0 Runtimes

Prior Versions

Tools and help windows

Version 3.0 of the utility contains (or at least partially) the following tools:

  • Zone Title Cards text generator
  • "SONIC HAS PASSED" generator
  • Credits Title Cards v2.0 (optimized tool for creating credits damn easily)
  • Credits Title Cards text generator (Beta)
  • "SONIC TEAM PRESENTS" generator (optimized version of the Credits generator)
  • Level Select Text generator (for reference, related to level select text)
  • Level Select Text editor (for directly editing the misc\menutext.bin)
  • Header generating tool (the text an emulator shows in its title bar when running the ROM)

The help windows are there as a replacement for a readme.txt.

Planned features

Some things which are planned, but cannot be made (yet):

  • A feature so Title Cards are not off-center

Example modifications

External links