PDA

View Full Version : Run Clients with Different Settings


Gentoo
03-22-2007, 02:16 AM
Do you load multiple clients daily with different resolutions for each? Do you sometimes run fullscreen and other times run in a window? Want to stop changing your options to turn down detail before a siege only to crank them back up two hours later? Then read on for how to automate these processes via batch files.

Step 1: Run Lineage 2 normally and set options.
http://files.triton.net/godflesh/L2batwu/options.jpg
Select the options you want. Remember this can include all of the things inside the options window, such as screen resolution, as well as the positions and sizes of all your status bars. I didn't cover chat filters here, but it's a pretty easy mod. (Hint: chatfilter.ini)

Step 2: Close L2 client as normal.

Step 3: Open your Lineage II\system subfolder.
http://files.triton.net/godflesh/L2batwu/system.jpg

Step 4: Rename your Option.ini, s_info.ini, and WindowsInfo.ini files.
http://files.triton.net/godflesh/L2batwu/rename.jpg
I chose Option-small.ini, s_info-small.ini, and WindowsInfo-small.ini since this was going to be my low detail 800x600 client windows for boxing.

Step 5: Right-click somewhere in the folder (not on a file) and select New -> Text Document.
http://files.triton.net/godflesh/L2batwu/newtext.jpg

Step 6: Rename the text document to something.bat.
http://files.triton.net/godflesh/L2batwu/makebat.jpg
'something' is just an example here. You can rename it to whatever you like. I did l2-small.bat because . . . see above. Windows will complain about changing the file extension. Tell it to shut the #!@$# up by clicking Yes.

Step 7: Right-click on the batch file and choose 'Edit'.
http://files.triton.net/godflesh/L2batwu/edit.jpg

Step 8: Enter the following text.
copy /Y Option-small.ini Option.ini
copy /Y WindowsInfo-small.ini WindowsInfo.ini
copy /Y s_info-small.ini s_info.ini
start l2.exe
Where Option-small.ini, s_info-small.ini, and WindowsInfo-small.ini are what you renamed your Option.ini, s_info.ini, and WindowsInfo.ini files to, respectively. Note that running l2.exe directly bypasses the annoying patch screen. If you prefer to see the patch screen first, it's fairly simple to change that. (Hint: modify 'start l2.exe' line)

Step 9: Close the window, saving the changes to the batch file.
http://files.triton.net/godflesh/L2batwu/save.jpg

Step 10: Create a shortcut to the batch file on your desktop.
http://files.triton.net/godflesh/L2batwu/copy.jpg
Right-click the batch file and click 'Copy'.

http://files.triton.net/godflesh/L2batwu/passhort.jpg
Right-click on your desktop and click 'Paste Shortcut'

http://files.triton.net/godflesh/L2batwu/renshort.jpg
Rename the shortcut. If you want to get really fancy here, you can even change the icon to be the same as l2.exe or something.

Step 11: Repeat the process from step 1 for as many different configurations as you need.

Step 12: Enjoy your shortcuts to your new batchfiles automagically changing your Lineage 2 configurations.

Step 13: Send adena to Gentoo on Sieghardt server for this awesome write-up.

I wrote this up on my Vista machine; but everything should be the same for a computer running XP other than the graphics. The most obvious assumptions I think made were that:
1.) You are running as Administrator (probably)
2.) You are able to navigate to your Lineage II\system subfolder (less probable)

Inxile
03-22-2007, 11:05 AM
:o i just have a separate directory for my 800x600 L2 client

ps what skin is that on winxp? looks interesting

sangres
03-22-2007, 12:27 PM
[QUOTE=Inxile;1870234
ps what skin is that on winxp? looks interesting[/QUOTE]


Windows Vista :dwm_happy

Gentoo
03-22-2007, 01:12 PM
:o i just have a separate directory for my 800x600 L2 client

ps what skin is that on winxp? looks interesting

meh, I only have a 60GB HD so I don't have space for that. =D

And yes, as sangres said, I'm rockin' the Vista. Notice the translucent window over my background in step 10.

Eusebio
03-22-2007, 01:16 PM
Ha Ha, Zat doesn't have Vista yet.

Gimme ur points Gentoo, +++!

Gentoo
03-22-2007, 02:28 PM
Gimme ur points Gentoo, +++!

What are they for?

Eusebio
03-24-2007, 04:38 PM
nothing a 17 poster would know about.

http://www.l2guru.com/forum/vbplaza.php? scroll down a lil bit from that page, you'll see.

Diego Vargas
04-13-2007, 11:00 AM
An easier way to do this is with directory junctions.

This will allow you to have multiple system/ folders and they all reference the same client data/textures/sounds. Its sort of like having multiple unique copies of l2 installed but each copy only eats up like 20mb.

yl6cyang
04-16-2007, 03:50 PM
good to know

Eusebio
06-07-2007, 03:43 AM
*bump*

IMPORTANT: Do not put spaces in between ur file names like this "Option - FULL.ini" instead if u have a name for ur file have it be "Option-FULL.ini"

If you have spaces then the batch file will fuck up and not work.
(Option is just the single example I used, this goes for every moderation u instill on each file in the system folder for the batch file fashions).