Posted July 27, 2015
I made batch file to enable alt+tab. (found on GOGwiki):
@echo off
set SMACDIR=C:\Games\Sid Meier's Alpha Centauri
sdbinst -u "%SMACDIR%\game.sdb"
sdbinst -u "%SMACDIR%\game_add.sdb"
pause
As said in topic it can't find game.sdb nor game_add.sdb in the Alpha Centauri folder. I searched the folder myself and couldn'd find either file. Has GOG renamed those files or something?
I also tried renaming trick on terran.exe and terranx.exe, but it doesn't work properly.
Is there any other methods to remove alt+tab block?
@echo off
set SMACDIR=C:\Games\Sid Meier's Alpha Centauri
sdbinst -u "%SMACDIR%\game.sdb"
sdbinst -u "%SMACDIR%\game_add.sdb"
pause
As said in topic it can't find game.sdb nor game_add.sdb in the Alpha Centauri folder. I searched the folder myself and couldn'd find either file. Has GOG renamed those files or something?
I also tried renaming trick on terran.exe and terranx.exe, but it doesn't work properly.
Is there any other methods to remove alt+tab block?
Post edited July 27, 2015 by Paahtis
No posts in this topic were marked as the solution yet. If you can help, add your reply