Frictional Games Forum (read-only)
"Insomnia" - Released - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+---- Forum: Showcase (https://www.frictionalgames.com/forum/forum-36.html)
+---- Thread: "Insomnia" - Released (/thread-4928.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


RE: "Insomnia" - Released - Trooy - 02-25-2012

Is there a sequel to Insomnia, that ends this Trilogy?



RE: "Insomnia" - Released - spookysword - 04-01-2012

My Amnesia logo has been replaced with "Insomnia" logo when I start my game normally. Can someone help me fix it?. I want my original Amnesia logo back. Smile



RE: "Insomnia" - Released - Aquous - 06-15-2012

Hi,



I'm trying to play this mod, but I am missing almost all textures. hpl.log contains a bunch of these:

Code:
ERROR: Couldn't load material 'C:/Program Files (x86)/Steam/steamapps/common/amn

esia the dark descent/textures/dnh/metal_floor.mat'



which seems rather odd considering I'm playing on Linux and my Amnesia is located in ~/Amnesia.

Can this bug be fixed?

EDIT: You can work around the hard-coded path issue by running the below Perl script I whipped up...
Code:
use warnings;
use strict;
undef $/;

for my $file (qw(./entities/dnh/furniture_office_chair01/furniture_office_chair01.ent
./entities/dnh/IndustrialFan/IndFan_Diffuse.mat
./textures/dnh/Prog1.mat
./textures/dnh/SnowGrass.mat
./textures/dnh/medSign.mat
./textures/dnh/Prog3.mat
./textures/dnh/p1.mat
./textures/dnh/Prog2.mat
./textures/dnh/Prog4.mat
./textures/dnh/p5.mat
./textures/dnh/metal_floor.mat
./textures/dnh/Nicefloor.mat
./textures/dnh/Tile2.mat
./textures/dnh/Glass.mat
./textures/dnh/degree.mat
./textures/dnh/circuuits.mat
./textures/dnh/p3.mat
./textures/dnh/p4.mat
./textures/dnh/rm203.mat
./textures/dnh/bloodwall.mat
./textures/dnh/p2.mat
./textures/dnh/Vent.mat
./textures/dnh/tile_wall.mat
./textures/dnh/marker.mat
./textures/dnh/Snow.mat
./textures/dnh/Cpu.mat
./textures/dnh/marble_floor.mat
./textures/dnh/testCity.mat
./textures/dnh/marker_red.mat
./maps/dnh/backup.map
./maps/dnh/00.map
./maps/dnh/03.map
./maps/dnh/01.map
./maps/dnh/dnh_menu.map
./maps/dnh/04.map
./maps/dnh/02.map
./static_objects/dnh/tall_stone.mat
./static_objects/dnh/graveyard_floor_dirt_pile.mat
./dnh_models/hand_objects/lantern/DigiByteFlashLight/hand_flashlight.ent
./dnh_models/hand_objects/lantern/penumbraFlashLight/item_flashlight.ent
./ReadMe.txt))
{
    open my $ih,'<',$file;
    binmode $ih;
    my $contents = <$ih>;
    close $ih;
    $contents =~ s!C:/Program Files \(x86\)/Steam/steamapps/common/amnesia the dark descent!PATHTOYOURREDISTFOLDER!g;
    open my $oh,'>',$file;
    binmode $oh;
    print $oh $contents;
    close $oh;
}
but that won't solve the texture problem because the textures' sizes are not powers of 2 which means they will fail to load no matter what (or at least on Linux using the r600g driver). This is bad practice, developer!


RE: "Insomnia" - Released - bob101910 - 08-12-2012

Hate when FC overwrite the regular game files. Now whenever I play Amnesia, it says Insomnia in the main menu Sad


RE: "Insomnia" - Released - Blacktimes - 08-13-2012

Will be have german suport? Smile


RE: "Insomnia" - Released - Traggey - 08-13-2012

(08-13-2012, 01:36 AM)Blacktimes Wrote: Will be have german suport? Smile
Not sure if you realise but almost 100 % of custom stories are in english only, there's no reason to make localized german verisions as pretty much everyone can speak atleast some english, which can not be said about german.


RE: "Insomnia" - Released - Edogawa4869 - 09-24-2012

(08-12-2012, 05:27 PM)bob101910 Wrote: Hate when FC overwrite the regular game files. Now whenever I play Amnesia, it says Insomnia in the main menu Sad
Oh, so I'm not alone in this. Sad

EDIT:
Thanks to Your Computer for the assist! Check out the link for a solution to this: http://www.frictionalgames.com/forum/thread-18480-post-170155.html#pid170155


RE: "Insomnia" - Released - Velaour - 06-04-2013

Hi.
I'm a new user.
I have read the Forum Rules , but i'm not found the 'ban for necroposting'.
... or maybe i didn't read it well , because i don't speak english very well.

So , i've a problem..
I downloaded the Full Conversion Insomnia and i've put the mod's general folder into the folder REDIST of Amnesia The Dark Descent. I've installing the 'Justine Patch 1.2' and i've started file 'Insomnia.BAT'...
I received this Error window:
Amnesia.exe caused an EXCEPTION_ACCESS_VIOLATION in module atioglxx.dll 0023:04BB4B3B ,BrvPresentBuffers () +283003 bytes(s)


Why?
I do something wrong?
I don't found anyone with the same my problem...
PS: I've used the SEARCH service of this forum


RE: "Insomnia" - Released - PutraenusAlivius - 06-04-2013

Give us your HPL.log in My Documents/Amnesia/Main


RE: "Insomnia" - Released - Velaour - 06-04-2013

The MainGame run perfectly.
In my Document \ Amnesia there isnt the folder 'Insomnia' and so there isnt the Insomnia's HPL.LOG .
I've update the graphic drivers (i have ATI Mobility Radeon) but Insomnia still can't start