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

Next revision
Previous revision
development:technical-details:known-patches [2015/06/10 16:09] – created jikmokdevelopment:technical-details:known-patches [2026/09/13 21:45] (current) – [PowerMode 2003/Mega Patch 2003 by firesta] 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+//Main article: [[.:patches:key-patch|Key Patch]]// 
 + 
 +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 20: Line 45:
 Since it allows to execute arbitrary exe files, it opened a way for a lot of smaller utilities. Since it allows to execute arbitrary exe files, it opened a way for a lot of smaller utilities.
  
-Download: http://www.rpg2000.4players.de:1061/sonstiges/utils/InelukiKeyPatchv1-2.zip+Download: https://cherrytree.at/cms/download/2004/01/20/dl-3-inelukis-key-patch.html
  
 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 44: Line 61:
 Download: http://dl1.rpg-atelier.net/ressourcen2/programme/AutoEnterPatch.exe Download: http://dl1.rpg-atelier.net/ressourcen2/programme/AutoEnterPatch.exe
  
-==== CharExpand Patch by Cherry ====+==== BetterAEP by Cherry ==== 
 + 
 +Supports: RM2k v1.07 and RM2k3 v1.08 (distributed as a modified binary) 
 + 
 +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 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 
 + 
 +==== PicPointerPatch ==== 
 + 
 +Supports: RM2k v1.07 and RM2k3 v1.08 (distributed as IPS patches). RMK2k3e v1.12 officially supports this patch for compatibility. 
 + 
 +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 is supported by EasyRPG Player and is enabled by default for games. 
 + 
 +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 
 + 
 +==== PicsInBattle ==== 
 + 
 +Supports: RM2k v1.07 and RM2k3 v1.08 
 + 
 +This patch allows to show pictures in battle. Patch is available in HPA format for HyperPatcher 2. 
 + 
 +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. 
 + 
 +Description and download: http://cherrytree.at/cms/lang/en/download/?did=14 
 + 
 + 
 +===== RPG Maker 2000 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 )
  
 ==== Destiny Patch by Bananen-Joe ==== ==== Destiny Patch by Bananen-Joe ====
  
-Supports: RPG Maker 2000 v. 1.05 and 1.07+Version 1 Supports: RPG Maker 2000 v. 1.05 (dropped with release of Ver2) and 1.07
  
-Description here: http://www.rpga.info/forum/showthread.php?p=422053#post422053+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,...).
  
 +1.0.10.0: http://www.rpga.info/forum/showthread.php?t=46000
 +
 +2.0.1.8: http://www.rpga.info/forum/showthread.php?t=51108
 ===== RPG Maker 2003 patches ===== ===== RPG Maker 2003 patches =====
  
 FIXME FIXME
  
-==== Auto Enter Patch by Miroku ===+==== Force Harmony by Bananen-Joe and Cherry ===
  
-Skips the title screen of RPG Maker, allowing to create custom title screens.+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),
  
-Similar patch is available for RPG Maker 2000.+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://dl1.rpg-atelier.net/ressourcen2/programme/AutoEnterPatch.exe+Download: http://cherrytree.at/cms/lang/en/download/?did=4
  
-==== Adapted CharExpand Patch ====+==== PowerMode 2003/Mega Patch 2003 by firesta ===
  
-SupportsRPG Maker 2003 v. 1.08.+//Main article[[.:patches:powermode-2003|PowerMode 2003]]//
  
-This is an adaptation of CharExpander patch by Cherry for RPG Maker 2003, distributed as an IPS file.+Supports: RPG Maker 2003 v1.09
  
-Allows to use character graphics with arbitrary dimensionsas in newer RPG Maker versionsFor thisCharsets 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.+A patch that changes the behaviour of the variables 1 to 8 to open menustracks the mouse and keyboard status, does calculations and handles picture anglesIt also skips the logo and title screenallows the mouse to be used in menus, and changes the top and bottom transparency properties of pictures. 
 + 
 +More info: https://www.makerpendium.de/wiki/PowerMode_2003
  
-Descriptionhttp://www.makerando.com/topic/345-charexpand-patch-2k3/ +Games using it[[https://www.rpg-maker.fr/jeux-877-super-mario-portal.html|Super Mario Portal]]
-Download: http://www.mediafire.com/download/83ihq0oz21ov5l7/CEP%5Bplus+%5D+-+RPG_RT2k3+v1.08.ips+
  
 ==== DynRPG by Cherry === ==== DynRPG by Cherry ===
 +
 +//Main article: [[.:patches:dynrpg|DynRPG]]//
  
 Supports: RPG Maker 2003 v. 1.08 Supports: RPG Maker 2003 v. 1.08
Line 88: Line 158:
  
 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 102: Line 182:
   * 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 108: Line 191:
 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 129: Line 212:
  
   * Main:   * Main:
-    * 'Anderes KS-Design' {?},+    * Slightly different battle system interface,
     * Hide start logos,     * Hide start logos,
   * Title screen changes:   * Title screen changes:
Line 185: Line 268:
   * http://rmrk.net/index.php?topic=32090.0   * http://rmrk.net/index.php?topic=32090.0
   * http://cherrytree.at/cms/lang/en/download/?category=5   * http://cherrytree.at/cms/lang/en/download/?category=5
 +  * https://dev.makerpendium.de/docs/patch_db/main-en.htm
development/technical-details/known-patches.1433952544.txt.gz · Last modified: by jikmok

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki