You are not logged in.
Hello,
I have problem. When I add menu based on this tutorial: http://forum.splatterladder.com/index.p ... entry71163 then N!tmod menu (n the game!) does not work. You can check it out on 87.98.234.222:27890. I have had same on jaymod. What's wrong? How can I fix it?
Regards,
Offline
When you get errors with your custom menus, try using /ui_restart on your client console.
If you get any error messages, it's a problem in the menus scripting. Or a bad ui/menudef.h or ui/menumacros.h.
To be more specific about your problem, it's caused by your ui/menus.txt file.
You are not loading any N!tmod menus.
Add these lines to your ui/menus.txt file :
loadMenu { "ui/credits_nit.menu" }
loadMenu { "ui/options_nit.menu" }
loadMenu { "ui/options_nit_controls.menu" }
loadMenu { "ui/options_nit_display.menu" }
loadMenu { "ui/options_nit_hud.menu" }
loadMenu { "ui/bug_report.menu" }
loadMenu { "ui/options_nit_sound.menu" }
loadMenu { "ui/options_nit_tweak.menu" }
And your problem should be fixed
Offline