Actions

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

From Sonic Retro

(v3.0)
m (Text replacement - "date=December ([0-9][0-9]), ([0-9][0-9][0-9][0-9])" to "date=$2-12-$1")
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Image:S1TCG-ZTCWindow.png|thumb|right|The Zone Title Card window|300px]]
+
{{ProgramBob
'''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).
+
| screen=S1TCG-ZTCWindow.png
 
+
| screenwidth=300px
[[Image:S1TCG-Edit1.png|thumb|right|A Zone Title Card edit with S1TCG|300px]]
+
| category=Graphics editor
[[Image:S1TCG-Edit2.png|thumb|right|A new "SONIC TEAM PRESENTS" screen|300px]]
+
| version=3.0
 +
| date=2009-12-23
 +
| system=Microsoft .NET Framework
 +
| games=[[Sonic the Hedgehog (16-bit)|Sonic 1]]
 +
| credits=[[User:Selbi|Selbi]]
 +
}}
 +
'''Sonic 1 - Text Code Generator''' (or simply S1TCG) is a text editing tool created by [[User:Selbi|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.
  
 +
Selbi also created a similar tool for ''[[Sonic 2]]'', called [[Sonic 2 - Text Code Generator]].
  
 
==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 28:
 
* 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 40:
 
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  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==

Latest revision as of 14:45, 10 October 2019

S1TCG-ZTCWindow.png
Sonic 1 - Text Code Generator
Category: Graphics editor
Version: 3.0
System: Microsoft .NET Framework
Supported Games: Sonic 1
Credits: Selbi

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.

Selbi also created a similar tool for Sonic 2, called Sonic 2 - Text Code Generator.

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