All public logs
Combined display of all available logs of LANCommander. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:48, 30 November 2023 DoctorDalek talk contribs uploaded File:Microsoft .NET Framework 3.5.zip
- 00:46, 30 November 2023 DoctorDalek talk contribs created page File:Microsoft Visual C++ 2012 Redistributable (x64).zip
- 00:46, 30 November 2023 DoctorDalek talk contribs uploaded File:Microsoft Visual C++ 2012 Redistributable (x64).zip
- 00:45, 30 November 2023 DoctorDalek talk contribs created page File:Microsoft Visual C++ 2012 Redistributable (x86).zip
- 00:45, 30 November 2023 DoctorDalek talk contribs uploaded File:Microsoft Visual C++ 2012 Redistributable (x86).zip
- 00:44, 30 November 2023 DoctorDalek talk contribs created page File:Microsoft Visual C++ 2019 Redistributable (x64).zip
- 00:44, 30 November 2023 DoctorDalek talk contribs uploaded File:Microsoft Visual C++ 2019 Redistributable (x64).zip
- 00:43, 30 November 2023 DoctorDalek talk contribs created page File:Microsoft Visual C++ 2019 Redistributable (x86).zip
- 00:43, 30 November 2023 DoctorDalek talk contribs uploaded File:Microsoft Visual C++ 2019 Redistributable (x86).zip
- 00:41, 30 November 2023 DoctorDalek talk contribs created page File:NVIDIA PhysX System Software.zip
- 00:41, 30 November 2023 DoctorDalek talk contribs uploaded File:NVIDIA PhysX System Software.zip
- 00:37, 30 November 2023 DoctorDalek talk contribs created page 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:31, 30 November 2023 DoctorDalek talk contribs created page 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> }}")
- 00:23, 30 November 2023 DoctorDalek talk contribs created page File:OpenAL.zip
- 00:23, 30 November 2023 DoctorDalek talk contribs uploaded File:OpenAL.zip
- 21:15, 5 November 2023 DoctorDalek talk contribs created page 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:30, 5 November 2023 DoctorDalek talk contribs created page 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:29, 5 November 2023 DoctorDalek talk contribs created page 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:24, 5 November 2023 DoctorDalek talk contribs created page 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:24, 5 November 2023 DoctorDalek talk contribs created page 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:17, 5 November 2023 DoctorDalek talk contribs created page 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...")
- 00:05, 31 October 2023 DoctorDalek talk contribs created page 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}}}")
- 00:04, 31 October 2023 DoctorDalek talk contribs created page 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}}}")
- 00:03, 31 October 2023 DoctorDalek talk contribs created page 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...")
- 23:54, 30 October 2023 DoctorDalek talk contribs created page 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]...")
- 03:27, 9 September 2023 DoctorDalek talk contribs created page 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...")
- 00:29, 26 August 2023 DoctorDalek talk contribs created page MediaWiki:Custom-RcGcDw (Created page with "1134004697712316506")
- 15:50, 18 August 2023 DoctorDalek talk contribs created page 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...")
- 19:22, 10 August 2023 DoctorDalek talk contribs created page Tutorials:Key Change Scripts (Created page with "Category:Tutorials == Overview == Key change scripts are executed on the client's machine whenever they install a game from the Playnite extension or by clicking the "Change Game Key" action under the '''More''' button. When a client requests a key from LANCommander, they are given a key that is not currently allocated. If the client machine already has been allocated a key, the original key is released and a new key will be allocated. Keys are currently only alloca...")
- 18:06, 10 August 2023 DoctorDalek talk contribs moved page Tutorial:Adding Games to Tutorials:Adding Games (Wrong prefix)
- 17:35, 9 August 2023 DoctorDalek talk contribs created page Tutorial:Adding Games (Created page with "{{Note|LANCommander does not provide or distribute any copyright protected works. This tutorial will only guide you through running the game using your own licensed copy of the game using legitimate CD keys}} At the core of LANCommander, games are distributed to clients as ZIP files with optional PowerShell scripts. An authenticated Playnite extension upon installation of a game will download the archive, extract it, and then run any post-install script. Currently the e...")
- 06:31, 9 August 2023 DoctorDalek talk contribs created page Tutorials:Getting Started (Created page with "== Downloading == The latest build of LANCommander can be found in [https://github.com/pathartl/LANCommander/releases the project's GitHub]. Attached to the release will be two ZIP files for the main LANCommander server application and the Playnite extension. == Installation == The server ZIP file can be extracted anywhere on your computer. Please note that uploaded archive files will be put into a new "Upload" folder next to LANCommander.exe, so make sure to put LANCom...")
- 02:22, 9 August 2023 DoctorDalek talk contribs created page Tutorials:Settings (Created page with "== General == === Beacon === Toggling this option will enable or disable the local network beacon used by clients to auto-discover the LANCommander server. This is useful for LAN installations. The beacon works by sending a small UDP broadcast and is implemented using the [https://github.com/rix0rrr/beacon Beacon] library by rix0rrr. === IGDB Credentials === LANCommander supports the automatic lookup of game metadata by querying the IGDB API. In order to use this featu...")
- 18:52, 5 August 2023 DoctorDalek talk contribs created page Template:Note/styles.css (Created page with ".note { background-color: #f6efe5; border: 1px solid #ac6600; }")
- 18:50, 5 August 2023 DoctorDalek talk contribs created page Template:Note (Created page with "<templatestyles src="Note/styles.css" /> <p class="note">{{{1}}}</p>")
- 03:24, 2 August 2023 DoctorDalek talk contribs created page Interstate '76 (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Activision}} |Publishers = {{Game.InfoBox.Publisher|Activision}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|March 28, 1997}} |Genres = {{Game.InfoBox.Genre|Shooter}} {{Game.InfoBox.Genre|Racing}} | PCGamingWiki = Interstate_%2776 }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play Interstate '76: Nitro Pack|Path = Interstate 76 Nitro Pack/nitro.exe|Arguments...")
- 03:04, 2 August 2023 DoctorDalek talk contribs created page Streets of SimCity (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Maxis}} |Publishers = {{Game.InfoBox.Publisher|Maxis}} {{Game.InfoBox.Publisher|Electronic Arts}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|October 31, 1997}} |Genres = {{Game.InfoBox.Genre|Shooter}} {{Game.InfoBox.Genre|Racing}} | PCGamingWiki = Streets_of_SimCity }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Streets of SimCity Race Course Editor|Path = Ra...")
- 14:09, 1 August 2023 DoctorDalek talk contribs created page Category:Games With Uninstall Scripts (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]...")
- 05:47, 1 August 2023 DoctorDalek talk contribs created page Template:Game.Scripts.Uninstall (Created page with "{{#ifeq:{{NAMESPACE}}|Template||Category:Games With Uninstall Scripts}} == {{{Name}}} == {{{Description}}} {{{RequiresAdmin}}} {{{Contents}}}")
- 01:42, 1 August 2023 DoctorDalek talk contribs created page XIII (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Ubisoft Paris}} |Publishers = {{Game.InfoBox.Publisher|Feral Interactive}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|November 18, 2003}} |Genres = {{Game.InfoBox.Genre|Shooter}} | PCGamingWiki = XIII }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = XIII.exe|Arguments = |WorkingDirectory = {InstallDir}/System|Primary = True}} }} {{Game.Scripts.Name...")
- 01:41, 1 August 2023 DoctorDalek talk contribs created page Worms World Party (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Paragon 5}} {{Game.InfoBox.Developer|Fluid Studios}} {{Game.InfoBox.Developer|The Code Monkeys}} {{Game.InfoBox.Developer|Team17}} |Publishers = {{Game.InfoBox.Publisher|Virgin Interactive Entertainment (Europe) Ltd.}} {{Game.InfoBox.Publisher|Titus Software}} {{Game.InfoBox.Publisher|Nokia}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|April 6, 2001}} |Genres = {{Game.InfoB...")
- 01:41, 1 August 2023 DoctorDalek talk contribs created page Warhammer 40,000: Dawn of War (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Relic Entertainment}} |Publishers = {{Game.InfoBox.Publisher|THQ}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|September 20, 2004}} |Genres = {{Game.InfoBox.Genre|Real Time Strategy (RTS)}} {{Game.InfoBox.Genre|Strategy}} | PCGamingWiki = Warhammer_40,000:_Dawn_of_War }}")
- 01:40, 1 August 2023 DoctorDalek talk contribs created page Warcraft III: The Frozen Throne (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Blizzard Entertainment}} |Publishers = {{Game.InfoBox.Publisher|Sierra Entertainment}} {{Game.InfoBox.Publisher|Capcom}} {{Game.InfoBox.Publisher|Blizzard Entertainment}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|July 3, 2002}} |Genres = {{Game.InfoBox.Genre|Real Time Strategy (RTS)}} {{Game.InfoBox.Genre|Strategy}} | PCGamingWiki = Warcraft_III:_The_Frozen_Throne }} {{G...")
- 01:40, 1 August 2023 DoctorDalek talk contribs created page Warcraft II: Battle.net Edition (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Blizzard Entertainment}} |Publishers = {{Game.InfoBox.Publisher|Blizzard Entertainment}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|September 30, 1999}} |Genres = {{Game.InfoBox.Genre|Real Time Strategy (RTS)}} {{Game.InfoBox.Genre|Strategy}} | PCGamingWiki = Warcraft_II:_Battle.net_Edition }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = Warcraft I...")
- 01:40, 1 August 2023 DoctorDalek talk contribs created page Unreal Tournament: Game of the Year Edition (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Release Date = {{Game.InfoBox.ReleaseDate|Windows|October 25, 2000}} | PCGamingWiki = Unreal_Tournament:_Game_of_the_Year_Edition }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = UnrealTournament.exe|Arguments = |WorkingDirectory = {InstallDir}/System|Primary = True}} }} {{Game.Scripts.NameChange |Name = Name Change Script |Description = |RequiresAdmin = False |Contents = <syntaxhighlight lan...")
- 01:39, 1 August 2023 DoctorDalek talk contribs created page Unreal Tournament 2004 (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Epic Games}} |Publishers = {{Game.InfoBox.Publisher|Epic Games}} {{Game.InfoBox.Publisher|MacSoft Games}} {{Game.InfoBox.Publisher|Atari}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|March 16, 2004}} |Genres = {{Game.InfoBox.Genre|Shooter}} | PCGamingWiki = Unreal_Tournament_2004 }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = System/UT2004.exe|Argu...")
- 01:39, 1 August 2023 DoctorDalek talk contribs created page Tribes: Vengeance (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Irrational Games}} |Publishers = {{Game.InfoBox.Publisher|VU Games}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|October 5, 2004}} |Genres = {{Game.InfoBox.Genre|Sport}} {{Game.InfoBox.Genre|Shooter}} | PCGamingWiki = Tribes:_Vengeance }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = TV_CD_DVD.exe|Arguments = |WorkingDirectory = {InstallDir}/Program/...")
- 01:37, 1 August 2023 DoctorDalek talk contribs created page Starsiege: Tribes (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Dynamix, Inc.}} |Publishers = {{Game.InfoBox.Publisher|Dynamix, Inc.}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|November 30, 1998}} |Genres = {{Game.InfoBox.Genre|Shooter}} {{Game.InfoBox.Genre|Strategy}} | PCGamingWiki = Starsiege:_Tribes }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = Tribes.exe|Arguments = |WorkingDirectory = |Primary = True}}...")
- 01:37, 1 August 2023 DoctorDalek talk contribs created page Tony Hawk's Pro Skater 3 (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Beenox}} {{Game.InfoBox.Developer|Neversoft Entertainment}} |Publishers = {{Game.InfoBox.Publisher|Activision}} {{Game.InfoBox.Publisher|Aspyr Media}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|October 28, 2001}} |Genres = {{Game.InfoBox.Genre|Sport}} | PCGamingWiki = Tony_Hawk%27s_Pro_Skater_3 }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Play|Path = Skate3...")
- 01:35, 1 August 2023 DoctorDalek talk contribs created page Tony Hawk's Pro Skater 2 (Created page with "Category:Games {{Game.InfoBox |Cover = cover.jpg |Developers = {{Game.InfoBox.Developer|Westlake Interactive}} {{Game.InfoBox.Developer|Neversoft Entertainment}} |Publishers = {{Game.InfoBox.Publisher|Activision}} {{Game.InfoBox.Publisher|Aspyr Media}} |Release Date = {{Game.InfoBox.ReleaseDate|Windows|September 20, 2000}} |Genres = {{Game.InfoBox.Genre|Sport}} | PCGamingWiki = Tony_Hawk%27s_Pro_Skater_2 }} {{Game.ActionBox |Actions = {{Game.ActionBox.Row|Name = Pl...")