Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: LiveStream(Online)
Post: RE: LiveStream(Online)

Link not work.
S4n1tyM0rs0 Custom Stories, TCs & Mods - Development 3 3,369 02-06-2012, 04:24 PM
    Thread: Problem with custom entity
Post: RE: Problem with custom entity

(02-06-2012, 03:18 PM)Your Computer Wrote: (02-06-2012, 03:13 PM)S4n1tyM0rs0 Wrote: Now second problem is that when I eat (use) the meat from my inventory like I do with laudanum, I can hear glass...
S4n1tyM0rs0 Development Support 6 5,652 02-06-2012, 03:42 PM
    Thread: Problem with custom entity
Post: RE: Problem with custom entity

Thanks, it worked. Now second problem is that when I eat (use) the meat from my inventory like I do with laudanum, I can hear glass sound. How to change that sound? I would change more likely it to a ...
S4n1tyM0rs0 Development Support 6 5,652 02-06-2012, 03:13 PM
    Thread: Problem with custom entity
Post: RE: Problem with custom entity

(02-05-2012, 10:53 PM)Your Computer Wrote: Sounds like you forgot to attach the body to the mesh.And how to do that? Do I have to use some model editor or can I just edit my .ENT file?
S4n1tyM0rs0 Development Support 6 5,652 02-06-2012, 02:36 PM
    Thread: Problem with custom entity
Post: Problem with custom entity

I am trying to make custom entity for my custom story.. I wanted to give meat skin for laudanum, so meat would work as food for the player. The only problem is that model of the entity goes always to ...
S4n1tyM0rs0 Development Support 6 5,652 02-05-2012, 03:27 PM
    Thread: Piano Script - Errors
Post: RE: Piano Script - Errors

This should work: void OnStart() { AddEntityCollideCallback("Player", "roomevent", "room1", true, 1); AddEntityCollideCallback("Player", "pianoevent", "pianoscare", true, 1); } void room1(string &a...
S4n1tyM0rs0 Development Support 6 4,958 02-04-2012, 06:04 PM
    Thread: Piano Scare script
Post: RE: Piano Scare script problem.

void OnStart() { AddTimer("pianotimer", 0, "pianotimer"); AddEntityCollideCallback("player", "pianostop", "pianostop", true, 1); } void pianotimer(string &in asTimer) { PlaySoundAtEntity("piano",...
S4n1tyM0rs0 Development Support 8 5,049 02-04-2012, 05:41 PM
    Thread: Huge bugg
Post: RE: Huge bugg

(02-04-2012, 05:13 PM)Calypse1 Wrote: My whole map is strange now. I can not delete walls... Even if I restart Amnesia and the leveleditor I still can not remove walls. I can remove them in the edit...
S4n1tyM0rs0 Development Support 2 2,750 02-04-2012, 05:18 PM
    Thread: Piano Script - Errors
Post: RE: Piano Script - Errors

(02-04-2012, 04:06 PM)Loveridge Wrote: void OnStart() { AddEntityCollideCallback("Player", "roomevent", "room1", true, 1); AddEntityCollideCallback("Player", "pianoevent", "pianoscare", true, 1); } ...
S4n1tyM0rs0 Development Support 6 4,958 02-04-2012, 04:08 PM
    Thread: Problem with developer mode
Post: RE: Problem with developer mode

(02-04-2012, 04:03 PM)Tripication Wrote: Ok. Somewhere you have changed the setting to load the map on game start. You cannot do this. You cannot skip the title it just wont work. You have to find t...
S4n1tyM0rs0 Development Support 3 2,979 02-04-2012, 04:05 PM
  Question Thread: Problem with developer mode
Post: Problem with developer mode

Hey! I'm having a problem with developer mode. When I load my map from custom story folder, it doesn't load my .LANG -file. Works in normal mode, though. How to fix this or is it even fixable?
S4n1tyM0rs0 Development Support 3 2,979 02-04-2012, 03:55 PM
    Thread: Only shows "Picked up" when picking up a key, tried EVERYTHING...need help :(
Post: RE: Only shows "Picked up" when picking up a key, ...

(02-04-2012, 02:23 PM)Ninami Wrote: Alright so I sent the map folder to my brother. He started the map and it fucking worked?!?!?! But when I try with the EXACT same folder, it does NOT...... Th...
S4n1tyM0rs0 Development Support 18 11,235 02-04-2012, 02:25 PM
    Thread: Only shows "Picked up" when picking up a key, tried EVERYTHING...need help :(
Post: RE: Only shows "Picked up" when picking up a key, ...

Well, I'm not sure but I prefer changing both Sorry! I was wrong... CustomSubItemTypeName key1 and Entity name key_1 worked fine!! I think you should just check that there's no spelling mistakes or s...
S4n1tyM0rs0 Development Support 18 11,235 02-04-2012, 02:16 PM
    Thread: Only shows "Picked up" when picking up a key, tried EVERYTHING...need help :(
Post: RE: Only shows "Picked up" when picking up a key, ...

I tried to make key with Entity name key_1 and CustomSubItemTypeName key1 Then I launched game and it was called "Machine Room Key" and description was from original Amnesia story... I think you shou...
S4n1tyM0rs0 Development Support 18 11,235 02-04-2012, 02:14 PM