forked from CastroFidel/PortWINE
added db student and teacher
This commit is contained in:
parent
44721ff7d8
commit
c90f0f58d6
15
data_from_portwine/scripts/portwine_db/student
Normal file
15
data_from_portwine/scripts/portwine_db/student
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#Author: fidel
|
||||||
|
#Ученик.exe
|
||||||
|
#Rating=1-5
|
||||||
|
export PW_VULKAN_USE="0"
|
||||||
|
export PW_WINE_USE="PROTON_LG"
|
||||||
|
export PW_PREFIX_NAME="STUDENT"
|
||||||
|
export PW_DISABLED_CREATE_DB="1"
|
||||||
|
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||||
|
export PW_GUI_DISABLED_CS="1"
|
||||||
|
export PW_MANGOHUD="0"
|
||||||
|
export PW_NO_FSYNC="1"
|
||||||
|
export PW_NO_ESYNC="1"
|
||||||
|
export PW_USE_GAMEMODE="0"
|
||||||
|
export DISABLE_CP_DEFPFX="1"
|
15
data_from_portwine/scripts/portwine_db/teacher
Normal file
15
data_from_portwine/scripts/portwine_db/teacher
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#Author: fidel
|
||||||
|
#Учитель.exe
|
||||||
|
#Rating=1-5
|
||||||
|
export PW_VULKAN_USE="0"
|
||||||
|
export PW_WINE_USE="PROTON_LG"
|
||||||
|
export PW_PREFIX_NAME="TEACHER"
|
||||||
|
export PW_DISABLED_CREATE_DB="1"
|
||||||
|
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||||
|
export PW_GUI_DISABLED_CS="1"
|
||||||
|
export PW_MANGOHUD="0"
|
||||||
|
export PW_NO_FSYNC="1"
|
||||||
|
export PW_NO_ESYNC="1"
|
||||||
|
export PW_USE_GAMEMODE="0"
|
||||||
|
export DISABLE_CP_DEFPFX="1"
|
24
data_from_portwine/scripts/portwine_db/win_install_student
Normal file
24
data_from_portwine/scripts/portwine_db/win_install_student
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#Author: fidel
|
||||||
|
#win_install_student.exe
|
||||||
|
#Rating=1-5
|
||||||
|
export PW_VULKAN_USE="0"
|
||||||
|
export PW_WINE_USE="PROTON_LG"
|
||||||
|
export PW_PREFIX_NAME="STUDENT"
|
||||||
|
export PW_DISABLED_CREATE_DB="1"
|
||||||
|
export PW_ICON_FOR_YAD="${PORT_WINE_PATH}/data/img/setup.png"
|
||||||
|
export PW_MANGOHUD="0"
|
||||||
|
export PW_NO_FSYNC="1"
|
||||||
|
export PW_NO_ESYNC="1"
|
||||||
|
export PW_USE_GAMEMODE="0"
|
||||||
|
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||||
|
export PW_DLL_INSTALL=""
|
||||||
|
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||||
|
export PW_GUI_DISABLED_CS="1"
|
||||||
|
export DISABLE_CP_DEFPFX="1"
|
||||||
|
|
||||||
|
add_in_stop_portwine () {
|
||||||
|
# pw_find_exe news
|
||||||
|
export portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Ученик/Ученик.exe"
|
||||||
|
portwine_create_shortcut
|
||||||
|
}
|
24
data_from_portwine/scripts/portwine_db/win_install_teacher
Normal file
24
data_from_portwine/scripts/portwine_db/win_install_teacher
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#Author: fidel
|
||||||
|
#win_install_teacher.exe
|
||||||
|
#Rating=1-5
|
||||||
|
export PW_VULKAN_USE="0"
|
||||||
|
export PW_WINE_USE="PROTON_LG"
|
||||||
|
export PW_PREFIX_NAME="TEACHER"
|
||||||
|
export PW_DISABLED_CREATE_DB="1"
|
||||||
|
export PW_ICON_FOR_YAD="${PORT_WINE_PATH}/data/img/setup.png"
|
||||||
|
export PW_MANGOHUD="0"
|
||||||
|
export PW_NO_FSYNC="1"
|
||||||
|
export PW_NO_ESYNC="1"
|
||||||
|
export PW_USE_GAMEMODE="0"
|
||||||
|
export PW_FORCE_LARGE_ADDRESS_AWARE="1"
|
||||||
|
export PW_DLL_INSTALL=""
|
||||||
|
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||||
|
export PW_GUI_DISABLED_CS="1"
|
||||||
|
export DISABLE_CP_DEFPFX="1"
|
||||||
|
|
||||||
|
add_in_stop_portwine () {
|
||||||
|
# pw_find_exe news
|
||||||
|
export portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Учитель/Учитель.exe"
|
||||||
|
portwine_create_shortcut
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user