User contributions for DoctorDalek
30 November 2023
- 00:5000:50, 30 November 2023 diff hist +1,066 N Microsoft .NET Framework 3.5 Created page with "Category:Redistributables {{Redistributable.DownloadBox |Downloads = {{Redistributable.DownloadBox.Row|Version = 3.5|File = Microsoft .NET Framework 3.5.zip|ReleaseDate = }} }} {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching Visual C++ 2012 Redistributable (x64). |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Exists =..."
- 00:4800:48, 30 November 2023 diff hist 0 N File:Microsoft .NET Framework 3.5.zip No edit summary current
- 00:4600:46, 30 November 2023 diff hist +179 Microsoft Visual C++ 2012 Redistributable (x64) No edit summary
- 00:4600:46, 30 November 2023 diff hist 0 N File:Microsoft Visual C++ 2012 Redistributable (x64).zip No edit summary current
- 00:4600:46, 30 November 2023 diff hist +179 Microsoft Visual C++ 2012 Redistributable (x86) No edit summary
- 00:4500:45, 30 November 2023 diff hist 0 N File:Microsoft Visual C++ 2012 Redistributable (x86).zip No edit summary current
- 00:4400:44, 30 November 2023 diff hist 0 N File:Microsoft Visual C++ 2019 Redistributable (x64).zip No edit summary current
- 00:4400:44, 30 November 2023 diff hist +180 Microsoft Visual C++ 2019 Redistributable (x64) No edit summary
- 00:4300:43, 30 November 2023 diff hist +180 Microsoft Visual C++ 2019 Redistributable (x86) No edit summary
- 00:4300:43, 30 November 2023 diff hist 0 N File:Microsoft Visual C++ 2019 Redistributable (x86).zip No edit summary current
- 00:4200:42, 30 November 2023 diff hist +159 NVIDIA PhysX System Software No edit summary
- 00:4100:41, 30 November 2023 diff hist 0 N File:NVIDIA PhysX System Software.zip No edit summary current
- 00:3900:39, 30 November 2023 diff hist +12 Template:Redistributable.DownloadBox.Row No edit summary current
- 00:3700:37, 30 November 2023 diff hist +51 Template:Game.ActionBox.Row No edit summary current Tag: Manual revert
- 00:3700:37, 30 November 2023 diff hist −51 Template:Redistributable.DownloadBox.Row No edit summary
- 00:3700:37, 30 November 2023 diff hist +150 N Template:Redistributable.DownloadBox.Row Created page with "<tr> <td>{{{Name}}}</td> <td>{{{Path}}}</td> <td>{{{Arguments}}}</td> <td>{{{WorkingDirectory}}}</td> <td>{{{Primary}}}</td> </tr>"
- 00:3200:32, 30 November 2023 diff hist −51 Template:Game.ActionBox.Row No edit summary Tag: Reverted
- 00:3100:31, 30 November 2023 diff hist +195 N Template:Redistributable.DownloadBox Created page with "{{#if: {{{Downloads|}}} | == Downloads == <table class="wikitable"> <tr> <th>Version</th> <th>Release Date</th> <th>File</th> </tr> {{{Downloads}}} </table> }}" current
- 00:2900:29, 30 November 2023 diff hist +135 OpenAL No edit summary
- 00:2300:23, 30 November 2023 diff hist 0 N File:OpenAL.zip No edit summary current
- 00:1500:15, 30 November 2023 diff hist +30 OpenAL No edit summary
- 00:1400:14, 30 November 2023 diff hist +30 NVIDIA PhysX System Software No edit summary
- 00:1400:14, 30 November 2023 diff hist +30 Microsoft Visual C++ 2019 Redistributable (x86) No edit summary
- 00:1400:14, 30 November 2023 diff hist +30 Microsoft Visual C++ 2019 Redistributable (x64) No edit summary
- 00:1400:14, 30 November 2023 diff hist +30 Microsoft Visual C++ 2012 Redistributable (x86) No edit summary
- 00:1300:13, 30 November 2023 diff hist +30 Microsoft Visual C++ 2012 Redistributable (x64) No edit summary
- 00:1300:13, 30 November 2023 diff hist +30 DirectX (June 2010) No edit summary current
5 November 2023
- 21:1521:15, 5 November 2023 diff hist +795 N OpenAL Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching OpenAL. |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Installed = Get-Package "NVIDIA PhysX System Software*" if ($Installed.Length -ge 0) { exit 1; } else { exit 0; } </syntaxhighlight> }} {{Redistributable.Scripts.Install |Name = Insta..."
- 05:3805:38, 5 November 2023 diff hist +50 Main Page No edit summary
- 05:3405:34, 5 November 2023 diff hist 0 Microsoft Visual C++ 2019 Redistributable (x64) No edit summary
- 05:3405:34, 5 November 2023 diff hist +4 Microsoft Visual C++ 2019 Redistributable (x64) No edit summary
- 05:3405:34, 5 November 2023 diff hist +4 Microsoft Visual C++ 2019 Redistributable (x86) No edit summary
- 05:3005:30, 5 November 2023 diff hist +914 N Microsoft Visual C++ 2019 Redistributable (x86) Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching Visual C++ 2019 Redistributable (x86). |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Installed = Get-Package "Microsoft Visual C++ 2019 Redistributable (x86)*" if ($Installed.Length -ge 0) { exit 1; } else { exit 0; } </syntaxhighlight>..."
- 05:2905:29, 5 November 2023 diff hist +914 N Microsoft Visual C++ 2019 Redistributable (x64) Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching Visual C++ 2019 Redistributable (x64). |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Installed = Get-Package "Microsoft Visual C++ 2019 Redistributable (x64)*" if ($Installed.Length -ge 0) { exit 1; } else { exit 0; } </syntaxhighlight>..."
- 05:2405:24, 5 November 2023 diff hist +913 N Microsoft Visual C++ 2012 Redistributable (x64) Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching Visual C++ 2012 Redistributable (x64). |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Installed = Get-Package "Microsoft Visual C++ 2012 Redistributable (x64)*" if ($Installed.Length -ge 0) { exit 1; } else { exit 0; } </syntaxhighlight>..."
- 05:2405:24, 5 November 2023 diff hist +913 N Microsoft Visual C++ 2012 Redistributable (x86) Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching Visual C++ 2012 Redistributable (x86). |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Installed = Get-Package "Microsoft Visual C++ 2012 Redistributable (x86)*" if ($Installed.Length -ge 0) { exit 1; } else { exit 0; } </syntaxhighlight>..."
- 05:1705:17, 5 November 2023 diff hist +868 N NVIDIA PhysX System Software Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script will look at the installed package list from Windows for anything matching PhysX. |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Installed = Get-Package "NVIDIA PhysX System Software*" if ($Installed.Length -ge 0) { exit 1; } else { exit 0; } </syntaxhighlight> }} {{Redistributable.Scripts.Install |Name = Instal..."
31 October 2023
- 00:0500:05, 31 October 2023 diff hist +234 N Template:Redistributable.Scripts.Install Created page with "{{#ifeq:{{NAMESPACE}}|Template||Category:Redistributables With Install Scripts}} == {{{Name}}} == {{#ifeq:{{{RequiresAdmin}}}|True|{{Note|This script requires admin access to function properly}}|}} {{{Description}}} {{{Contents}}}" current
- 00:0400:04, 31 October 2023 diff hist +249 N Template:Redistributable.Scripts.DetectInstall Created page with "{{#ifeq:{{NAMESPACE}}|Template||Category:Redistributables With Installation Detection Scripts}} == {{{Name}}} == {{#ifeq:{{{RequiresAdmin}}}|True|{{Note|This script requires admin access to function properly}}|}} {{{Description}}} {{{Contents}}}" current
- 00:0300:03, 31 October 2023 diff hist +853 N DirectX (June 2010) Created page with "Category:Redistributables {{Redistributable.Scripts.DetectInstall |Name = Install Detection |Description = This script simply looks for the existence of a registry entry indicating that DirectX has probably been installed previously. |RequiresAdmin = False |Contents = <syntaxhighlight lang="powershell" line> $Exists = Test-Path "HKLM:\\SOFTWARE\Microsoft\DirectX" if ($Exists -eq $True) { exit 1; } else { exit 0; } </syntaxhighlight> }} {{Redistributable.Scri..."
30 October 2023
- 23:5423:54, 30 October 2023 diff hist −227 Category:Redistributables No edit summary current
- 23:5423:54, 30 October 2023 diff hist +1,991 N Category:Redistributables Created page with "{| border=0 cellpadding=4 class=plainlinks style="font-size:2em;margin:auto;background:#F5F5F5;text-align:center;" |[{{fullurl:{{{1|{{FULLPAGENAME}}}}}}} #] |[{{fullurl:{{{1|{{FULLPAGENAME}}}}}|pagefrom=A}} A] |[{{fullurl:{{{1|{{FULLPAGENAME}}}}}|pagefrom=B}} B] |[{{fullurl:{{{1|{{FULLPAGENAME}}}}}|pagefrom=C}} C] |[{{fullurl:{{{1|{{FULLPAGENAME}}}}}|pagefrom=D}} D] |[{{fullurl:{{{1|{{FULLPAGENAME}}}}}|pagefrom=E}} E] |[{{fullurl:{{{1|{{FULLPAGENAME}}}}}|pagefrom=F}} F]..."
9 September 2023
- 03:3203:32, 9 September 2023 diff hist +365 Tutorials:Settings No edit summary current
- 03:2703:27, 9 September 2023 diff hist +533 N Tools:IPXRelay Created page with "The IPX relay built into LANCommander is useful for providing a dedicated IPX server for DOSBox clients. More information on enabling and configuring this feature can be found over at Tutorials:IPX Relay. LANCommander relies on a .NET 7 package developed by the team called [https://www.nuget.org/packages/IPXRelayDotNet IPXRelayDotNet]. This library is open source and MIT-licensed. The relay has currently no upper limit to the amount of clients that can connect and..." current
26 August 2023
- 00:2900:29, 26 August 2023 diff hist +19 N MediaWiki:Custom-RcGcDw Created page with "1134004697712316506" current
18 August 2023
- 15:5015:50, 18 August 2023 diff hist +12,385 N Far Cry/Server Created page with "Far Cry comes bundled with everything needed to run a dedicated server. In the root of a Far Cry 1.4 is a guide to get the server running. == Configuration Variables == {| class="wikitable" |- ! Variable ! Description ! Default Value |- | gr_ScoreLimit | Score limit when a round will end | 0 |- | gr_TimeLimit | Time limit when a round will end | 20 ("NetSynch") |- | gr_DamageScale | Affects damage of all weapons | 1 |- | gr_HeadshotMultiplier | Normal damage multiplie..." current
14 August 2023
- 22:4222:42, 14 August 2023 diff hist +2 Quake No edit summary
- 17:4617:46, 14 August 2023 diff hist +3,264 Quake No edit summary
10 August 2023
- 19:5319:53, 10 August 2023 diff hist +1 Warcraft III: The Frozen Throne No edit summary
- 19:5319:53, 10 August 2023 diff hist +2,408 Warcraft III: The Frozen Throne No edit summary