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


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ignore this post
Musier Offline
Junior Member

Posts: 19
Threads: 3
Joined: Jan 2012
Reputation: 0
#3
RE: How do i make teleporting naked guys?

So....i've got an idea, but here, rather you can not explain it, because here you will need to play with a level editor.
OK. Let's do this. We'll go small step by step.

1. Add a script calling him his name.
2. In the script you're at the bottom of a place called "Mesh" press on "..." and look for the flying naked (D:\Amnesia - The Dark Descent\redist\entities\insan_visions\ - this is my path)
3. OK. If you add this guy now time for the script:

{
SetEntityPlayerInteractCallback("your_item_name", "Activatecorpse", true);
}
void Activatecorpse(string &in asEntity)
{
CreateEntityAtArea("corpse_bloody", "corpse_bloody.dae", "ScriptArea_1", false);
PlayGuiSound("react_scare.snt", 22.4f);
PlayGuiSound("enemy_hallucination_disappear.snt", 15.5f);
AddTimer("Timer1", 1.2f, "Timer1");
PlayGuiSound("24_iron_maiden.snt",10.0f);
}

OK. You got it. This is static guy. You can rewrite my script in order to move. Hope i help you.

[Image: lolfeminizemasteryibyki.jpg]


I will show you the path
(This post was last modified: 04-02-2012, 05:44 PM by Musier.)
04-02-2012, 05:13 PM
Website Find


Messages In This Thread
Ignore this post - by Liamgraves3 - 04-02-2012, 04:35 PM
RE: How do i make teleporting naked guys? - by Musier - 04-02-2012, 05:13 PM
RE: Ignore this post - by SplitHeadProduction - 04-03-2012, 10:31 AM
RE: Ignore this post - by palistov - 04-03-2012, 07:05 PM
RE: Ignore this post - by flamez3 - 04-03-2012, 11:48 PM
RE: Ignore this post - by Liamgraves3 - 04-04-2012, 01:12 PM
RE: Ignore this post - by flamez3 - 04-04-2012, 02:41 PM
RE: Ignore this post - by Dutton - 04-24-2012, 09:57 AM



Users browsing this thread: 1 Guest(s)