Full Screen Help
Full Screen Help
Just need a bit of help... I am running the alpha 26 release on a Mac Book Pro. I was adjusting my settings so that the game runs in full screen and when I restarted the game it fails to open. I therefore cannot get back into the game to adjust the settings back to the windowed option. Is there a way to edit the config file without entering the game, and where is this located?ThanksEoin
RE: Full Screen Help
Yes. The file location varies a bit depending on your OS. I do Windows, so on my machine it's in Users/<username>/My Documents/Pioneer/config.ini. Near the bottom of the file is StartFullscreen = 1. Change that to 0.
RE: Full Screen Help
Thanks but on the mac there doesnt seem to be a config file.... trust them not to make things easy <img src="'[url]http://spacesimcentral.com/forum/public/style_emoticons//icon_mad.gif[/url] class='bbc_emoticon' alt=':mad:' />
-
fluffyfreak
- Private
- Posts: 1292
- Joined: Sun Nov 27, 2016 12:55 pm
RE: Full Screen Help
Oh it does just not where you might expect.Two places in the code suggest possible locations to go hunting for it but not having a Mac I can't help you much more, you could PM Philbywhizz#ifdef __APPLE__ path += "Library/Application Support/Pioneer";#else path += ".pioneer";#endif// On OSX, the data directory is located in the resources folder of the application// bundle (Contents/Resources). Rather than using cwd (which is the cwd of the app.bundle// folder)// - This is XCode/App Bundle specific
#ifdef __APPLE__path += "Library/Application Support/Pioneer";#elsepath += ".pioneer";#endif// On OSX, the data directory is located in the resources folder of the application// bundle (Contents/Resources). Rather than using cwd (which is the cwd of the app.bundle// folder)// - This is XCode/App Bundle specific
// On OSX, the data directory is located in the resources folder of the application// bundle (Contents/Resources). Rather than using cwd (which is the cwd of the app.bundle// folder)// - This is XCode/App Bundle specific
#ifdef __APPLE__path += "Library/Application Support/Pioneer";#elsepath += ".pioneer";#endif// On OSX, the data directory is located in the resources folder of the application// bundle (Contents/Resources). Rather than using cwd (which is the cwd of the app.bundle// folder)// - This is XCode/App Bundle specific
// On OSX, the data directory is located in the resources folder of the application// bundle (Contents/Resources). Rather than using cwd (which is the cwd of the app.bundle// folder)// - This is XCode/App Bundle specific
-
Guest
RE: Full Screen Help
flufflyfreak is correct. The config.ini file (as well as the other 'user' files) are located in ~/Library/Application Support/PioneerYou may have to hold down the 'option' key in finder to get to the ~/Library folder as Apple had decided to hide this from you for some silly reason (since Lion 10.7+)
-
galvatron1983
- Posts: 1
- Joined: Sun Oct 07, 2012 4:13 pm
RE: Full Screen Help
Hello everyone, first post! Just thought Id chime in as Ive been having the same issues. Hunting around my library folder, I cant find a Pioneer folder in Library > Application Support. Now Im stuck in a loop on OSX, I delete Pioneer from applications folder, reinstall the game and it still attempts to open in fullscreen only to crash. Im running 10.8 so maybe the Pioneer library folder is hidden? Or the config file is saved elsewhere? I even tried using the "open package contents" command on the Pioneer icon in my applications folder and still no sign of a config file. So not having much luck so far!
RE: Full Screen Help
Well, I don't really know what I'm talking about on this subject, but I Googled 'mac finder show hidden files' and got these links. I hope it's useful.[url]https://www.google.c...lient=firefox-a[/url]