Interhack Posted January 10, 2015 Share Posted January 10, 2015 When I got my exe file and i load it up, it shows up that (Capture.JPG picture) but thats not my work i have done, can you find out why? Thanks Quote Link to comment Share on other sites More sharing options...
AggrorJorn Posted January 10, 2015 Share Posted January 10, 2015 Running your game from the editor loads the map that is opened in the editor. When published the map is loaded you have specified in app.lua. Quote Link to comment Share on other sites More sharing options...
Interhack Posted January 10, 2015 Author Share Posted January 10, 2015 Okay Thanks Quote Link to comment Share on other sites More sharing options...
killbot5555678 Posted January 27, 2015 Share Posted January 27, 2015 Running your game from the editor loads the map that is opened in the editor. When published the map is loaded you have specified in app.lua. What is the exact url for this fix i cant find it sadly or do i have to buy it from http://aggrortutorials.com/ ???? Quote Link to comment Share on other sites More sharing options...
Josh Posted January 27, 2015 Share Posted January 27, 2015 Just save your first map you want loaded as "start.map". Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Imchasinyou Posted January 28, 2015 Share Posted January 28, 2015 IF your first map is named differently, you can also open the app.lua script and lines 26,27,28 are where the first map is loaded. --Load a map local mapfile = System:GetProperty("map","Maps/start.map") --start.map is being loaded. if Map:Load(mapfile)==false then return false end You can change the start.map to what ever the map name is that you have or just resave your map as "start" and it should load up just fine. ("map","Maps/start.map") Maps refers to the folder that the map is in and start.map is the actual map name. Over kill on the info but maybe it helps some one down the line. . . . . 2 Quote Asus sabertooth 990FX, AMD FX 9590 , Windows 7 Home Premium 64 Bit, 4 HDD's Western Digital Caviar Black set in Raid 0, 16 GB Crucial Ballistix Elite, Asus Radeon R9 270 X 4GB, Corsair CM750M, Link to comment Share on other sites More sharing options...
killbot5555678 Posted February 4, 2015 Share Posted February 4, 2015 im still stuck some how? you explained well is just im clearly not getting the key aspect or something idk? Quote Link to comment Share on other sites More sharing options...
Imchasinyou Posted February 4, 2015 Share Posted February 4, 2015 Whats got ya hung up buddy? What can i do to make this easier for you. Ill be more than happy to help you. What is the main maps name? You want to take that main maps name and put that into the APP.lua script as shown above OR you rmain maps name needs to be "start". So, open Leadwerks, in the asset browser, go to scripts and right there should be app.lua. double click it and it will open in the lua editor. As I shown you above, you can change the maps name to match the map that your trying to load. Quote Asus sabertooth 990FX, AMD FX 9590 , Windows 7 Home Premium 64 Bit, 4 HDD's Western Digital Caviar Black set in Raid 0, 16 GB Crucial Ballistix Elite, Asus Radeon R9 270 X 4GB, Corsair CM750M, Link to comment Share on other sites More sharing options...
killbot5555678 Posted February 5, 2015 Share Posted February 5, 2015 ok i get all that i just want to find out were to find my main map (feel so stupid) lol i normally find it easy i just dont know were to find it thats my only problem Quote Link to comment Share on other sites More sharing options...
beo6 Posted February 5, 2015 Share Posted February 5, 2015 Just go into the leadwerks project manager and double-click on the project name. the explorer should start with your project directory open already. Quote Link to comment Share on other sites More sharing options...
Imchasinyou Posted February 5, 2015 Share Posted February 5, 2015 You can also look in the project folder that can be found in the "documents" folder on your computer in the maps folder. the path would look like, C:\Users\Andrew\Documents\Leadwerks\Projects\Project Name\Maps Quote Asus sabertooth 990FX, AMD FX 9590 , Windows 7 Home Premium 64 Bit, 4 HDD's Western Digital Caviar Black set in Raid 0, 16 GB Crucial Ballistix Elite, Asus Radeon R9 270 X 4GB, Corsair CM750M, Link to comment Share on other sites More sharing options...
beo6 Posted February 5, 2015 Share Posted February 5, 2015 Your Projects don't necessarily have to be inside the projects folder. For example when you import a project it can stay everywhere. I guess you could even change the default project folder. Quote Link to comment Share on other sites More sharing options...
killbot5555678 Posted February 7, 2015 Share Posted February 7, 2015 thank you very much guys special thx to Imchasinyou you have helped me a few times now and thx beo6 you showed me another way to do it 2 Quote Link to comment Share on other sites More sharing options...
Imchasinyou Posted February 7, 2015 Share Posted February 7, 2015 Im not the brightest bulb in the house but if i know a way or a solution, I will always help out instead of pointing you on some goose chase. Quote Asus sabertooth 990FX, AMD FX 9590 , Windows 7 Home Premium 64 Bit, 4 HDD's Western Digital Caviar Black set in Raid 0, 16 GB Crucial Ballistix Elite, Asus Radeon R9 270 X 4GB, Corsair CM750M, 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.