mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
GZDOOM: adding missing pk3 files
This commit is contained in:
parent
7f397722ae
commit
5fac00e20b
BIN
emu-configs/gzdoom/brightmaps.pk3
Normal file
BIN
emu-configs/gzdoom/brightmaps.pk3
Normal file
Binary file not shown.
BIN
emu-configs/gzdoom/game_support.pk3
Normal file
BIN
emu-configs/gzdoom/game_support.pk3
Normal file
Binary file not shown.
BIN
emu-configs/gzdoom/game_widescreen_gfx.pk3
Normal file
BIN
emu-configs/gzdoom/game_widescreen_gfx.pk3
Normal file
Binary file not shown.
Binary file not shown.
|
@ -678,9 +678,9 @@ prepare_component() {
|
|||
log i "----------------------"
|
||||
|
||||
create_dir "/var/config/gzdoom"
|
||||
create_dir "/var/data/gzdoom"
|
||||
create_dir -d "/var/data/gzdoom"
|
||||
cp -fvr "$emuconfigs/gzdoom/gzdoom.ini" "/var/config/gzdoom"
|
||||
cp -fvr "$emuconfigs/gzdoom/gzdoom.pk3" "/var/data/gzdoom"
|
||||
cp -fvr "$emuconfigs/gzdoom/"*".pk3" "/var/data/gzdoom"
|
||||
|
||||
sed -i 's#RETRODECKROMSDIR#'$roms_folder'#g' "/var/config/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON
|
||||
sed -i 's#RETRODECKSAVESDIR#'$saves_folder'#g' "/var/config/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON
|
||||
|
|
|
@ -1207,6 +1207,7 @@ modules:
|
|||
# SOLARUS - END
|
||||
|
||||
# GZDoom - Start
|
||||
# When updating remember to update all the .pk3 files from the standalone linux download
|
||||
- rd-submodules/shared-modules/gzdoom/gzdoom.json
|
||||
# GZDoom - END
|
||||
|
||||
|
|
Loading…
Reference in a new issue