How to open debug menu? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html) +--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html) +---- Forum: Mac - ATDD (https://www.frictionalgames.com/forum/forum-33.html) +---- Thread: How to open debug menu? (/thread-10535.html) Pages:
1
2
|
How to open debug menu? - Jazstar - 10-01-2011 I'm on a mac, so when trying to create a custom story, pressing F1 dims the screen lighting instead of opening a debug menu. I have followed the devguide, now I'm stuck. RE: How to open debug menu? - Tanshaydar - 10-01-2011 Make sure LoadDebugMenu="true" is set correctly in main_settings.cfg RE: How to open debug menu? - Jazstar - 10-01-2011 Wait... I think... I think I figured out what I was doing wrong... When setting up development environment, it says to "In user_settings.cfg, inside the Map element set Folder=”“ to the root folder for your maps (eg Folder=“MyMaps/”), this folder MUST be located inside the maps folder in the game directory (where you put the tools)."I don't understand how to do this second half... Now when I try to load, it comes up with an error, saying I can't load my map... Where is the maps folder? or something.. Edit: Actually, now that I look around, I seem to be missing quite a few config files... I can only find main_settings.cfg, the user_keys.cfg and user_settings.cfg which I find in the folder "All", and in each of the folders containing a profile, and in the dev_user These are the only ones I can find... Yet Amnesia worked perfectly for me when I played through... RE: How to open debug menu? - Tanshaydar - 10-01-2011 They're complete. 3 different cfg file exist in Documents folder. For the second part, you need a folder in your maps folder, like this: |-Amnesia.exe |-maps (folder) |--MyMaps (folder) |---MyMap.map (file) RE: How to open debug menu? - Jazstar - 10-01-2011 What do you mean when you say maps folder? RE: How to open debug menu? - Tanshaydar - 10-01-2011 You have a folder named 'maps', in same directory where your Amnesia.exe is. RE: How to open debug menu? - Jazstar - 10-01-2011 I don't have an Amnesia.exe... *confused* RE: How to open debug menu? - Tanshaydar - 10-01-2011 Oh, I just had an epic fail. I stayed on Windows too much, must get back to Linux any time. maps folder should be in your root folder. RE: How to open debug menu? - Jazstar - 10-01-2011 What is a root folder? I feel like a computer idiot XD RE: How to open debug menu? - Tanshaydar - 10-01-2011 Where your game files exist. There should be folders named billboards, maps, custom_stories, static_objects etc. |