MisterNoNameLP 1 Posted September 11, 2019 Share Posted September 11, 2019 ocCraft is a little videogame originated trough a very little OpenComputers game jam. It is currently not much more as the engine but should be easy to modify as long as you have a little practice with lua. Modding You can install/create your own texture packs (also with different resolution) as well as mods with new blocks, entities and biomes (world gen)*. *(technically you can change nearly anything at runtime because the most data are stored in a local table named global which will given to any script at loading.) GitHub: https://github.com/MisterNoNameLP/ocCraft Pastebin (installation script): https://pastebin.com/7h1xNZgt Gameplay: I hope you like the project and have a little bit fun :> Quote Link to post Share on other sites
Zen1th 14 Posted September 15, 2019 Share Posted September 15, 2019 4/5 Very great game! Everything is handled greatly and makes a great building game overall. A smooth scrolling could be implemented with little GPU intensive activity. - Zen1th Magazine Quote Link to post Share on other sites
MisterNoNameLP 1 Posted September 28, 2019 Author Share Posted September 28, 2019 I am glad to hear that :> I was thinking about a smooth camera using the gpu.copy function (entire rerender of the frame is taking too much time) but currently i am not working on the game anymore. Quote Link to post Share on other sites
ims21 0 Posted September 30, 2019 Share Posted September 30, 2019 If I knew how to code, I would continue this project for sure cause it’s cool. Quote Link to post Share on other sites
MisterNoNameLP 1 Posted November 23, 2019 Author Share Posted November 23, 2019 Thx for the feedback, I'm glad that you like it (: Quote Link to post Share on other sites