Character menu is coming with 3.5. If you look at the top of the gender select screen, you'll see a note near the top saying many are broken.
As for the stats menu, what exactly isn't working? Do you have a traceback?
Yes, here. It does not matter if it is with or without the WT mod. I tried it clean and with mod. Maybe i am just missing something.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 168, in execute
File "game/logs/stats.rpy", line 168, in <module>
NameError: name 's01e03_start' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 3 more times]
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "E:\Visual game\MoveTheChains-0.3-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 1, in execute
File "game/logs/stats.rpy", line 168, in execute
File "game/logs/stats.rpy", line 168, in <module>
NameError: name 's01e03_start' is not defined