This member has provided no bio about themself...

Comment History
Cybolic
Cybolic - - 15 comments @ Vampire: The Masquerade - Bloodlines Unofficial Patch

Where can I find these? Is it something for download somewhere else or is it somehow included in the patch and I just can't find it?

EDIT: Never mind, I'm apparently blind and missed the toggle switch during install :P

Good karma+1 vote
Cybolic
Cybolic - - 15 comments @ Vampire: The Masquerade - Bloodlines Unofficial Patch

Thanks for your continued work Wesp!
I just installed the 9.7 beta 4 patch using Wine and I'm a bit confused. The installer/readme mentions a Linux launcher script, but I can't seem to find it anywhere in the install directory. Also, has the widescreen patch been removed? I can't seem to find it either and the game is not picking up my 3440x1440 resolution.

Good karma+1 vote
Cybolic
Cybolic - - 15 comments @ Doom 4/2016 Weapons for Brutal Doom test 2

Found the issue. Renaming the 7 files in the PK3 prefixed "Decorate" to use "DECORATE" instead fixed the issue.

Good karma+1 vote
Cybolic
Cybolic - - 15 comments @ Doom 4/2016 Weapons for Brutal Doom test 2

This breaks on GZDoom on Linux :/

Pastebin.com

Good karma+1 vote
Cybolic
Cybolic - - 15 comments @ New game intros

Any chance of uploading these in WebM so they'll work on the Linux/SteamOS(/Mac?) version?

Good karma+1 vote
Cybolic
Cybolic - - 15 comments @ Silent Hill: Alchemilla (v.1.1) for Linux

The Alchemilla installer assumes Steam is in ~/.local/share/steam instead of ~/.steam. On my system, both directories exist, but only the one in ~/.steam works, so I had to move over the alchemilla folder and then it showed up after restarting Steam.

Good karma+3 votes
Cybolic
Cybolic - - 15 comments @ Slender's Woods V 1.0 Released

It looks amazing, especially considering the engine you chose! I hope to play it on Linux some day ;)

Good karma+1 vote
Cybolic
Cybolic - - 15 comments @ Disponentia - Full release v1.0

Here's a Linux launcher if you're going to put out a new version:

LaunchDisponentia.sh
---------------------
#!/bin/bash

cd "`dirname "$(readlink -f "$0")"`"

# Find which version of Amnesia we should launch (Desura install, shell script or platform binary)

executables=( "./desura_launch_Play Game.sh" "./amnesia.sh" "./Amnesia.bin64" "./Amnesia.bin32" )
for executable in "${executables[@]}"; do
if [ -x "$executable" ]; then
AMNESIA="$executable"
break
fi
done

# Launch the mod

"$AMNESIA" a_mod_disponentia/config/main_init.cfg

Good karma+2 votes
Cybolic
Cybolic - - 15 comments @ Amnesia: Through the Portal v2.1

Here's a Linux launcher if you're going to put out a new version:

Through the Portal.sh
---------------------
#!/bin/bash

cd "`dirname "$(readlink -f "$0")"`"

# Find which version of Amnesia we should launch (Desura install, shell script or platform binary)

executables=( "./desura_launch_Play Game.sh" "./amnesia.sh" "./Amnesia.bin64" "./Amnesia.bin32" )
for executable in "${executables[@]}"; do
if [ -x "$executable" ]; then
AMNESIA="$executable"
break
fi
done

# Launch the mod

"$AMNESIA" config/ttp_main_init.cfg

Good karma+2 votes
Cybolic
Cybolic - - 15 comments @ Amnesia: The Dark Descent 75% Off!

Finally I can get Amnesia on Desura instead of having it as a separate install due to being so kind as to pre-order.
Say, is there a trick to finding mods through the Desura client?

Good karma+5 votes
Cybolic
Cybolic - - 15 comments @ Gemini Rue

I've been aching to buy this for some time now, but the Windows exclusivity is making it hard for me to justify.
Are there any plans for a Linux version?

Good karma+8 votes
Cybolic
Cybolic - - 15 comments @ White Night is Updated to 1.1

Thank you for that link. Going to the downloads section directly from this page only pops up a "Download Desura" box for me and the link there to go to download files just says that downloads for this mod isn't available yet, but it's downloading happily from IndieDB now thanks to your link :)

Good karma+2 votes
Cybolic
Cybolic - - 15 comments @ White Night is Updated to 1.1

I have the 1.0 version installed, but I haven't started playing it yet. I'd like to wait with playing it until I have the 1.1 version, but since I pre-ordered Amnesia, it isn't linked to my Desura account, and it therefor won't let me download White Night!
Is there any chance of you putting it up on a mirror somewhere, so the pre-orderers and Steam-purchasers can play it as well?

Good karma+2 votes
Cybolic
Cybolic - - 15 comments @ The Cradle of Evil

Hehe... I recognise who's speaking, and I must say that you put it to good use. As long as you don't include the rest of the track (and doesn't get a pull down request) I say keep it up!
I'm a bit confused about the space / 18-hundreds setting though?

Good karma+3 votes
Cybolic
Cybolic - - 15 comments @ Weatherman

Sounds nice yes, but it hasn't not exactly "got a feature that no one has seen before", changing the environment has been done before - Seasons after Fall (http://www.swingswingsubmarine.com/games/seasons/) comes to mind.

Good karma+2 votes