Romhacking.net
Romhacking => ROM Hacking Discussion => Topic started by: ChronoMoogle on January 26, 2011, 03:22:35 pm
-
Is there a way to do this with Temporal Flux or another program?
I also want to make new techs for characters and monsters. How can I edit old techs (effect and graphically) and create new?
-
1. There is a program..I think Chrono Trigger Editor Companion does this fairly decently.
2. Not technically possible right now. There's an editor in the works but it's still fairly beta.
-
Monster Stats: CT Editor Companion
Monster Abilities: There's an AI editor floating around somewhere, but it's incomplete. I plan to remake it at some point.
Editing Techs: There's an old tech editor floating around somewhere, and I'm working on remaking it (Note to self: Get off my lazy ass and do some more).
Adding Techs: Not an easy job. Requires major recoding for this to be possible.
-
Thanks for the information. Some new techs and new enemys (sprites in the work) would give the hack the important last spice.
If you finish the editors, please let me know, I would need them desperatly to give the quality a last kick in the ass.
-
Hi-Tech (my tech editor) is getting close to it's next beta... Keep an eye on Personal Projects for a topic about it.
Right now it only supports graphics and sound data, but other tech related numbers will be in the final build.
-
Sounds really promising!
Maybe one day there are enough editors to create complete new RPG out of Chrono Trigger... This would be awesome!
I wish my all- time fav Terranigma had such support^^
But Chrono Trigger rocks, too!
-
Geometry in ASM is a pain. Tech attacks = geometry.
I don't see the motivation to create a new RPG out of CT. Why not use a different tool that is... altogether more legal and thus, possibly a source of donation money? (not to mention easier to program)
-
Geometry in ASM is a pain. Tech attacks = geometry.
While it is true that some techs use geometry, and that part is going to be a pain to edit (once I get there), much of the a given tech's data is handled by predefined commands or a header.
Changing between the existing geometry, however, is easy.
-
Some hacks have new Single Techs, but I have never seen a new Dual or Triple Tech yet.
I believe CT Editor Companion can change Hero and item stats as well, or that might be an other editor.
-
The "New Single Techs" aren't really new. It's just a already known single tech just slightly altered either graphically wise or stat wise. But still retains the same base of the original tech.
-
Geometry in ASM is a pain. Tech attacks = geometry.
I don't see the motivation to create a new RPG out of CT. Why not use a different tool that is... altogether more legal and thus, possibly a source of donation money? (not to mention easier to program)
People hack games for the money now?
-
Maybe one day there are enough editors to create complete new RPG out of Chrono Trigger... This would be awesome!
http://www.youtube.com/watch?v=A0WbG5soJ0U
-
Why not use a different tool that is... altogether more legal and thus, possibly a source of donation money?
Just wanted to point out that Temporal Flux along with the vast majority of game editors are entirely legal. But if you meant the ROM itself, only distributing the image is illegal. Under case law, software modification can be distributed legally, even commercially, provided it does not contain the original copyrighted material (and even that stipulation is questionable).
However, IANAL, and even if I were, you'd probably get the judge the ESA has in its pocket.
-
Geometry in ASM is a pain. Tech attacks = geometry.
Generally speaking, if I were making new tech attack animations I wouldn't be doing most of the work in ASM. I'd be using pregenerated lookup tables combined with HDMA, or something similar to that.