Page 1 of 1
duel logging
Posted: April 19th, 2010, 11:42 pm
by thorusd
i cant get this to work
i dont use station launcer i use swg launcher
i do have the user.cfg file
[SwgClient]
allowMultipleInstances=true
what do i do?
Posted: April 20th, 2010, 12:28 am
by cuervogold
I had issues with using user.cfg a while back. What I did was add that line to the options.cfg and then make that file read only. SWG wants to write to it each time it starts and doing so removes that line.
Remember, you'll have to change it to back to writeable when ever you want to change something.
Posted: April 20th, 2010, 1:19 am
by r04r
Open up client.cfg and add the line
to fix it.
Posted: April 20th, 2010, 4:48 am
by cuervogold
r04r wrote:Open up client.cfg and add the line
to fix it.
Nice find!
Posted: April 20th, 2010, 10:05 am
by thorusd
allready had that
Posted: April 20th, 2010, 11:53 am
by evilfigment
If you want to "Force" Settings, just modify the client.cfg to add your custom config.
.include "login.cfg"
.include "test.cfg"
.include "preload.cfg"
.include "options.cfg"
.include "user.cfg"
.include "forced.cfg"
Then create the file "forced.cfg" and add whatever settings you want to it, this way nothing can alter your forced settings. (Set it to readonly too if you want as it wont mess up your other settings).
Example: you define your resolution in the forced.cfg, even though you change resolution with the SwgClientSetup_r.exe, the forced config gets loaded last so the client reads your forced settings.
Just put the following in your forced cfg.
[SwgClient]
allowMultipleInstances=true
Posted: April 20th, 2010, 12:40 pm
by rugburn
I also hate cutscenes.. This will get rid of the all cutscenes, even when you land on mustafar.
[ClientGame]
disableCutScenes=1
Posted: April 21st, 2010, 1:53 am
by thorusd
hmm still not working
i have made forced.cfg
added it to client.cfg
removed user.cfg
what will i do???
Posted: April 21st, 2010, 2:38 am
by evilfigment
download a program called Filemon by sysinternals and check which configs its trying to read. Unless you have some sort of typo i think its a filesystem error because swgclient_r.exe is programmed to read the setting and display an error if you don't allow.
Posted: April 21st, 2010, 4:51 am
by cuervogold
thorusd wrote:hmm still not working
i have made forced.cfg
added it to client.cfg
removed user.cfg
what will i do???
Did you try my suggestion? Add the multi line into your options.cfg and make it read only?
Posted: April 21st, 2010, 5:19 am
by thorusd
tried everything now
the worst thing about this is my bro never needed to do any of this not ever the user.cfg thing he said and he can duel log
am lost on what to do now
Posted: April 21st, 2010, 5:30 am
by thorusd
ok i am uninstalling the game completly and then gonna start from scratch to see if that helps
will i use launchpad or staion launcher?
Posted: April 22nd, 2010, 3:28 pm
by thorusd
got it working thanks for all the help guys
this is why i love it here i get the help i need
Posted: July 1st, 2010, 1:42 am
by rubbish20
client.cfg
.include "user.cfg" helped