Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
c90f0f58
Commit
c90f0f58
authored
9 months ago
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added db student and teacher
parent
44721ff7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
78 additions
and
0 deletions
+78
-0
student
data_from_portwine/scripts/portwine_db/student
+15
-0
teacher
data_from_portwine/scripts/portwine_db/teacher
+15
-0
win_install_student
data_from_portwine/scripts/portwine_db/win_install_student
+24
-0
win_install_teacher
data_from_portwine/scripts/portwine_db/win_install_teacher
+24
-0
No files found.
data_from_portwine/scripts/portwine_db/student
0 → 100644
View file @
c90f0f58
#!/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"
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/portwine_db/teacher
0 → 100644
View file @
c90f0f58
#!/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"
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/portwine_db/win_install_student
0 → 100644
View file @
c90f0f58
#!/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
}
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/portwine_db/win_install_teacher
0 → 100644
View file @
c90f0f58
#!/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
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment