Imperium Galactica II: Alliances [GOG, Steam] just released for Linux & SteamOS and it looks like it's a native version.
Note: My friends at GOG sent over a copy, so big thanks to them.
There's no sign of DOSBox or Wine and I had no idea this game had ever been ported to Linux. Pretty awesome really for a game like this to get a proper Linux build when it gets a new release.
This is me running it on Antergos, lovely.
I never got to play this one, but I was a massive fan of the original Imperium Galactica and spent days in it.
If you buy it on GOG be sure to grab "libGLEW.so.1.13" as GOG don't bundle any libs with their games. This is an older version, so on Arch I had to install it from the AUR. Once I had that sorted, it runs perfectly well and I haven't seen any issues.
Even with my two-monitor setup, it gave me the right monitor and set everything correctly. It works better than a lot of recent games.
It seems this is a newer remastered version with:
- Updated rendering engine to support arbitrary screen resolutions and aspect ratios
- Updated, higher resolution user interface textures
- Updated lighting and shadowing quality on planet surfaces
- Updated planet view mode
- Added server browser for multiplayer mode
About the game
Reintroducing a classic from the golden era of gaming, the original empire building space RTS, Imperium Galactica 2 is back and looking better than ever with new high-res textures and vivid colors. Imperium Galactica 2 features an expansive and unique Sci-fi universe with multiple playable species.
Take your empire in your hands and guide it into the future. Use intrigue and spying to weaken your enemies and strengthen yourself or research and build the most powerful military force in the universe to crush whoever would oppose you. Massive battles, universe spanning empires, 3 playable campaigns and countless possibilities through custom scenarios insure you always have something to come back to. Take control, conquer the universe, and lead your species to ultimate domination… for the Imperium.
Note: My friends at GOG sent over a copy, so big thanks to them.
There's no sign of DOSBox or Wine and I had no idea this game had ever been ported to Linux. Pretty awesome really for a game like this to get a proper Linux build when it gets a new release.
This is me running it on Antergos, lovely.
I never got to play this one, but I was a massive fan of the original Imperium Galactica and spent days in it.
If you buy it on GOG be sure to grab "libGLEW.so.1.13" as GOG don't bundle any libs with their games. This is an older version, so on Arch I had to install it from the AUR. Once I had that sorted, it runs perfectly well and I haven't seen any issues.
Even with my two-monitor setup, it gave me the right monitor and set everything correctly. It works better than a lot of recent games.
It seems this is a newer remastered version with:
- Updated rendering engine to support arbitrary screen resolutions and aspect ratios
- Updated, higher resolution user interface textures
- Updated lighting and shadowing quality on planet surfaces
- Updated planet view mode
- Added server browser for multiplayer mode
About the game
Reintroducing a classic from the golden era of gaming, the original empire building space RTS, Imperium Galactica 2 is back and looking better than ever with new high-res textures and vivid colors. Imperium Galactica 2 features an expansive and unique Sci-fi universe with multiple playable species.
Take your empire in your hands and guide it into the future. Use intrigue and spying to weaken your enemies and strengthen yourself or research and build the most powerful military force in the universe to crush whoever would oppose you. Massive battles, universe spanning empires, 3 playable campaigns and countless possibilities through custom scenarios insure you always have something to come back to. Take control, conquer the universe, and lead your species to ultimate domination… for the Imperium.
Some you may have missed, popular articles from the last month:
Note: Article was originally just about GOG, but updated as I noticed it released on Steam too.
0 Likes
I love this game, I played it so much at the time. I am afraid its gameplay is outdated by now...
0 Likes
Quoting: liamdawelibGLEW.so.1.13Installed by default on Ubuntu 16.04, Mr Antergos Man :P
0 Likes
Quoting: hardpenguinWe have a much newer version, 1.13 is from 2015 ;)Quoting: liamdawelibGLEW.so.1.13Installed by default on Ubuntu 16.04, Mr Antergos Man :P
2 Likes, Who?
@Teodosio: As a casual gamer looking to get into my first space strategy title who has never played IG2, I'm just curious what aspects of the gameplay you consider outdated? And which modern Linux space game you'd recommend instead? Thanks!
0 Likes
There is an Android version of this game, so I wonder how much work done there helped. I love this game and im super happy about this.
Time to buy again and I'll update the wine appdb page for this game about native version.
Time to buy again and I'll update the wine appdb page for this game about native version.
0 Likes
The game doesn't seem to load directly from Steam. If you run ig2 from the installation dir, that seems to work fine. Comes with libGLEW.so.1.10 on steam.
So far so good (as long a you run it from console :-/)
So far so good (as long a you run it from console :-/)
0 Likes
The game does not start at all for me either.
When I copy libGLEW.so.1.10 to libGLEW.so.1.13 I get an error message :
./ig2: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./ig2)
When I copy libGLEW.so.1.10 to libGLEW.so.1.13 I get an error message :
./ig2: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./ig2)
0 Likes
Quoting: iiari@Teodosio: As a casual gamer looking to get into my first space strategy title who has never played IG2, I'm just curious what aspects of the gameplay you consider outdated? And which modern Linux space game you'd recommend instead? Thanks!Personally, I don't think "outdated" matters much in space strategy games. Really, you should start with Master of Orion II, so that like the rest of us when you start playing more modern games you can complain that none of them is really as good as MOO II despite the glitzy graphics.
And hey, MOO II is available on Linux, at both Steam and GOG. For cheap.
1 Likes, Who?
If you want to make it work under Debian stable (or distros older than Ubuntu 16.04), two things :
1/ in game directory copy file libGLEW.so.1.10 to libGLEW.so.1.13
2/ a) download libstdc++ from Stretch (testing) from here : http://ftp.de.debian.org/debian/pool/main/g/gcc-6/libstdc++6_6.2.1-5_amd64.deb
b) extract its content using dpkg-deb -x
c) copy file libstdc++.6.so to the game root directory
Then you'll be able to launch it through command line (does not work from Steam).
1/ in game directory copy file libGLEW.so.1.10 to libGLEW.so.1.13
2/ a) download libstdc++ from Stretch (testing) from here : http://ftp.de.debian.org/debian/pool/main/g/gcc-6/libstdc++6_6.2.1-5_amd64.deb
b) extract its content using dpkg-deb -x
c) copy file libstdc++.6.so to the game root directory
Then you'll be able to launch it through command line (does not work from Steam).
0 Likes
See more from me