This is a simple debugging tool designed for R-Type Final 2 core players, Wiki editors, and Mod developers. It organizes some common functions into hotkeys for convenient access.
- Please do not use this mod for unfair competitive purposes.
- Default key:
F1
- Enables/disables the player's collision. When disabled, enemies and enemy bullets cannot damage the player. However, collisions with wall-type objects will still occur, and being pushed out of the screen will still result in death. Additionally, this has side effects like being unable to collect items or connect the Force.
- The console will output the current player object and collision state.
- Default key:
F2
- Decreases the current stage's scroll speed by 1050.
- The console will output the current scroll manager object and scroll speed.
- Default key:
F3
- Increases the current stage's scroll speed by 1050.
- The console will output the current scroll manager object and scroll speed.
- Default key:
F4
- Enables or disables the stage scroll. When disabled, the stage will no longer progress regardless of the scroll speed.
- The console will output the current scroll manager object and scroll enable state.
- Default key:
F5
- Sets the scroll speed to 1050. Since 1050 is the default speed for most stages, this essentially resets the scroll speed.
- The console will output the current scroll manager object and scroll speed.
- Default key:
F6
- Sets the current camera's FOV to 100, allowing you to see content outside the usual screen bounds.
- Default key:
F7
- Resets the current camera's FOV to 32, the default value.
- If you haven't installed UE4SS yet, follow the Installing UE4SS guide to install UE4SS v3.0.0 and update it to v3.0.1.
- Download
RTF2DebugTools.zip
from the Releases section. - Follow the Installing LUA Mods guide to install this mod.
- If installed correctly, you should see the following output in the UE4SS console when the game is launched:
[xx:xx:xx] Starting Lua mod 'RTF2DebugTools'
[xx:xx:xx] [Lua] RTF2 Debug Tools loaded
- Older versions of UE4SS might also be able to run this mod.
- Open
RTypeFinal2\Binaries\Win64\Mods\RTF2DebugTools\Scripts\main.lua
with any text editor or IDE. - Navigate to the bottom of the file, where the key-to-function bindings are located.
- Refer to the Key - UE4SS Documentation and modify the keys as needed. Even if you have no programming experience, the associations should be easy to understand!