
amchornet76
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
amchornet76 commented,
'@gboYou can set the thing to go at 1000ms I think with followers (or maybe 9999ms I think the limit is based on its size) so it would all happen almost instantly. Teleporters unfortunately don't t...
-
amchornet76 commented,
It really depends on what you want to do. But I have a shooter ai (really wip at this moment, still working on aiming and shooting) that avoids falling off cliffs, will avoid walls, and will follow...
-
amchornet76 commented,
Think of a 2 way radio.You could transmit for example a position then send back that you have arrived at the position and then get a new position.
-
amchornet76 commented,
Actually, actually, actually, you don't need to do any of that. A follower has an input for XYZ position directly :) it's on the third page. Just make sure to set the max and min of the tag finder ...
-
amchornet76 commented,
You can do a couple of things dependant on how much effort you want to put in. Best thing I can think of is to use an action recorder on an invisible cube with a tag on it. Record the cube going al...
-
amchornet76 created a post,
Health manager consider players
How does this work? I turn this on for both the manager and modifier with a controller sensor on both objects set to remote control for only 2nd player (to force ownership of the chip) and the modi...
-
amchornet76 commented,
Thanks John! And no it's not caused by my logic a message appears and says it has gone too far from the origin. I have a splitscreen demo up on my profile. It's still buggy but that is mainly due t...
-
amchornet76 created a post,
What are the exact scene dimensions?
I've noticed that when objects go too far away from the center they delete themselves. I need to know the exact dimensions so I can have precautions built in for my splitscreen game.
-
amchornet76 commented,
Dreams doesn't use Euler angles and there's no way to get Euler without the inverse trignomic functions. Dreams uses Axis Angles and you can't directly modify the XYZ numbers to get what you want. ...
-
amchornet76 created a post,
How do I "add" rotations?
I'm trying to add two rotations to get something inbetween the two to use for setting rotation of another object. However the calculator doesn't work with the type of rotations dreams uses (axis an...