Page 1 of 1

Lua version of v6 cavegen?

PostPosted: Fri Apr 15, 2016 13:01
by burli
Hi, does anyone has a lua version of the v6 cavegen? Will try a few things, but would be to hard doing it in C++

Re: Lua version of v6 cavegen?

PostPosted: Sat Apr 23, 2016 10:39
by azekill_DIABLO
look at "Realms of light and Darkness" WIP subgame :)

EDIt: just noticed that was your game LOL

Re: Lua version of v6 cavegen?

PostPosted: Sat Apr 23, 2016 10:50
by paramat
No-one has transferred it to lua, good luck https://github.com/minetest/minetest/blob/master/src/cavegen.cpp

Re: Lua version of v6 cavegen?

PostPosted: Sat Apr 23, 2016 19:14
by burli
azekill_DIABLO wrote:look at "Realms of light and Darkness" WIP subgame :)

This is not a lua version. Duane replaced the v7 cavegen in the C++ code with the v6 version.

Re: Lua version of v6 cavegen?

PostPosted: Sun Apr 24, 2016 07:25
by duane
burli wrote:Hi, does anyone has a lua version of the v6 cavegen? Will try a few things, but would be to hard doing it in C++


I've made a start for you here.