forked from CastroFidel/PortWINE
Scripts version 2332
This commit is contained in:
20
data_from_portwine/scripts/portwine_db/Beyond_Divinity.ppdb
Normal file
20
data_from_portwine/scripts/portwine_db/Beyond_Divinity.ppdb
Normal file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Alek V., Eljeyna
|
||||
#div.exe
|
||||
#Rating=1-5
|
||||
#####################examples###########################
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PW_DGVOODOO2="1"
|
||||
export PW_DGV2_DISABLE_D3D="1"
|
||||
export PW_DGV2_VRAM="1024"
|
||||
export PW_DGV2_RESOLUTION="1280x720"
|
||||
export PW_DGV2_VIDEOCARD="dgVoodoo2 Virtual 3D"
|
||||
|
||||
add_in_start_portwine () {
|
||||
if [[ -f "${PATH_TO_GAME}/fontlist.txt" ]] ; then
|
||||
if grep -q "charset russian" "${PATH_TO_GAME}/fontlist.txt" ; then
|
||||
sed -i 's/DEFINE $TTFONTNAME "BDFont"/DEFINE $TTFONTNAME "Arial"/g' "${PATH_TO_GAME}/fontlist.txt"
|
||||
sed -i 's/DEFINE $TTFONTANAME "BDFont"/DEFINE $TTFONTANAME "Arial"/g' "${PATH_TO_GAME}/fontlist.txt"
|
||||
fi
|
||||
fi
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: deck
|
||||
#StreetFighterV.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
export PORTPROTON_NAME="StreetFighterV"
|
6
data_from_portwine/scripts/portwine_db/TangoPC.ppdb
Normal file
6
data_from_portwine/scripts/portwine_db/TangoPC.ppdb
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Eljeyna
|
||||
#TangoPC.exe
|
||||
#Rating=1-5
|
||||
export PW_VULKAN_USE="2"
|
||||
export PW_WINE_USE="WINE_LG
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (linux-gaming.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2331
|
||||
#SCRIPTS_NEXT_VERSION=2332
|
||||
#SCRIPTS_STABLE_VERSION=2327
|
||||
########################################################################
|
||||
export LANGUAGES_LIST="ru es"
|
||||
|
Reference in New Issue
Block a user