Latest Comments by Akien
Fast-paced action-roguelike 'Burning Knight' goes fully open source
10 October 2020 at 12:50 pm UTC Likes: 1
I got things working with mono 6.12.0.90, msbuild and nuget installed from the upstream Mono repos: https://www.mono-project.com/download/stable/
(They actually don't support my distro Mageia but I can hack around to use the Fedora/RHEL packages.)
Then to build:
And run:
That's the debug version, which has debug tools but no music/sfx as pointed out in the readme. For those, build a release version instead:
Hope this helps :)
10 October 2020 at 12:50 pm UTC Likes: 1
Quoting: PozzuoliI don't have a problem with no issue tracking; that's their prerogative. But I have no idea how to actually run the game. Some minimal instructions might have been nice! Has anyone had any success?
I got things working with mono 6.12.0.90, msbuild and nuget installed from the upstream Mono repos: https://www.mono-project.com/download/stable/
(They actually don't support my distro Mageia but I can hack around to use the Fedora/RHEL packages.)
Then to build:
nuget restore
msbuild
And run:
cd Desktop/bin/Debug/
mono Desktop.exe
That's the debug version, which has debug tools but no music/sfx as pointed out in the readme. For those, build a release version instead:
msbuild /p:Configuration=Release
cd Desktop/bin/Release/
mono Desktop.exe
Hope this helps :)
Fast-paced action-roguelike 'Burning Knight' goes fully open source
9 October 2020 at 9:51 am UTC Likes: 2
9 October 2020 at 9:51 am UTC Likes: 2
Amazing move! I'm a firm believer in FOSS gaming and I love to see commercial games release their source code (and even more so with all assets).
I hope it helps it reach a broader audience and actually get more sales - at least I picked up my own copy :)
I hope it helps it reach a broader audience and actually get more sales - at least I picked up my own copy :)
Punch Pong turns Ping Pong into a very clever fighting game
8 June 2020 at 12:16 pm UTC
A clearer visual feedback on what happens to the HP bar on each move might be necessary to make the mechanics clearer to the player.
But yeah, you can forget about table tennis in itself, it's a good pretext for a "turn-based but real-time" arcade game where you have to chain combos in a strategic manner to reduce your opponent's HP to 0 before you bite the dust. A "chop" removes 1 HP, a "topspin" removes 2 and adds a buff to the ball which cause any subsequent topspin from either player to do 3 damage, unless the buffed ball is debuffed by a chop, etc.
8 June 2020 at 12:16 pm UTC
Quoting: xaviI am a table tennis player, and I did not understand at all!I admit I did have to play the tutorial twice to understand the mechanics.
I hope they do a more complete video or explanation :)
Maybe I am too focused on the game to understand this.
A clearer visual feedback on what happens to the HP bar on each move might be necessary to make the mechanics clearer to the player.
But yeah, you can forget about table tennis in itself, it's a good pretext for a "turn-based but real-time" arcade game where you have to chain combos in a strategic manner to reduce your opponent's HP to 0 before you bite the dust. A "chop" removes 1 HP, a "topspin" removes 2 and adds a buff to the ball which cause any subsequent topspin from either player to do 3 damage, unless the buffed ball is debuffed by a chop, etc.
Path of Exile adds a Vulkan Beta, another step closer to Linux support
29 May 2020 at 11:59 am UTC
29 May 2020 at 11:59 am UTC
Great news! I tried PoE briefly a few years ago and it filled my Diablo II cravings pretty well. I'll have to give it another try whenever I have enough time on my hands to dive into such a content heavy RPG (so, not anytime soon :D).
February's Humble Choice is up with a new bunch of good looking games
7 February 2020 at 9:05 pm UTC
7 February 2020 at 9:05 pm UTC
Also worth noting: the "extra" DRM-free game this month also has Linux support: https://cosmoddd.itch.io/tales-from-off-peak-city
Godot Engine 3.2 is almost here with a first Release Candidate
17 January 2020 at 3:02 pm UTC Likes: 2
Best way to find out is to give it a try, and if any method you used changed signature in a non-compatible way, you should get compilation errors which would be easy to fix. So "porting" from 3.1 to 3.2 should typically take between 0 and 20 minutes, unless you were heavily using something that changed significantly (like bone global pose override).
17 January 2020 at 3:02 pm UTC Likes: 2
Quoting: acedogblastDoes this version require any code changes from v3.1?A priori no, but there are a few APIs where the backward compatibility was slightly broken, e.g. around Skeleton/Bone handling code.
Best way to find out is to give it a try, and if any method you used changed signature in a non-compatible way, you should get compilation errors which would be easy to fix. So "porting" from 3.1 to 3.2 should typically take between 0 and 20 minutes, unless you were heavily using something that changed significantly (like bone global pose override).
The Humble Choice game bundle subscription has launched replacing Humble Monthly
16 December 2019 at 10:52 am UTC
It seems like your edit didn't go through, the page doesn't show it for me at https://www.gamingonlinux.com/wiki/Hidden_Linux_ports_on_Steam and says "last modified on 6 November 2019".
16 December 2019 at 10:52 am UTC
Quoting: EikeQuoting: AkienIt does seem to work great, I've played it 6 hours so far without any issue.
I can't seem to log into the wiki to edit the page though; my gamingonlinux.com website credentials don't work, and MediaWiki account registration seems disabled.
Thanks, I've added the game now.
It seems like your edit didn't go through, the page doesn't show it for me at https://www.gamingonlinux.com/wiki/Hidden_Linux_ports_on_Steam and says "last modified on 6 November 2019".
The Humble Choice game bundle subscription has launched replacing Humble Monthly
11 December 2019 at 12:41 pm UTC Likes: 1
It does seem to work great, I've played it 6 hours so far without any issue.
I can't seem to log into the wiki to edit the page though; my gamingonlinux.com website credentials don't work, and MediaWiki account registration seems disabled.
11 December 2019 at 12:41 pm UTC Likes: 1
Quoting: EikeQuoting: AkienApparently Dead in Vinland has a public Linux beta branch: http://deadinvinland.com/2018/12/18/linux/
This came as a surprise, I had this in my wishlist for a while but never bought it as it had no Linux support on the store page - but it actually has had a branch for close to a year. I'll give it a try and hopefully send a positive report to the devs to make them a bit more confident that they could consider it ready for production.
If you find it working fine, feel free to enter it here:
https://www.gamingonlinux.com/wiki/Hidden_Linux_ports_on_Steam
It does seem to work great, I've played it 6 hours so far without any issue.
I can't seem to log into the wiki to edit the page though; my gamingonlinux.com website credentials don't work, and MediaWiki account registration seems disabled.
The Humble Choice game bundle subscription has launched replacing Humble Monthly
6 December 2019 at 11:08 pm UTC Likes: 1
6 December 2019 at 11:08 pm UTC Likes: 1
Apparently Dead in Vinland has a public Linux beta branch: http://deadinvinland.com/2018/12/18/linux/
This came as a surprise, I had this in my wishlist for a while but never bought it as it had no Linux support on the store page - but it actually has had a branch for close to a year. I'll give it a try and hopefully send a positive report to the devs to make them a bit more confident that they could consider it ready for production.
This came as a surprise, I had this in my wishlist for a while but never bought it as it had no Linux support on the store page - but it actually has had a branch for close to a year. I'll give it a try and hopefully send a positive report to the devs to make them a bit more confident that they could consider it ready for production.
City-building strategy game 'Hearthlands' has a surprise update going 64bit only
1 July 2019 at 9:09 am UTC
Same here, this update might be a good opportunity to finally give it a try.
Installing, let's see if I actually get to press "Play" :P
1 July 2019 at 9:09 am UTC
Quoting: GuestI've owned this for so long and never gotten around to getting into it, I really need to.
Same here, this update might be a good opportunity to finally give it a try.
Installing, let's see if I actually get to press "Play" :P
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Valve dev details more on the work behind making Steam for Linux more stable
- NVIDIA detail upcoming Linux driver features for Wayland and explain current support
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
The Walking Dead, The Expanse and more in the Telltale …
- Liam Dawe -
Half-Life 2 free to keep until November 18th, Episodes …
- Ehvis -
Hybrid gaming controller MoveMaster has a new website, …
- furaxhornyx -
Half-Life 2 free to keep until November 18th, Episodes …
- tuxmuppet -
Half-Life 2 free to keep until November 18th, Episodes …
- Tuxee - > See more comments
- New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - What do you want to see on GamingOnLinux?
- Linas - Weekend Players' Club 11/15/2024
- StoneColdSpider - Our own anti-cheat list
- Xpander - See more posts