I got referred here from a Legendary mod that uses the same trick and i didn't realise i was looking at OG ME1, so if anyone does the same as me and can't find the ini file referred to.. I found it in the games folder rather than documents, go into ME1 and then find the config folder
I saw that it is possible to make a quick load by editing the config file. Can the same be done using the custom config files for the ME1 controller mod?
Is there an option to quickload by any means? I'm baffled that the game doesn't have it. There's a console command to quickload, perhaps there's a way to bind it to a key.
If you want to bind the F5 key for example In the "Documents" folder, open the "BIOInput.ini" file, look for a line in this style Bindings=(Name="F5",InputMode=BIO_INPUT_MODE_NONE,Command="exec FKEY_F5.txt",Control=False,Shift=False,Alt=False)
Delete it and replace it with : Bindings=(Name="F5",InputMode=BIO_INPUT_MODE_NONE, Command="LoadGame John00_QuickSave",Control=False,Shift=False,Alt=False)
Replace "John00_QuickSave" with the name of the save you want to quickload. For the name of the saves, look in the folder "Documents\BioWare\Mass Effect\Save".
Maybe make a backup of BIOInput.ini before making any changes.
6 comments
Somehow possible save the game after you choosed Anderson or Udina at the ending?
There's a console command to quickload, perhaps there's a way to bind it to a key.
If you want to bind the F5 key for example
In the "Documents" folder, open the "BIOInput.ini" file, look for a line in this style
Bindings=(Name="F5",InputMode=BIO_INPUT_MODE_NONE,Command="exec FKEY_F5.txt",Control=False,Shift=False,Alt=False)
Delete it and replace it with :
Bindings=(Name="F5",InputMode=BIO_INPUT_MODE_NONE, Command="LoadGame John00_QuickSave",Control=False,Shift=False,Alt=False)
Replace "John00_QuickSave" with the name of the save you want to quickload. For the name of the saves, look in the folder "Documents\BioWare\Mass Effect\Save".
Maybe make a backup of BIOInput.ini before making any changes.
I hope you'll find it useful :)