Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Jun 18, 2023
2 parents 6966dc1 + 952cf0f commit 72090be
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 35 deletions.
38 changes: 3 additions & 35 deletions install-building-tools-once.bat
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
:PROMPT
SET /P AREYOUSURE=Install pyinstaller (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO dotenv
pip install -U pyinstaller
:dotenv
SET /P AREYOUSURE=Install dotenv (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO ahk
pip install python-dotenv
:ahk
SET /P AREYOUSURE=Install ahk (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO asyncio
pip install ahk
:asyncio
SET /P AREYOUSURE=Install asyncio (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO requests
pip install asyncio
:requests
SET /P AREYOUSURE=Install requests (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO Pillow
pip install requests
:Pillow
SET /P AREYOUSURE=Install Pillow (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO progressbar
pip install Pillow
:progressbar
SET /P AREYOUSURE=Install progressbar (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO cloudscraper
pip install progressbar
:cloudscraper
SET /P AREYOUSURE=Install cloudscraper (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO appdirs
pip install cloudscraper
:appdirs
SET /P AREYOUSURE=Install appdirs (Y/[N])?
SET /P AREYOUSURE=Install package dependencies (Y/[N])?
IF /I "%AREYOUSURE%" NEQ "Y" GOTO install
pip install appdirs
:install
pip install -r requirements.txt
:install
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pyinstaller
python-dotenv
ahk
asyncio
requests
Pillow
progressbar
cloudscraper
appdirs
14 changes: 14 additions & 0 deletions resources/jak1_mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,20 @@
"URL": "https://github.com/Inirdin/opengoal-inirdin-texture-showcase/tree/main",
"website_url": "https://github.com/Inirdin/opengoal-inirdin-texture-showcase/blob/main/README.md#opengoal-inirdin-texture-showcase"
},
"Ng_minus": {
"name": "NG-",
"desc": "Play the game backwards",
"contributors": [
"ZedB0T",
"PrinceVortex"
],
"tags": [
"gameplay-mod"
],
"release_date": "2023-04-16",
"URL": "https://github.com/OpenGOAL-Unofficial-Mods/ng-",
"website_url": "https://github.com/OpenGOAL-Unofficial-Mods/ng-"
},
"jak_grows": {
"name": "Jak and Daxter But Every Time He Grabs An Orb He Grows",
"desc": "Jak and Daxter But Every Time He Grabs An Orb He Grows.",
Expand Down

0 comments on commit 72090be

Please sign in to comment.