Fix delete Beginning and Undiscovered Worlds (Populous: The Beginning)
To avoid unnecessary questions:Note that the name of the executable file of the game may differ from the example shown, therefore, guided by the one, through which run the game!!!
1) Fix solves problems with color on Windows 7/8.
You want to create .bat file (which should be the start of the game) with the lines below.
For Populous - The Beginning:
taskkill /f /IM explorer.exe
D3DPopTB.exe
start c:\Windows\explorer.exe
For Populous - Undiscovered Worlds:
taskkill /f /IM explorer.exe
D3DPopTBUW.exe
start c:\Windows\explorer.exe
and keep created .bat file in the game folder where is the executable file of the game D3DPopTB.exe or D3DPopTBUW.exe respectively to run the game through created .bat file (if someone does not understand).
2) Troubleshoot problems with the mouse.
Create a shortcut to the executable file of the game D3DPopTB.exe or D3DPopTBUW.exe.
In the shortcut properties in the field Object after the quotes add this line:
-frameratemouse
Example:
F:\Games\Populous - The Beginning + Undiscovered Worlds\bullfrog\populous\D3DPopTBUW.bat -frameratemouse
0 Comments