Update - It's out, the latest Humble Bundle is out, Indie bundle number 5! It's the 13th bundle to hit the internet.
Looks to be one of the fastest selling ones too! Well over $500k already!
Some disappointment for you - Limbo isn't even native, it includes it's own version of Wine...works perfectly for me though!
----------
So the rumour mill is buzzing and the next Humble Bundle may very soon be upon us!
It looks as if we will be getting at least 1 game completely new to Linux this time too.
More info as and when it comes in keep checking back for the latest! It will hopefully launch tonight.
Source of the rumour;
http://cdr.thebronasium.com/sub/14870
And others
Looks to be one of the fastest selling ones too! Well over $500k already!
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Direct Link
Direct Link
Some disappointment for you - Limbo isn't even native, it includes it's own version of Wine...works perfectly for me though!
----------
So the rumour mill is buzzing and the next Humble Bundle may very soon be upon us!
It looks as if we will be getting at least 1 game completely new to Linux this time too.
More info as and when it comes in keep checking back for the latest! It will hopefully launch tonight.
Source of the rumour;
http://cdr.thebronasium.com/sub/14870
And others
Some you may have missed, popular articles from the last month:
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
This would be Humble Indie Bundle #5 if it turns out to be an "indie" bundle. It'll be the 12th bundle all up though (the number 8 is coming from leaked opensteamworks info - I've got no idea why it's numbered like that for Steam)
0 Likes
Corrected! Thanks :)
0 Likes
Oh noes. I counted wrong. This would be the 13th bundle. There have been 12 to date.
Sorry >_<
Sorry >_<
0 Likes
We should start a campaign for including Desura keys in advance. Just sayin' :rolleyes:
0 Likes
Didn't take long: http://blog.wolfire.com/2012/05/Introducing-Humble-Indie-Bundle-V
0 Likes
Holy smokes! This sure beats the past few bundles. I was starting to lose hope with these guys.
0 Likes
Wow. MAKE SURE YOU PAY OVER THE AVERAGE. Bastion is a FANTASTIC game and the soundtrack is simply amazing.
0 Likes
There's even support for downloading from the Ubuntu Software Center!!! Woohoo!
0 Likes
There's even support for downloading from the Ubuntu Software Center!!! Woohoo!
Yeah... woohoo... :(
0 Likes
Yeah... woohoo... :(
Well, on the bright side it's better than nothing. Luckily I've come to love the unity2d interface. Which their taking out of Ubuntu 12.10... :(
0 Likes
I was rather meh when I heard this was coming, but now it's... woah!
They ported Psyhconauts? Bloody Hell! :eek:
They ported Psyhconauts? Bloody Hell! :eek:
0 Likes
Not to exaggerate but this to me is definitely the best bundle ever! Totally worth going above the average!
0 Likes
Looks like the Linux version of LIMBO is just a Wine wrapper: http://www.reddit.com/r/linux/comments/ue5kp/the_humble_indie_bundle_v_amnesia_the_dark/c4umgmc
I expected more from a HIB
I expected more from a HIB
0 Likes
Man that's very annoying, it's the game i want to play!
0 Likes
Looks like the Linux version of LIMBO is just a Wine wrapper: http://www.reddit.com/r/linux/comments/ue5kp/the_humble_indie_bundle_v_amnesia_the_dark/c4umgmc
I expected more from a HIB
What's the problem with that? People put a lot of effort in Wine development just so that this kind of thing can happen and more games can be played on Linux. I particulary wish more developers would at least officialy support Wine instead of saying that porting for Linux is hard.
That being said, I read the thread and it seems that the game doesnt run as expected and that sux indeed, if they wanted to pull this out they should have at least put some effort in making it run flawlessly.
0 Likes
What's the problem with that? People put a lot of effort in Wine development just so that this kind of thing can happen and more games can be played on Linux. I particulary wish more developers would at least officialy support Wine instead of saying that porting for Linux is hard.
That being said, I read the thread and it seems that the game doesnt run as expected and that sux indeed, if they wanted to pull this out they should have at least put some effort in making it run flawlessly.
The point it is very very hard to get wine to run "flawlessly" due to the very nature of what it is doing.
0 Likes
i had no problems running it in wine when i used to play.
now with the bundle version (crossover ported one)..that works well also.
yeah..native version would be better but no problem with the winelib one for me at least.
only problem is that the damn game doesnt have windowed mode. so its better to play windows version in wine to emulate wine window to be able to play in windowed mode:)
now with the bundle version (crossover ported one)..that works well also.
yeah..native version would be better but no problem with the winelib one for me at least.
only problem is that the damn game doesnt have windowed mode. so its better to play windows version in wine to emulate wine window to be able to play in windowed mode:)
0 Likes
i had no problems running it in wine when i used to play.
now with the bundle version (crossover ported one)..that works well also.
yeah..native version would be better but no problem with the winelib one for me at least.
only problem is that the damn game doesnt have windowed mode. so its better to play windows version in wine to emulate wine window to be able to play in windowed mode:)
I found a fix for this. In the limbo directory, you run the ./launch-limbo.sh. Edit that to include the following three lines directly after the DIRNAME line:
if [ "$1" == -w ]; then
perl -e 'open (SETIN,"<./support/limbo/drive_c/Program Files/limbo/settings.txt"); @settings =
else
perl -e 'open (SETIN,"<./support/limbo/drive_c/Program Files/limbo/settings.txt"); @settings =
fi
It's a major hack and uses perl instead of sed (i've never quite got the hang of sed) but the end result is:
./launch-limbo.sh
starts the game fullscreen
./launch-limbo.sh -w
starts the game in windowed mode
Note that the script assumes you are in the root limbo directory when running the launcher.
Beemer
0 Likes
crap - that should read 'the following *four* lines :)
also not the perl lines are each one line, take care when copying not to split the line as it looks in the post.
also not the perl lines are each one line, take care when copying not to split the line as it looks in the post.
0 Likes
Well the irony is that Limbo runs smoothly on my machine and Bastion which is sort of native (XNA mono) crashes on click.
Edit: Got it!
Ubuntu 12.04
You have to edit
/usr/local/games/Bastion/OpenTK.dll.config (or the path you installed at)
and add the line
Now it runs fine. Slower than on Chrome (!) but it's ok
Edit: Got it!
Ubuntu 12.04
You have to edit
/usr/local/games/Bastion/OpenTK.dll.config (or the path you installed at)
and add the line
Now it runs fine. Slower than on Chrome (!) but it's ok
0 Likes
See more from me