Page 1 of 1

Universal Binary support

Posted: Sun Nov 27, 2011 5:44 am
by CyberSkull
I just got the Humble Introversion Bundle, but as it turns out the versions of Darwinia et al from it are Intel only. I was wondering if it is at all possible to reinstate PowerPC into your build system for the next update so I can play Darwinia, Multiwinia, DEFCON and Uplink?

Re: PowerPC support

Posted: Sun Nov 27, 2011 7:40 pm
by xander
CyberSkull wrote:I just got the Humble Introversion Bundle, but as it turns out the versions of Darwinia et al from it are Intel only. I was wondering if it is at all possible to reinstate PowerPC into your build system for the next update so I can play Darwinia, Multiwinia, DEFCON and Uplink?

The PowerPC versions of Uplink, Darwinia, and Defcon are all published by Ambrosia Software. I don't know so much about Multiwinia, but it barely ever worked on PowerPC in the first place. In any event, you will need to contact Ambrosia.

xander

Posted: Mon Nov 28, 2011 2:43 pm
by CyberSkull
I just tried the keys from the Humble Bundle on the Ambrosia distributed versions, they don't work. :(

If you are using Xcode 4, then here is a handy tip for restoring Universal Binaries to your build process. If you are still on Xcode 3, then all you need to do is change one variable in your build target:

Code: Select all

Architectures = 32/64-bit Universal


In raw terms it is:

Code: Select all

ARCHS = $(ARCHS_STANDARD_32_64_BIT)

Posted: Tue Nov 29, 2011 1:45 am
by xander
CyberSkull wrote:I just tried the keys from the Humble Bundle on the Ambrosia distributed versions, they don't work. :(

There is no reason to expect that they would. Again, you would need to buy the game(s) from ASW.

xander