Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It opens, I get sound but it messes up the resolution and I cant do anything, at least that I can see.
Het buddy, I had the same problem at the start, depending on your screen resolution, you can set it to max. that way you will see a larger screen or you need to update your graphics card drivers. check the resolution fro within the game. start small then work up till the problem starts and go back one step.
Hope that helps you out.
I've got Windows 10, and I know that might be some of the problem, but somebody in the reviews said they also have win10 and ran with no problems.
Any ideas? I'd really love to play this game again.
http://www.tauniverse.com/forum/showthread.php?p=718283
Other then that make sure to set it to a resolution you can run useing the Total Annihilation.exe file that is added with the 3.9 patch
I'm pretty good with a lot of technical stuff, but those forum posts are difficult to read (the difference between trying to figure things out in the middle of an ongoing conversation, vs. reading something meant to be a how-to guide)
I DID get the base game to run, however. Here's what I did:
1. Go to the install folder and right click on the TotalA.exe
2. Select Properties
3. Select the "Compatibility" tab
4. Check the box for "compatibility mode" and select Windows 95 from the dropdown menu
5. In the "Settings" box on the same tab, check the boxes for "Run in 640x480 screen resolution," "Disable display scaling on high DPI settings," and "Run this program as an administrator."
6. At the bottom, click "apply"
7. Run the game!
This is probably not the optimal fix, nor the way to do things if you want to add all the new community stuff. However, if all you want to do is get the game running for that quick nostalgia fix (and to prove the game is playable right off of Steam), then this works just fine.
I would love, however, for someone with the know-how to write a comprehensive, easy to read, Windows 8-10 startup guide with all the new bits. I'll try to figure it out on my own, and if I get it to work I'll write the thing myself, but I'm not the best guy for the job, and I don't want to muck it up.
What was happening is that I use windows DPI Scaling to make the icons and text a bit bigger on my screen (couch gamer, lol). When the game was starting the DPI Scaling was upscaling the game so it was too big to see it all. I went into properties of the .exe and I went into the compatibility tab and near the bottom I ticked the 'turn off DPI Scaling' option and now it runs perfectly.
So for anyone with this problem this is the fix!
Thanks everyone for your help too!
Carefull !
regedit is very powerful, dont do any things you dont know; you can ruin your entire OS with it!!
If you dont know what screen resolution you want, better let it do your bigger Brother xD
How to Windows 10:
RIGHT click Windows Start Button -> click Run -> type regedit -> click OK or press Enter ->
Now regedit window is runnung; close all open branches at left side and then open the Brunch:
Computer\HKEY_CURRENT_USER\Software\Cavedog Entertainment\Total Annihilation
by Clicking on the brunch arrows
Click on the "Total Annihilation" Brunch
Here (in this brunch) you find the REG_DWORDs (at right screen side, its alphabetic sorted)
DisplaymodeHeight
DisplaymodeWidth
Doubleclick the name of the DWORDs, set the new value (you can switch from hex to decimal input by the option) and click OK:
eg for my screen:
Set DisplaymodeWidth to 1920 decimal (780hex)
Set DisplaymodeHeight to 1080 decimal (438hex)
Close regedit window
Start game and enjoy
Note:
The new resolution only is running while Battle; Start Menue and Campaign Menue is still 640x480
All battle gui elements work with the new resolution but were optimized for 640x480
Have Fun :D
Thanks a lot for your post, this worked. Because tinkering with the registry can be risky, I'm going to share a more direct and easier way.
1. Open a command prompt (cmd.exe)
2. Then copy and paste these lines and press enter. In this case, the resolution is set to 1920x1080:
reg add "HKEY_CURRENT_USER\Software\Cavedog Entertainment\Total Annihilation" /v DisplaymodeWidth /t REG_DWORD /d 1920 /f
reg add "HKEY_CURRENT_USER\Software\Cavedog Entertainment\Total Annihilation" /v DisplaymodeHeight /t REG_DWORD /d 1080 /f
These numbers after "/d" can be adjusted to match your native screen resolution.