KhaleedSA / R3ditor-V2

This is the second version of R3ditor, a tool to create mods and study classic Resident Evil 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R3V2_LOGO

R3ditor V2

Aka. R3V2, this is the second version of R3ditor - a tool to create mods and study classic Resident Evil 3.

Project Status

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¹.

Requirements

  • 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 and the game!

How to install

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!

Windows

  • Clone this repository
  • Download NW.js version 0.38.4 [ x86 / 32 Bits or x64 / 64 Bits ]
  • Extract NW contents inside clone folder
  • Run nw.exe

Linux

It's exactly the same process to run on windows! The only difference is: To run R3V2:

  • Open your terminal and navigate to R3V2 folder
  • Run ./nw

Download Links: [ x86 / 32 Bits or x64 / 64 Bits ]

macOS

  • Clone this repository
  • Click using right button on nw.app and select "Show Package Contents"
  • Navigate to Contents/Resources and create a new folder labelled app.nw
  • Paste all content from cloned repo inside this folder
  • Go back to NW folder and run nw.app

Download Link: [ x64 / 64 Bits ]

Third-Party software used on this project

Engine:

  • NW.js (aka. Node-Webkit) by NW.js community

External JS Apps / Plugins:

  • jQuery and jQuery UI by The jQuery Foundation
  • eNGE by Reene-Kootstra

NW.js Plugins:

  • RPC by discord.js
  • memoryjs by Rob--
  • fs-extra by jprichardson

These files can be found in "App/tools/":

  • 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)

Credits

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), ResidentEvilArtist and Biohazard España (BHE).

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.

About

This is the second version of R3ditor, a tool to create mods and study classic Resident Evil 3.

License:GNU General Public License v2.0


Languages

Language:JavaScript 76.3%Language:HTML 14.8%Language:CSS 8.9%