Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 16, 2024
1 parent 3f29093 commit 448d7e1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packagessniper_v2.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
676445c48d658ddc50a253b094dcb89817a09a03
ea80eddc3f8e877a19f15ef6adcb77f8cc334a9a
2 changes: 1 addition & 1 deletion packagessniper_v2.hash256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24ef1f362ec1a102eeed71dc7879d3924f60088e7482074449bb2c71a201a069
9981ecad1272f79c4c396286382a5e60823dc7079d6daa35d41fe4be22a4020f
27 changes: 17 additions & 10 deletions packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5661,21 +5661,28 @@
"url": "https://github.com/luxtorpeda-dev/packages/releases/download/surreal_engine-1/",
"file": "surreal_engine-common-1.tar.xz",
"cache_by_name": true
},
{
"name": "unreal-binaries",
"url": "https://github.com/OldUnreal/Unreal-testing/releases/download/v227k_12/",
"file": "OldUnreal-UnrealPatch227k-Linux.tar.bz2"
}
],
"choices": [
{
"name": "Unreal Gold (32-bit)",
"command": "./run-unreal.sh",
"download": [
"unreal-gold"
"unreal-gold",
"unreal-binaries"
]
},
{
"name": "Unreal Gold (64-bit)",
"command": "./run-unreal-64.sh",
"download": [
"unreal-gold-64"
"unreal-gold-64",
"unreal-binaries"
]
},
{
Expand All @@ -5686,6 +5693,12 @@
]
}
],
"download_config": [
{
"extract_location": "../",
"download_name": "unreal-binaries"
}
],
"use_original_command_directory": true,
"engine_name": "unrealgold",
"cloudNotAvailable": true,
Expand Down Expand Up @@ -10754,8 +10767,8 @@
"internal_engine_name": "ut99"
},
{
"engine_link": "https://www.oldunreal.com/phpBB3/viewtopic.php?f=51&t=10395",
"version": "227j",
"engine_link": "https://github.com/OldUnreal/Unreal-testing/releases/tag/v227k_12",
"version": "227k_12",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "Proprietary/Closed Source",
Expand All @@ -10766,12 +10779,6 @@
},
{
"key": "32_bit"
},
{
"key": "manual_steps"
},
{
"label": "Requires Oldunreal installer, which requires a manual download and Wine to be installed. System/README.txt should be referred to."
}
],
"controllerNotSupported": true,
Expand Down

0 comments on commit 448d7e1

Please sign in to comment.