subcritical
10-07-17, 05:49 PM
Hi,
Anyone else running this on a mac? If so let me know if your having the same issues. Not sure anyone but the dev can help, but here are a couple of issues I'm having.
1. First, great game. I'm really loving it. This is an issue because I'm spending too much time! The next ones are real issues, but I didn't want to come across as negative on the game!
2. On loading the game, 9 times out of 10 the game loads to the main screen, but then goes to another desktop or program. I need to command-TAB to the game to start running it. This may be due to me running multiple spaces (or desktops) using the mission control app.
3. The dock and the menu bar are still active, so the game does not appear to be truly full screen. In case a dev reads this, I don't know how you have ported the game, but in X-Code you could do the following on the window Open event;
self.LiveResize = False
self.MenuBarVisible = false
self.FullScreen = true
4. This is somewhat related to 3. Since the dock is put in some sort of auto-hide mode when the game launches, the dock opens up whenever you hover near the bottom of the screen. This is right where I have my hud displays. Also, when I exit the game I need to go into Settings > Dock and a) enable Automatically hide and show the dock, then b) disable Automatically hide and show the dock. This gets my dock to behave how I like it.
Thanks for listening. If anyone has any ideas on how to fix which doesn't involve me buying a PC :o or using bootcamp:hmmm: I'd like to hear it.:Kaleun_Cheers:
-sub
:subsim:
Anyone else running this on a mac? If so let me know if your having the same issues. Not sure anyone but the dev can help, but here are a couple of issues I'm having.
1. First, great game. I'm really loving it. This is an issue because I'm spending too much time! The next ones are real issues, but I didn't want to come across as negative on the game!
2. On loading the game, 9 times out of 10 the game loads to the main screen, but then goes to another desktop or program. I need to command-TAB to the game to start running it. This may be due to me running multiple spaces (or desktops) using the mission control app.
3. The dock and the menu bar are still active, so the game does not appear to be truly full screen. In case a dev reads this, I don't know how you have ported the game, but in X-Code you could do the following on the window Open event;
self.LiveResize = False
self.MenuBarVisible = false
self.FullScreen = true
4. This is somewhat related to 3. Since the dock is put in some sort of auto-hide mode when the game launches, the dock opens up whenever you hover near the bottom of the screen. This is right where I have my hud displays. Also, when I exit the game I need to go into Settings > Dock and a) enable Automatically hide and show the dock, then b) disable Automatically hide and show the dock. This gets my dock to behave how I like it.
Thanks for listening. If anyone has any ideas on how to fix which doesn't involve me buying a PC :o or using bootcamp:hmmm: I'd like to hear it.:Kaleun_Cheers:
-sub
:subsim: