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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Monster Help :O
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#2
RE: Monster Help :O

First thing! WHY are you making so many treads?
We are helping in the other one..
-
As far as i see..
You have so little experience with Amnesia + Editors + scripting...
IF i will explane you might not understand.
i will try this time.
-
FOR THE MONSTER RUN FASTER:
go to : Modeleditor \ open the enemy you want to run faster. then,
go to : SETTING \ UserdefinedVariables \ and there you can set up the speeds and LOADS of other things.
for YOU, you need to change this :
Quote:RUN_FORWARDSPEED : change that into what YOU want.
and
RUN_FORWARDACC : change that also a little.
---
You might also change the 2 walkspeeds { if you want offcourse, NOT needed for you i guess.. }:
WALK_FORWARDSPEED
and
WALK_FORWARDACC
-
VERY IMPORTEND!!!
Save as ( go to you custom story and make a folder called Enemy. save it there with ANOTHER NAME!
For example EnemyStrax.
do NOT OVERWRITE the Original monster or you will have all monsters run fast in your Original Amnesia.
---
for the Look monster thing:
Quote:SetPlayerActive(false);
AddTimer("", 5.0f, "Walkagain");
StartPlayerLookAt("YOURMONSTERNAME", 5.0f, 5.0f, "");

void Walkagain(string &in asTimer)
{
SetPlayerActive(true);
StopPlayerLookAt();
}

EDIT:
IF you are using a CUSTOM monster,
you will need to put the WHOLE MONSTER FOLDER in YOUR custom story \ enemy's
There might be people who do not have that monster { for NON amnesia monsters only }
(This post was last modified: 03-22-2014, 03:52 PM by DnALANGE.)
03-22-2014, 03:26 PM
Find


Messages In This Thread
Monster Help :O - by Straxedix - 03-22-2014, 03:14 PM
RE: Monster Help :O - by DnALANGE - 03-22-2014, 03:26 PM
RE: Monster Help :O - by Straxedix - 03-22-2014, 04:05 PM
RE: Monster Help :O - by DnALANGE - 03-22-2014, 04:13 PM
RE: Monster Help :O - by Straxedix - 03-22-2014, 04:16 PM
RE: Monster Help :O - by DnALANGE - 03-22-2014, 04:18 PM
RE: Monster Help :O - by Straxedix - 03-22-2014, 04:32 PM
RE: Monster Help :O - by Straxedix - 03-22-2014, 08:41 PM



Users browsing this thread: 1 Guest(s)