Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a character creation menu? [closed]

Asked by 8 years ago

So if I wanted a character creation menu complete with many different options where the camera is locked onto your character as you create it, how would I go about doing that?

Closed as Not Constructive by User#6546, Pyrondon, and M39a9am3R

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
2
Answered by
BlackJPI 2658 Snack Break Moderation Voter Community Moderator
8 years ago

This question is too broad for our Q&A format, however I will give you one suggestion: break your large problem into smaller ones. Often people get stuck on large, complicated problems because they don't know how to tackle them. Breaking the problem down is the only efficient way to do this.

Okay cool, now how would you break your problem down? First you need to determine something you want to accomplish, e.g. the GUI that allows you to select your options. Now break this down in to even smaller tasks, e.g. designing the GUI, programming a button to equip an asset, etc. You can keep doing this process over and over and eventually you should end up with a bunch of small tasks that are much easier to manage.

This applies outside of programming and into life too. When facing any problems, it can help a great deal to simplify them into smaller, manageable tasks.

If you need help with one of these smaller tasks, then feel free to come back to this website and we will hopefully be able to assist you.

2
Also, provide code that you have written and try to put in effort. RAYAN1565 691 — 8y
0
Gotcha. Thanks for the comment, I'll be sure to do that! TSF_Asuna 0 — 8y
0
Good to hear! BlackJPI 2658 — 8y
Ad