Actions

Difference between revisions of "Heroes Power Plant"

From Sonic Retro

(7 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
}}
 
}}
  
'''Heroes Power Plant''' is a work in progress level editor program designed to edit levels in ''[[Sonic Heroes]]''. It is being written by [[User:Igorseabra4|igorseabra4]] in C# using DirectX link libraries for the viewer. The tool contains a number of editors combined into one editing tool with a reversed engineered version of [[HeroesONE]] and the SA Tools by other programmers. It can import collisions from an obj or an existing .cl file, allow the viewing of level geometry and collisions from their one archives and supports camera editing.
+
'''Heroes Power Plant''' is a work in progress level editor program designed to edit levels in ''[[Sonic Heroes]]''. It is being written by [[User:Igorseabra4|igorseabra4]] in C# using DirectX link libraries for the viewer and it's name is based on the [[Power Plant|fourth stage]] of the game. The tool contains a number of editors combined into one editing tool as well as with a reversed engineered version of [[HeroesONE]] and the SA Tools by other programmers. It can import collisions from an obj or an existing .cl file, allow the viewing of level geometry and collisions from their one archives and supports camera editing.
 +
 
 +
After months the development has stopped, the program is currently being rewritten from scratch with XNA framework to allow formats such as .fbx that supports vertex colors when importing a model.
  
 
==Downloads==
 
==Downloads==
 
<!-- Do not add a pre-compiled version of this tool into the download section until the creator has publicly released it. If you are the creator of this tool, you can post a download link to the tool you've created. -->
 
<!-- Do not add a pre-compiled version of this tool into the download section until the creator has publicly released it. If you are the creator of this tool, you can post a download link to the tool you've created. -->
This tool is currently only available in source code at this time as it's in beta. You can get it [https://github.com/igorseabra4/HeroesPowerPlant here] and compile one to try it out.
+
This tool is currently only available in source code at this time as it's under development. You can get it [https://github.com/igorseabra4/HeroesPowerPlant here] and compile one to try it out.
  
 
[[Category:Programs]]
 
[[Category:Programs]]

Revision as of 14:57, 8 November 2017

Heroes Power Plant Preview.png
Heroes Power Plant
Category: Level editor
Status: Active (Work in Progress)
Supported Games: Sonic Heroes
Credits: igorseabra4

Heroes Power Plant is a work in progress level editor program designed to edit levels in Sonic Heroes. It is being written by igorseabra4 in C# using DirectX link libraries for the viewer and it's name is based on the fourth stage of the game. The tool contains a number of editors combined into one editing tool as well as with a reversed engineered version of HeroesONE and the SA Tools by other programmers. It can import collisions from an obj or an existing .cl file, allow the viewing of level geometry and collisions from their one archives and supports camera editing.

After months the development has stopped, the program is currently being rewritten from scratch with XNA framework to allow formats such as .fbx that supports vertex colors when importing a model.

Downloads

This tool is currently only available in source code at this time as it's under development. You can get it here and compile one to try it out.