Dusty Posted October 20, 2012 Posted October 20, 2012 Is there a limit of menus you can define in the menus.txt? When I reach a certain number, I have issues. When I start up Single Player, the game hangs at the splash screen where it says "Jedi Knight: Jedi Academy" before showing the lucas arts logo video. But as soon as I change it back no problems. I mean I added like 5-6 menus to the menus.txt. But honestly, if I hit some sort of limit, I feel like there'd be more upheaval on the game's part. Hmm... therfiles likes this
therfiles Posted October 20, 2012 Posted October 20, 2012 Hmmm...I have WAY more than that in mine. Show us your menus.txt please!
Dusty Posted October 20, 2012 Author Posted October 20, 2012 // menu defs//{loadMenu { "ui/main.menu" }loadMenu { "ui/newgame.menu" }loadMenu { "ui/newgame_settings.menu" }loadMenu { "ui/newgame_first.menu" }loadMenu { "ui/character.menu" }loadMenu { "ui/saber.menu" } loadMenu { "ui/loadgame.menu" }loadMenu { "ui/controls.menu" }loadMenu { "ui/setup.menu" }loadMenu { "ui/quit.menu" } loadMenu { "ui/error.menu" }loadMenu { "ui/vid_warning.menu" }loadMenu { "ui/videodriver.menu" } loadMenu { "ui/bonusmissions.menu" }loadMenu { "ui/characterb.menu" }loadMenu { "ui/saberb.menu" } loadMenu { "ui/academy.menu" }loadMenu { "ui/datapadforce_a.menu" }loadMenu { "ui/datapadmoves_a.menu" } }
afi Posted October 20, 2012 Posted October 20, 2012 I've added up to 10 new menus, so I doubt that's the problem... (not sure if in menus.txt though)Edit: The multiplayer-code says #define MAX_MENUS 64 You can get the error you mentioned when you do wrong stuff in your menus. Like adding broken models/movies...
therfiles Posted October 20, 2012 Posted October 20, 2012 (edited) CRAP. Only 64? Shooooot. Edited October 20, 2012 by therfiles To add more drama.
Dusty Posted October 27, 2012 Author Posted October 27, 2012 Thanks for the help guys. It prolly has to be one of my menus not coded right. I'll figure it out.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now