Page 10 of 10

Re: Transcendence Port to Linux and Mac

Posted: Sun Feb 03, 2013 9:09 pm
by Ttech
Rowanthepreacher wrote:Wow. It's been a while. I wonder, how much money would need to be thrown in order to get some devoted mac porting done? I'm unfamiliar with licensing fees and the like, but i'm sure a reasonable sum could be rounded up, with an additional boost in attention from the fundraiser. Anyone know any better?

Money might help, but all the people who can do it sadly don't have free time anymore and a dedicated port requires time a lot of time. :\

Re: Transcendence Port to Linux and Mac

Posted: Thu Feb 07, 2013 11:05 am
by Rowanthepreacher
I wish I had the patience to be a programmer. So many problems fixed, so many ports made.

Re: Transcendence Port to Linux and Mac

Posted: Tue Jul 01, 2014 3:29 am
by Jeoshua
Thankfully, Transcendence runs amazingly well under Wine with Quartz installed. Without it, sadly, you get spammed by errors.

For anyone hardcore or crazy enough to want a port, here is the script I use to make the game run properly:

Code: Select all

#!/usr/bin/bash
wine ~/Transcendence/Transcendence.exe&
PID=$!
tail -n 0 -f ~/Transcendence/Debug.log --pid=$PID
killall Transcendence.exe
This allows it to be virtually sent a SIGTERM (Ctrl-C) signal, and outputs the Debug log to the console as you play.

Re: Transcendence Port to Linux and Mac

Posted: Tue Jul 01, 2014 3:51 am
by Ttech
Jeoshua wrote:Thankfully, Transcendence runs amazingly well under Wine with Quartz installed. Without it, sadly, you get spammed by errors.

For anyone hardcore or crazy enough to want a port, here is the script I use to make the game run properly:

Code: Select all

#!/usr/bin/bash
wine ~/Transcendence/Transcendence.exe&
PID=$!
tail -n 0 -f ~/Transcendence/Debug.log --pid=$PID
killall Transcendence.exe
This allows it to be virtually sent a SIGTERM (Ctrl-C) signal, and outputs the Debug log to the console as you play.
There is a graphical menubar version of Wine launcher that solves these issues.

Re: Transcendence Port to Linux and Mac

Posted: Tue May 26, 2015 11:18 pm
by KaoS
I tried to run trans with wine on an opensuse install the other day and it didn't even fire off the loading animation before it bombed...

I'm pretty new to making things work with wine even though I've dabbled with it off and on since it came out. I probably just didn't configure it properly. I don't care to get into all the details atm because I just wanna play some and try again later. Just wanted to mention it

Is there a post in the forum somewhere that spells out what you need and basic config that will probably work?

Re: Transcendence Port to Linux and Mac

Posted: Wed May 27, 2015 11:56 am
by Ferdinand
There is a Transcendence on Wine How-To in the Wiki: http://wiki.kronosaur.com/game/guide/tr ... ce_on_wine

For me that's working just fine on Ubuntu 15.04, should work with Suse as well. Make sure to use the latest (stable) Wine Release.