Version: 1.0 (Stable)
Download: MEDIAFIRE
Password:
Code:
rpgmaker2k
Why this tool was created:
Games made with
RPG Maker 2000 and
RPG Maker 2003 (Before Steam) have the "exclusive" full screen function, but in this method we cannot:
- Opening other program windows from above, even if they have the "Alway On Top" option
- windows Quickly switch between Explorer (Windows Desktop) with Alt+Tab
This happens because
RPG_RT.exe changes the monitor resolution to 320x240 when it is in
focus , even if the monitor does not have this option, as this is how machines with operating systems prior to
Windows 7 worked:
How to install in your game:
Just copy or move it to your project folder and run it.
To work with the editor:
Change the RPG_RT.exe extension to RPG_RT.run and rename Player.exe to RPG_RT.exe.
In this mode, when using the F4 and F5 key commands, the current state will not be saved in the RPG_RT.ini file because it is the "TestPlay" mode.
(The RPG_RT.exe icon will be updated when restarting the operating system)
Include the options you prefer in your project's RPG_RT.ini
Window mode:
INI:
Fullscreen=0
Full screen (this is the default mode if not configured):
INI:
Fullscreen=1
Enables the F4 key so that the player can switch between windowed and full screen mode:
INI:
ChangeFullscreen=1
(This option also activates the Alt+Enter combination)
Adjusted by screen height:
INI:
Stretched=0
(This being the default and only in full screen)
Stretched image (Full screen only):
INI:
Stretched=1
Enables the F5 key:
INI:
ChangeScale=1
(So that the player can switch between fitted or stretched, it only works in full screen)
Soften Image (Bicubic):
INI:
Interpolation=1
Enables the key to change the interpolation mode:
INI:
ChangeInterpolation=1
Show GDI+ FPS on the game screen:
INI:
ShowFPS=1
(This does not show the FPS of the game, but rather full screen mode)
Enables and defines a key that can generate screen captures:
INI:
Screenshotkey=F11
(Options: F1, F2, F3, F8, F9, F10, F11)
Change the path where the folder for screenshots will be created:
INI:
ScreenshotPath=%UserDocs%
(Result: C:\Users\<username>\Documents\<GameTitle>\)
INI:
ScreenshotPath=%UserPics%
(Result: C:\Users\<username>\Pictures\<GameTitle>\)
INI:
ScreenshotPath=%UserRoaming%
(Result: C:\Users\<username>\AppData\Roaming\<GameTitle>\)
Change the name of the folder that will be generated:
Example:
INI:
ScreenshotFolder=Captures
A file name cannot contain any of the following characters: \ / : * ? . < > | % ;
Errors that can happen:
Error starting GDIP:
If this error occurs, it means that there is a problem with the player's operating system, probably gdiplus.dll is not installed or is corrupt.
RPG_RT.run not found! / RPG_RT.exe not found! / RPG_RT.exe or RPG_RT.run not found
Any of these errors can be generated when the player tries to change launch settings by moving or deleting files from the game folder.
RPG_RT.exe is not a working version
RPG_RT.exe is the same executable as Player.exe, this error is caused by the same situation as the previous error.
Failed to create screenshots folder
The folder cannot be created in the path due to lack of permission, this happens when defining paths outside the path C:\Users\<username>
Problems with your anti-virus:
Some antiviruses can block the tool's internal functions without showing warning windows, if you notice this happening, include the executable in the trusted list.
本贴来自国际rpgmaker官方论坛作者:DevRPG2k处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/rpg_rt-exe-fake-fullscreen.154698/