This commit is contained in:
IQuant 2024-07-03 21:34:08 +03:00
parent a19ef372ae
commit 9e4b211b17
6 changed files with 73 additions and 59 deletions

View file

@ -7,6 +7,9 @@ run-rel:
run-rel-n:
cd noita-proxy && NP_SKIP_MOD_CHECK=1 cargo run --release
run-rel-n-2:
cd noita-proxy && NP_NOITA_ADDR=127.0.0.1:21252 NP_SKIP_MOD_CHECK=1 cargo run --release
run2:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21252 cargo run