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
390e2c9f
Commit
390e2c9f
authored
Nov 09, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added and updated ppdb
parent
4e060f82
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
2 deletions
+31
-2
changelog_ru
data_from_portwine/changelog_ru
+6
-1
GTAIV.ppdb
data_from_portwine/scripts/portwine_db/GTAIV.ppdb
+1
-1
MK10.ppdb
data_from_portwine/scripts/portwine_db/MK10.ppdb
+7
-0
NieRAutomata.ppdb
data_from_portwine/scripts/portwine_db/NieRAutomata.ppdb
+7
-0
RDR.ppdb
data_from_portwine/scripts/portwine_db/RDR.ppdb
+10
-0
No files found.
data_from_portwine/changelog_ru
View file @
390e2c9f
...
...
@@ -3,7 +3,12 @@
История изменений:
* множество оптимизаций скриптов (спасибо Htylol)
* уменьшено рекомендуемое масштабирование
* уменьшено рекомендуемое масштабирование
* добавлены/обновлены файлы настроек для игр:
* NieR Automata (спасибо AlbiionDragon)
* GTA 4 (спасибо eljeyna и PORTWAINE)
* Mortal Kombat XL (спасибо Мэлс)
* Red Dead Redemption (спасибо SDR)
###Scripts version 2371### / Дата: 08.11.2024 / Размер скачиваемого обновления: 4 мегабайта
* добавлено автоопределение масштабирования приложений, с возможностью изменения в глобальных настройках PP (спасибо Htylol)
...
...
data_from_portwine/scripts/portwine_db/GTAIV.ppdb
View file @
390e2c9f
...
...
@@ -4,5 +4,5 @@
#Rating=1-5
################################################
export
LAUNCH_PARAMETERS
=
"-nomemrestrict -norestrictions -percentvidmem 100 -availablevidmem 2048 -noprecache -novblank -heapsize 2097152"
# Additional launch options
export
PW_NO_ESYNC
=
1
export
PW_NO_ESYNC
=
0
export
PW_NO_FSYNC
=
1
data_from_portwine/scripts/portwine_db/MK10.ppdb
0 → 100644
View file @
390e2c9f
#!/usr/bin/env bash
#Author: Mels
#MK10.exe
#Rating=1-5
export
PW_VULKAN_USE
=
"2"
export
PW_WINE_USE
=
"WINE_LG"
export
PORTPROTON_NAME
=
"Mortal Kombat XL"
data_from_portwine/scripts/portwine_db/NieRAutomata.ppdb
0 → 100644
View file @
390e2c9f
#!/usr/bin/env bash
#Author: deck
#NieRAutomata.exe
#Rating=1-5
export
PW_VULKAN_USE
=
"2"
export
PW_WINE_USE
=
"WINE_LG"
export
PORTPROTON_NAME
=
"NieRAutomata"
data_from_portwine/scripts/portwine_db/RDR.ppdb
0 → 100644
View file @
390e2c9f
#!/usr/bin/env bash
#Author: prefix
#PlayRDR.exe
#Rating=1-5
export
PW_WINE_USE
=
"WINE_LG"
export
LAUNCH_PARAMETERS
=
"-nomemrestrict -norestrictions -percentvidmem 100 -availablevidmem 2048 -noprecache -novblank -heapsize 2097152"
export
PW_NO_ESYNC
=
"0"
export
PW_NO_FSYNC
=
"1"
export
PORTPROTON_NAME
=
"PlayRDR"
export
PW_VULKAN_USE
=
"2"
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