Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, I’m working with a friend on a new game, and looking to create a fast paced fps puzzle/combat game with a focus on momentum/movement. Due to the movement based game design, the stock fps controller doesn’t suit me. Any ideas on how I could write something in JavaScript? Thanks |
||||
|
Check out Sven's itch page: https://5v3n.itch.io/ He's got a custom FPS controller on there. Good for a starting point. |
||||
|
Thank you! |
||||
|
Actually, while Sven's controller is great, I'm looking for an actual piece of javascript to do the controlling. Does anybody know where I can start? |
||||
|
Sven's extension is exactly the piece of javascript that do the controlling. You start by figuring out how it works, than you modify it for your needs. Or do you have some specific issue? |
||||
|
Yeah when I said Sven's extension I meant you need to run the ccb so it puts the JS file in your extensions folder and then you can open that file and read the code to learn it. Also check out okeoke's JS tutorial he just made if you need some instruction. It's in the Announcements section of the forum. |
||||
|
|