[Modpack] 3D Armor [0.4.13] [minetest-3d_armor]

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

by jojoa1997 » Post

I think it is a problem between having 2 different models being used
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

Traxie21 wrote:Using 0.4.6-latest git, and the skin is 64x32
Ok, I have just compiled the latest git and it still seems to be working fine here. I will have to take a look at your mod list and see if I can figure out what could be conflicting.
jojoa1997 wrote:I think it is a problem between having 2 different models being used
What do you mean, 2 different models? It uses a custom model for wieldview, sure, why should that be a problem?
Last edited by stu on Thu Apr 18, 2013 21:00, edited 1 time in total.

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

by jojoa1997 » Post

I mean the default model and the wieldview one. Also here is a suggestion. http://forum.minetest.net/viewtopic.php ... 983#p84983
you can check for the hud function though i forget the code to chexk
Last edited by jojoa1997 on Fri Apr 19, 2013 10:55, edited 1 time in total.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
Pavel_S
Member
Posts: 131
Joined: Sat Apr 06, 2013 11:43

by Pavel_S » Post

I added helmet to player model, so is it need to move on?
Image
Last edited by Pavel_S on Thu Apr 25, 2013 18:01, edited 1 time in total.

User avatar
Pavel_S
Member
Posts: 131
Joined: Sat Apr 06, 2013 11:43

by Pavel_S » Post

I change wieldview model and now it`s realy 3d armor=)
Image
So it need to be coded.

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

by jojoa1997 » Post

Pavel_S wrote:I change wieldview model and now it`s realy 3d armor=)
Image
So it need to be coded.
Could you make 3d armor. Also maybe would it be possible for you to like only change unified skins or at least not eh definitions of the armor. Also stu maybe you could make feet. Feel free to use the code in minitest to make the feet.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

Pavel_S wrote:I change wieldview model and now it`s realy 3d armor=)
Image
So it need to be coded.
Neat, I was thinking of adding an outer skin for armor myself but this could save me some time. Is there anywhere I can download the blender file?

jojoa1997: I saw what you did with armor in MiniTest and it looks great. I do plan on making some updates to armor once MT 0.4.7 is released.

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

by jojoa1997 » Post

stu wrote:
Pavel_S wrote:I change wieldview model and now it`s realy 3d armor=)
Image
So it need to be coded.
Neat, I was thinking of adding an outer skin for armor myself but this could save me some time. Is there anywhere I can download the blender file?

jojoa1997: I saw what you did with armor in MiniTest and it looks great. I do plan on making some updates to armor once MT 0.4.7 is released.
what is so special with 0.4.7 that isn't in 0.4.6? Also the damage is messed up I think in the armor. Wood has little uses and health while steel has tons of damage and health. Also maybe gold and diamond should be added.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

jojoa1997 wrote:what is so special with 0.4.7 that isn't in 0.4.6? Also the damage is messed up I think in the armor. Wood has little uses and health while steel has tons of damage and health. Also maybe gold and diamond should be added.
Well, I got caught out updating the mod just prior to the 0.4.6 release, someone went and completely changed the damage system ;-) I am guessing 0.4.7 will be here pretty soon anyway.

Wooden armor, like wooden tools, should not be very efffective imo. Wood is easily obtained compared to mining and smelting metals. Damage has do with the default swords, not the armor and I am reluctent to override them. I was considering using diamond to 'enhance' the basic armor, maybe make those have the healing properties...not sure yet.

User avatar
Pavel_S
Member
Posts: 131
Joined: Sat Apr 06, 2013 11:43

by Pavel_S » Post

I upload .blend`s to DropBox. Link.
Full information is in ReadMe.txt

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

Pavel_S wrote:I upload .blend`s to DropBox. Link.
Full information is in ReadMe.txt
Thank you Pavel_S, that looks really good. I would have rather kept the 64x64px size for the UV but I can change that myself.

Cheers!

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

by jojoa1997 » Post

Also maybe you could find a way to overide the default texture and model. Maybe have it load after 1 second.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
Pavel_S
Member
Posts: 131
Joined: Sat Apr 06, 2013 11:43

by Pavel_S » Post

stu wrote:Thank you Pavel_S, that looks really good. I would have rather kept the 64x64px size for the UV but I can change that myself.

Cheers!
If you want 64x64px size, you need delete wieldview part of the mesh.

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

Pavel_S wrote:
stu wrote:Thank you Pavel_S, that looks really good. I would have rather kept the 64x64px size for the UV but I can change that myself.

Cheers!
If you want 64x64px size, you need delete wieldview part of the mesh.
Not necessarily, it should all fit if the helmet is moved to its original position next to the head.

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

jojoa1997 wrote:Also maybe you could find a way to overide the default texture and model. Maybe have it load after 1 second.
It should override the deafult model/textures as it is. I did originally have a delay there but it seems to work fine with minetest.after(0, ... ).

Are you still having problems? Perhaps I'll put a half second delay back in there if you think it will help.
Last edited by stu on Sat May 18, 2013 15:46, edited 1 time in total.

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

by jojoa1997 » Post

that will probably healp
stu wrote:
jojoa1997 wrote:Also maybe you could find a way to overide the default texture and model. Maybe have it load after 1 second.
It should override the deafult model/textures as it is. I did originally have a delay there but it seems to work fine with minetest.after(0, ... ).

Are you still having problems? Perhaps I'll put a half second delay back in there if you think it will help.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

3d armor mod that almost was...
Image
Anyone interested in making this a reality will have to shout at the devs & possibly Pavel_S.

http://forum.minetest.net/viewtopic.php?id=6038
http://forum.minetest.net/viewtopic.php ... 590#p93590

User avatar
Zeg9
Member
Posts: 608
Joined: Fri Sep 21, 2012 11:02
Location: France

by Zeg9 » Post

Please merge this to make it compatible with inventory++:
https://github.com/stujones11/minetest-3d_armor/pull/2
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

Zeg9 wrote:Please merge this to make it compatible with inventory++:
https://github.com/stujones11/minetest-3d_armor/pull/2
Done!

User avatar
Zeg9
Member
Posts: 608
Joined: Fri Sep 21, 2012 11:02
Location: France

by Zeg9 » Post

stu wrote:
Zeg9 wrote:Please merge this to make it compatible with inventory++:
https://github.com/stujones11/minetest-3d_armor/pull/2
Done!
Thanks ! By the way, would your commit (you know, the one reverted :/) fix the problem with "HD" skins ?
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

Zeg9 wrote:
stu wrote:
Zeg9 wrote:Please merge this to make it compatible with inventory++:
https://github.com/stujones11/minetest-3d_armor/pull/2
Done!
Thanks ! By the way, would your commit (you know, the one reverted :/) fix the problem with "HD" skins ?
Yes, the wieldview model would have a separate UV for skin, armor, wielditem & shield so they could all be completely different resolutions.
Last edited by stu on Sat Jun 08, 2013 17:15, edited 1 time in total.

User avatar
Zeg9
Member
Posts: 608
Joined: Fri Sep 21, 2012 11:02
Location: France

by Zeg9 » Post

stu wrote:
Zeg9 wrote:
stu wrote:
Done!
Thanks ! By the way, would your commit (you know, the one reverted :/) fix the problem with "HD" skins ?
Yes, the wieldview model would have a separate UV for skin, armor, wielditem & shield so they could all be completely different resolutions.
You should reopen the pull request, since now we're sure the problem is coming from Pavel_S's model (aren't we?).
Last edited by Zeg9 on Sat Jun 08, 2013 17:17, edited 1 time in total.
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).

User avatar
stu
Member
Posts: 923
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11
Location: United Kingdom

by stu » Post

Zeg9 wrote: You should reopen the pull request, since now we're sure the problem is coming from Pavel_S's model (aren't we?).
I am as sure as I can be without seeing his .blend files. It does not seem to break any other models. I will re-open the pull request once I have done some more tests with other existing mods. There probably needs to be some entity modelling guidelines written in lua_api.txt
Last edited by stu on Sat Jun 08, 2013 20:23, edited 1 time in total.

Sokomine
Member
Posts: 4276
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

by Sokomine » Post

It will get intresting if mobs (those from sapiers animals mod) can wear that armor. Might look decorative on them and offer new ways of equipping towns/buildings with...er...living decoration :-) On more adventure-based worlds, they could handle out quests.
A list of my mods can be found here.

Josh
Member
Posts: 1146
Joined: Fri Jun 29, 2012 23:11
Location: Victoria, Australia

by Josh » Post

This should be added to deafult if we got mobs in the future, otherwise this is useless in the deafult game (unless you have a Mobs mod)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot], Semrush [Bot] and 10 guests