is there any way to make a character customization screen or something like it?
Printable View
is there any way to make a character customization screen or something like it?
Easily. There are many different ways to do this. Say for example, you wanted a character with a head, body, arms, and legs. You would give each different look of the body part a direction and make arrow buttons around each of them. Then when the an arrow button is pressed, you add the 1 (Or how many there are between direction) to the direction to change what that body part looks like. At the end of the frame, you can store the each direction as a global value.
You could have a series of active objects for head, legs, weapons, etc, in your setup level. Then, when the player creates the charachter, you save the data in global values, an array, or an INI. I know that wasn't very well explained, but I will upload an example if you want.
an example would realy help
okay. I will have it uploaded by tomorrow afternoon, at the latest.
ok thanks.
No problem.
Here I made a quick example using the method I described above: http://putstuff.putfile.com/83318/7729113
i like that one because its simple but the problem is it stops the abilaty of moveing legs.
Of course you can have moving leg animations if you want. Or you can make legs move using events in the event editor.
ok well im going to edit the exsample to see if i can get it to work
i guess the other guy forgot.
---EDIT---
Sorry Never mind
what?
dose any one have any other tips or examples?