Leadwerks Game Launcher

Leadwerks Game Launcher

PAC-prealpha
13 条留言
mplgamer09 2024 年 1 月 21 日 下午 2:58 
no work
Skulltip  [作者] 2015 年 8 月 17 日 下午 1: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 2015 年 8 月 17 日 上午 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  [作者] 2015 年 8 月 17 日 上午 11:18 
I only do a Window:Create() one time using the fullscreen flag. From there on out I use the setlayout() function.
Josh 2015 年 8 月 17 日 上午 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  [作者] 2015 年 6 月 11 日 上午 9:24 
The prealpha is very old and out of date. We are working towards getting a good alpha soon.
Teecreeper 2015 年 6 月 11 日 上午 9:02 
1600 x 900
Skulltip  [作者] 2015 年 6 月 11 日 上午 8:43 
What is your native resolution?
Teecreeper 2015 年 6 月 11 日 上午 4:53 
My Game Crash if i launch pac-prealpha :coinface:
DrChocolate 2015 年 6 月 8 日 下午 8:16 
Hey guys, our Steam Greenlight page is located here! http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=448599247
Skulltip  [作者] 2015 年 5 月 21 日 上午 12:44 
Yes, I get the same issue. May try to republish latest pre alpha soon.
nick.ace 2015 年 5 月 20 日 下午 8: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).