NGS Posted June 24, 2017 Share 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 Link to comment Share on other sites More sharing options...
AggrorJorn Posted June 24, 2017 Share 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 Link to comment Share on other sites More sharing options...
NGS Posted June 24, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
AggrorJorn Posted June 26, 2017 Share Posted June 26, 2017 Glad you got it working. Dont forget to mark as accepted answer. Quote Link to comment Share on other sites More sharing options...
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.