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
5032d95a
Commit
5032d95a
authored
Aug 28, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2004###
parent
9bcb2356
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
7 additions
and
7 deletions
+7
-7
changelog
data_from_portwine/changelog
+4
-0
functions_helper
data_from_portwine/scripts/functions_helper
+3
-0
Battle.net_Launcher
data_from_portwine/scripts/portwine_db/Battle.net_Launcher
+0
-0
ForzaHorizon4
data_from_portwine/scripts/portwine_db/ForzaHorizon4
+0
-0
Rockstar_Games_Launcher
...from_portwine/scripts/portwine_db/Rockstar_Games_Launcher
+0
-0
Sekiro_Shadow_Die_Twice
...from_portwine/scripts/portwine_db/Sekiro_Shadow_Die_Twice
+0
-1
XR_3DA
data_from_portwine/scripts/portwine_db/XR_3DA
+0
-0
setup
data_from_portwine/scripts/portwine_db/setup
+0
-0
wot_encore_install_ru
data_from_portwine/scripts/portwine_db/wot_encore_install_ru
+0
-1
start.sh
data_from_portwine/scripts/start.sh
+0
-5
No files found.
data_from_portwine/changelog
View file @
5032d95a
История изменений и дальнейшие планы:
-----------------------------------------
В планах:
* добавить проверку перевода карретки при изменении db файлой
* добавить проверку количества db файлов на один exe
* перенести скрипты установки порта на github
* добавить авто-обновление версии WINE
...
...
@@ -9,6 +10,9 @@
* добавить комментарии описывающие функционал скриптов
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2004###
* HOTFIX - использование и редактирование db файла Battle.NET
###Scripts version 2003###
* HOTFIX - отключение новых обновлений для старых версий PortProton
...
...
data_from_portwine/scripts/functions_helper
View file @
5032d95a
...
...
@@ -638,6 +638,9 @@ pw_gui_for_edit_db () {
}
edit_db_field_read
$@
edit_db_from_gui
$@
PW_DB_TMP
=
`
cat
"
${
PORTWINE_DB_FILE
}
"
`
echo
"
${
PW_DB_TMP
}
"
|
awk
'! a[$0]++'
>
"
${
PORTWINE_DB_FILE
}
"
unset
PW_DB_TMP
return
0
}
...
...
data_from_portwine/scripts/portwine_db/Battle.net_Launcher
View file @
5032d95a
data_from_portwine/scripts/portwine_db/ForzaHorizon4
View file @
5032d95a
data_from_portwine/scripts/portwine_db/Rockstar_Games_Launcher
View file @
5032d95a
data_from_portwine/scripts/portwine_db/Sekiro_Shadow_Die_Twice
View file @
5032d95a
...
...
@@ -5,4 +5,3 @@
################################################
export
PW_VULKAN_USE
=
dxvk
export
LAUNCH_PARAMETERS
=
""
data_from_portwine/scripts/portwine_db/XR_3DA
View file @
5032d95a
data_from_portwine/scripts/portwine_db/setup
View file @
5032d95a
data_from_portwine/scripts/portwine_db/wot_encore_install_ru
View file @
5032d95a
...
...
@@ -38,4 +38,3 @@ PW_INSTALL_DOTNET40 () {
done
}
PW_INSTALL_DOTNET40 &
data_from_portwine/scripts/start.sh
View file @
5032d95a
...
...
@@ -374,12 +374,7 @@ if [ -z "${PW_DISABLED_CREAT_DB}" ] ; then
cat
"
${
PORT_SCRIPTS_PATH
}
/portwine_db/default"
|
grep
"##"
>>
"
${
PORT_SCRIPTS_PATH
}
/portwine_db/
$PORTWINE_DB
"
export
PORTWINE_DB_FILE
=
"
${
PORT_SCRIPTS_PATH
}
/portwine_db/
${
PORTWINE_DB
}
"
fi
edit_db_from_gui PW_VULKAN_USE PW_WINE_USE
PW_DB_TMP
=
`
cat
"
${
PORTWINE_DB_FILE
}
"
`
echo
"
${
PW_DB_TMP
}
"
|
awk
'! a[$0]++'
>
"
${
PORTWINE_DB_FILE
}
"
unset
PW_DB_TMP
fi
fi
case
"
$PW_YAD_SET
"
in
...
...
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