Page 1 of 1

Minetest Modder

PostPosted: Tue Dec 18, 2012 19:55
by Strikeboba
I'm officialy announcing i am working on a Mintest Modder written in C++. This modder will include the capabilities to add,delete and edit nodes,craft items,entity's and special properties.

PostPosted: Tue Dec 18, 2012 19:59
by kaeza
Hello.
There are already some programs that do that.
Please at least post a link to a working version.
Thanks.

PostPosted: Tue Dec 18, 2012 20:03
by Strikeboba
Its a WIP and will include a nodebox editor and viewer and name 1 program that does this

PostPosted: Tue Dec 18, 2012 20:09
by kaeza
Don't get me wrong! A complete "IDE" would be awesome.
Here's a nodebox editor: http://minetest.net/forum/viewtopic.php?id=2840

PostPosted: Tue Dec 18, 2012 20:13
by Strikeboba
Ty for the feedback but this project is only about %10 done i started it 2 days ago there is no working version yet i just wanted to announce it for ppl looking for it and for ppl that wanted to help

PostPosted: Wed Dec 19, 2012 16:43
by rubenwardy
kaeza wrote:Don't get me wrong! A complete "IDE" would be awesome.
Here's a nodebox editor: http://minetest.net/forum/viewtopic.php?id=2840


It does not work yet, sorry.

Strikeboba, you are welcome to use my code. It is C++ and Irrlicht: https://github.com/rubenwardy/The-NodeBox-Generator

PostPosted: Wed Dec 19, 2012 18:42
by Strikeboba
ty i will

PostPosted: Sat Jan 26, 2013 09:14
by Strikeboba
OMG all my files in all my projects were deleted! this will set me back to square 1..... :(

PostPosted: Wed Feb 27, 2013 17:25
by Strikeboba
Yay i have rebuilt and have a preview nothing works but the help and the exit but you'll get the idea. Any help with anything i would be very grateful for and would speed things up. http://www.mediafire.com/?8omox7ozf0o3bt5

Edit:Warning,Unless you have Visual Studio 2010 or better you cannot use this

PostPosted: Wed Feb 27, 2013 17:44
by Traxie21
Someone could probably write a minetest IDE in PHP/HTML/JavaScript. It would be easy to generate lua code.

PostPosted: Wed Feb 27, 2013 18:02
by lkjoel
Traxie21 wrote:Someone could probably write a minetest IDE in PHP/HTML/JavaScript. It would be easy to generate lua code.

I started that a while ago actually (I think march or something), but then I stopped because it required too much of my time.