Original Source
- Original title: RM2k3 Screenshot patch
- Original author: Cherry
- Original date: May 21, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/rm2k3-screenshot-patch.136713/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker 2000/2003 Support
Summary
In Discord the idea came up to have a patch that could create screenshots using an event command and save them as 8-bit PNG so it could then be displayed as picture and manipulated. This way, custom screen transitions and other effects could be made. With the help of ManDeJan who was able to whip up a library to do the conversion to 8-bit for me, I created the RM2k3 Screenshot Patch! (For RM2k3 v1.10+.) How to install: Copy scrot.dll into the game directory.
Archived First Post
With the help of ManDeJan who was able to whip up a library to do the conversion to 8-bit for me, I created the RM2k3 Screenshot Patch! (For RM2k3 v1.10+.)
How to install:
- Copy scrot.dll into the game directory.
- Patch RPG_RT.exe with rm2k3_screenshot_patch.ips using Lunar IPS (create a backup first!). You may have to change the file type selection from "Most common ROM files" to "All files". (Alternatively, you can just copy the RPG_RT.exe from the demo project if you don't have any other modifications already made to your RPG_RT.exe file.)
- In event code, add a comment starting with "!SS", followed by the filename for the screenshot picture (without .png at the end!), for example "!SS screenshot" to create "Picture\screenshot.png". When this comment is "executed", the screenshot will be created (overwriting any existing one with the same name).
- You can then use regular "Show Picture" commands to show the screenshot in the game.
Notes:
- To be able to select the screenshot in the picture list before it is created for the first time, you can just import some other picture using the same name, it will later be overwritten with the screenshot.
- RM2k3 v1.12+ has an optimization which will not reload a picture from the disk if a "Show Picture" command is used with the same filename as the already-displayed picture with the same ID. That means that you would need to erase the picture first before showing it again if you are trying to update the display of a screenshot which has changed in the meantime.
Download (patch & demo): https://cherryshare.at/f/VtUNYI/rm2k3_screenshot_patch.7z
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...