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
Questions
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#10
RE: UNEXPECTED ERROR

(06-06-2014, 04:43 PM)Romulator Wrote: Basically, if it is moving correctly, don't worry about it.

Otherwise
Spoiler below!

X and Z are directions in Amnesia. X is the width co-ordinate, Y is the height co-ordinate, Z is the length co-ordinate. X and Z are essentially either going to be Left-Right/Forward-Back OR Forward-Back/Left-Right, however it really depends on how your map is laid out. It is a little difficult to explain, but you understand when you map a little more.


If it moves in the wrong direction, change this:
PHP Code: (Select All)
AddPropForce("jumpscare1", -1000000"world"); //Moves negative X relative to the world. 


To any of these, and figure out which one works best for you!
PHP Code: (Select All)
AddPropForce("jumpscare1"1000000"world"); //Moves positive X relative to the world. 
PHP Code: (Select All)
AddPropForce("jumpscare1"00, -10000"world"); //Moves negative Z relative to the world. 
PHP Code: (Select All)
AddPropForce("jumpscare1"0010000"world"); //Moves positive Z relative to the world. 

thanks! but.. Before i try...
i want to say... my dude DON'T come...
no sound... nopthing.. the area thing doesn't work...
06-06-2014, 04:56 PM
Find


Messages In This Thread
UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 02:44 PM
RE: UNEXPECTED ERROR - by DnALANGE - 06-06-2014, 03:02 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 03:29 PM
RE: UNEXPECTED ERROR - by Neelke - 06-06-2014, 04:01 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 04:16 PM
RE: UNEXPECTED ERROR - by Mudbill - 06-06-2014, 04:08 PM
RE: UNEXPECTED ERROR - by PutraenusAlivius - 06-06-2014, 04:17 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 04:23 PM
RE: UNEXPECTED ERROR - by Romulator - 06-06-2014, 04:43 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 04:56 PM
RE: UNEXPECTED ERROR - by Romulator - 06-06-2014, 05:11 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 05:13 PM
RE: UNEXPECTED ERROR - by Mudbill - 06-06-2014, 05:12 PM
RE: UNEXPECTED ERROR - by Romulator - 06-06-2014, 05:16 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 05:22 PM
RE: UNEXPECTED ERROR - by Romulator - 06-06-2014, 05:24 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 05:26 PM
RE: UNEXPECTED ERROR - by Romulator - 06-06-2014, 05:31 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 05:37 PM
RE: UNEXPECTED ERROR - by Neelke - 06-06-2014, 05:42 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 05:44 PM
RE: UNEXPECTED ERROR - by Romulator - 06-06-2014, 05:44 PM
RE: UNEXPECTED ERROR - by Mudbill - 06-06-2014, 06:07 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 06:13 PM
RE: UNEXPECTED ERROR - by Mudbill - 06-06-2014, 06:14 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 06:18 PM
RE: UNEXPECTED ERROR - by Mudbill - 06-06-2014, 06:20 PM
RE: UNEXPECTED ERROR - by Amnesiaplayer - 06-06-2014, 06:24 PM
RE: Questions - by plutomaniac - 06-07-2014, 10:31 PM
Unlocking door Error... - by Amnesiaplayer - 06-07-2014, 11:33 AM
RE: Unlocking door Error... - by Romulator - 06-07-2014, 11:46 AM
RE: Unlocking door Error... - by Amnesiaplayer - 06-07-2014, 11:49 AM
(picking key) *steve comes* - by Amnesiaplayer - 06-07-2014, 12:32 PM
RE: (picking key) *steve comes* - by DnALANGE - 06-07-2014, 12:37 PM
RE: (picking key) *steve comes* - by Romulator - 06-07-2014, 12:44 PM
RE: Unlocking door Error... - by DnALANGE - 06-07-2014, 12:45 PM
RE: (picking key) *steve comes* - by DnALANGE - 06-07-2014, 12:48 PM
RE: Unlocking door Error... - by Amnesiaplayer - 06-07-2014, 01:21 PM
Where ?! - by Amnesiaplayer - 06-07-2014, 02:59 PM
OnLeave() where to locate - by Amnesiaplayer - 06-07-2014, 03:45 PM
RE: OnLeave() where to locate - by Romulator - 06-07-2014, 03:48 PM
RE: OnLeave() where to locate - by Amnesiaplayer - 06-07-2014, 03:54 PM
RE: OnLeave() where to locate - by Romulator - 06-07-2014, 03:59 PM
RE: OnLeave() where to locate - by Amnesiaplayer - 06-07-2014, 04:07 PM
RE: (picking key) *steve comes* - by DnALANGE - 06-07-2014, 04:12 PM
RE: Where ?! - by PutraenusAlivius - 06-07-2014, 05:11 PM
RE: Where ?! - by Straxedix - 06-07-2014, 09:13 PM
RE: OnLeave() where to locate - by Straxedix - 06-07-2014, 09:36 PM



Users browsing this thread: 1 Guest(s)