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
Vladislav
PortWINE
Commits
846167f8
Commit
846167f8
authored
Nov 25, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2055###
parent
b696659f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
12 deletions
+44
-12
changelog
data_from_portwine/changelog
+6
-1
bethesda.png
data_from_portwine/img/gui/bethesda.png
+0
-0
cemu.png
data_from_portwine/img/gui/cemu.png
+0
-0
League of Legends
data_from_portwine/scripts/portwine_db/League of Legends
+1
-2
PW_CEMU
data_from_portwine/scripts/pw_autoinstall/PW_CEMU
+18
-0
runlib
data_from_portwine/scripts/runlib
+14
-5
start.sh
data_from_portwine/scripts/start.sh
+3
-2
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog
View file @
846167f8
...
...
@@ -7,8 +7,13 @@
* добавить проверку количества db файлов на один exe
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2055###
* обновлен PROTON_STEAM до версии 6.3-8 (опять =)
* копирование шрифтов заменено на создание символьных ссылок
* в установщики эмуляторов добавлен Cemu
###Scripts version 2054###
* добавлен новый пунк в меню PortProton для установки эмуляторов (спасибо chal55rus)
* добавлен новый пунк
т
в меню PortProton для установки эмуляторов (спасибо chal55rus)
###Scripts version 2053###
* HOTFIX - исправлены ошибки создания симлинков некоторых библиоткек из plugins_v1
...
...
data_from_portwine/img/gui/
B
ethesda.png
→
data_from_portwine/img/gui/
b
ethesda.png
View file @
846167f8
File moved
data_from_portwine/img/gui/cemu.png
0 → 100644
View file @
846167f8
1.66 KB
data_from_portwine/scripts/portwine_db/League of Legends
View file @
846167f8
...
...
@@ -91,4 +91,4 @@ add_in_start_portwine () {
pkexec /bin/bash
-c
'sysctl -w abi.vsyscall32=0 && sysctl -p'
fi
check_port_for_lol &
}
\ No newline at end of file
}
data_from_portwine/scripts/pw_autoinstall/PW_CEMU
0 → 100755
View file @
846167f8
#!/bin/bash
# Author: PortWINE-Linux.ru
########################################################################
export
PW_URL_CEMU
=(
$(
curl
-s
"https://cemu.info"
|
grep
"zip"
|
cut
-d
\"
-f
2
)
)
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/
`
echo
${
PW_URL_CEMU
}
|
awk
-F
/
'{print $5}'
`
"
start_portwine
if
try_download
"
${
PW_URL_CEMU
}
"
"
${
PW_AUTOINSTALL_EXE
}
"
then
pw_start_progress_bar_block
"Installing the Cemu. Please wait..."
"
$pw_7z
"
x
-y
"
${
PW_AUTOINSTALL_EXE
}
"
-o
"
$WINEPREFIX
/drive_c/Program Files (x86)"
portwine_exe
=
"
$WINEPREFIX
/drive_c/Program Files (x86)/
`
echo
${
PW_URL_CEMU
}
|
awk
-F
/
'{print $5}'
|
sed
's/.zip//'
`
/Cemu.exe"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
kill_portwine
pw_stop_progress_bar
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Cemu"
portwine_create_shortcut
fi
stop_portwine
data_from_portwine/scripts/runlib
View file @
846167f8
...
...
@@ -264,11 +264,20 @@ start_portwine () {
[
!
-d
"
${
WINEPREFIX
}
/dosdevices/c:"
]
&&
try_force_link_dir
"
${
WINEPREFIX
}
/drive_c/"
"
${
WINEPREFIX
}
/dosdevices/c:"
[
!
-d
"
${
WINEPREFIX
}
/dosdevices/z:"
]
&&
try_force_link_dir
"/"
"
${
WINEPREFIX
}
/dosdevices/z:"
create_new_dir
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
try_copy_file
"
${
WINEDIR
}
/share/fonts/"
LiberationSans-Regular.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
arial.ttf
try_copy_file
"
${
WINEDIR
}
/share/fonts/"
LiberationSans-Bold.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
arialbd.ttf
try_copy_file
"
${
WINEDIR
}
/share/fonts/"
LiberationSerif-Regular.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
times.ttf
try_copy_file
"
${
WINEDIR
}
/share/fonts/"
LiberationMono-Regular.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
cour.ttf
try_copy_file
"
${
WINEDIR
}
/share/fonts/"
SourceHanSansSCRegular.otf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
msyh.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
LiberationSans-Regular.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
arial.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
LiberationSans-Bold.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
arialbd.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
LiberationSerif-Regular.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
times.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
LiberationMono-Regular.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
cour.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
LiberationMono-Bold.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
courbd.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
msyh.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
msyh.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
malgun.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
malgun.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
micross.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
micross.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
nirmala.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
nirmala.ttf
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
simsun.ttc
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
simsun.ttc
try_force_link_file
"
${
WINEDIR
}
/share/fonts/"
msgothic.ttc
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
msgothic.ttc
try_force_link_file
"
${
WINEDIR
}
/share/wine/fonts/"
tahoma.ttf
"
${
WINEPREFIX
}
/drive_c/windows/Fonts/"
tahoma.ttf
}
if
[[
!
-d
"
${
WINEPREFIX
}
"
||
!
-d
"
${
WINEPREFIX
}
"
/drive_c/windows
||
!
-d
"
${
WINEPREFIX
}
/dosdevices"
||
\
!
-f
"
${
WINEPREFIX
}
"
/userdef.reg
||
!
-f
"
${
WINEPREFIX
}
"
/system.reg
||
!
-f
"
${
WINEPREFIX
}
"
/user.reg
]]
...
...
data_from_portwine/scripts/start.sh
View file @
846167f8
...
...
@@ -344,7 +344,8 @@ else
--field
=
" ScummVM"
!
"
$PW_GUI_ICON_PATH
/scummvm.png"
:
"BTN"
'@bash -c "button_click PW_SCUMMVM"'
\
--field
=
" RetroArch"
!
"
$PW_GUI_ICON_PATH
/retroarch.png"
:
"BTN"
'@bash -c "button_click PW_RETROARCH"'
\
--field
=
" PPSSPP Windows"
!
"
$PW_GUI_ICON_PATH
/ppsspp.png"
:
"BTN"
'@bash -c "button_click PW_PPSSPP"'
\
--field
=
" Citra"
!
"
$PW_GUI_ICON_PATH
/citra.png"
:
"BTN"
'@bash -c "button_click PW_CITRA"'
\
&
--field
=
" Citra"
!
"
$PW_GUI_ICON_PATH
/citra.png"
:
"BTN"
'@bash -c "button_click PW_CITRA"'
\
--field
=
" Cemu"
!
"
$PW_GUI_ICON_PATH
/cemu.png"
:
"BTN"
'@bash -c "button_click PW_CEMU"'
&
"
${
pw_yad
}
"
--plug
=
$KEY
--tabnum
=
2
--form
--columns
=
3
--scroll
--height
=
500
\
--field
=
" Wargaming Game Center"
!
"
$PW_GUI_ICON_PATH
/wgc.png"
:
"BTN"
'@bash -c "button_click PW_WGC"'
\
...
...
@@ -355,7 +356,7 @@ else
--field
=
" Steam Client Launcher"
!
"
$PW_GUI_ICON_PATH
/steam.png"
:
"BTN"
'@bash -c "button_click PW_STEAM"'
\
--field
=
" EVE Online Launcher"
!
"
$PW_GUI_ICON_PATH
/eve.png"
:
"BTN"
'@bash -c "button_click PW_EVE"'
\
--field
=
" Origin Launcher"
!
"
$PW_GUI_ICON_PATH
/origin.png"
:
"BTN"
'@bash -c "button_click PW_ORIGIN"'
\
--field
=
" Bethesda.net Launcher"
!
"
$PW_GUI_ICON_PATH
/
B
ethesda.png"
:
"BTN"
'@bash -c "button_click PW_BETHESDA"'
\
--field
=
" Bethesda.net Launcher"
!
"
$PW_GUI_ICON_PATH
/
b
ethesda.png"
:
"BTN"
'@bash -c "button_click PW_BETHESDA"'
\
--field
=
" Rockstar Games Launcher"
!
"
$PW_GUI_ICON_PATH
/Rockstar.png"
:
"BTN"
'@bash -c "button_click PW_ROCKSTAR"'
\
--field
=
" My.Games Launcher"
!
"
$PW_GUI_ICON_PATH
/mygames.png"
:
"BTN"
'@bash -c "button_click PW_MYGAMES"'
\
--field
=
" OSU"
!
"
$PW_GUI_ICON_PATH
/osu.png"
:
"BTN"
'@bash -c "button_click PW_OSU"'
\
...
...
data_from_portwine/scripts/var
View file @
846167f8
#!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=205
4
#SCRIPTS_NEXT_VERSION=205
5
#PORT_NEXT_VERSION=97
########################################################################
export
PW_MANGOHUD
=
1
...
...
@@ -35,7 +35,7 @@ export WINE_WIN_START="start.exe /i /unix"
export
PW_WINE_USE
=
PROTON_STEAM
export
PW_PLUGINS_VER
=
"_v1"
###WINE_PROTON_STEAM###
export
PW_STEAM_VER
=
"6.3-
7
"
export
PW_STEAM_VER
=
"6.3-
8
"
export
PW_PROTON_STEAM_VER
=
"PROTON_STEAM_
${
PW_STEAM_VER
}
"
###WINE_PROTON_GE###
export
PW_GE_VER
=
"6.19-5"
...
...
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