Loading the Automap on Startup
Loading the Automap on Startup
How can I load "idbeholda" to automatically load the automap when starting a game so I don't have to type it in the command line. Can I bind it to a single key, like the "m" key, by modifying the configuration settings file? I've been trying with no success. I'm using Zdoom ver. 2.7.1
Thanks; Don
Thanks; Don
Re: Loading the Automap on Startup
Enter this in the console:
Press 'm'.
Code: Select all
bind m "am_cheat 2"
Re: Loading the Automap on Startup
Where do I enter bind m "am_cheat 2"? In the config.ini file?
I'm confused. I've set up key bindings in this file before, but nothing happens when I enter bind m "am_cheat 2" in the file.
Thanks for the help........
I'm confused. I've set up key bindings in this file before, but nothing happens when I enter bind m "am_cheat 2" in the file.
Thanks for the help........
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Loading the Automap on Startup
Edward said to put it into the console. It should be permanent afterwards.
Re: Loading the Automap on Startup
Okay - I'll try that.........
Re: Loading the Automap on Startup
The [wiki]Console[/wiki], fyi. 

Re: Loading the Automap on Startup
Great - it works. Thanks very much.
I eyeballed the .ini file and it did not get modified by typing this into the console. Which file got modified?
I eyeballed the .ini file and it did not get modified by typing this into the console. Which file got modified?
Re: Loading the Automap on Startup
The ini. It gets stored in your key bindings (seeing as it is a key binding; bind <key> <action>).
Edit: Also, just remembered that all idbeholda does is give the comp-area map. You can try alternatives depending on what you actually want.
If you want idbeholda exactly:
Or, if you want something a little more than that (completed map, no things):
Edit: Also, just remembered that all idbeholda does is give the comp-area map. You can try alternatives depending on what you actually want.
If you want idbeholda exactly:
Code: Select all
bind m "give Allmap"
Code: Select all
bind m "am_cheat 1"
Re: Loading the Automap on Startup
I searched the ini file and it's not there. But it does show in the [Doom.DoubleBindings] section the text m=daedalus_msgspeed. So the "m" key is binded to two actions? The automap feature works fine using the m key now.
Re: Loading the Automap on Startup
It'll be in [Doom.Bindings], as m=<whatever the action is>. Do note that ZDoom doesn't write to any other config.
Re: Loading the Automap on Startup
Found it in [Doom.Bindings], m=am_cheat 2. I don't come on here too much, but when I do, you guys always help me out.edward850 wrote:It'll be in [Doom.Bindings], as m=<whatever the action is>. Do note that ZDoom doesn't write to any other config.

EDIT: The "give Allmap" was the key binding I was looking for as the map is grayed out until passing through. Thanks again Edward850.