Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bfab4f682 | |||
| e0fcca3701 | |||
| 3b7cda6c5f |
@ -24,7 +24,7 @@ Manual usage instructions:
|
|||||||
- Download the game you want to run
|
- Download the game you want to run
|
||||||
- Download the latest release from this repository
|
- Download the latest release from this repository
|
||||||
- Extract the archive (**NOT INTO THE GAME DIRECTORY! THIS IS IMPORTANT!**)
|
- Extract the archive (**NOT INTO THE GAME DIRECTORY! THIS IS IMPORTANT!**)
|
||||||
- Run `./block_analytics.sh` from the archive to block the games from accessing analytics servers. This will require superuser privileges
|
- Run `./block_analytics.sh` from the archive to block the games from accessing analytics servers (you might have to do a `chmod +x block_analytics.sh` first). This will require superuser privileges
|
||||||
- Run `wine jadeite.exe 'Z:\wine\path\to\game.exe'`
|
- Run `wine jadeite.exe 'Z:\wine\path\to\game.exe'`
|
||||||
|
|
||||||
This tool is capable of starting the games from a different process. This may be useful for spoofing the parent process (SR is known to report it). Use `wine jadeite.exe 'Z:\wine\path\to\game.exe' 'Z:\wine\path\to\launcher.exe'`. `explorer.exe` is used as the default.
|
This tool is capable of starting the games from a different process. This may be useful for spoofing the parent process (SR is known to report it). Use `wine jadeite.exe 'Z:\wine\path\to\game.exe' 'Z:\wine\path\to\launcher.exe'`. `explorer.exe` is used as the default.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
analytics_servers=$(cat <<EOF
|
analytics_servers=$(cat <<EOF
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
project('jadeite', 'c', version: '3.0.2')
|
project('jadeite', 'c', version: '3.0.3')
|
||||||
|
|
||||||
nasm = find_program('nasm')
|
nasm = find_program('nasm')
|
||||||
gen_res = find_program('gen_resources.sh')
|
gen_res = find_program('gen_resources.sh')
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"jadeite": {
|
"jadeite": {
|
||||||
"version": "3.0.2"
|
"version": "3.0.3"
|
||||||
},
|
},
|
||||||
"games": {
|
"games": {
|
||||||
"hi3rd": {
|
"hi3rd": {
|
||||||
|
|||||||
Reference in New Issue
Block a user