mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
21 lines
No EOL
594 B
Makefile
21 lines
No EOL
594 B
Makefile
run:
|
|
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run
|
|
|
|
run-rel:
|
|
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run --release
|
|
|
|
run-rel-n:
|
|
cd noita-proxy && 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
|
|
|
|
release:
|
|
python prepare_release.py
|
|
|
|
noita:
|
|
cd /home/quant/.local/share/Steam/steamapps/common/Noita/ && NP_NOITA_ADDR=127.0.0.1:21252 wine noita.exe -gamemode 0
|
|
|
|
noita1:
|
|
cd /home/quant/.local/share/Steam/steamapps/common/Noita/ && wine noita.exe
|
|
|