Difference between revisions of "Modifications (Chrono Trigger)"

From Chrono Compendium
Jump to: navigation, search
(Games)
(16 intermediate revisions by one user not shown)
Line 1: Line 1:
 
===Games===
 
===Games===
  
 +
*[http://chronofan.com/Black/Other/Chrono_Trigger_Six_Letters_-_Thanks_to_Mauron_JLukas_Vehek.ips 6-Letter Names Patch], by Mauron, Vehek, JLukas, justin3009; apply to unheadered ROM
 
*[[Chrono Trigger: Crimson Echoes Demo (Modifications)]]
 
*[[Chrono Trigger: Crimson Echoes Demo (Modifications)]]
 +
*[[Chrono Trigger: Prophet's Guile]]
 +
*[http://chronofan.com/Black/Other/Chrono_Trigger+.zip Chrono Trigger +], by thegreatBen (unrelated to Zakyrus)
 
*[[Chrono Trigger Coliseum]]
 
*[[Chrono Trigger Coliseum]]
 +
*[http://chronofan.com/Black/Other/ChronoTrigger101.7z Chrono Trigger 1.01], a hack by [https://www.romhacking.net/hacks/3620/ The Fang] designed for low-level games, with several other tweaks
 
*[[Chrono Trigger Hardtype (Modifications)]]
 
*[[Chrono Trigger Hardtype (Modifications)]]
 +
*[[Retranslation|Chrono Trigger Retranslation]]
 +
*[http://chronofan.com/Black/Other/jce_spc_imports.rar JCE3000GT's SPC CT Insertions], containing 5 FF6 songs and 1 Radical Dreamers song
 +
*[http://www.insanedifficulty.com/board/index.php?/files/file/23-chrono-trigger-lavos-awakening/ Insane Difficulty's Chrono Trigger - Lavos' Awakening] (Hardtype)
 +
*[http://chronofan.com/Black/Other/LaputanMachineFixes.zip Laputan Machine's Fixes], which eliminate the randomness of Reptite Cave treasure, tweak Johnny's race mechanics, or offer better prizes for completing the race
 
*[[Level Zero (Difficulty Hack)]]
 
*[[Level Zero (Difficulty Hack)]]
 +
*[http://chronofan.com/Black/Other/Notthisguy_StartwithMarle.rar Start with Marle] patch by Notthisguy
 
*[[Zeal Battle (Modifications)]]
 
*[[Zeal Battle (Modifications)]]
 +
*[[Zero Experience Patch]]
 +
 +
===Speedrunning===
 +
 +
Check out [http://bs1.wikidot.com/hack this page] for speedrunning hacks. Mirrors:
 +
 +
*[http://chronofan.com/Black/Other/CT_20180219.zip Practice Hack]
 +
*[http://chronofan.com/Black/Other/CT_TLDRv2-3.zip Textless Hack]
  
 
===Technical Demos===
 
===Technical Demos===
  
 
*[[Animation, Actor, and Static Checker]]
 
*[[Animation, Actor, and Static Checker]]
 +
*[http://chronofan.com/Black/Other/Font_Changer_Test.ips In-game Font Switcher] (use the window switcher in the menu)
 
*[[Temporal Flux NPC Tutorial (Modifications)]]
 
*[[Temporal Flux NPC Tutorial (Modifications)]]
  
 
''From'': [[Modification]]
 
''From'': [[Modification]]
 
This is a technology demo of self-modifying code (SMC).  Assignment commands are capable of pointing into their own memory space and changing values.  But be warned before you start trying to use SMC that its a pain to maintain.  Every time you add, remove, or change a command, you'll need to check every SMC assignment and change its address.  This becomes particularly burdensome if you are using several of these assignments, such as in this Flux file.
 
 
To use this Flux, import it to its default slot, which will attach it to Location 067.  To attach it to a different location, you'll need to modify the ChangeLocation commands.  Provided that you change nothing other than this, the SMC assignments should still work fine.  Talk to Gaspar for instructions.
 
 
The other Flux file included is a slightly older version that is not as complete, but also does not use ChangeLocation.  NPCs are loaded in real time, though this does create some minor issues we have not yet solved.  This demonstrates some of the research that was done to achieve the real time loads.  Without setting the proper values in memory, Chrono Trigger will typically crash after just a few NPC loads.
 

Revision as of 00:57, 6 May 2018

Games

Speedrunning

Check out this page for speedrunning hacks. Mirrors:

Technical Demos

From: Modification