Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey I rewrote parts of your map loop script. I said I would show people what I did on discord, but it's your script I don't want to do anything without your approval. Thanks for writing the original script it's really genius and it actually helped me learn the scripting language alot!  

I learnt EFPSE scripting doing this. So glad it has the same effect for you!

Which parts did you rewrote? I just fixed one minor issue: https://manurgamedev.itch.io/dungeon-crawler-template-for-easy-fps-editor/devlog...

PD: yeah, you can showcase your work, just give some creddit so they can reach for the source code if they want.

(1 edit) (+1)

yeah absolutely full credit will be given! Thank you. I’ll link you the video when it’s all done, but I redid the player orientation conversion for angle to number. You can just divide by 90! I stopped it from going negative by adding 360 at the end of movement to PTR (target rot), and a bunch of small optimisations the core logic still remains. I actually sent you all the scripts on discord I changed the binding for turning right to r so I didn’t  have to constantly switch config files lol but there’s a bunch of stuff really please have a rummage and if you like anything I did, it’s yours. I number all the procedures and the steps in the main movement procedure so anyone can follow the logic, at least that was the plan and I added a debug menu that shows the changing values for each procedure. So you can see the code work in real-time. It’s very satisfying. I’m not insane though I thought for game it could become a map and objective menu.