[Mod] Character Creator [0.9] [character_creator]

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[Mod] Character Creator [0.9] [character_creator]

by Rui » Sat Aug 29, 2015 00:20

You can customize your skin.
This is porting of Voxelands feature.

Image

Code License: MIT

Texture License: CC-BY-SA 3.0 Unported

Depends: none

Supported versions: 0.4.15 or above

Supported mods: 3D Armor, Inventory Plus (Inventory++), Unified Inventory

Source code / Download (0.9) / Releases

Notice
1.0 is going to lose backward compatibility. It can't load the skins of 0.9 or lower.
Attachments
charactercreator_screenshot.png
charactercreator_screenshot.png (19.86 KiB) Viewed 3156 times
Last edited by Rui on Sun Apr 02, 2017 06:08, edited 22 times in total.
I speak Engrish.
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [WIP][Mod] Character Creator [character_creator]

by Don » Sat Aug 29, 2015 01:00

Cool. +1
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

User avatar
firefox
Member
 
Posts: 1185
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox

Re: [WIP][Mod] Character Creator [character_creator]

by firefox » Sat Aug 29, 2015 05:59

how do you use it?
can you only select premade skins or can you choose your head, torso, legs, arms and feet?

anyway: +1
 

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[DELETED]

by Rui » Sat Aug 29, 2015 10:47

[DELETED]
Last edited by Rui on Fri Nov 04, 2016 13:23, edited 2 times in total.
 

User avatar
DS-minetest
Member
 
Posts: 707
Joined: Thu Jun 19, 2014 19:49
GitHub: DS-Minetest
In-game: DS

Re: [WIP][Mod] Character Creator [character_creator]

by DS-minetest » Sun Aug 30, 2015 08:34

that is very useful, I think
but i miss cape
Do not call me -minetest.
Call me DS or DS-minetest.
I am German, so you don't have to pm me English if you are also German.
The background is a lie.
 

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[DELETED]

by Rui » Sun Aug 30, 2015 09:22

[DELETED]
Last edited by Rui on Fri Nov 04, 2016 13:23, edited 1 time in total.
 

User avatar
cx384
Member
 
Posts: 249
Joined: Wed Apr 23, 2014 09:38
GitHub: cx384
IRC: cx384

Re: [WIP][Mod] Character Creator [character_creator]

by cx384 » Sun Aug 30, 2015 12:59

Nice mod.
you should add glasses ( sunglasses, 3D glasses, heart-shaped glasses, ... ).
Can your read this?
 

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[DELETED]

by Rui » Sun Aug 30, 2015 15:09

[DELETED]
Last edited by Rui on Fri Nov 04, 2016 13:23, edited 1 time in total.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [WIP][Mod] Character Creator [character_creator]

by benrob0329 » Sun Aug 30, 2015 16:36

Idea: being able to chose what style of face you want, e.g. Sam style, this style, MC style, etc.
 

User avatar
Sane
Member
 
Posts: 103
Joined: Tue Jun 17, 2014 09:31
GitHub: mt-sane
In-game: Sane

Re: [WIP][Mod] Character Creator [character_creator]

by Sane » Sun Aug 30, 2015 18:03

This looks interesting.
Maybe you could open it up a bit. An api for other mods would be nice, so that they can extend the options.
Trying to stay me.
 

User avatar
cd2
Member
 
Posts: 552
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
IRC: freenode - cd2 InchraNet - cd
In-game: cd cd2

Re: [WIP][Mod] Character Creator [character_creator]

by cd2 » Mon Aug 31, 2015 07:39

wow! this looks really cool!
I will try this out now :)
 

User avatar
jp
Member
 
Posts: 705
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith

Re: [WIP][Mod] Character Creator [character_creator]

by jp » Mon Aug 31, 2015 08:28

The concept is good (the code too), but the interface is quite improvable.
What we expect from a character creator is a visual preview in real-time with the least text as possible.

You could have e.g. a character in front face on the right, and something compact like that on the left :

Hairs
[<] brown [>]

Eyes
[<] blue [>]

Skin
[<] tanned [>]

etc.

[<] [>] are arrow-buttons that the user can click for tuning his appearance.


Second and last point : you should not have so much textures. Instead, make a bunch of generic white-ish textures and use this method for colorize them.

Good luck.
 

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[DELETED]

by Rui » Mon Aug 31, 2015 15:14

[DELETED]
Last edited by Rui on Fri Nov 04, 2016 13:22, edited 1 time in total.
 

User avatar
Sane
Member
 
Posts: 103
Joined: Tue Jun 17, 2014 09:31
GitHub: mt-sane
In-game: Sane

Re: [WIP][Mod] Character Creator [character_creator]

by Sane » Mon Aug 31, 2015 17:33

Rui wrote:@Sane
It's currently possible.
You can add skin data to character_creator table.

Ah good to know. Thanks.

Rui wrote:@jp
Dropdown menu or arrow-buttons...
I can't decide which to use...
I think dropdown menu is good visibility than arrow-buttons.

Uhm well I like the buttons idea. I think it's more intuitive because there is less text reading involved. Just hit a button and check the result in the preview (there was a preview, wasn't it).
Trying to stay me.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [WIP][Mod] Character Creator [character_creator]

by benrob0329 » Tue Sep 01, 2015 02:18

@Jp, I was going to suggest the same thing XD
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

Re: [WIP][Mod] Character Creator [character_creator]

by Sokomine » Wed Sep 02, 2015 23:02

jp wrote:Second and last point : you should not have so much textures. Instead, make a bunch of generic white-ish textures and use this method for colorize them.

I still need more variety for my mobf_trader mobs. NPCs in general might profit from customizable skins. It would be great if the individual texture parts could be shared between mods.
A list of my mods can be found here.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [WIP][Mod] Character Creator [character_creator]

by benrob0329 » Thu Sep 03, 2015 01:27

Idea: glasses, ties, capes. etc
 

User avatar
Minetestforfun
Member
 
Posts: 936
Joined: Tue Aug 05, 2014 14:09
GitHub: Darcidride
IRC: Darcidride + MinetestForFun
In-game: Darcidride + MinetestForFun

Re: [WIP][Mod] Character Creator [character_creator]

by Minetestforfun » Thu Sep 03, 2015 12:22

Great idea ! +1 !

(maybe improve the formspec and add a preview ? :p)
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: [WIP][Mod] Character Creator [character_creator]

by Ferk » Thu Sep 03, 2015 12:54

Nice!! Another cool mod that would be nice to have by default.

While this is less flexible than uploading a completely custom skin, I think it has several advantages: it will be easier on the bandwidth, the characters will all look more consistent and harder to confuse with something else, and if we add enough variety of hairstyles and accessories I don't think anyone would miss having a completely custom skin.

Plus the player skin could be randomised by default (maybe using the player name as seed?), so every player would look different from the ground up, even if they don't care/know about customising their character.
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

Re: [WIP][Mod] Character Creator [character_creator]

by Sokomine » Fri Sep 04, 2015 15:03

Ferk wrote:Plus the player skin could be randomised by default (maybe using the player name as seed?), so every player would look different from the ground up, even if they don't care/know about customising their character.

Sounds like a very good idea!
A list of my mods can be found here.
 

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[DELETED]

by Rui » Fri Sep 04, 2015 21:59

[DELETED]
Last edited by Rui on Fri Nov 04, 2016 13:22, edited 1 time in total.
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [WIP][Mod] Character Creator [character_creator]

by Don » Fri Sep 04, 2015 22:20

I like it!
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [WIP][Mod] Character Creator [character_creator]

by benrob0329 » Sat Sep 05, 2015 00:09

I like it too! But would a single male/female option clean it up a bit?
 

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[DELETED]

by Rui » Sat Sep 05, 2015 02:38

[DELETED]
Last edited by Rui on Fri Nov 04, 2016 13:22, edited 1 time in total.
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: [WIP][Mod] Character Creator [character_creator]

by benrob0329 » Sat Sep 05, 2015 02:41

Ok, that looks awesome.
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [WIP][Mod] Character Creator [character_creator]

by Don » Sat Sep 05, 2015 03:04

Looks great. Careful you don't add to many settings.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

User avatar
Rui
Member
 
Posts: 255
Joined: Wed Oct 01, 2014 12:59
GitHub: Rui-Minetest

[DELETED]

by Rui » Sat Sep 05, 2015 03:29

[DELETED]
Last edited by Rui on Fri Nov 04, 2016 13:22, edited 1 time in total.
 

Dartmouth
Member
 
Posts: 121
Joined: Sat Dec 06, 2014 14:39
IRC: pilino1234

Re: [WIP][Mod] Character Creator [character_creator]

by Dartmouth » Sat Sep 05, 2015 07:48

Maybe change the order of the buttons? If you have male/female next to each other, I'd have taller/shorter next to each other and wider/thinner in the row below. It just seems more intuitive :)
Apart from that minor change, this looks really nice!
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: [WIP][Mod] Character Creator [character_creator]

by Ferk » Sat Sep 05, 2015 15:13

It looks really good already.

I find funny how you called "styled" hair to the one that is balding :P ..probably because you didn't find any adjective that wouldn't be offensive? ...maybe "big forehead", or just "balding"...

How come there's not an option for a completely bald or shaved head?

Dartmouth wrote:male/female next to each other


Maybe this is a good idea so it looks similar to the way the other buttons able blended together (the "<< blahblah >>" format). it would be more consistent.
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: [Mod] Character Creator [character_creator]

by rubenwardy » Sat Sep 05, 2015 19:09

I don't think you should limit clothes to just female clothes, and just male clothes - what if a girl wants to wear male clothes? etc.
 

Next

Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 41 guests

cron