Create MW.sh
This commit is contained in:
parent
4efeb762f0
commit
c83970539c
15
data_from_portwine/scripts/portwine_db/MW.sh
Normal file
15
data_from_portwine/scripts/portwine_db/MW.sh
Normal file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: ValoKarDin
|
||||
#launcher.exe
|
||||
#Rating=5
|
||||
export PW_COMMENT_DB="Modern Warships"
|
||||
################################################
|
||||
export PW_VULKAN_USE=2 #dxvk, vkd3d or 0 for OpenGL
|
||||
export LAUNCH_PARAMETERS="" # Additional launch options
|
||||
export PW_WINDOWS_VER=10 # Set windows version 10, 7 or XP
|
||||
export WINEDLLOVERRIDES=""
|
||||
export PW_DLL_INSTALL="lucida" # Install DLL in port prefix (used winetricks)
|
||||
export PW_USE_D3D_EXTRAS="1"
|
||||
export PW_USE_EAC_AND_BE="0"
|
||||
export PW_PREFIX_NAME="MW"
|
||||
export PW_USE_SHADER_CACHE="0"
|
Loading…
Reference in New Issue
Block a user