Isaak1989 4 Posted September 19, 2012 So i'm working for a solution to run mutiple accounts with the dlcs.and i have found a solution that is working or me.First of all i'm using DayZCommander and only that to run DayZ (!IMPORTANT! since the method is built for using DayZCommander)Second there is a slight problem, currently the game loads the dlcs two times when starting but until now i haven't had any errors.Sadly i haven't found a workaround for that.Next is, i used the method from DocTolly to use multiple accountshttp://dayzmod.com/f...hared-computersandthe method explained in the 4th post for the dlc on multiple accountshttp://dayzmod.com/f...rs/page__st__40So the preparatory work is done, now i have two .reg-files (name1.reg/name2.reg) as well as each two dlcs folders (@PMCname1/name2, @BAFname1/name2).the first thing to do is to copy the two .reg-files into the folder where the settings.xml from DayZCommander is located(the standard path for Win7 would be "C:\Users\*User*\AppData\Local\DayZCommander")next we have to write a little vbs-script for each account named replacename1.vbs and replacename2.vbsopen notepad and write'Variablen initialisierenDIM SuchenDIM ErsetzenDIM NeuerInhaltDIM Inhalt'Variablen setzenSuchen ="name2"Ersetzen ="name1"'Datei öffnen und auslesenSet FSO = CreateObject("Scripting.FileSystemObject")Set File = FSO.OpenTextFile("C:\Users\*User*\AppData\Local\DayZCommander\settings.xml", 1)Inhalt = File.ReadAllFile.Close'String finden und ersetzenNeuerInhalt = Replace(Inhalt, Suchen , Ersetzen) +vbcr'In Datei schreibenSet File = FSO.OpenTextFile("C:\Users\*User*\AppData\Local\DayZCommander\settings.xml", 2)File.Write NeuerInhaltFile.Closesave the written as "replacename1.vbs", switch name1 and name2 and save as "replacename2.vbs.copy those two also in the same folder as the 2 reg.-files and the settings.xmlnow we have two .reg-files, two .vbs-scripts and the settings.xml from DayZcommander in one folder.finally we don't want to click them each time we want to change the character, so we will create a .bat-file which will automate the process.open notepad and writestart C:\Users\*User*\AppData\Local\DayZCommander\replacename1.vbsstart C:\Users\*User*\AppData\Local\DayZCommander\name1.regsave as name1.bat, repeat the same for the name2-filesstart C:\Users\*User*\AppData\Local\DayZCommander\replacename2.vbsstart C:\Users\*User*\AppData\Local\DayZCommander\name2.regsave as name2.batnow we have 2 .bat-files which can be stored whereever you wantthe .bat-file for the respective user will will change the key and the loaded mod folders and prevent errors.now i have to excuse myself for my bad english since i'm germanand i hope that method helps some of you 1 Share this post Link to post Share on other sites
deren93@hotmail.com 95 Posted September 20, 2012 Nice post, have some beans :) Share this post Link to post Share on other sites
threedguru 0 Posted January 5, 2013 Please explain what to do with the @PMCname1/name2 and @BAFname1/name2. I am not eading anything that tells you what to do. Share this post Link to post Share on other sites