NGS Posted June 24, 2017 Posted June 24, 2017 so im incredibly new to leadwerks, literally just started a few hours ago. and i have created a game and it works perfectly in the editor, however, when i export it the game opens full screen with a menu and black background New Game Options Exit When i click 'new game' nothing happens, except the buttons become unclickable. the other buttons work fine. but it means i cannot play it outside the editor. can anyone help me? cheers in advance Quote
AggrorJorn Posted June 24, 2017 Posted June 24, 2017 open the menu.lua script which you can find in the scripts folder. In that script you can find what should happen when the start button is pressed. Look for this line: if Map:Load("Maps/start.map") Change it to the name of your map. Quote
NGS Posted June 24, 2017 Author Posted June 24, 2017 1 hour ago, AggrorJorn said: open the menu.lua script which you can find in the scripts folder. In that script you can find what should happen when the start button is pressed. Look for this line: if Map:Load("Maps/start.map") Change it to the name of your map. cheers mate that worked! Quote
AggrorJorn Posted June 26, 2017 Posted June 26, 2017 Glad you got it working. Dont forget to mark as accepted answer. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.