open MT-Skin Database

User avatar
Esteban
Member
 
Posts: 872
Joined: Sun Sep 08, 2013 13:26
GitHub: Esteban-
IRC: Esteban
In-game: Esteban

Re: open MT-Skin Database

by Esteban » Sat Sep 20, 2014 23:44

DeepGaze wrote:Whilst changing my avatar I got bored and mad a player design in gimp, I settled on a new avatar and tried to upload these images
to http://minetest.fensta.bplaced.net/ It will not upload the texture. Is there any way to fix this.

http://i.imgur.com/05jeLSM.png
licence: CC BY-SA 3.0
name: Anonymous

http://i.imgur.com/a0vmqTd.png
licence: CC BY-SA 3.0
name: DeepGaze-Player


I think I found the problem, It seems the page only accepts skins with the size of 64 x 32 pixels.
I tried uploading my 256 x 128 pixels skin and this happened:

Image

And as you can see Im using Firefox and I get the same problem.
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: open MT-Skin Database

by addi » Sun Sep 21, 2014 04:30

Esteban wrote:
DeepGaze wrote:Whilst changing my avatar I got bored and mad a player design in gimp, I settled on a new avatar and tried to upload these images
to http://minetest.fensta.bplaced.net/ It will not upload the texture. Is there any way to fix this.

http://i.imgur.com/05jeLSM.png
licence: CC BY-SA 3.0
name: Anonymous

http://i.imgur.com/a0vmqTd.png
licence: CC BY-SA 3.0
name: DeepGaze-Player


I think I found the problem, It seems the page only accepts skins with the size of 64 x 32 pixels.
I tried uploading my 256 x 128 pixels skin and this happened:

Image

And as you can see Im using Firefox and I get the same problem.

yes, thats right, currently there is only 64x32 images allowed. since i made the database, minetest had some ugly bugs using bigger and smaller skin files.
but they are now fixed, so i think i can work on adding support for other resolutions, it may take some time, because most functions written statical to the 64x32 skins. that ones must all rewritten.

but for now, I corrected the error message and added an information before upload about that.
 

User avatar
Misty
Member
 
Posts: 51
Joined: Sun Jun 16, 2013 02:09

Re: open MT-Skin Database

by Misty » Fri Oct 03, 2014 04:04

[ Edit: I had a problem with the skins Database, but I force enabled Webgl and its working perfectly again.
My bad! I forgot to force enable Webgl when I re-installed my OS and browser and so on.]


I think MC may have changed the skin UVs for the bottom of the head .
I used to test my skins by previewing them in "Skincraft"
and sometimes the bottom of the head is turned the wrong way round ( back to front)
if you download one of my skins and that has happened please let me know.
Last edited by Misty on Fri Oct 03, 2014 05:49, edited 1 time in total.
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: open MT-Skin Database

by Inocudom » Fri Oct 03, 2014 05:42

Jordach wrote:
Inocudom wrote:This will affect all of us sooner or later:
http://youtu.be/nQGe1xQ9FM0

Quit worrying about that, I've got you covered.

When 1.8 styles get 95% adoption I'll produce a pull for MTG and other games that use player_textures and such.

Jordach did indeed accomplish this feat, addi. He can tell you more about it.
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: open MT-Skin Database

by addi » Fri Oct 03, 2014 18:55

Misty wrote:[ Edit: I had a problem with the skins Database, but I force enabled Webgl and its working perfectly again.
My bad! I forgot to force enable Webgl when I re-installed my OS and browser and so on.]


I think MC may have changed the skin UVs for the bottom of the head .
I used to test my skins by previewing them in "Skincraft"
and sometimes the bottom of the head is turned the wrong way round ( back to front)
if you download one of my skins and that has happened please let me know.


Great, that you could solve it. normaly if it fails to init the WebGL it should fallback to Adobe Flash, but it seems this is also broken.
But its nice to hear, that the force WebGL solves it.

Misty wrote:and sometimes the bottom of the head is turned the wrong way round ( back to front)

The Skin Database displayes it like minetest would it do (stable 0.4.9 or o.4.10? dont know currently) this includes the Cape, the bug with Rotatet Left, and Right leg, and the the bug with the wrong turend head bottom.

Inocudom wrote:
Jordach wrote:
Inocudom wrote:This will affect all of us sooner or later:
http://youtu.be/nQGe1xQ9FM0

Quit worrying about that, I've got you covered.

When 1.8 styles get 95% adoption I'll produce a pull for MTG and other games that use player_textures and such.

Jordach did indeed accomplish this feat, addi. He can tell you more about it.


I think ill only apply this feature into the skin DB if this get applied into minetest Game, (Just because its a Minetest Skin Db (There are enough MC skin DBs)).
but imo its the wrong way, diffrent layers are great, but use it in a single texture file is stupid, so you just have bigger files, and its also statical.
better woud it bee one file for the skin, and another file (or files) for the clothes. then, it would be more dynamical and clothes can easier changed by mods.
also imo Mintest should go its own way and do not steal ideas from MC.
another point is, that the 1.8 skin breaks the capes wich is a minetest only feature.
 

User avatar
Esteban
Member
 
Posts: 872
Joined: Sun Sep 08, 2013 13:26
GitHub: Esteban-
IRC: Esteban
In-game: Esteban

Re: open MT-Skin Database

by Esteban » Fri Oct 03, 2014 19:43

addi wrote:
I think ill only apply this feature into the skin DB if this get applied into minetest Game, (Just because its a Minetest Skin Db (There are enough MC skin DBs)).
but imo its the wrong way, diffrent layers are great, but use it in a single texture file is stupid, so you just have bigger files, and its also statical.
better woud it bee one file for the skin, and another file (or files) for the clothes. then, it would be more dynamical and clothes can easier changed by mods.
also imo Mintest should go its own way and do not steal ideas from MC.
another point is, that the 1.8 skin breaks the capes wich is a minetest only feature.


I totally agree with you! The 1.8 skin system is interesting, but it breaks our original feature of capes (Which is my favorite thing!). If minecraft adds something, minetest doesn't have to add the same feature...
Edit:typos :P
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: open MT-Skin Database

by philipbenr » Fri Oct 03, 2014 22:44

I agree. We should go our own way with skins. but have compatibility for old ones too.
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: open MT-Skin Database

by addi » Sun Oct 05, 2014 15:41

phuh! im realy relieved that iam not alone in the world with my mind.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: open MT-Skin Database

by Krock » Sun Oct 05, 2014 16:37

I'm against MC-like skins in Minetest.
We should keep it as it currently is. Simple and easy.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
Misty
Member
 
Posts: 51
Joined: Sun Jun 16, 2013 02:09

Re: open MT-Skin Database

by Misty » Wed Oct 08, 2014 04:54

how do I add the cape to my player skins, is there a UV template that includes the cape already available to download somewhere?
 

User avatar
Esteban
Member
 
Posts: 872
Joined: Sun Sep 08, 2013 13:26
GitHub: Esteban-
IRC: Esteban
In-game: Esteban

Re: open MT-Skin Database

by Esteban » Wed Oct 08, 2014 11:55

Misty wrote:how do I add the cape to my player skins, is there a UV template that includes the cape already available to download somewhere?

You have to edit the skin:
Image
 

Sol
Member
 
Posts: 73
Joined: Thu Jul 31, 2014 05:21
In-game: sol

Re: open MT-Skin Database

by Sol » Wed Oct 08, 2014 12:19

Esteban wrote:You have to edit the skin

Anyone can tell me how these texture maps are made?
There is no such thing as duty. If you know that a thing is right, you want to do it. If you don't want to do it—it isn't right. If it's right and you don't want to do it—you don't know what right is and you're not a man. -- Ayn Rand
 

User avatar
Esteban
Member
 
Posts: 872
Joined: Sun Sep 08, 2013 13:26
GitHub: Esteban-
IRC: Esteban
In-game: Esteban

Re: open MT-Skin Database

by Esteban » Sun Oct 12, 2014 18:46

Addi, can you fix the license of the last uploaded skin made by me? Is supposed to be CC BY-NC-SA 4.0, not CC BY-SA 4.0.
Thanks in advance

http://minetest.fensta.bplaced.net/#name=Adam,%20The%203th%20Angel%20%28Neon%20Genesis%20Evangelion%29
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: open MT-Skin Database

by addi » Mon Oct 13, 2014 12:40

Sol wrote:
Esteban wrote:You have to edit the skin

Anyone can tell me how these texture maps are made?

I think the easiest way to create your own skin is to download an existing one and just change it with your favourite image editing program.

Esteban wrote:Addi, can you fix the license of the last uploaded skin made by me? Is supposed to be CC BY-NC-SA 4.0, not CC BY-SA 4.0.
Thanks in advance

http://minetest.fensta.bplaced.net/#name=Adam,%20The%203th%20Angel%20%28Neon%20Genesis%20Evangelion%29

done
 

User avatar
Esteban
Member
 
Posts: 872
Joined: Sun Sep 08, 2013 13:26
GitHub: Esteban-
IRC: Esteban
In-game: Esteban

Re: open MT-Skin Database

by Esteban » Mon Oct 13, 2014 13:40

Thanks!
 

Sol
Member
 
Posts: 73
Joined: Thu Jul 31, 2014 05:21
In-game: sol

Re: open MT-Skin Database

by Sol » Mon Oct 13, 2014 14:39

addi wrote:I think the easiest way to create your own skin is to download an existing one and just change it with your favourite image editing program.

I meant those titles and grid: Image
There is no such thing as duty. If you know that a thing is right, you want to do it. If you don't want to do it—it isn't right. If it's right and you don't want to do it—you don't know what right is and you're not a man. -- Ayn Rand
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: open MT-Skin Database

by philipbenr » Mon Oct 13, 2014 21:11

That is the left plane of the head, and the headwear is what is drawn on another surface surrounding the head itself. The rest is pretty explanatory.
 

Sol
Member
 
Posts: 73
Joined: Thu Jul 31, 2014 05:21
In-game: sol

Re: open MT-Skin Database

by Sol » Tue Oct 14, 2014 04:42

Uh-oh. I meant: is there an automated way to create the grid or it was manually created in a graphics editor.
There is no such thing as duty. If you know that a thing is right, you want to do it. If you don't want to do it—it isn't right. If it's right and you don't want to do it—you don't know what right is and you're not a man. -- Ayn Rand
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

Re: open MT-Skin Database

by Evergreen » Tue Oct 14, 2014 12:48

Sol wrote:Uh-oh. I meant: is there an automated way to create the grid or it was manually created in a graphics editor.

Someone just edited it so it would be easier to see which part of the texture corresponds to given body part.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: open MT-Skin Database

by philipbenr » Tue Oct 14, 2014 14:03

Ohhh... Well, anyhow, In minetest_game, mods, default, models, there is the image character.png. You can copy it and do work on it whenever...

Also, the other person probably just scaled it up and wrote those on it.
 

User avatar
AMMOnym
Member
 
Posts: 682
Joined: Tue Sep 10, 2013 14:18
IRC: AMMOnym
In-game: AMMOnym

Re: open MT-Skin Database

by AMMOnym » Mon Dec 22, 2014 18:10

Image
Help pls :)
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: open MT-Skin Database

by Krock » Mon Dec 22, 2014 19:42

AMMOnym wrote:http://i.imgur.com/0RN0FQg.jpg
Help pls :)

Same problem here. Browser engine is Chromium.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: open MT-Skin Database

by addi » Tue Dec 23, 2014 01:44

Krock wrote:
AMMOnym wrote:http://i.imgur.com/0RN0FQg.jpg
Help pls :)

Same problem here. Browser engine is Chromium.

AMMOnym wrote:Image
Help pls :)

its the buggy flash fallback. it happens when the browser does not support webGl. so it switches to adobe flash.

i firefox you can force enable it
addi wrote:here is a kb article for firefox user how to enable wbgl:
https://support.mozilla.org/en-US/kb/up ... celeration

you can also force enable it in firefox in order to get it work:
type into the address bar about:config and search for webgl.force-enabled
if you found it turn it to true by a double click.


some searching about webGl and chromium aka chrome took out, that it uses a blacklist, nativly written into sourcecode. https://code.google.com/p/chromium/code ... st_json.cc

also found an wiki entry saying wich grafic cards are suportet, and wich not.

also found that article, dont know if that works for chromium too, but here you can point out why webgl is disabled in chrome: https://support.google.com/chrome/answer/1220892 (maybe only aviable in german)
 

User avatar
TG-MyinaWD
Member
 
Posts: 355
Joined: Thu May 08, 2014 21:22
GitHub: Maddie-Myina
IRC: Maddie-Myina
In-game: .

Re: open MT-Skin Database

by TG-MyinaWD » Wed Dec 24, 2014 03:21

What are the Requirements to run this off an site?

I have an MySQL already just not sure what else. ans Don't know will work with got.
I'm a Transgender no shame about it.
I prefer to be considered as a "Girl/Lady/Miss/Madam/Female" for now on.
 

User avatar
srifqi
Member
 
Posts: 508
Joined: Sat Jun 28, 2014 04:31
GitHub: srifqi
IRC: srifqi
In-game: srifqi

Re: open MT-Skin Database

by srifqi » Wed Dec 24, 2014 14:53

addi, why not use canvas renderer? AFAIK x3dom supports canvas renderer.
I'm from Indonesia! Saya dari Indonesia!
Terjemahkan Minetest!
Mods by me. Modifikasi oleh saya.

Pronounce my nick as in: es-rifqi (IPA: /es rifˈki/)
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: open MT-Skin Database

by addi » Wed Dec 24, 2014 15:51

srifqi wrote:addi, why not use canvas renderer? AFAIK x3dom supports canvas renderer.

it uses the canvas renderer by default, but if it is not aviable (old grafic-drivers, blacklistet, etc.), it falls back to flash.
so it should display somethin on all browsers, but the flash fallback does not support transparency, so the head is black.
i using the flash falback because its imo better than just show an error message.
Alt. Tester wrote:What are the Requirements to run this off an site?

I have an MySQL already just not sure what else. ans Don't know will work with got.

im not shure if i understand you correctly, but if you want to use your own skin DB on your own server, you require a server with php and MySql.
in 2-3 days may i give you a detailed instruction how to set up, if you need it.

if you only want a page, that displays the skins from this DB, you may need the code in attachment (its an indev not public version maybe buggy), this does only requiere a html browser. just open the index.html file

btw: merry Christmas @ all :-)
Attachments
mt-skin-db-ui.7z
more or less unstable indev version of the skin db user interface
(348.98 KiB) Downloaded 200 times
 

User avatar
TG-MyinaWD
Member
 
Posts: 355
Joined: Thu May 08, 2014 21:22
GitHub: Maddie-Myina
IRC: Maddie-Myina
In-game: .

Re: open MT-Skin Database

by TG-MyinaWD » Wed Dec 24, 2014 17:34

Yeah, I can run php no problem.
But I plan host an MT Skin Database just don't know how install it and, don't know if run off a subdomain. Well Like "example.yourdomain.tld" Anyway I to wondering if possible to have like import.*.* as the upload subdomain and have gallery.*.* To see the skins and can search though the MySQL Database.

And, a Marry Christmas to you all to.
I'm a Transgender no shame about it.
I prefer to be considered as a "Girl/Lady/Miss/Madam/Female" for now on.
 

User avatar
TG-MyinaWD
Member
 
Posts: 355
Joined: Thu May 08, 2014 21:22
GitHub: Maddie-Myina
IRC: Maddie-Myina
In-game: .

Re: open MT-Skin Database

by TG-MyinaWD » Sat Apr 11, 2015 01:56

Hey there addi I mange to install it to my website XD now All I need help is on getting the Licences system to work.

And that should be all need I think.
But yeah what me know so as you can, on how get the Licences tab to work since it showing no Licences.
I'm a Transgender no shame about it.
I prefer to be considered as a "Girl/Lady/Miss/Madam/Female" for now on.
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: open MT-Skin Database

by addi » Sat Apr 11, 2015 04:16

Alt. Tester wrote:Hey there addi I mange to install it to my website XD now All I need help is on getting the Licences system to work.

And that should be all need I think.
But yeah what me know so as you can, on how get the Licences tab to work since it showing no Licences.

oh sorry i totally forgott about it.
the licenses are also in a mysql table contains the id, the name, the link, and the imagelink wich is displayed in the list.
the User Interface gets that table with JSON and inserting it into the dropdown menu.

use the following MySql command to create the table and insert the licenses:
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
CREATE TABLE IF NOT EXISTS `mt_skins_licenses` (
  `id` tinyint(4) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `text` text NOT NULL,
  `imgurl` varchar(255) NOT NULL COMMENT 'url of image displayed in the db',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='the list of possible licenses' AUTO_INCREMENT=8 ;

INSERT INTO `mt_skins_licenses` (`id`, `name`, `url`, `text`, `imgurl`) VALUES
(1, 'CC BY-SA 3.0', 'http://creativecommons.org/licenses/by-sa/3.0/', '', 'http://i.creativecommons.org/l/by-sa/3.0/88x31.png'),
(2, 'CC BY-NC-SA 3.0', 'http://creativecommons.org/licenses/by-nc-sa/3.0/', '', 'http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png'),
(3, 'CC BY 3.0', 'http://creativecommons.org/licenses/by/3.0/ ', '', 'http://i.creativecommons.org/l/by/3.0/88x31.png'),
(4, 'CC BY 4.0', 'http://creativecommons.org/licenses/by/4.0/ ', '', 'http://i.creativecommons.org/l/by/4.0/88x31.png'),
(5, 'CC BY-SA 4.0', 'http://creativecommons.org/licenses/by-sa/4.0/', '', 'http://i.creativecommons.org/l/by-sa/4.0/88x31.png'),
(6, 'CC BY-NC-SA 4.0', 'http://creativecommons.org/licenses/by-nc-sa/4.0/', '', 'http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png'),
(7, 'CC 0 (1.0)', 'http://creativecommons.org/publicdomain/zero/1.0/', '', 'http://i.creativecommons.org/l/zero/1.0/88x31.png');
 

User avatar
TG-MyinaWD
Member
 
Posts: 355
Joined: Thu May 08, 2014 21:22
GitHub: Maddie-Myina
IRC: Maddie-Myina
In-game: .

Re: open MT-Skin Database

by TG-MyinaWD » Sat Apr 11, 2015 13:34

+ Quotes


Thanks working fine! now I only have on Question left to ask. where is the max byte size upload, part at? since I can't upload my skin on mine but can on yours. and it is 15kb. so I was wondering where can I change it to 50kb? thanks again too.

Edit: Oh and also am I suppose to set the Engine to something for the MySQL? or do MySQL use InnoDB?
And also I tried to uploading an skin wasn't to big like only 2kb and when I hit the upload button it just sits there and don't upload so idk if due I am missing something or the upload fiction is disable.. but I am using the code from the first post so idk if I suppose or not.
I'm a Transgender no shame about it.
I prefer to be considered as a "Girl/Lady/Miss/Madam/Female" for now on.
 

PreviousNext

Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 33 guests

cron