What awful textures I made!
http://postimg.org/image/kvr93rd1z/ Anyway diving the reef at night is still a fun thing to do... The bouy mod is working great and with R on even though the framerate drops to like 10 you can see it from far, far away. I keep R off to keep the framerate around 30 until I need to correct course. The double-redraw hurts a bit but not that much.
Lua random is terrible, but here is a workaround that I found on the net at lua-users wiki
math.randomseed( tonumber(tostring(os.time()):reverse():sub(1,6)) ) 'uses the os time lower bits to set the randomseed - works!
math.random() - pull a few to get it started
math.random()
math.random()
then do a few before you pull the real one just to keep things mixed up well
for i=0,math.random(1,10),1 do
local pseudocrap = math.random(1,6)
end
Anyway, that's it! Back to the scuba mod! I'm thinking a tool with propagating "airbubbles:airbubble" & wear(time). My first tool, awwww. We'll see!
Thanks again for making Minetest!
MT IS MC'S SMARTER BROTHER
minetest 0.4.8 compiled from latest git on linux mint 15 with qjoypad and wired 360 controller
freeminer, pilztest, buildcraft and next are the idea factories
my minetest page is
http://1337318.zymichost.com if zymic isn't down - meh, it is free...