Page 1 of 1

minetest overhaul

PostPosted: Wed Aug 15, 2012 03:16
by Kacey
hello all. i am beginning my almost complete overhaul (not doing textures) of minetest. please leave some suggestions for it
thank you in advance

PostPosted: Fri Aug 24, 2012 02:09
by tonyka
  1. editable RGB color light sources
  2. broaden the understanding of alpha channel for textures ... currently only recognizes 100% and 0% transparency ...
    with 8 levels of transparency is more than enough because of to the small size of the textures ...
  3. replace the node fire for a flare effect
  4. Goraund Shader
  5. reflections
  6. dynamic shadows
  7. and of course the graphics settings tab ... for those who have older computers do not we complain about render speed ...
    (I included)
of time is not much, but I am content with that ...

PostPosted: Fri Dec 07, 2012 04:15
by R3B3LCAUSE
Exactly what sort of overhaul are you planning, the engine or gameplay or both or what?

PostPosted: Thu Mar 07, 2013 21:32
by Tedypig
Most current mods built in would be nice. Mesecons, Moreblocks, Non Cubic, Pipeworks, worldedit+the gui, Inventory Plus.

Also add some new ones. Good 3D mobs (friendly AND hostile)(tameable/capturable), settings menu from in-game (i hate closing my server to change key bindings), NPCs built in (traders, blacksmiths, etc.), Different map sizes/types, /restart (to add mods on the fly).

Bug fixes also like wielded items not stuck in your chest.

Just a few ideas. I don't know if you're still doing this but these are things I would like to see.

PostPosted: Fri Mar 08, 2013 13:25
by Calinou
Tedypig wrote:settings menu from in-game (i hate closing my server to change key bindings


You can start a "dedicated" server from a command line if you want to run a separate server and client.

PostPosted: Fri Mar 08, 2013 13:27
by Tedypig
Calinou wrote:
Tedypig wrote:settings menu from in-game (i hate closing my server to change key bindings


You can start a "dedicated" server from a command line if you want to run a separate server and client.



How do I do it though?

PostPosted: Fri Mar 08, 2013 13:27
by Calinou
Hybrid Dog wrote:screenshot folder


Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
screenshot_dir = ../screenshots


puts screenshots in "screenshots" directory of your Minetest directory.

PostPosted: Fri Mar 08, 2013 17:24
by Tedypig
Where do I put this?

PostPosted: Fri Mar 08, 2013 18:31
by Calinou
Add that line in your minetest.conf (which should be in your Minetest directory).

PostPosted: Fri Mar 08, 2013 23:57
by Tedypig
Calinou wrote:Add that line in your minetest.conf (which should be in your Minetest directory).


Thank you.

PostPosted: Sat Mar 09, 2013 11:01
by Mito551