Game
Turbowarp Scratch 3D Engine (TS3D)




3 years ago

Sooo, I restarted my 3d engine from scratch ... again... (playable in browser)

https://gamejolt.com/games/turbowarp-scratch-3d-engine/644741


This engine is partly more advanced while also in other parts not even close to v2

v3 Controls:

WS = direction of camera

A/D = sideways

SHIFT = down

SPACE = up

Mouse cursor to look around, I've locked the rotation at 90/-90° to make it less confusing

Full camera rotation on all axis is fully working tho.

I wanted to continue with version 2, but v2 has 1 fatal flaw when it comes to my future plans.

It uses clones. I wanted to add spritesacking weapons to v2, but if I'd do that with clones,

I'd need like a hundred of them : P

v3 doesn't use a single clone, everything that's visible onscreen is stamped by 1 sprite.

Also, everything is listbased and I barely used any code of @thegreenflash 's tutorials.

The code is even cleaner and more optimized then in v2.

I've been working on building some really useful tools and I'm planning to add way more in the future :D

Every custom block, list and variable has been marked with an emoji that tells if it is a :

- ⚙️ = Core System

- 🔧 = Tool

- 🎨 = Rendering

- ⏱ = Tick (order of frame stuff)

- 🔄 = New Frame

- 🔢 = Counter (just saving stuff in general)

- ⚛️ = Setup (start of project)

- 🟢 = TheGreenFlash tutorial code



0 comments

Loading...

Next up

I've been working on some sprite stacking code for my 3d engine. The textures are placeholder, the code works really well though. I hope this can help people. https://scratch.mit.edu/projects/639796949/

I took part in #GMTK23. Play my game in browser... pls... it's literally only 30 secs to 1 min long.

This is a Teaser. I'm working on a visual demo for my engine, now that I got triangles working.

We've updated the trending section of the Game Jolt Shop! http://gamejolt.com/#shop

Snag a new avatar frame and a sticker pack or two!

Remember, every purchase supports our creators and our community!

Support creators, shop on Game Jolt! #broadcast

TEASER for my 3D SPACE Game.

We have a question and we wanna know: What's the coolest easter egg you've ever seen in a game? Complete the quest and you'll get 100 Coins!

I added Saturn. It laggs when recording but without recording I didn't have any laggs. I hope I'll find some other performance fixes in the future.

Sup! I've been working on a Split-Screen Tile Engine.

Our Slime Heroes quests have ended.

Congratulate the winners (who are all tagged in the article.)

Discover the game for yourself: https://bit.ly/slimeheroes

I've released a TopDown-CharacterRig-AnimationToolkit for scratch. You can easily animate smooth animations via code for topdown games. Credit is mandatory when using it (@bamfyu ).