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
3078ed73
Commit
3078ed73
authored
Jul 26, 2023
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
c94136c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
functions_helper
data_from_portwine/scripts/functions_helper
+2
-2
FarCry6
data_from_portwine/scripts/portwine_db/FarCry6
+0
-4
No files found.
data_from_portwine/scripts/functions_helper
View file @
3078ed73
...
...
@@ -116,7 +116,7 @@ try_download () {
PW_DOWNLOAD_FILE_NAME
=
"
$(
basename
$1
)
"
set
-o
pipefail
wget
-O
"
$2
"
--read-timeout
300
--retry-connrefused
--timeout
4
--tries
2
--no-dns-cache
--no-cache
\
--user-agent
=
"Mozilla/5.0 (compatible; Konqueror/2.1.1; X11)"
"
$
{
1
}
"
2>&1 |
\
--user-agent
=
"Mozilla/5.0 (compatible; Konqueror/2.1.1; X11)"
"
$
1
"
2>&1 |
\
tr
'\r'
'\n'
|
sed
-u
's/.* \([0-9]\+%\)\ \+\([0-9,.]\+.\) \(.*\)/\1\n#Downloading at \1\/, \2\/s, ETA \3/; s/^20[0-9][0-9].*/#Done./'
|
\
zenity
--progress
--percentage
=
0
--title
=
"Download
${
PW_DOWNLOAD_FILE_NAME
}
"
--text
=
Starting...
--auto-close
--width
=
500
--height
=
90
if
[
"
${
PIPESTATUS
[0]
}
"
!=
0
]
;
then
...
...
@@ -886,7 +886,7 @@ pw_port_update () {
exit
0
fi
else
zenity_error_download
&&
pw_
scripts
_update
zenity_error_download
&&
pw_
port
_update
fi
;;
"
${
scripts_upd5
}
"
)
echo
" "
;;
...
...
data_from_portwine/scripts/portwine_db/FarCry6
View file @
3078ed73
...
...
@@ -37,7 +37,3 @@ export PW_USE_TERMINAL=0
export
PW_GUI_DISABLED_CS
=
0
##export PATH_TO_GAME=
##add_in_start_portwine () { commands ; }
export
PW_MANGOHUD
=
1
export
PW_USE_RUNTIME
=
1
export
PW_USE_GAMEMODE
=
1
export
MANGOHUD_CONFIG
=
font_size
=
24,position
=
top-left,toggle_hud
=
Shift_R+F12,no_display,resolution,wine,gpu_name,vulkan_driver,gpu_stats,vkbasalt,fps_limit
=
60
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