Aka. R3V2, this is the second version of R3ditor - a tool to create mods and study classic Resident Evil 3!
This project is on alpha state. It can open maps, text files and SCD Scripts. For now, your best usage is for edit some RDT sections! Sadly, it is not capable of compiling RDT files¹.
- Windows: 7, 8, 8.1, 10 or 11.
- Linux: Ubuntu 20.00 or higher
- macOS: 10.15 (Mojave) or higher²
- Hardware: Any hardware that is capable of running NW.js / Electron and the game!
It's recommended to use our pre-compiled version! You can download on TheMitoSan's website, But if you want to run it on current state development, It is the same method for R3ditor OG.
PS: You can try this tool online!
To run this software properly, you will need generate node_modules
.
This will require Node.js, Python 2.7.12 and Visual Studio 2017 (with C++ development tools)
- Clone this repository
- Rename
nw_package.json
topackage.json
- Open
cmd
on this location, runnpm install
and wait! (This process may take a while) - Extract
memoryjs
folder fromnw_easyinstall.zip
insidenode_modules
- Run
npm start
- Clone this repository
- Extract all contents from
nw_easyinstall.zip
wherenw_package.json
is located - Download NW.js 0.38.4 and extract it where "nw_package.json" is located
- Rename
nw_easyinstall_package.json
topackage.json
- Run
nw.exe
- Clone this repository
- Rename
electron_package.json
topackage.json
- Open
cmd
, runnpm install
and wait! (Make sure to have VS 2017 installed - otherwise it will fail!) - Run
npm start
It's exactly the same process to run on windows (nw)! The only difference is - To run R3V2:
- Open your terminal and navigate to R3V2 folder
- Run
./nw
(Important: You will need to installwine
to be able to execute some actions)
Download Links: [ x86 / 32 Bits or x64 / 64 Bits ]
- Clone this repository
- Click using right button on nw.app and select
Show Package Contents
- Navigate to
Contents/Resources
and create a new folder labelledapp.nw
- Paste all content from cloned repo inside this folder
- Go back to NW folder and run
nw.app
Download Link: [ x64 / 64 Bits ]
- NW.js (aka. Node-Webkit) by NW.js community
- Electron by OpenJS Foundation
- TMS.js by TheMitoSan
- eNGE by Reene-Kootstra
- RPC by discord.js
- memoryjs by Rob--
- fs-extra by jprichardson
- xdelta.exe (Xdelta patcher)
- SDL.dll (Required for rofs.exe)
- rofs.exe (Reevengi-tools - Rofs Unpacker)
- 7z.exe, 7-zip.dll, 7za.dll, 7zxa.dll and 7za.exe (7zip)
I would like to pay credits from all sources and thank everyone who helped me with this project - since without your help none of this would be possible!
Many thanks to: CT-STARS, Elric (Aka. 3lric), El rincon del Lobezno, Rene Kootstra, discordjs, Rob--, hongru, Joshua MacDonald, jprichardson, Y (The Artist) zu, Mortican, Angus Johnson, Leo2236, MarkGrass, matteofumagalli1275, Klarth, "Shockproof" Jamo Koivisto, Diogo "Flag" Bandeira (Aka. Flag King), Khaled SA, Patrice Mandin (pmandin) and ResidentEvilArtist.
eNGE is a PS1 emulator written in JS created by Rene Kootstra
Some icons was made using shell32.dll
icons from Microsoft Windows 98 SE
RDT SLD Edit icon was created using the original icon from Leo2236 RE3SLDE Editor
The new R3ditor V2 logo was created using Pix Chicago and Plak® Extra Condensed fonts
Biohazard and Resident Evil are trademarks of ©CAPCOM CO., LTD. ALL RIGHTS RESERVED.
¹ - You can use a temp function called "SCD Hack" - but it's not recommended since in most cases it can make your game crash!
² - This software requires macOS versions that runs on Intel x64 arch, since this specific version of nw.js (0.38.4) was compiled targeting this same arch.