Leadwerks Game Launcher

Leadwerks Game Launcher

PAC-prealpha
13 kommentarer
mplgamer09 21. jan. 2024 kl. 14:58 
no work
Skulltip  [ophavsmand] 17. aug. 2015 kl. 13:20 
I just use this, only called once in App.lua. Some issues i've found where users card doesn't support the engine, and a couple others where openal has to be installed or it crashes.


local windowstyle = Window.FullScreen
self.window=Window:Create(self.title,0,0,System:GetProperty("screenwidth","1024"),System:GetProperty("screenheight","768"),windowstyle)
self.window:ShowMouse()

Josh 17. aug. 2015 kl. 11:52 
Check the flags parameter. If the "Fullscreen" setting is enabled, do you end up adding Widnow::FullScreen twice? A lot of people have been doing that.
Skulltip  [ophavsmand] 17. aug. 2015 kl. 11:18 
I only do a Window:Create() one time using the fullscreen flag. From there on out I use the setlayout() function.
Josh 17. aug. 2015 kl. 11:09 
If "fullscreen" is enabled, the window fails to be created. This is probably due to your script adding the fullscreen window style twice to the creation flags.
Skulltip  [ophavsmand] 11. juni 2015 kl. 9:24 
The prealpha is very old and out of date. We are working towards getting a good alpha soon.
Teecreeper 11. juni 2015 kl. 9:02 
1600 x 900
Skulltip  [ophavsmand] 11. juni 2015 kl. 8:43 
What is your native resolution?
Teecreeper 11. juni 2015 kl. 4:53 
My Game Crash if i launch pac-prealpha :coinface:
DrChocolate 8. juni 2015 kl. 20:16 
Hey guys, our Steam Greenlight page is located here! http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=448599247
Skulltip  [ophavsmand] 21. maj 2015 kl. 0:44 
Yes, I get the same issue. May try to republish latest pre alpha soon.
nick.ace 20. maj 2015 kl. 20:14 
Hi! It looks cool, but it doesn't work on my computer. If I try fullscreen in the launcher, it crashes immediately. If i uncheck it, I get to the second splash screen, and then it crashes after that. I tried different resolutions as well. (GTX 750 Ti, native resolution: 1900x1080, Windows 7).