Hey guys ^^ Thought it would be cool to share my Xtremely Sonic engine with everyone here. Basically this is a 3D Sonic engine that tries to incorporate the same physics that the classic Genesis games use. It's pretty unfinished and needs a lot of work, but I have a couple videos showing how the raytracing system works. I had a lot of help from the Sonic Physics guide here, so a lot of credit goes to Sonic Retro for helping me with this project. Here are the videos I have of it: https://www.youtube.com/watch?v=7yO_ARC7Al0 https://www.youtube.com/watch?v=CmjNr0sF8h0 Let me know what you guys think! ^^
That's... wow. Really impressive! I don't really know how to work in 3D with GMS, so it looks really cool from my PoV. Do you have any plans to update it?
Yeah I do. ^^ I'd like to clean up a lot of the code for the raytracing system. There's 16 individual rays that control the angle/rotation of Sonic's model and his slope physics. It's pretty nuts. Also I want to make this engine open-source, so anyone can just pick it up and use it. I originally wanted to make it cross-platform compatible, but P3DC doesn't allow for that. > w < Maybe somebody else can figure something out with that if I can't. XD But yeah, thank you for the kind words! ^^
Once I figure out how to XD The camera system definitely needs to be revamped. Right now it's set up so that the mouse actually controls the camera's direction, and Sonic himself will actually change direction with the camera too.
I'm more concerned with the fact that you made this in Gamemaker! Like wow! I haven't used GM since 8, admittedly, but if it's anything like it was then, it's not made for 3d. Like at all. The fact that you could put such a thing together in such a differently designed piece of software is incredible, and I'm looking forward to seeing where this goes
Game maker had a 3D rendering plugin called ultimate 3D at one point, it was very nice! That's where I started with AXSX. Wingedwolf a game maker user as an example had some impressive 3D working in his own project that ran in game maker 6 without any rendering plugin help. I think a lot of people underestimate the potential game maker truly has. Good luck with the project! This is axsx running in game maker 5 with the ult 3D rendering plugin
I'm not one for using Gamemaker, and I sure as heck never really imagine it being used for 3D when there's stuff like Unity and UE4 out there, but I still gotta commend how much effort you put into this, dude. This looks like it took a while to get right, and I hope you can refine it some more as you learn.