From b64f9c56205204118c97d995be4e1efec1809718 Mon Sep 17 00:00:00 2001 From: themitosan Date: Fri, 13 Sep 2024 03:09:30 -0300 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4f7cafa..8bcae54 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ If everything is okay, binaries will be available on `build/r3_auto_map_gen/`. You can run this app using [Wine](https://www.winehq.org) compat layer. In order to read current game, **make sure to run it under the same prefix**. +Or, you can run main executable with same RE wine args! +_Example: `WINEDLLOVERRIDES="ddraw.dll=n,b" wine64 R3\ Auto\ Map\ Gen.exe`_ +

R3_Auto_Map_Gen_Wine