Age of Empires II: The Age of Kings: Difference between revisions
DoctorDalek (talk | contribs) No edit summary |
DoctorDalek (talk | contribs) (Formatting Fixes) |
||
Line 1: | Line 1: | ||
[[Category:Games]] | [[Category:Games]] | ||
{{Game.InfoBox | {{Game.InfoBox | ||
|Cover = cover.jpg | |Cover = cover.jpg | ||
|Developers = | |Developers = | ||
{{Game.InfoBox.Developer|Ensemble Studios}}|Publishers = | {{Game.InfoBox.Developer|Ensemble Studios}} | ||
{{Game.InfoBox.Developer|Konami}}{{Game.InfoBox.Developer|Microsoft}}|Release Date = | |Publishers = | ||
{{Game.InfoBox.Developer|Konami}}{{Game.InfoBox.Developer|Microsoft}} | |||
|Release Date = | |||
{{Game.InfoBox.ReleaseDate|Windows|September 30, 1999}} | {{Game.InfoBox.ReleaseDate|Windows|September 30, 1999}} | ||
|Genres = | |Genres = | ||
{{Game.InfoBox.Genre|Real Time Strategy (RTS)}}{{Game.InfoBox.Genre|Strategy}}|PCGamingWiki = Age_of_Empires_II:_The_Age_of_Kings | {{Game.InfoBox.Genre|Real Time Strategy (RTS)}}{{Game.InfoBox.Genre|Strategy}} | ||
|PCGamingWiki = Age_of_Empires_II:_The_Age_of_Kings | |||
}} | }} | ||
{{Game.ActionBox | {{Game.ActionBox | ||
Line 25: | Line 23: | ||
|Description = Names are encoded in a compressed `player.nfz` file. This is potentially different for older versions of the game. They cannot be changed without running into corruption issues. Removing the file and replacing it with a copy that has no profiles forces the player to create a profile when going into multiplayer. | |Description = Names are encoded in a compressed `player.nfz` file. This is potentially different for older versions of the game. They cannot be changed without running into corruption issues. Removing the file and replacing it with a copy that has no profiles forces the player to create a profile when going into multiplayer. | ||
|RequiresAdmin = False | |RequiresAdmin = False | ||
|Contents = <syntaxhighlight lang="powershell" line> | |Contents = | ||
<syntaxhighlight lang="powershell" line> | |||
Remove-Item "$InstallDirectory\Games\Forgotten Empires\player.nfz" -ErrorAction Ignore | Remove-Item "$InstallDirectory\Games\Forgotten Empires\player.nfz" -ErrorAction Ignore | ||
Copy-Item -Path "$InstallDirectory\blankprofiles.nfz" -Destination "$InstallDirectory\Games\Forgotten Empires\player.nfz" | Copy-Item -Path "$InstallDirectory\blankprofiles.nfz" -Destination "$InstallDirectory\Games\Forgotten Empires\player.nfz" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | }} |
Revision as of 01:58, 6 January 2024
Developers | |
---|---|
Ensemble Studios | |
Publishers | |
KonamiMicrosoft | |
Release Date | |
Windows: September 30, 1999 | |
Genres | |
Real Time Strategy (RTS)Strategy | |
View at PCGamingWiki |
Actions
Name | Path | Arguments | Working Directory | Primary |
---|---|---|---|---|
Play | {InstallDir}\AoFE_Launcher.exe | True |
Install Script
Names are encoded in a compressed `player.nfz` file. This is potentially different for older versions of the game. They cannot be changed without running into corruption issues. Removing the file and replacing it with a copy that has no profiles forces the player to create a profile when going into multiplayer.
Remove-Item "$InstallDirectory\Games\Forgotten Empires\player.nfz" -ErrorAction Ignore
Copy-Item -Path "$InstallDirectory\blankprofiles.nfz" -Destination "$InstallDirectory\Games\Forgotten Empires\player.nfz"