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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Custom Assets (Models)
Post: RE: Custom Assets (Models)

You have to texture the model in maya before exporting. Add a diffuse material in maya, the name of the texture you add it will be the name of the material of amnesia.
Neurological Custom Stories, TCs & Mods 4 4,470 10-19-2010, 05:34 PM
    Thread: Question about custom model entities
Post: RE: Question about custom model entities

I've solved it doing one thing. Put all your custom stuff on the main root folder, within the other amnesia assets, when releasing your custom story put all the stuff on your mod folder. Everything wi...
Neurological Custom Stories, TCs & Mods 5 5,965 10-18-2010, 10:42 AM
    Thread: Script question regarding UI [SOLVED]
Post: RE: Script question regarding UI

Thank you, found now on the wiki. I've to remember to doublecheck things before posting :).
Neurological Custom Stories, TCs & Mods 5 5,304 10-15-2010, 02:22 PM
    Thread: Script question regarding UI [SOLVED]
Post: Script question regarding UI [SOLVED]

It is possible to hide the hud icons via scripting? I've done a little cinematic where you have to interact with something then the player can't move but only watch the little cutscene, the problem is...
Neurological Custom Stories, TCs & Mods 5 5,304 10-15-2010, 02:17 PM
    Thread: Some questions
Post: RE: Some questions

There is also a short version of that wall, also resize them if still you don't get the desidered wall.
Neurological Custom Stories, TCs & Mods 14 13,781 10-14-2010, 05:19 PM
    Thread: Alpha channel
Post: RE: Alpha channel

(10-12-2010, 12:32 PM)moon Wrote: Greetings, At the moment i am on a window, dirty one, wich shall be half transparent on the not dirty parts. So far i know the alpha channel only supports black an...
Neurological Custom Stories, TCs & Mods 2 3,392 10-12-2010, 12:35 PM
    Thread: Binding objects to another?
Post: Binding objects to another?

It is possible to bind a static item (note "item" not object) to a submesh of another item? Basicly I've a chessboard models, that is like a chest which can be opened, in order to make it open I have...
Neurological Custom Stories, TCs & Mods 0 2,312 10-12-2010, 12:19 PM
    Thread: Changes to my map aren't updated/saved
Post: RE: Changes to my map aren't updated/saved

Try to delete the cache files.
Neurological Custom Stories, TCs & Mods 5 4,346 10-10-2010, 01:07 PM
    Thread: What do you think of the game's length?
Post: RE: What do you think of the game's length?

Personally the lenght of a game depend on the game itself. Amnesia have the right lenght, not too long, not too short. If you would make it longer it would drag over and over the same formula, and ma...
Neurological General Discussion 131 166,495 10-10-2010, 01:01 PM
    Thread: Script Didn't Work...
Post: RE: Script Didn't Work...

(10-10-2010, 02:39 AM)Kyle Wrote: Nope, didn't work :( The error says: FATAL ERROR: Could not load script file 'custom_stories/Exploration/maps/ch01/C:/Program Files(x86)/Steam/SteamApps/common/am...
Neurological Custom Stories, TCs & Mods 4 4,803 10-10-2010, 02:46 AM
    Thread: Script Didn't Work...
Post: RE: Script Didn't Work...

I'm not a script expert but I think you missed the closing branch on OnLeave, and maybe you should add: Code:AddUseItemCallback("", "awesomekey_2" , "lockedcellardoor1" , "UsedKeyOnDoor" , true); und...
Neurological Custom Stories, TCs & Mods 4 4,803 10-10-2010, 01:35 AM
    Thread: TUTORIAL: How to connect two maps (Level Doors)
Post: RE: TUTORIAL: How to connect two maps (Level Doors...

(10-09-2010, 12:37 PM)Chilton Wrote: It could use a slight bit more explaining so the person understands what theyre doing, as oppose to just copying your code with different name tags, but hell, i ...
Neurological Development Articles 4 8,027 10-09-2010, 12:44 PM
    Thread: IMPORTant things to know about 3dsmax
Post: RE: IMPORTant things to know about 3dsmax

Just something to add, the collada exporter of 3dsmax 2009 is broken, search for the plugin OpenCOLLADA.
Neurological Custom Stories, TCs & Mods 2 3,559 10-09-2010, 01:00 AM
    Thread: Echoes of a Sunless City - Work in Progress
Post: RE: Echoes of a Sunless City - Work in Progress

Thats some nice work there. I wonder if the engine is capable of vertex painting on the models, it would help to make terrain texture more various.
Neurological Custom Stories, TCs & Mods - Development 28 31,162 10-07-2010, 04:26 PM
    Thread: Problem with placing item script
Post: RE: Problem with placing item script

(10-06-2010, 03:32 AM)Entih Wrote: That honestly exhausted all my ideas. If you would like, I could try and take a look at it for you, but that would require packing it up and sending it to me some...
Neurological Custom Stories, TCs & Mods 18 13,652 10-06-2010, 11:45 AM
    Thread: Problem with placing item script
Post: RE: Problem with placing item script

(10-06-2010, 03:14 AM)Entih Wrote: Hmm... hold a sec. The item use callback references 'neurocheese_poison_1', but you seem to be giving 'neurocheese_poison'. Is that intentional, or are there mul...
Neurological Custom Stories, TCs & Mods 18 13,652 10-06-2010, 03:26 AM
    Thread: Problem with placing item script
Post: RE: Problem with placing item script

(10-06-2010, 02:59 AM)Entih Wrote: Alright, now inventory item combining is something I tried, but the combine would always fail miserably (callback would do nothing but would not fail), so not sure...
Neurological Custom Stories, TCs & Mods 18 13,652 10-06-2010, 03:11 AM
    Thread: Problem with placing item script
Post: RE: Problem with placing item script

(10-06-2010, 01:10 AM)Entih Wrote: An area which is item interactive will still only highlight with an item which has an active use callback for it, I have noticed, which is why I suggested the call...
Neurological Custom Stories, TCs & Mods 18 13,652 10-06-2010, 02:54 AM
    Thread: Problem with placing item script
Post: RE: Problem with placing item script

(10-05-2010, 10:29 PM)Entih Wrote: Alright, so you want to use an item on the area, correct? What does it say when you try to use the item on the area? If I am correct, it says "No object to use i...
Neurological Custom Stories, TCs & Mods 18 13,652 10-05-2010, 11:29 PM
    Thread: Problem with placing item script
Post: RE: Problem with placing item script

Bump, still having that problem.
Neurological Custom Stories, TCs & Mods 18 13,652 10-05-2010, 05:25 PM