https://github.com/intelorca/openre
https://github.com/intelorca/openre
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intelorca/openre
- Owner: IntelOrca
- License: mit
- Created: 2023-05-09T01:02:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T00:00:29.000Z (about 1 year ago)
- Last Synced: 2025-04-24T00:33:57.192Z (about 1 year ago)
- Language: C++
- Size: 5.46 MB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenRE
Open source clone of the original Resident Evil 2.
## Building
### Windows
#### Dependencies
* Visual Studio 2022
* Desktop development with C++ workload
Using a Visual Studio 2022 development prompt:
```
msbuild openre.sln
```
### Linux
#### Dependencies
* cmake
* g++-mingw-w64
```
cmake -B out
cmake --build out
```
Copy `out/openre.dll` and `dist/openre.exe` to your RE 2 directory and run `openre.exe`.