For Her Majesty's Honor

Well, you don’t have to ask the player their hair and eye color in the first place!
In fact, I’m planning on my story to ask for your gender at earlier point in the story (which is no confirmation), and then ask for the name at the scene where an npc ask their name (this one has conf.)

It’s all about the flow. No need to question the player immediately, especially when you’re not going to use them anytime soon.

There’s this thread… umm… where is it…
Ah! here it is


But just in case if you found that thread confusing, I’ll list the steps you need to complete in an order.

[details=Steps]

  1. Download smPluginMenuAddon.js (click the File link)

  2. Move the file you just downloaded :point_up_2: to your “…/web/” folder. (There’re various .js files such as navigator.js, scene.js, and util.js)

  3. Go to “…/web/mygame/” folder and edit the index.html file (use notepad/similar program to edit the file).

  4. Inside, you’ll see codes and stuffs. But what you want to do is, locate a bunch of <script src="... code lines and copy this code :point_down: anywhere between those code bunches.
    <script src="../smPlugin.js"></script>
    <script src="../smPluginMenuAddon.js"></script>

  5. Now, go to your normal startup.txt file and insert this code anywhere on your variable declarations part. *sm_init [title] | 3
    Make sure you replace the [title] with the actual title of your game

  6. Don’t forget to save every changes you’ve made![/details]

1 Like