Skip to content

Commit

Permalink
RGB30 / JELOS fixes and other fixes
Browse files Browse the repository at this point in the history
- Remove obsolote .sh files in c-dogs
-  Fix Anarch kill key
-  AVP rename all files to lowercase before starting
- Blood replace conf thanks @Slayer366
- Add missing libcrypto files
- Add missing libflac.so.8 files
- Fix Heart of Darkness Crash
- Fix turrican invisible textures
- Fix Megaman Controls and Startup Errors
- Fix Nova_Pinball Love conf script via SED
  • Loading branch information
Cebion committed Jan 30, 2024
1 parent e5dcc39 commit b5ff96b
Show file tree
Hide file tree
Showing 131 changed files with 62 additions and 551 deletions.
Binary file not shown.
Binary file not shown.
Binary file added ports/abombniball/abombniball/libs/libFLAC.so.8
Binary file not shown.
Binary file added ports/abombniball/abombniball/libs/libogg.so.0
Binary file not shown.
Binary file modified ports/alephone-marathon/alephone-marathon/libs/libGL.so.1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ports/alephone-marathon2/alephone-marathon2/libs/libGL.so.1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
2 changes: 1 addition & 1 deletion ports/anarch/Anarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GAMEDIR="/$directory/ports/anarch"

cd $GAMEDIR

#$GPTOKEYB "anarch" -c anarch.gptk &
$GPTOKEYB "anarch" & #-c anarch.gptk &
LD_LIBRARY_PATH="$PWD/libs" $TASKSET ./anarch data/ 2>&1 | $ESUDO tee -a ./log.txt

$ESUDO kill -9 $(pidof gptokeyb)
Expand Down
12 changes: 12 additions & 0 deletions ports/avp/Alien vs Predator.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# PORTMASTER: avp.zip, Alien vs Predator.sh

if [ -d "/opt/system/Tools/PortMaster/" ]; then
controlfolder="/opt/system/Tools/PortMaster"
Expand All @@ -19,6 +20,17 @@ ln -sfv /$directory/ports/avp/conf ~/.avp

cd $GAMEDIR

to_lower_case() {
for SRC in $(find "$1" -depth); do
DST=$(dirname "${SRC}")/$(basename "${SRC}" | tr '[A-Z]' '[a-z]')
if [ "${SRC}" != "${DST}" ]; then
[ ! -e "${DST}" ] && $ESUDO mv -vT "${SRC}" "${DST}" || echo "- ${SRC} was not renamed"
fi
done
}

to_lower_case .

$ESUDO chmod 666 /dev/uinput
$GPTOKEYB "avp" -c "./avp.gptk" &
LD_LIBRARY_PATH="$PWD/libs" SDL_GAMECONTROLLERCONFIG="$sdl_controllerconfig" ./avp 2>&1 | tee -a ./log.txt
Expand Down
Binary file added ports/beat2x/beat2x/libs/libFLAC.so.8
Binary file not shown.
Binary file added ports/beat2x/beat2x/libs/libogg.so.0
Binary file not shown.
Binary file added ports/blastius/blastius/libs/libcrypto.so.1.1
Binary file not shown.
Binary file added ports/blockout2/blockout2/libs/libFLAC.so.8
Binary file not shown.
Binary file added ports/blockout2/blockout2/libs/libogg.so.0
Binary file not shown.
11 changes: 7 additions & 4 deletions ports/blood/Blood/conf/nblood/nblood.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ NoAutoLoad = 1
ModDir = "/"

[Screen Setup]
ScreenBPP = 32

ScreenBPP = 8
ScreenMode = 0
MaxRefreshFreq = 0
WindowPosX = 0
WindowPosY = 0
WindowPositioning = 0
WindowPosX = -1
WindowPosY = -1
MaxRefreshFreq = 0
Out = 0
Password = ""

[Controls]
MouseButton0 = "Weapon_Fire"
Expand Down
76 changes: 0 additions & 76 deletions ports/blood/Blood/conf/nblood/nblood_cvars.cfg

This file was deleted.

74 changes: 0 additions & 74 deletions ports/blood/Blood/conf/nblood/settings.cfg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 0 additions & 17 deletions ports/c-dogs/cdogs/cdogs/mathc/run_tests.sh

This file was deleted.

65 changes: 0 additions & 65 deletions ports/c-dogs/cdogs/graphics/chars/bodies/make_spritesheet.sh

This file was deleted.

56 changes: 0 additions & 56 deletions ports/c-dogs/cdogs/graphics/chars/heads/make_spritesheet.sh

This file was deleted.

Loading

0 comments on commit b5ff96b

Please sign in to comment.