Leadwerks Game Launcher

Leadwerks Game Launcher

PAC-prealpha
13 Comments
mplgamer09 21 Jan, 2024 @ 2:58pm 
no work
Skulltip  [author] 17 Aug, 2015 @ 1:20pm 
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 @ 11:52am 
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  [author] 17 Aug, 2015 @ 11:18am 
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 @ 11:09am 
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  [author] 11 Jun, 2015 @ 9:24am 
The prealpha is very old and out of date. We are working towards getting a good alpha soon.
Teecreeper 11 Jun, 2015 @ 9:02am 
1600 x 900
Skulltip  [author] 11 Jun, 2015 @ 8:43am 
What is your native resolution?
Teecreeper 11 Jun, 2015 @ 4:53am 
My Game Crash if i launch pac-prealpha :coinface:
DrChocolate 8 Jun, 2015 @ 8:16pm 
Hey guys, our Steam Greenlight page is located here! https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=448599247
Skulltip  [author] 21 May, 2015 @ 12:44am 
Yes, I get the same issue. May try to republish latest pre alpha soon.
nick.ace 20 May, 2015 @ 8:14pm 
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).