Skip to content

Commit

Permalink
unreal-gold - Switch to 227k_12
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 16, 2024
1 parent cf237fe commit cfd2204
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 66 deletions.
17 changes: 0 additions & 17 deletions engines/unreal-gold-64/assets/README-64.txt

This file was deleted.

11 changes: 0 additions & 11 deletions engines/unreal-gold-64/assets/run-unreal-64.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
#!/bin/bash

if [ -f "last_error.txt" ]; then
rm last_error.txt
fi

if [ ! -f ../System64/UnrealLinux.bin ]
then
error_message="Unreal Linux not found. Please see System/README-64.txt for instructions in game directory."
echo "$error_message" > last_error.txt
exit 10
fi

chmod +x ../System64/UnrealLinux.bin
cd ../System64
LD_LIBRARY_PATH="../System/lib:$LD_LIBRARY_PATH" ./UnrealLinux.bin -log
17 changes: 0 additions & 17 deletions engines/unreal-gold/assets/README.txt

This file was deleted.

11 changes: 0 additions & 11 deletions engines/unreal-gold/assets/run-unreal.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
#!/bin/bash

if [ -f "last_error.txt" ]; then
rm last_error.txt
fi

if [ ! -f ../System/UnrealLinux.bin ]
then
error_message="Unreal Linux not found. Please see System/README.txt for instructions in game directory."
echo "$error_message" > last_error.txt
exit 10
fi

chmod +x ../System/UnrealLinux.bin
cd ../System
LD_LIBRARY_PATH="../System/lib:$LD_LIBRARY_PATH" ./UnrealLinux.bin -log
27 changes: 17 additions & 10 deletions metadata/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 cfd2204

Please sign in to comment.