Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Ebrehe"

From PCGamingWiki, the wiki about fixing PC games
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Skip intro videos===
 
 
{{Fixbox|description=Modify intro video files fix=
 
# Go to {{file|{{p|game}}\movies|folder}}
 
# Delete or rename the files {{file|ubilogo.mpg}} and {{file|saber3d.mpg}}
 
# Go to <code>{{p|game}}\texts</code>. Once there open '''ati_logo.cms''' in text editor.
 
# Delete whats there and paste the following:
 
<pre>
 
[EVENT_1]
 
ClearPic = all
 
ClearText = all
 
 
[EVENT_2]
 
PicTexture = "ati_logo"
 
ShowPic = "big_frame"
 
FadeInTime = 0.0
 
Delay = 0.0
 
 
[EVENT_3]
 
FadeOut = 0.0
 
Delay = 0.0</pre>
 
5. Save and exit
 
}}
 
 
 
 
 
 
{{#cargo_query:
 
{{#cargo_query:
tables=Infobox_game,Tags,Multiplayer
+
tables=Infobox_game,Input,Multiplayer
|join on=Infobox_game._pageName=Tags._pageName,Infobox_game._pageName=Multiplayer._pageName
+
|join on=Infobox_game._pageName=Input._pageName,Infobox_game._pageName=Multiplayer._pageName
|where=Multiplayer.LAN='true' OR Multiplayer.Online='true' AND (Infobox_game.Released HOLDS LIKE '2015%')
+
|where=(Multiplayer.Online='true' OR Multiplayer.Online='limited' OR Multiplayer.Online='hackable' OR Multiplayer.LAN='true' OR Multiplayer.LAN='limited' OR Multiplayer.LAN='hackable')  AND Infobox_game.Released HOLDS LIKE '2004%'
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Multiplayer.LAN,Multiplayer.Online
+
|fields=Multiplayer._pageName,Input.Controller_support_level,Infobox_game.Available_on,Multiplayer.Online_modes=Local modes,Multiplayer.Online_players=Local players,Multiplayer.Online=Local
 
|format=template
 
|format=template
 
|named args=yes
 
|named args=yes
|limit=950
+
|limit=1000
|order by=Infobox_game.Released ASC
+
|intro={{Local multiplayer/intro}}
|intro={{Multiplayer list/intro}}
+
|template=Local multiplayer/row
|template=Multiplayer list/row
 
 
|outro=</table>
 
|outro=</table>
 
}}
 
}}
Line 42: Line 14:
  
  
!lobiler
 
==Native support==
 
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=Infobox_game,Tags,Multiplayer
 
tables=Infobox_game,Tags,Multiplayer
 
|join on=Infobox_game._pageName=Tags._pageName,Infobox_game._pageName=Multiplayer._pageName
 
|join on=Infobox_game._pageName=Tags._pageName,Infobox_game._pageName=Multiplayer._pageName
|where=Tags.GameSpy IS NOT NULL AND Multiplayer.Online_players <= 1
+
|where= Infobox_game.Released HOLDS LIKE '2003%' AND (Multiplayer.LAN='true'  OR Multiplayer.Online='true')
 
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Multiplayer.LAN,Multiplayer.Online
 
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Multiplayer.LAN,Multiplayer.Online
 
|format=template
 
|format=template
 
|named args=yes
 
|named args=yes
|limit=50
+
|limit=0
 +
|order by=Infobox_game.Released ASC
 
|intro={{Multiplayer list/intro}}
 
|intro={{Multiplayer list/intro}}
 
|template=Multiplayer list/row
 
|template=Multiplayer list/row
 
|outro=</table>
 
|outro=</table>
 
}}
 
}}
'''Total number of games: '''{{#cargo_query:
 
tables=Multiplayer
 
|fields=COUNT(*)
 
|where=Multiplayer.LAN='true' AND Multiplayer.LAN_players >= 8 OR Multiplayer.Online='true' and  Multiplayer.Online_players >= 8
 
|format=text
 
|group by=_pageNamespace
 
}}
 
{{#cargo_query:
 
tables=Infobox_game,Multiplayer
 
|join on=Infobox_game._pageName=Multiplayer._pageName
 
|where=Multiplayer.LAN='true' AND Multiplayer.LAN_players >= 8 OR Multiplayer.Online='true' and  Multiplayer.Online_players >= 8
 
|fields=Infobox_game._pageName,Infobox_game.Series,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Available_on
 
|format=template
 
|named args=yes
 
|limit=90
 
|intro={{Game list/intro}}
 
|template=Game list/row
 
|outro=</table></div>
 
}}
 
 
==Hackable support==
 
 
For instance ways to play online games on offline servers.
 
 
'''Total number of games: '''{{#cargo_query:
 
tables=Multiplayer
 
|fields=COUNT(*)
 
|where=Multiplayer.LAN='hackable' AND Multiplayer.LAN_players >= 8 OR Multiplayer.Online='hackable' and  Multiplayer.Online_players >= 8
 
|format=text
 
|group by=_pageNamespace
 
}}
 
{{#cargo_query:
 
tables=Infobox_game,Multiplayer
 
|join on=Infobox_game._pageName=Multiplayer._pageName
 
|where=Multiplayer.LAN='hackable' AND Multiplayer.LAN_players >= 8 OR Multiplayer.Online='hackable' and  Multiplayer.Online_players >= 8
 
|fields=Infobox_game._pageName,Infobox_game.Series,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Available_on
 
|format=template
 
|named args=yes
 
|limit=8
 
|intro={{Game list/intro}}
 
|template=Game list/row
 
|outro=</table></div>
 
}}
 
 
[[Category:Lists]]
 

Latest revision as of 17:48, 3 June 2024

Game Platforms Modes Players Native/Hackable
A.I.M.: Artificial Intelligence Machines Partial support
Windows
AirHockey 3D
Windows
Versus 2
Alien Blast: The Encounter
Windows
4
Armies of Exigo
Windows
Versus 12
Audition Online
Windows
Axis & Allies (2004)
Windows
Battlefield 1942 Partial support
Windows
macOS (OS X)
Co-op, Versus 64
Battlefield Vietnam Partial support
Windows
Co-op, Versus 64
Breed
Windows
Versus 32
Call of Duty
Windows
macOS (OS X)
64
Castle Strike
Windows
4
Celtic Kings: Rage of War
Windows
macOS (OS X)
8
Chaos League
Windows
Co-op 6
Chessmaster 10th Edition
Windows
Versus 2
Chris Sawyer's Locomotion
Windows
Codename: Panzers - Phase One
Windows
Colin McRae Rally 04 Partial support
Windows
8
Colin McRae Rally 2005 Partial support
Windows
macOS (OS X)
8
Command & Conquer: Generals
Windows
macOS (OS X)
8
Conan Partial support
Windows
Versus 8
Counter-Strike: Condition Zero Partial support
Windows
macOS (OS X)
Linux
32
Counter-Strike: Source Partial support
Windows
macOS (OS X)
Linux
128
Crusader Kings
Windows
macOS (OS X)
8
CS2D
Windows
Linux
32
Cube
Windows
Linux
macOS (OS X)
Cube 2: Sauerbraten
Windows
macOS (OS X)
Linux
128
Cycling Manager 4
Windows
20
D-Day
Windows
Dead Man's Hand
Windows
8
Delta Force: Black Hawk Down
Windows
macOS (OS X)
Versus, Co-op 64
Deluxe Ski Jump 3
Windows
Versus
Doom 3
Windows
Linux
macOS (OS X)
Co-op, Versus 16
Enemy Engaged: RAH-66 Comanche versus Ka-52 Hokum Partial support
Windows
macOS (OS X)
Versus, Co-op 16
Etherlords II
Windows
EverQuest II
Windows
Far Cry
Windows
32
FIFA Football 2005 Partial support
Windows
Versus
FlatOut Full support
Windows
Linux
8
Football Manager 2005
Windows
macOS (OS X)
Versus
Ford Racing 3 Partial support
Windows
6
Gangland
Windows
macOS (OS X)
Versus 8
Garry's Mod Partial support
Windows
Windows
macOS (OS X)
Linux
128
Gotcha! Extreme Paintball
Windows
Versus
Ground Control II: Operation Exodus
Windows
macOS (OS X)
GundeadliGne Full support
Windows
Windows
Windows
Co-op 2
Half-Life 2 Full support
Windows
macOS (OS X)
Linux
10
Half-Life 2: Deathmatch Partial support
Windows
macOS (OS X)
Linux
Versus 16
Homeworld 2
Windows
macOS (OS X)
Versus 6
Immaterial and Missing Power
Windows
Versus 2
James Bond 007: Nightfire
Windows
macOS (OS X)
32
Joint Operations: Typhoon Rising
Windows
150
Knights of Honor
Windows
Co-op 6
KnightShift
Windows
macOS (OS X)
macOS (OS X)
Linux
8
Kohan II: Kings of War
Windows
8
Lagsters
Windows
Lords of the Realm III
Windows
macOS (OS X)
8
Mabinogi
Windows
Medal of Honor: Allied Assault
Windows
Mac OS
macOS (OS X)
Linux
Versus, Co-op 64
Medal of Honor: Pacific Assault
Windows
Men of Valor
Windows
Versus 12
Meteor 2
Windows
Versus, Co-op 64
Mortyr 2: For Ever
Windows
MTX: Mototrax Partial support
Windows
macOS (OS X)
8
NBA Live 2005 Partial support
Windows
8
Need for Speed: Underground 2 Partial support
Windows
6
Nexus: The Jupiter Incident
Windows
Painkiller
Windows
Versus 16
PangYa
Windows
PC Fútbol 2005
Windows
Perimeter
Windows
Postal 2 Full support
Windows
macOS (OS X)
Linux
Versus 16
Railroad Tycoon 3
Windows
macOS (OS X)
Versus 4
Red Stone Online
Windows
Richard Burns Rally Full support
Windows
Rise of Nations
Windows
macOS (OS X)
Versus 8
Rome: Total War
Windows
macOS (OS X)
8
Sacred
Windows
Linux
16
Scions of Fate
Windows
Shadow Ops: Red Mercury
Windows
Shadow Vault
Windows
Soldiers: Heroes of World War II
Windows
Star Wars: Battlefront Partial support
Windows
macOS (OS X)
64
Street Racing Syndicate Partial support
Windows
Versus
SuperPower 2
Windows
The Lord of the Rings: The Battle for Middle-earth
Windows
Versus 8
The Political Machine
Windows
The Settlers: Heritage of Kings
Windows
TOCA Race Driver 2 Partial support
Windows
Versus 12
Tom Clancy's Splinter Cell: Pandora Tomorrow
Windows
Tony Hawk's Underground Full support
Windows
8
Tony Hawk's Underground 2 Full support
Windows
8
Top Spin Full support
Windows
Versus, Co-op 4
Tribes: Vengeance
Windows
32
Tron 2.0 Partial support
Windows
macOS (OS X)
16
True Crime: Streets of LA
Windows
macOS (OS X)
Unreal Tournament 2004 Partial support
Windows
macOS (OS X)
Linux
32
Vendetta Online Partial support
Windows
macOS (OS X)
Linux
Warhammer 40,000: Dawn of War
Windows
Versus 8
Warlords Battlecry III
Windows
Warzone 2100
Windows
Linux
macOS (OS X)
Co-op, Versus 10
Wings of War Partial support
Windows
32
World of Warcraft Partial support
Windows
macOS (OS X)
Worms 3D Partial support
Windows
macOS (OS X)
4
Worms Forts: Under Siege Partial support
Windows
Versus
XIII
Windows
macOS (OS X)
Versus 8
Xpand Rally Partial support
Windows
4
Yu-Gi-Oh! Power of Chaos: Joey the Passion
Windows



More...