3D Block game (complete)
-
@monkeee Here is probably the final program:
ID : DEZ73M5ZEBSBU73MNDHB.(LIVE) -
I realise now I could make it more like Minecraft:
Random Terrain --> use perlin noise/ hash stuffye doableTextures --> use fuze's own terrain objects like https://fuzearena.com/catalogs/view/4917use provided models instead. frame rate takes a huge hitChunk system --> use rle to compress size of matricies saved to file.No compression so far but i am able to save and load multiple worlds. also chunk system sounds like effort. my code feels so fragile, i dont want to change anything lol.
main problem is frame rate takes a hit when loads of cubes drawn on screen. sadge
-
-
Very impressive stuff! Could make a nice little 3D shooter out of it with randomized levels...
Are you using the terrain functions for the custom texture?
-
@vinicity tank you. thats a great game idea, wish i had thought of it. Originally was going to turn it into a parkour type game but idk if i will be able to finish the base mechanics to actually start on that.
yeah then i used 6 terrain objects and oriented them to make a cube to place down. I have a feeling the lag is from this massive array that i have in memory rather than from rendering it all but idk.
-
-
@monkeee How cool is that! It's almost Minecraft!
-
@monkeee update:
added ability to place up to 63 models and 126 colours. Added a model selection menu. saving and loading works okay. one problem i have encountered is saving a world doesnt preserve the models rotation, so i might have to work around that.preview:
The code is getting pretty spaghetti now to a point where its very difficult to work with. might remove some stuff and refactor. Ui code is pretty overcomplicated.
-
@monkeee update:
got rid of colours. now only 63 models.nearly done just got to clean everything up a bit. Everything user interface is a tangled mess.Project is very large probably wont update in future. Rotations can now be saved but the save file is now 65kb instead of just 32kb. Alot of optimizations could be made but im too lazy to thinkAnyone have any models which would make a good addition to this? I have quite a few more slots open for models which i could theoretically load.
Also i dont know what to call this game since it has deviated a bit from the original projects. Any suggestions would be great.
Heres another preview:
-
-
@monkeee
.... Bad news : 💀 -
@monkeee
Its all fixed now thanks to @pianofire so false alarm.After 1 year and being on and off with fuze, i have finally finished this project. I am very satisfied with the final product, i made it the best i possibly could.
Also i added speedrunning blocks which can be used for parkour/ map play throughs. Could also be used for speedbuilding a creation.
I am happy it didnt crash and burn like so many of my other projects haha. Learned alot about game dev and programming from this and glad i was arrogant enough to see it till the end.
-
@monkeee
Here is the link to the final finished project:
https://fuzearena.com/forum/topic/2001/fuzecraft-a-minecraft-clone?_=1657826281305:D