Actions

Difference between revisions of "LevelConverter"

From Sonic Retro

m (adding link for .NET 3.5)
m
Line 6: Line 6:
  
 
==Downloads==
 
==Downloads==
[http://svn.sonicretro.org/dl.php?repname=CommunityDisassemblies&path=%2FPrograms%2FLevelConverter%2FLevelConverter%2Fbin%2FRelease%2F&isdir=1 Latest SVN Build]
+
This program is now included with [[SonLVL]]'s [http://mm.reimuhakurei.net/SonLVL%20Updater.zip Updater].
  
 
[[Category:Programs]]
 
[[Category:Programs]]

Revision as of 17:34, 16 February 2012

LevelConverter

LevelConverter is a utility for converting levels between the 16-bit versions of Sonic 1, Sonic 2, Sonic 3 & Knuckles, Sonic & Knuckles Collection and the PC version of Sonic CD. It was written by MainMemory in C#, and requires the .NET Framework 3.5 to run. It is based on SonLVL, and reads and writes project files for it. It is part of the Community SVN Project, so that anybody may obtain the source code and make changes.

Objects

The exporting of objects is controlled by two checkboxes. With "Convert known objects only" checked, only objects which can be converted to a similar object in the destination game will be converted, and other objects will be removed. For example, an Invincibility Monitor will be the same object if you put it in the game you're converting to. If "Convert objects as-is" is checked, the objects will change format, but their IDs and subtypes will remain the same.

Downloads

This program is now included with SonLVL's Updater.