Page 1 of 1

Character Creator with Novelty

Posted: Fri Nov 11, 2016 5:04 pm
by JaybieJ
So I'm trying to figure out how I can manipulate the Novelty engine to make a 'character creator' type game , like the ones you see on DollDivine and the likes. The way I plan on doing this is making base models with clothes buttons and stuff. I wonder if there's anyone familiar with Novelty who can help me with this and help me find ways to pull it off? I'm well aware it's not exactly what Novelty was made for, but if there's one thing I have a knack for it's bending things to my will.

Re: Character Creator with Novelty

Posted: Fri Nov 11, 2016 6:29 pm
by firecat
it has C# so anything is possible with it.

Re: Character Creator with Novelty

Posted: Fri Nov 11, 2016 10:13 pm
by JaybieJ
What's C#?

Re: Character Creator with Novelty

Posted: Fri Nov 11, 2016 10:57 pm
by Divona
JaybieJ wrote:What's C#?
C Sharp (programming language)
https://en.wikipedia.org/wiki/C_Sharp_( ... _language)

Re: Character Creator with Novelty

Posted: Fri Nov 11, 2016 10:59 pm
by Onomatopoeia
JaybieJ wrote:What's C#?
Programming language. The difficulty curve of learning it is up for debate (I find it rather complicated, but more people say it's easy), but it is no match for Python. IMO, Python has to be the easiest language to learn.

Are you a programmer? Do you know any of the languages? If not, I'd recommend trying this out in Ren'py first. Simplicity over power.

Re: Character Creator with Novelty

Posted: Fri Nov 11, 2016 11:12 pm
by firecat
Onomatopoeia wrote:
JaybieJ wrote:What's C#?
Programming language. The difficulty curve of learning it is up for debate (I find it rather complicated, but more people say it's easy), but it is no match for Python. IMO, Python has to be the easiest language to learn.

Are you a programmer? Do you know any of the languages? If not, I'd recommend trying this out in Ren'py first. Simplicity over power.
no its not that much easier, one person made the same thing and its still not complete. you can read all about it here:
viewtopic.php?t=21515

computers are like dogs, they may or may not understand what you ask.

Re: Character Creator with Novelty

Posted: Thu Nov 17, 2016 11:09 pm
by 8oni
It's possible. Here is the link to the project example that I have made in Novelty : http://8oni.deviantart.com/art/Personal ... 0098&qo=13

IMAGE link : http://orig05.deviantart.net/52d2/f/201 ... 8nybk4.png
[SOrry, my images is higher than 800px wide :( ]

As you can see from the pic you click the hair clothes etc and it will change the character looks.

So if you want to use this as a base to make any dress up/character creator game then just look at the project example to see the script.

Feels free to ask on group or here or just PM me if you have any problems.

Hope this helps.