Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shell_prisoner

Pages: 1 2 [3] 4 5 ... 9
21
Game Help / Re: Blender 2.57 and Windows 8?
« on: April 15, 2014, 04:25:51 am »
Quote
Blender 2.57
The latest version is 2.70a
http://www.blender.org/download/

22
Yeah, but dad told me Torrents are bad and I would need a lot of virus blockers if ti used it.
That's a common misuse of a term. "BitTorrent" is a technology of data exchange. But when people say "torrents" they usually mean websites that use BitTorrent for file sharing. Some of these websites actually do distribute malware, but that's not a fault of technology itself.

23
Sad I haven't noticed that topic before :(
How do I make sure downloaded presets are working? Everything seems to be fine, there was no errors, and btsync downloaded 679 files, but a lot of people have textures missing.
I'm using original FeralHeart.exe with custom startup script:
Code: [Select]
#!/bin/bash
cd ~/games/FeralHeart
if [ ! -d "${PWD}/.psync" ]; then mkdir ${PWD}/.psync ; fi
if [ ! -d "${PWD}/PublicPresets" ]; then mkdir ${PWD}/PublicPresets ; fi
if [ ! -d "${PWD}/PrivatePresets" ]; then mkdir ${PWD}/PrivatePresets ; fi
rm -f -- ${PWD}/presets/*.fhp
ln -s ${PWD}/PublicPresets/*.fhp ${PWD}/presets/
ln -s ${PWD}/PrivatePresets/*.fhp ${PWD}/presets/
btsync --config ${PWD}/presetsync.conf
wine ${PWD}/feralheart.exe $@ > ${PWD}/gamerun.log 2>&1
kill -TERM `cat ${PWD}/.psync/sync.pid`
exit 0

24
Discussion Board / Re: Okay, so umm, could anyone help me? o3o
« on: January 29, 2014, 12:18:30 pm »
Quote
Part ID: 6937860100
SERIAL NO: LIAS61202112
Looks like these numbers are quite useless, I wasn't even able to find manufactor's name, sorry :(
Originally, I hoped to search for hardware specification, to make sure it is suitable for IT.
There is other way to do it, but it includes downloading software from internet :(
Quote
CPU-Z is a freeware that gathers information on some of the main devices of your system.
http://www.cpuid.com/downloads/cpu-z/1.68-en.zip
Please post screenshots of "CPU" and "Graphics" tabs if you can.

25
Discussion Board / Re: Okay, so umm, could anyone help me? o3o
« on: January 26, 2014, 01:25:41 pm »
Is there a sticker with model name on the bottom side of computer?

26
Game Help / Re: Um. FH Maps on a Mac? (Member-made)
« on: January 20, 2014, 05:18:01 pm »
It's not a real file, it is a link. If you put FeralHeart.app into same folder, the link will open a hidden folder inside of FeralHeart.app

Old Outdated Mac Thread



27
Game Help / Re: Wtf happened!?
« on: January 18, 2014, 07:58:45 pm »
Related link: http://arstechnica.com/security/2014/01/malware-vendors-buy-chrome-extensions-to-send-adware-filled-updates/

Quote
One of the coolest things about Chrome is the silent, automatic updates that always ensure that users are always running the latest version. While Chrome itself is updated automatically by Google, that update process also includes Chrome's extensions, which are updated by the extension owners. This means that it's up to the user to decide if the owner of an extension is trustworthy or not, since you are basically giving them permission to push new code out to your browser whenever they feel like it.

To make matters worse, ownership of a Chrome extension can be transferred to another party, and users are never informed when an ownership change happens. Malware and adware vendors have caught wind of this and have started showing up at the doors of extension authors, looking to buy their extensions. Once the deal is done and the ownership of the extension is transferred, the new owners can issue an ad-filled update over Chrome's update service, which sends the adware out to every user of that extension.

28
Other Games / Re: Amnesia: A Machine For Pigs
« on: September 15, 2013, 09:31:36 pm »
I walked through this game 2 times so far. The story is nice, and the decontamination chambers are really awesome, but the game is not scary at all! The only place that made me feel nervous was the area below piston control room. Most of puzzles are too obvious, especially if played in "the Dark Descent".
Does anyone know if there are alternate endings?

29
Discussion Board / Re: Drawing/editing programs
« on: September 01, 2013, 08:48:45 pm »
I don't know much about digital painting, but i've heard that Krita is a nice free program. But it is also known to be slow and full of glitches. And it will not run on Windows XP.

30
Game Help / Re: [Linux] I can't run the game with Optimus
« on: August 31, 2013, 10:09:51 am »
try "cd ~/.wine/dosdevices/c:/FeralHeart" first

my ~/bin/feralheart:
Code: [Select]
#!/bin/bash
cd ~/games/FeralHeart
optirun -b virtualgl wine ./FeralHeart.exe $@ > ./gamerun.log 2>&1
exit 0

Pages: 1 2 [3] 4 5 ... 9