Day of Defeat: Source: Difference between revisions
DoctorDalek (talk | contribs) (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Release Date = {{Game.InfoBox.ReleaseDate|Windows|September 26, 2005}} | PCGamingWiki = Day_of_Defeat:_Source }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = dod.exe|Arguments = |WorkingDirectory = |Primary = True}} }}") |
DoctorDalek (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Game.InfoBox | {{Game.InfoBox | ||
|Cover = cover.jpg | |Cover = cover.jpg | ||
|Developers = | |||
{{Game.InfoBox.Developer|Valve}} | |||
|Publishers = | |||
{{Game.InfoBox.Publisher|Valve}} | |||
|Release Date = | |Release Date = | ||
{{Game.InfoBox.ReleaseDate|Windows|September 26, 2005}} | {{Game.InfoBox.ReleaseDate|Windows|September 26, 2005}} | ||
| PCGamingWiki = Day_of_Defeat:_Source | |Genres = | ||
}} | {{Game.InfoBox.Genre|Shooter}} | ||
|PCGamingWiki = Day_of_Defeat:_Source}} | |||
{{Game.ActionBox | {{Game.ActionBox | ||
|Actions = | |Actions = | ||
{{Game.ActionBox.Row|Name = Play|Path = | {{Game.ActionBox.Row|Name = Play Day of Defeat: Source|Path = {InstallDir}\hl2.exe|Arguments = -game dod|WorkingDirectory = |Primary = True}} | ||
}} | |||
{{Game.Scripts.Install | |||
|Name = Install Script | |||
|Description = | |||
|RequiresAdmin = False | |||
|Contents = | |||
<syntaxhighlight lang="powershell" line> | |||
$Display = Get-PrimaryDisplay | |||
New-Item -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "AutoConfigVersion" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenWidth" -Value $Display.Bounds.Width -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenHeight" -Value $Display.Bounds.Height -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenWindowed" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenMSAA" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenMSAAQuality" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "MotionBlur" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ShadowDepthTexture" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "VRModeAdapter" -Value -1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenMonitorGamma" -Value "2.2" -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_forceaniso" -Value 2 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_picmip" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_trilinear" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_vsync" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_forcehardwaresync" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_parallaxmap" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_reducefillrate" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_shadowrendertotexture" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_rootlod" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_waterforceexpensive" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_waterforcereflectentities" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_antialias" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_aaquality" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_specular" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_bumpmap" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_hdr_level" -Value 0 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_colorcorrection" -Value 1 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "VendorID" -Value 32902 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "DeviceID" -Value 6422 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "DXLevel_V1" -Value 90 -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "User Token 2" -Value """ -Force | |||
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "User Token 3" -Value """ -Force | |||
</syntaxhighlight> | |||
}} | |||
{{Game.Scripts.Uninstall | |||
|Name = Uninstall Script | |||
|Description = | |||
|RequiresAdmin = False | |||
|Contents = | |||
<syntaxhighlight lang="powershell" line> | |||
remove-Item -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod" -Force -recurse | |||
</syntaxhighlight> | |||
}} | |||
{{Game.Scripts.NameChange | |||
|Name = Name Change Script | |||
|Description = | |||
|RequiresAdmin = False | |||
|Contents = | |||
<syntaxhighlight lang="powershell" line> | |||
Write-ReplaceContentInFile -Pattern 'PlayerName=(.+)' -Substitution "PlayerName=$NewPlayerAlias" -FilePath "$InstallDirectory\rev.ini" | |||
Write-ReplaceContentInFile -Pattern 'ClanTag=(.+)' -Substitution "ClanTag=" -FilePath "$InstallDirectory\rev.ini" | |||
Write-ReplaceContentInFile -Pattern '^name "(.+)"' -Substitution "name ""$NewPlayerAlias""" -FilePath "$InstallDirectory\cfg\config.cfg" | |||
</syntaxhighlight> | |||
}} | }} |
Latest revision as of 00:41, 22 February 2024
Developers | |
---|---|
Valve | |
Publishers | |
Valve | |
Release Date | |
Windows: September 26, 2005 | |
Genres | |
Shooter | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play Day of Defeat: Source | {InstallDir}\hl2.exe | -game dod | True |
Install Script
$Display = Get-PrimaryDisplay
New-Item -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "AutoConfigVersion" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenWidth" -Value $Display.Bounds.Width -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenHeight" -Value $Display.Bounds.Height -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenWindowed" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenMSAA" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenMSAAQuality" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "MotionBlur" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ShadowDepthTexture" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "VRModeAdapter" -Value -1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "ScreenMonitorGamma" -Value "2.2" -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_forceaniso" -Value 2 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_picmip" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_trilinear" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_vsync" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_forcehardwaresync" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_parallaxmap" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_reducefillrate" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_shadowrendertotexture" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_rootlod" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_waterforceexpensive" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "r_waterforcereflectentities" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_antialias" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_aaquality" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_specular" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_bumpmap" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_hdr_level" -Value 0 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "mat_colorcorrection" -Value 1 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "VendorID" -Value 32902 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "DeviceID" -Value 6422 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "DXLevel_V1" -Value 90 -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "User Token 2" -Value """ -Force
New-ItemProperty -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod\Settings" -Name "User Token 3" -Value """ -Force
Uninstall Script
remove-Item -Path "registry::\HKEY_CURRENT_USER\SOFTWARE\Valve\Source\dod" -Force -recurse
Name Change Script
Write-ReplaceContentInFile -Pattern 'PlayerName=(.+)' -Substitution "PlayerName=$NewPlayerAlias" -FilePath "$InstallDirectory\rev.ini"
Write-ReplaceContentInFile -Pattern 'ClanTag=(.+)' -Substitution "ClanTag=" -FilePath "$InstallDirectory\rev.ini"
Write-ReplaceContentInFile -Pattern '^name "(.+)"' -Substitution "name ""$NewPlayerAlias""" -FilePath "$InstallDirectory\cfg\config.cfg"