User Tools

Site Tools


development:technical-details:known-patches

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:technical-details:known-patches [2015/06/10 16:24] – add betterAEP jikmokdevelopment:technical-details:known-patches [2023/03/01 22:15] (current) – [Changed resources (EXFONT, logos, icons)] Carbonara
Line 1: Line 1:
 ====== Known patches ====== ====== Known patches ======
 +
 +There are many different patches, hacks and other dubious methods to add new functionality to RPG Maker. This page tries to list them.
 +
 +Unofficial RPG Maker functionality can come in the following forms:
 +
 +  * modified engine executable, RPG_RT.exe,
 +  * IPS file (they can be used to modify the executable by a tool like LunarIPS, or applied dynamically by DynRPG),
 +  * HPA file to modify the executable by HyperPatcher2,
 +  * manual replacement of values at given offsets (can be done in hex editor, or applied dynamically through QuickPatches in DynRPG)
 +  * replacement for the audio library, Harmony.dll,
 +  * DynRPG plugins to be applied by DynRPG,
 +  * external utilities called by some other patch,
 +  * external utility to apply the patch.
  
 ===== Harmony.dll replacements ===== ===== Harmony.dll replacements =====
  
 Changing harmony.dll allows to do external without modifying the main binary. Changing harmony.dll allows to do external without modifying the main binary.
 +
 +Harmony.dll is used for audio playback in RPG Maker 2000 (except Value!) and RPG Maker 2003 up to version 1.04. A patch, Force Harmony, was made to allow using Harmony.dll in newer RPG Maker 2003.
  
 ==== Key Patch by Ineluki ==== ==== Key Patch by Ineluki ====
  
-Supports: RPG Maker 2000 (except Value), RPG Maker 2003 up to version 1.04+Supports: RPG Maker 2000 up to 1.10 (everything before VALUE!), RPG Maker 2003 up to version 1.04 
 + 
 +To work with any other version, game needs to be patched with Force Harmony. 
 + 
 +Executes scripts via the 'Play sound' command, and returns data through the midi ticks. Scripts are stored as sounds with .script.wav extension (the format of .script.wav is similar to INI files). 
 + 
 +Also, allows to play MP3 (and theoretically also WMA) files by creating text files with .link.wav extension (a feature that was carried over from the older MP3 patch by Ineluki). Since this procedure is not managed by the game engine, music continues to play even if another track is started without correctly terminating the last one. 
 + 
 +If FFDShow or something similar is installed, it may spam new symbols to task bar with every new file played until Harmony resets or game is closed.
  
-Executes scripts via the 'Play sound' command, and returns data through the midi ticks. Scripts are stored as sounds with .script.wav extension (the format of .script.wav is similar to INI files). Also, allows to play MP3 files by creating text files with .link.wav extension.+The Key Patch is able to break system stability when starting a game if it gets prevented by a firewall to monitor key inputs.
  
 Scripts allow to: Scripts allow to:
   * Get full keyboard input   * Get full keyboard input
-  * Get mouse input+  * Get mouse input (only works correctly in fullscreen)
   * Execute arbitrary programs   * Execute arbitrary programs
   * Execute [[https://msdn.microsoft.com/en-us/library/windows/desktop/dd797790%28v=vs.85%29.aspx|MCI command]]   * Execute [[https://msdn.microsoft.com/en-us/library/windows/desktop/dd797790%28v=vs.85%29.aspx|MCI command]]
Line 24: Line 47:
 Games using it: [[http://www.rpg-maker.fr/index.php?page=jeux&id=232|Detectivus Scitus]] Games using it: [[http://www.rpg-maker.fr/index.php?page=jeux&id=232|Detectivus Scitus]]
  
-===== RPG Maker 2000 patches ===== +===== RPG Maker 2000 and 2003 patches =====
- +
-==== Enter Hero Name Patch by Deejee ==== +
- +
-Supports: RPG Maker 2000 v 1.05 (distributed as modified RPG_RT.exe) +
- +
-This patch fixed the 'Enter Hero Name' bug (the game freezed when executing this command) introduced in Don Miguel’s English translation. +
- +
-Downloaded here: http://www.mediafire.com/download/9y1pq6zpp9ilo51/enterheroname_rpg_rt_exe.zip (link from http://dbzugames.forumeiros.com/t68-enter-hero-name-patch-deejee-rpg-maker-2000-v1-05 )+
  
 ==== Auto Enter Patch by Miroku === ==== Auto Enter Patch by Miroku ===
  
-Skips the title screen of RPG Maker, allowing to create custom title screens.+Skips the title screen of RPG Maker, allowing to create custom title screens. When used, the title screen will still show up, but is confirmed to start a new game instantly. To remove every disturbing detail, title and system graphic should be changed to empty black and the confirmation sound effect needs to be "(OFF)". It is recommended to use Better AEP (see below) instead.
  
 Similar patch is available for RPG Maker 2003. Similar patch is available for RPG Maker 2003.
Line 48: Line 63:
 Supports: RM2k v1.07 and RM2k3 v1.08 (distributed as a modified binary) Supports: RM2k v1.07 and RM2k3 v1.08 (distributed as a modified binary)
  
-Skips the title screen (like Auto Enter Patch) and allows to call load menu and exit game.+Skips the title screen in a different more efficient way than Auto Enter Patch (see above) and allows to call load menu and exit game.
  
-Stop Parallel Events is modified: when variable 3350 contains the value of 1, it calls a save menu. When variable 3350, it exits the game. When it contains any other value, Stop Parallel Events works as expected.+Stop Parallel Events is modified: When variable 3350 contains the value of 1, it calls a file menu in load mode. When it contains the value of 2, it exits the game. When it contains any other value (such as 0), Stop Parallel Events works normal.
  
 Download: http://cherrytree.at/cms/download/?did=17 Download: http://cherrytree.at/cms/download/?did=17
  
-==== CharExpand Patch by Cherry ====+==== PicPointerPatch ==== 
 + 
 +Supports: RM2k v1.07 and RM2k3 v1.08 (distributed as IPS patches) 
 + 
 +Allows to use the ID of picture stored in a variable. 
 + 
 +If N+10000 is entered as a picture ID, the picture ID is read from variable N. 
 + 
 +If N+50000 is entered as a picture ID, the picture ID is read from variable N, and the last 4 digits of variable (N+1) replace the last 4 characters of the picture name (for example, if TestTest.png is selected, and N+1 contains 5, then the filename will be Test0005.png). 
 + 
 +This patch should already be supported by EasyRPG Player. 
 + 
 +Download: http://cherrytree.at/cms/download/?did=19 
 + 
 +==== CharExpand Patch by Cherry / Il Segugio ====
  
 Allows to use character graphics with arbitrary dimensions, as in newer RPG Maker versions. For this, Charsets must be named %XXYYName.png, where XX is width of one sprite divided by 4, and YY is height of one sprite divided by 4. Allows to use character graphics with arbitrary dimensions, as in newer RPG Maker versions. For this, Charsets must be named %XXYYName.png, where XX is width of one sprite divided by 4, and YY is height of one sprite divided by 4.
  
-An adaptation of this script for RPG Maker 2003 is available.+An adaptation of this script for RPG Maker 2003 v. 1.08 was made by Il Segugio.
  
-Description and download here: http://cherrytree.at/cms/lang/en/download/?did=18+RM2k, description and download here: http://cherrytree.at/cms/lang/en/download/?did=18 
 +RM2k3, description: http://www.makerando.com/topic/345-charexpand-patch-2k3/ 
 +RM2k3, download: http://www.mediafire.com/download/83ihq0oz21ov5l7/CEP%5Bplus+%5D+-+RPG_RT2k3+v1.08.ips
  
-==== Destiny Patch by Bananen-Joe ====+==== PicsInBattle ====
  
-Supports: RPG Maker 2000 v1.05 and 1.07+Supports: RM2k v1.07 and RM2k3 v1.08
  
-Description here: http://www.rpga.info/forum/showthread.php?p=422053#post422053+This patch allows to show pictures in battlePatch is available in HPA format for HyperPatcher 2.
  
-===== RPG Maker 2003 patches =====+By default, pictures are not visible in the battle scene. Even they exist and can be manipulated through calling common events, they will become visible only after the battle ends. This patch allows to see all the pictures during the battle.
  
-FIXME+Description and download: http://cherrytree.at/cms/lang/en/download/?did=14
  
-==== Auto Enter Patch by Miroku === 
  
-Skips the title screen of RPG Maker, allowing to create custom title screens.+===== RPG Maker 2000 patches =====
  
-Similar patch is available for RPG Maker 2000.+==== Enter Hero Name Patch by Deejee ====
  
-Downloadhttp://dl1.rpg-atelier.net/ressourcen2/programme/AutoEnterPatch.exe+SupportsRPG Maker 2000 v 1.05 (distributed as modified RPG_RT.exe)
  
-==== BetterAEP by Cherry ====+This patch fixed the 'Enter Hero Name' bug (the game freezed when executing this command) introduced in Don Miguel’s English translation.
  
-Same as BetterAEP for RPG Maker 2000 (see above).+Downloaded here: http://www.mediafire.com/download/9y1pq6zpp9ilo51/enterheroname_rpg_rt_exe.zip (link from http://dbzugames.forumeiros.com/t68-enter-hero-name-patch-deejee-rpg-maker-2000-v1-05 )
  
-Download: http://cherrytree.at/cms/download/?did=17+==== Destiny Patch by Bananen-Joe ====
  
-==== Adapted CharExpand Patch ====+Version 1 Supports: RPG Maker 2000 v. 1.05 (dropped with release of Ver2) and 1.07
  
-Supports: RPG Maker 2003 v1.08.+Written in AssemblerImplements its own scripting language called DestinyScript for many kinds of data access and manipulation while game is runningAlso comes with a patching tool that can adjust some details in the engine (repair broken EnterHeroName function, modify title screen or change order of blitting layers, for example chipset graphics above pictures,...).
  
-This is an adaptation of CharExpander patch by Cherry for RPG Maker 2003, distributed as an IPS file.+1.0.10.0: http://www.rpga.info/forum/showthread.php?t=46000
  
-Allows to use character graphics with arbitrary dimensions, as in newer RPG Maker versionsFor this, Charsets must be named %XXYYName.png, where XX is width of one sprite divided by 4, and YY is height of one sprite divided by 4.+2.0.1.8: http://www.rpga.info/forum/showthread.php?t=51108 
 +===== RPG Maker 2003 patches =====
  
-Description: http://www.makerando.com/topic/345-charexpand-patch-2k3/ +FIXME 
-Download: http://www.mediafire.com/download/83ihq0oz21ov5l7/CEP%5Bplus+%5D+-+RPG_RT2k3+v1.08.ips+ 
 +==== Force Harmony by Bananen-Joe and Cherry === 
 + 
 +Starting with version 1.05, RPG Maker 2003 doesn’t use Harmony.dll for music playback. The newer code allows to play MP3, but Harmony.dll was used not just for playing music — it was a DLL for executing custom code, as done by Ineluki's Key Patch (see above), 
 + 
 +To allow using Ineluki's Key Patch and other Harmony Replacements, this patch changes RPG Maker 2003 v. 1.05 and above to use Harmony.dll. After this, RM2k3 v. 1.05 and above can no longer play MP3, since Harmony.dll doesn’t support MP3 (unless another patch like Disharmony is used). 
 + 
 +Download: http://cherrytree.at/cms/lang/en/download/?did=4
  
 ==== DynRPG by Cherry === ==== DynRPG by Cherry ===
Line 104: Line 142:
  
 Description here: http://rpg-maker.cherrytree.at/dynrpg/ Description here: http://rpg-maker.cherrytree.at/dynrpg/
 +
 +==== Maniacs Patch by BingShan ===
 +
 +Supports: RPG Maker 2003 v. 1.12a (Steam version)
 +
 +An useful patch adding a lot of interesting functionalities, like string pictures (text displayed as a picture), proper mouse support, additional fonctions for pictures and loops, some features for save handling, custom resolution support and direct programmation through the TPC system.
 +
 +Some features of the patch are supported by EasyRPG Player, but not every and some are not planned. For more details: https://github.com/EasyRPG/Player/issues/1818
 +
 +This patch is still being developed and the official website can be found here: https://bingshan1024.github.io/steam2003_maniacs/
  
 ===== Known hacks ===== ===== Known hacks =====
Line 118: Line 166:
   * application icon.   * application icon.
  
-FIXME [Need examples]+Games using it: [[https://www.rpg-maker.fr/jeux-1029-mumarope.html|Muma Rope]] 
 + 
 +By default, if a game is launched through a default RPG_RT, EasyRPG will try to use the ExFont from said RPG_RT. 
 +If you use EasyRPG Player as your way to run the game, a custom EXFONT can be used by placing ExFont.bmp/.png in the games main directory instead (After version 0.7.0, you will need to place it in /Font). This will override the built-in ExFont.
  
 ==== Changed fonts ==== ==== Changed fonts ====
Line 124: Line 175:
 Using custom fonts may be required if your language is not supported. Using custom fonts may be required if your language is not supported.
  
-Cherry’s Font Changer ([[http://dl1.rpg-atelier.net/ressourcen2/programme/chgfont.exe|download]]) allows to do this automatically, but it’s not hard to do in a hex editor either.+Cherry’s Font Changer ([[http://dl1.rpg-atelier.net/ressourcen2/programme/chgfont.exe|download]]) and [[http://cherrytree.at/cms/download/?did=10|HyperPatcher2]] allow to do this automatically, but it’s not hard to do in a hex editor either.
  
 **Note.** Changing fonts doesn’t always require hacking an exe file. Sometimes games don’t change the font name, and just replace the default font (e. g. Czech game [[https://cs.wikipedia.org/wiki/Broken_Hearts_%28hra%29|Broken Hearts]] comes with its own RMG2000 font). **Note.** Changing fonts doesn’t always require hacking an exe file. Sometimes games don’t change the font name, and just replace the default font (e. g. Czech game [[https://cs.wikipedia.org/wiki/Broken_Hearts_%28hra%29|Broken Hearts]] comes with its own RMG2000 font).
Line 145: Line 196:
  
   * Main:   * Main:
-    * 'Anderes KS-Design' {?},+    * Slightly different battle system interface,
     * Hide start logos,     * Hide start logos,
   * Title screen changes:   * Title screen changes:
development/technical-details/known-patches.1433953489.txt.gz · Last modified: 2015/06/10 16:24 by jikmok

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki