View Single Post
  #732  
Old 23-10-2019, 11:42
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Search

Code:
SetIniString('{#Section}', '{#Key}', WizardForm.UserInfoNameEdit.Text, ExpandConstant('{#INIFile}'));
After this add and change the ini file location manualy inside the script ('{app}\steam_emu.ini')

Code:
SetIniString('{#Section}', '{#Key}', WizardForm.UserInfoNameEdit.Text, ExpandConstant('{app}\steam_emu.ini'));
Maybe you have to change {#Section} and {#Key} too if the section/key is different in two ini files. If the sections and names are the same then just leave it like it is and only change the {#INIFile} for ini file #2, 3, 4, ...
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Titeuf (24-10-2019)