Frictional Games Forum (read-only)
Puzzle animations, programming, and custom item names! - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Puzzle animations, programming, and custom item names! (/thread-18190.html)



Puzzle animations, programming, and custom item names! - Bennick - 09-07-2012

You know when you have to chisel things in the vanilla story and you'll see the actual hammer and chisel animating to break something? How would I go about doing my own things like that? Also, how does a chemistry type puzzle work scriptingwise? For example, say I want to use a hand drill on Agrippa's head to leak blood into a jar and then have the jar become something new to pick up? How do I make the custom names for all these jars and things? (I assume its lang file related) halpz lol?


RE: Puzzle animations, programming, and custom item names! - FlawlessHappiness - 09-07-2012

Hammer & Chipper: Search around the forum for hammer and chipper.

The other script, you'll have to mess around with SetEntityActive, CreateParticleSystemAtEntity, and other stuff... Try, try and try! Use the engine scripts, and see the possibilities


RE: Puzzle animations, programming, and custom item names! - Theforgot3n1 - 09-08-2012

Incoming boring response, but... you should check the actual maps, where those animations happen, with Level Editor while at the same time analyzing the scripting of it. If you're persistent, you might understand how they do it. It's not too hard I think.