3D meshes for players and creatures [Models are now upstream!]

User avatar
babe223
Member
Posts: 141
Joined: Mon Nov 14, 2011 13:36
Location: Brasil,Rio de Janeiro

by babe223 » Post

from what I'm understanding the player is ready, so they have to fix both bugs animations on other things, but it seems that the default player skin turned a problem

more yet still with all this player was cool oo
Bem vindos Brasileiros,eu sou primeiro brasileiro daqui do forum, espero que tragam bastante mods

[MOD] torch http://minetest.net/forum/viewtopic.php?id=3021
[MOD]HATCHE:http://minetest.net/forum/viewtopic.php?id=3458

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

by Mito551 » Post

MirceaKitsune wrote:
Mito551 wrote:works now... somewhy. anyway, thanks. from what you wrote it means that animations don't work at the moment, correct? what is needed for it to work?
Animation does work, but you can only loop one animation currently. You can't change animations based on what the player is doing (walking, mining, etc) since there's no way to detect that. RealBadAngel is going to look at this... what's needed are script hooks to get the velocity of the player, or get what keys the player is pressing. Pressed keys is the best option IMO, but new hooks have to be implemented in C++
oh great! thank you for clearing everything up!
i'll be patiently learning how to compiling to compile finished version then :D (i mean, windows)

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

by Jordach » Post

I have created a new texture based from the old one.

License == Minetest_Game textures.

(Not going to post here)

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

by Jordach » Post

Hmm, there is like a few things to fix but that's no biggie.

Also: Image

Y U SHOW NO MESE PICK?
Last edited by Jordach on Fri Nov 16, 2012 18:32, edited 1 time in total.

jmf
Member
Posts: 164
Joined: Mon Nov 05, 2012 18:13
Location: Germany

by jmf » Post

I have made a skin because it seems there are copyright problems.
I don't know if i understood the situation right but if you still need a skin
here it is:
Image
It is licensed under:

-------------------------------------------------------------------------------------------------------

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar
14 rue de Plaisance, 75014 Paris, France
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

----------------------------------------------------------------------------------------------------------------
EDIT:
The little preview image looks a bit corrupted but it is okay. Just click on it.
Last edited by jmf on Fri Nov 16, 2012 19:31, edited 1 time in total.
No longer active in minetest.

User avatar
MirceaKitsune
Member
Posts: 939
Joined: Sat May 21, 2011 22:31
GitHub: MirceaKitsune
IRC: Taoki
In-game: MirceaKitsune
Location: Romania, Bucharest

by MirceaKitsune » Post

No need for a new skin, I fixed the licensing confusion with Jordach. The MineTest version of the texture has been slightly modified, and licensed entirely as CC BY-SA 3.0 (default MineTest media license).

jmf
Member
Posts: 164
Joined: Mon Nov 05, 2012 18:13
Location: Germany

by jmf » Post

Okay :)
No longer active in minetest.

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

by Josh » Post

I was looking at this topic yesterday. I think the 3d model with the green checkered shirt and blue pants looks good.
This seems very intresting :)

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

by Jordach » Post

Josh wrote:I was looking at this topic yesterday. I think the 3d model with the green checkered shirt and blue pants looks good.
This seems very intresting :)
I spent a few hours working on the texture.

User avatar
babe223
Member
Posts: 141
Joined: Mon Nov 14, 2011 13:36
Location: Brasil,Rio de Janeiro

by babe223 » Post

when you will release this mod 3D player?
(I know it has many bugs, there are still things that I know a little C + +, what is missing? bugs which you have now?)
Bem vindos Brasileiros,eu sou primeiro brasileiro daqui do forum, espero que tragam bastante mods

[MOD] torch http://minetest.net/forum/viewtopic.php?id=3021
[MOD]HATCHE:http://minetest.net/forum/viewtopic.php?id=3458

jmf
Member
Posts: 164
Joined: Mon Nov 05, 2012 18:13
Location: Germany

by jmf » Post

It is not a mod. Mods are LUA-scripts that change the gameplay.
This is a modification of the source code of the game engine.
The code is already aviable on github.
If you want to compile it you can download it there.
The link to the code is here:
https://github.com/MirceaKitsune/minetest/tree/models
No longer active in minetest.

User avatar
MirceaKitsune
Member
Posts: 939
Joined: Sat May 21, 2011 22:31
GitHub: MirceaKitsune
IRC: Taoki
In-game: MirceaKitsune
Location: Romania, Bucharest

by MirceaKitsune » Post

It requires a new lua script, but I guess it's not really a mod since it doesn't change gameplay. As for it being ready, almost there... RealBadAngel is working on the code for detecting key presses which will make animations easy to finish in the player script. Hopefully there will be good news within the next days.

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

by Josh » Post

Jordach wrote:
Josh wrote:I was looking at this topic yesterday. I think the 3d model with the green checkered shirt and blue pants looks good.
This seems very intresting :)
I spent a few hours working on the texture.
Cool. How did you make the textures, Gimp?

User avatar
babe223
Member
Posts: 141
Joined: Mon Nov 14, 2011 13:36
Location: Brasil,Rio de Janeiro

by babe223 » Post

the skin of the player will be?
Image
or will it be one that best matches minetest?
Bem vindos Brasileiros,eu sou primeiro brasileiro daqui do forum, espero que tragam bastante mods

[MOD] torch http://minetest.net/forum/viewtopic.php?id=3021
[MOD]HATCHE:http://minetest.net/forum/viewtopic.php?id=3458

User avatar
MirceaKitsune
Member
Posts: 939
Joined: Sat May 21, 2011 22:31
GitHub: MirceaKitsune
IRC: Taoki
In-game: MirceaKitsune
Location: Romania, Bucharest

by MirceaKitsune » Post

babe223 wrote:the skin of the player will be?

or will it be one that best matches minetest?
I think that will be the default MineTest skin, yes. Of course anyone can make their own if they wish... if it's better it could be a new default I guess. Never thought of a criteria for selection, since few people looked into making a default skin for MT.

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

by Jordach » Post

Josh wrote:
Jordach wrote:
Josh wrote:I was looking at this topic yesterday. I think the 3d model with the green checkered shirt and blue pants looks good.
This seems very intresting :)
I spent a few hours working on the texture.
Cool. How did you make the textures, Gimp?
I used a tool from Planet Minecraft, since the models support most of the Minecraft skin features, bar the hats.

This is the tool: http://www.planetminecraft.com/mod/mcskin3d/

Babe223, yes this is the Minetest default, I made sure to have male and female features, and not just a Steve.

User avatar
babe223
Member
Posts: 141
Joined: Mon Nov 14, 2011 13:36
Location: Brasil,Rio de Janeiro

by babe223 » Post

I should have done two questions at once so that more and remembered only now, you will make a female player? Why so at least it will be different from minecraft, so where is steve and women do not have a base, if you have change for skin

sorry my bad english
Last edited by babe223 on Tue Nov 20, 2012 16:51, edited 1 time in total.
Bem vindos Brasileiros,eu sou primeiro brasileiro daqui do forum, espero que tragam bastante mods

[MOD] torch http://minetest.net/forum/viewtopic.php?id=3021
[MOD]HATCHE:http://minetest.net/forum/viewtopic.php?id=3458

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

by Jordach » Post

babe223 wrote:I should have done two questions at once so that more and remembered only now, you will make a female player? Why so at least it will be different from minecraft, so where is steve and women do not have a base, if you have change for skin

sorry my bad english
The gender is non specified to avoid genderization.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

I agree with babe, there should be a female variant as well - something that allows the player to tell the server which gender, so that the right player model/skin is used for that person. I don't much care for looking like a burly little dwarf on redcrab's server, for example. :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
MirceaKitsune
Member
Posts: 939
Joined: Sat May 21, 2011 22:31
GitHub: MirceaKitsune
IRC: Taoki
In-game: MirceaKitsune
Location: Romania, Bucharest

by MirceaKitsune » Post

The priority is getting one default player with one default skin in MineTest. Once that's done, a player switching script with more skis can easily be added... even defaulted in minetest_game.

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

by Josh » Post

Jordach wrote:
Josh wrote:
Jordach wrote: I spent a few hours working on the texture.
Cool. How did you make the textures, Gimp?
I used a tool from Planet Minecraft, since the models support most of the Minecraft skin features, bar the hats.

This is the tool: http://www.planetminecraft.com/mod/mcskin3d/
Cool.

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

Jordach wrote:
babe223 wrote:I should have done two questions at once so that more and remembered only now, you will make a female player? Why so at least it will be different from minecraft, so where is steve and women do not have a base, if you have change for skin

sorry my bad english
The gender is non specified to avoid genderization.
+1

gender is about as important as orientation, political and religious affiliations. No one would recommend creating separate avatars for all of those, for obvious reasons :P

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

by Jordach » Post

mauvebic wrote:
Jordach wrote:
babe223 wrote:I should have done two questions at once so that more and remembered only now, you will make a female player? Why so at least it will be different from minecraft, so where is steve and women do not have a base, if you have change for skin

sorry my bad english
The gender is non specified to avoid genderization.
+1

gender is about as important as orientation, political and religious affiliations. No one would recommend creating separate avatars for all of those, for obvious reasons :P
It’s not like there WON’T be another DAY when I WILL be able to make genderized skins, is it?

User avatar
MirceaKitsune
Member
Posts: 939
Joined: Sat May 21, 2011 22:31
GitHub: MirceaKitsune
IRC: Taoki
In-game: MirceaKitsune
Location: Romania, Bucharest

by MirceaKitsune » Post

An update: I've merged RealBadAngel's lua keys patch in my model branch, since like thexyz said there's no need to bump protocol version twice, so this code will probably get in together with the models. This means I can now code animation triggers in the player script, and will probably do so within the next days. Also fixed some major issues with the player mesh in the latest GIT.

User avatar
babe223
Member
Posts: 141
Joined: Mon Nov 14, 2011 13:36
Location: Brasil,Rio de Janeiro

by babe223 » Post

that good! That means that soon we will have players in the 3D game like minecraft ;D
Bem vindos Brasileiros,eu sou primeiro brasileiro daqui do forum, espero que tragam bastante mods

[MOD] torch http://minetest.net/forum/viewtopic.php?id=3021
[MOD]HATCHE:http://minetest.net/forum/viewtopic.php?id=3458

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests