[help] How Can I Run 2 Configs At Once ?

just want to know how to run two configs at once with samurize.

please let me know

---------------

Please tag your threads, this is a [Help] thread

The Topic Has Been Tagged

// Seph

#173503

There are many different ways and i know mines not common but I like to merge configs in the config editor...

#173505

Straight from the Samurize help file:

Desktop Client Instances

You can run multiple instances of the Desktop Client to display two or more configs on your desktop. However, the default Samurize instance can only remember settings for a single config.

The solution to this is to use different instance names. The Desktop Client accepts a parameter which is the name of the instance that should be run. Each instance can remember settings for different configs, so you can set up a whole lot of instances, each loading a different config file by default.

Here's a quick guide to make two instances:

Make two configs. For simplicity, I'm going to refer to them as if they were named 'One.ini' and 'Two.ini'.

Make 2 shortcuts on your desktop to client.exe. Call one of the shortcuts "My Config 1" and make the Target line to one of them read:

"C:\Program Files\Samurize\Client.exe" i=config1

Call the other one "My Config 2" and have its target line read:

"C:\Program Files\Samurize\Client.exe" i=config2

(obviously you will have to adjust the path to match where you have samurize installed)

Double-click on the "My Config 1" shortcut you made and rightclick on the tray icon.. choose One.ini as the config.

Double-click on the "My Config 2" shortcut you made and rightclick on the tray icon.. choose Two.ini as the config.

Now, whenever you use the "My Config 1" shotcut, One.ini will always be loaded with it. And likewise, Two.ini with "My Config 2".

If you want to create more instances, repeat the above steps (changing the numbers) ad nauseum ;)

#173506

you can use "c:\program files\samurize\client.exe" "i=name" to have different instance.

different instance can have different config.

#173507

i always merge different configs together..

it's convenient :lol:

#173574

2 smaller configs run better & use less resources than one large config...it is always better to have several smaller configs running simultaneously.

#173614

I Often wondered about that .. So two or three small ones are better then one large one huh?

#173920