Metology (minetest fork)

For people working on the C++ code.
Post Reply
keneticquartz
Member
Posts: 15
Joined: Tue Jan 15, 2013 02:56

Metology (minetest fork)

by keneticquartz » Post

Metology is a fork of minetest that I have been working on to make a better game, a little fuller, like minecraft. So far, I have:
  • Armor, and a armor slots
  • Bubbles bugfix (got pulled upstream!!!)
  • Enchant and smoking crafts
  • Item holding
  • Lua entity particle convenience
  • Animation blending (I think)
  • Acheievments
  • Lua entitys can choose whether to staticize
  • Lua HUD control
  • Camera anim
Download links:
https://github.com/blue42u/metology
Get my game fork for optimal experience (https://github.com/blue42u/common)
Windows build: http://forum.minetest.net/viewtopic.php?id=4547 (Thank you PilzAdam!!!)

Screenshots: (got some now ;) )
Image
A shot of hand holding.
Image
Erm,... a bug I'm having trouble fixing.
Image
Showing off the wieldmesh.
Last edited by keneticquartz on Tue Apr 02, 2013 14:32, edited 1 time in total.

lkjoel
Member
Posts: 779
Joined: Wed Feb 29, 2012 19:27
Location: Gallifrey
Contact:

by lkjoel » Post

Looks pretty cool! You should make a pull request for minetest-c55!
My mods: The Nether | Doctor Who (WIP)

I have quit minetest ... again. I am heavily unimpressed by both the game and the community.

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

could you make a build for windows
Coding;
1X coding
3X debugging
12X tweaking to be just right

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

Ask PilzAdam or sfan5. They provide windows builds for people.

4aiman
Member
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

by 4aiman » Post

Sounds interesting.
Any pictures?
Are you intended to make a pull request someday?

User avatar
Mito551
Member
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Post

what version of mt is it forked from?
is it gonna be kept up-to-date for as long as original mt is and maybe even longer?

keneticquartz
Member
Posts: 15
Joined: Tue Jan 15, 2013 02:56

by keneticquartz » Post

what version of mt is it forked from?
is it gonna be kept up-to-date for as long as original mt is and maybe even longer?
Latest git, ang going to keep it updated for at least a little while. ;)

I'm working on setting things up for pictures, but it might take a day.

As for a pull request, I have already made one for my bubbles fix (if you look, you'll find it). I'll make one if enough people think it's a good idea, but I still have a long todo-list for this project.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Jordach wrote:Ask PilzAdam or sfan5. They provide windows builds for people.
Done: http://ompldr.org/vaGc4cQ/minetest-0.4. ... -win32.zip
keneticquartz, if you are using my build please give credit.

User avatar
Mito551
Member
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Post

keneticquartz wrote:
what version of mt is it forked from?
is it gonna be kept up-to-date for as long as original mt is and maybe even longer?
Latest git, ang going to keep it updated for at least a little while. ;)

I'm working on setting things up for pictures, but it might take a day.

As for a pull request, I have already made one for my bubbles fix (if you look, you'll find it). I'll make one if enough people think it's a good idea, but I still have a long todo-list for this project.
good. what's bubbles fix? and what about adding changes from taoki's branch?

socramazibi
Member
Posts: 81
Joined: Mon Jan 28, 2013 12:29
Location: España

by socramazibi » Post

PilzAdam wrote:
Jordach wrote:Ask PilzAdam or sfan5. They provide windows builds for people.
Done: http://ompldr.org/vaGc4cQ/minetest-0.4. ... -win32.zip
keneticquartz, if you are using my build please give credit.

Thanks
Forgive my English, but it is the translator of google.My Spanish.
My mod:
Pictures wool 1.0 3x5 , Charcoal+Textures , Map

keneticquartz
Member
Posts: 15
Joined: Tue Jan 15, 2013 02:56

by keneticquartz » Post

keneticquartz, if you are using my build please give credit.
Not to worry, PilzAdam. ;)
good. what's bubbles fix?
My bubbles bugfix is a solution for the common error of finding a large underwater air pocket, or 'bubble'. The solution is not foolproof, but remove most of the obvious cases. I had made a pull request earlier (https://github.com/celeron55/minetest/pull/466), but it has not been pulled yet.
and what about adding changes from taoki's branch?
taoki's branch? Which one is that?
Last edited by keneticquartz on Wed Feb 13, 2013 23:28, edited 1 time in total.

User avatar
Mito551
Member
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Post

and what about adding changes from taoki's branch?
taoki's branch? Which one is that?
movement stuff. now mainstream. player physics.

keneticquartz
Member
Posts: 15
Joined: Tue Jan 15, 2013 02:56

by keneticquartz » Post

Added particles.

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

Interesting
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

keneticquartz
Member
Posts: 15
Joined: Tue Jan 15, 2013 02:56

by keneticquartz » Post

Updated feature list.

Captain_AuXiL
Member
Posts: 26
Joined: Fri Feb 01, 2013 09:44

by Captain_AuXiL » Post

there aren't any enchants, acheivements, or any of the sort except for armor...

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

Captain_AuXiL wrote:there aren't any enchants, acheivements, or any of the sort except for armor...
The achievements and enchants exist, its that they have not been coded into metology_game

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Hud API, how flexible is it?

keneticquartz
Member
Posts: 15
Joined: Tue Jan 15, 2013 02:56

by keneticquartz » Post

I suppose it depends on what you expect one would do with it. You can only draw an image, some text, a statbar (Opimized draw a bunch of images), a hotbar-like thing, and a background image. If this is not enough then let me know.

btw, enchants DO exist? I didn't think that the damage calculation was changable by lua, unless there is something obvious that I am missing?

cae2000
Member
Posts: 23
Joined: Thu Jul 26, 2012 19:10

by cae2000 » Post

Get my game fork for optimal experience (https://github.com/blue42u/metology_game)
Link is broken.
Last edited by cae2000 on Tue Apr 02, 2013 13:57, edited 1 time in total.

keneticquartz
Member
Posts: 15
Joined: Tue Jan 15, 2013 02:56

by keneticquartz » Post

Fixed.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest