Player T Posted May 13, 2022 I am trying to get the actor to move, but nothing is working. I have stared at the ZDoom wiki for almost an hour trying to figure this out. 0 Quote Share this post Link to post
Player T Posted May 13, 2022 Still nothing. I am using UDMF btw. 0 Quote Share this post Link to post
Bauul Posted May 13, 2022 In order to make something move along an Interpolation path you need to place an Actor Mover thing. It has arguments for selecting the thing you want to move and the first interpolation point it moves to. You then activate the Actor Mover (using a script or line action) and that triggers the targeted thing to move. Additionally, I believe interpolation paths have to be loops. You can have the wait time at the final path point be a million tics or whatever so effectively it's a linear line, but in the editor you have to set it as a closed loop: the final point must point back to the first. You'll know you've done it right because the direction lines will change to a smooth curve. 3 Quote Share this post Link to post
Player T Posted May 13, 2022 Still nothing. I think this is because there is nothing to activate the actor mover. How would I activate it when the map starts? Would I just type "Thing_Activate(1)" 0 Quote Share this post Link to post
Kappes Buur Posted May 13, 2022 (edited) When asking for help such as this it would be preferable for you to upload your pwad or to link to it. After all, your pwad would provide all the clues one needs to solve your problem. The loop normally starts when the game starts and works the same in either format, DiHF or UDMF. Here is a link to my example pwad. Just watch the monitors. If you feel that you need to convert my example to UDMF, here is how. Edited May 13, 2022 by DOOM mapping enthusiast 1 Quote Share this post Link to post
Player T Posted May 13, 2022 MAP01.zip Sorry for the missing textures. Anyway, I noticed that your map is using Patrol points rather than interpolation points. 0 Quote Share this post Link to post
Player T Posted May 14, 2022 I don't need to convert the map. But get back to me once you've looked at the map. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.