Frictional Games Forum (read-only)
MoveObject will only move along X axis - 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: MoveObject will only move along X axis (/thread-22648.html)

Pages: 1 2


RE: MoveObject will only move along X axis - Rapture - 09-01-2013

I'm comparing to the Piston, it seems that Y is the Up&Down, not the Z?

Just for consistency (And in the unlikely chance that it makes it work), add a ".0" to your "OpenAmount" & "OpenAcc".


I find the ModelEditor buggy sometimes, I'll come back weeks later on a model and it will be supersized or has it's physics disabled or gone plain wonky.

If you can't think of anything else, start afresh and try it again.


RE: MoveObject will only move along X axis - JonnyAnomaly - 09-01-2013

Yeah, I tried to put in .0 after, but it resets to the whole number. I'll probably start from scratch and see if I can get it to move. Thanks for the help, though!


RE: MoveObject will only move along X axis - Adrianis - 09-03-2013

Not sure this will help but just in case... Try also modifying the value you are moving it by when changing axis, to the equivalent negative value. It will move in the direction specified (left or right, for example) depending on whether the value is positive or negative. After changing the axis I thought an object i was moving wasn't moving, but it was only because it was moving the wrong way into a wall which it was colliding with, changing the direction of force to -value made me realise the mistake.


RE: MoveObject will only move along X axis - JonnyAnomaly - 09-03-2013

I gave it a try, but still couldn't get it to move. Thanks for the suggestion, though.


RE: MoveObject will only move along X axis - Adrianis - 09-03-2013

Damn ok, can you post up the .ent file?


RE: MoveObject will only move along X axis - JonnyAnomaly - 09-05-2013

Sure, here is the .ent and the other parts. Thanks for taking a look!

http://www.sendspace.com/file/norkn0


RE: MoveObject will only move along X axis - Rapture - 09-05-2013

I'm going to take a look at it, but can you people use something like mediafire or a less add filled website? :/

Edit: Can't seem to get it to work also...

I noticed in the ModelView, the model was centered correctly. But in the Model Editor it was placed like 10 units off the center point, Y direction I think.

Can you try doing some Location/Rotation/Scale resets or whatever it is in your modeling program and try re-exporting it?

Unless someone else figured out the problem! Tongue