Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themitosan/r3ditor-v2

This is the second version of R3ditor, a tool to create mods and study classic Resident Evil 3.
https://github.com/themitosan/r3ditor-v2

classic deprecated deprecated-repo evil html5 javascript js mod modding nemesis nw nwjs tool

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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 / Electron 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!

##### Important
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)_

#### Windows (NW.js - Compiling `node_modules`)
- Clone this repository
- Rename `nw_package.json` to `package.json`
- Open `cmd` on this location, run `npm install` and wait! _(This process may take a while)_
- Extract `memoryjs` folder from `nw_easyinstall.zip` inside `node_modules`
- Run `npm start`

#### Windows (NW.js - Easy Install)
- Clone this repository
- Extract all contents from `nw_easyinstall.zip` where `nw_package.json` is located
- Download NW.js 0.38.4 and extract it where "nw_package.json" is located
- Rename `nw_easyinstall_package.json` to `package.json`
- Run `nw.exe`

#### Windows (Electron)
- Clone this repository
- Rename `electron_package.json` to `package.json`
- Open `cmd`, run `npm install` and wait! _(Make sure to have VS 2017 installed - otherwise it will fail!)_
- Run `npm start`

#### Linux
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 install `wine` to be able to execute some actions)_

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

#### macOS (Intel x86 / x64)
- 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
- Electron by OpenJS Foundation

### External JS Apps / Plugins:
- TMS.js by TheMitoSan
- 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) 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.