|
|
|
Page 1 of 1 |
[ 14 posts ] |
|
duel logging : Star Wars Galaxies Discussions
|
|
Posted: April 19th, 2010, 11:42 pm
|
|
|
|
thorusd
Total Posts: 303
Joined: June 16th, 2008, 8:51 am
thorusd's Reps: 3
|
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
|
|
|
|
cuervogold
Total Posts: 1088
Location: 127.0.0.1
Joined: September 25th, 2007, 3:39 pm
cuervogold's Reps: 727
|
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
|
|
|
|
r04r
Total Posts: 387
Joined: January 17th, 2009, 12:33 pm
r04r's Reps: 9
|
Open up client.cfg and add the line
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): .include "user.cfg"
to fix it.
|
|
|
|
|
Posted: April 20th, 2010, 4:48 am
|
|
|
|
cuervogold
Total Posts: 1088
Location: 127.0.0.1
Joined: September 25th, 2007, 3:39 pm
cuervogold's Reps: 727
|
r04r (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): Open up client.cfg and add the line (!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): .include "user.cfg"
to fix it.
Nice find!
|
|
|
|
|
Posted: April 20th, 2010, 10:05 am
|
|
|
|
thorusd
Total Posts: 303
Joined: June 16th, 2008, 8:51 am
thorusd's Reps: 3
|
|
|
|
|
Posted: April 20th, 2010, 11:53 am
|
|
|
|
evilfigment
Total Posts: 262
Joined: July 18th, 2008, 7:05 am
evilfigment's Reps: 1101
|
If you want to "Force" Settings, just modify the client.cfg to add your custom config.
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))): .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. (!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))): [SwgClient] allowMultipleInstances=true
|
|
|
|
|
Posted: April 20th, 2010, 12:40 pm
|
|
|
|
rugburn
Total Posts: 376
Joined: October 11th, 2006, 3:11 pm
rugburn's Reps: 4
|
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
|
|
|
|
thorusd
Total Posts: 303
Joined: June 16th, 2008, 8:51 am
thorusd's Reps: 3
|
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
|
|
|
|
evilfigment
Total Posts: 262
Joined: July 18th, 2008, 7:05 am
evilfigment's Reps: 1101
|
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
|
|
|
|
cuervogold
Total Posts: 1088
Location: 127.0.0.1
Joined: September 25th, 2007, 3:39 pm
cuervogold's Reps: 727
|
thorusd (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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
|
|
|
|
thorusd
Total Posts: 303
Joined: June 16th, 2008, 8:51 am
thorusd's Reps: 3
|
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
|
|
|
|
thorusd
Total Posts: 303
Joined: June 16th, 2008, 8:51 am
thorusd's Reps: 3
|
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
|
|
|
|
thorusd
Total Posts: 303
Joined: June 16th, 2008, 8:51 am
thorusd's Reps: 3
|
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
|
|
|
|
rubbish20
Total Posts: 47
Joined: June 29th, 2010, 7:01 pm
rubbish20's Reps: 0
|
client.cfg
.include "user.cfg" helped
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 14 guests |
|
|
|