Actions

Difference between revisions of "Heroes Layout Editor"

From Sonic Retro

m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ProgramBob
 
{{ProgramBob
| screen=
+
| screen=HeroesLayoutEditorRelease5.png
 
| screenwidth=320px
 
| screenwidth=320px
 +
| category=Level editor
 
| games=[[Sonic Heroes]]
 
| games=[[Sonic Heroes]]
 
| credits=[[igorseabra4]]
 
| credits=[[igorseabra4]]
 
}}
 
}}
  
'''Heroes Layout Editor''' is an utility to edit [[SCHG:Sonic Heroes/Object Editing|object layouts]] in ''[[Sonic Heroes]]''. It was written by [[igorseabra4]] in Visual Basic .NET. The editor can open object layout .bin files and allows you to add and remove objects, as well as edit all its properties. It can get XYZ coordinates from the game while it's running and also teleport the player to the currently selected object. The editor uses .ini files for object and level names. It's intended to be used in conjunction with [[Heroes SET ID Table Editor]] and other hacking tools.
+
'''Heroes Layout Editor''' is an utility to edit [[SCHG:Sonic Heroes/Object Editing|object layouts]] in ''[[Sonic Heroes]]''. The editor has been incorporated into [[Heroes Power Plant]] and its standalone version is no longer updated.
 +
 
 +
==Version History==
 +
*Release 2
 +
**First public release
 +
*Release 3
 +
**Minor code changes
 +
**Fixes issue with misc. float box #7
 +
*Release 4
 +
**Fixes a stupid typo in code which saved Z rotation incorrectly
 +
*Release 5
 +
**Reworked object and list picker - now displayes available objects
 +
**Reworked misc. setting editor - now displays properties for each object (not all of them)
 +
**Fixed bug in game stuff box which made it not work if you restarted the game
 +
**Otherinor code changes
  
 
==Downloads==
 
==Downloads==
{{Download
+
Since Heroes Layout Editor it no longer updated, you should use [[Heroes Power Plant]] instead. However, Heroes Layout Editor's source code is available [https://github.com/igorseabra4/HeroesLayoutEditor here].
| title=Heroes Layout Editor
+
 
| version=4.0
+
==Bugs==
| file=HeroesLayoutEditorR2.zip
+
*Get Position and Get Rotation only work properly if leader is Speed formation.
| filesize=38KB
 
}}
 
  
 
[[Category:Programs]]
 
[[Category:Programs]]

Latest revision as of 19:41, 28 May 2018

HeroesLayoutEditorRelease5.png
Heroes Layout Editor
Category: Level editor
Supported Games: Sonic Heroes
Credits: igorseabra4

Heroes Layout Editor is an utility to edit object layouts in Sonic Heroes. The editor has been incorporated into Heroes Power Plant and its standalone version is no longer updated.

Version History

  • Release 2
    • First public release
  • Release 3
    • Minor code changes
    • Fixes issue with misc. float box #7
  • Release 4
    • Fixes a stupid typo in code which saved Z rotation incorrectly
  • Release 5
    • Reworked object and list picker - now displayes available objects
    • Reworked misc. setting editor - now displays properties for each object (not all of them)
    • Fixed bug in game stuff box which made it not work if you restarted the game
    • Otherinor code changes

Downloads

Since Heroes Layout Editor it no longer updated, you should use Heroes Power Plant instead. However, Heroes Layout Editor's source code is available here.

Bugs

  • Get Position and Get Rotation only work properly if leader is Speed formation.