EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 02-08-2005, 11:01 AM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default INI copier like in EQ1

When I play EQ1 there was a wonderful little program someone made that allowed you to take one .ini file and copy it as other character.ini files for ease of porting custom UI settings to all characters you have on any server/account. The program was GIC.exe or something like that.

I was wondering, has anyone attempted such a prog for EQ2? If not, please someone make this!
Reply With Quote
  #2  
Unread 02-08-2005, 11:49 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Uh... you can do this by hand in a matter of seconds. I don't see why you would wanna waste time looking for a program to do it for ya.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #3  
Unread 02-09-2005, 09:36 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

Try renaming 12 character names by hand everytime you change an item in the UI...it takes MORE than "a couple of seconds" as you stated in the non constructive reply. SO IMO, it would not be a waste of TIME asking for such a program. EQ1 someone made such a prog and was hoping someone would for EQ2.
Reply With Quote
  #4  
Unread 02-09-2005, 09:44 PM
ger's Avatar
ger ger is offline
Steward of the Faithful
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 580
Default

As low-tech as it may sound, I would recommend writing a batch file.

Create a new text file. Enter the following:

Code:
@ECHO OFF
ECHO Beginning character copy...
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER1_DESTINATIONCHARACTER1_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER2_DESTINATIONCHARACTER2_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER3_DESTINATIONCHARACTER3_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER4_DESTINATIONCHARACTER4_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER5_DESTINATIONCHARACTER5_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER6_DESTINATIONCHARACTER6_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER7_DESTINATIONCHARACTER7_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER8_DESTINATIONCHARACTER8_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER9_DESTINATIONCHARACTER9_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER10_DESTINATIONCHARACTER10_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER11_DESTINATIONCHARACTER11_eq2_uisettings.ini
copy SOURCESERVER_SOURCECHARACTER_eq2_uisettings.ini DESTINATIONSERVER12_DESTINATIONCHARACTER12_eq2_uisettings.ini
ECHO Character copy complete.
Replace SOURCESERVER and SOURCECHARACTER with the info of the character whose UI settings you want to copy. Replace DESTINATIONSERVER# and DESTINATIONCHARACTER# with the character information for the character you want to copy the UI to.
__________________
Reply With Quote
  #5  
Unread 02-10-2005, 01:59 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Quote:
Originally Posted by depechenode
Try renaming 12 character names by hand everytime you change an item in the UI...it takes MORE than "a couple of seconds" as you stated in the non constructive reply. SO IMO, it would not be a waste of TIME asking for such a program. EQ1 someone made such a prog and was hoping someone would for EQ2.
How are people getting more than 8 characters? You can copy the contents of one file over the contents of another file. Seconds.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #6  
Unread 02-10-2005, 02:04 AM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

Quote:
Originally Posted by Drumstix42
How are people getting more than 8 characters? You can copy the contents of one file over the contents of another file. Seconds.
Multiple accounts. It's probably not as bad yet in EQ2 as it was with EQ1, but some people owned as many as 6 accounts so they could man their own full group at all times.

Quib
Reply With Quote
  #7  
Unread 02-10-2005, 02:21 AM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

Drumstix, it was not just a matter of copy a file over another. Each character is represented by a unigue file name to that char. You have to manually copy the .ini file x number times, then go back and rename EACH one. That is time consuming.

Anywho: Thanks ger, I took your advice, and it works to my needs.
Reply With Quote
  #8  
Unread 02-10-2005, 12:58 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Quote:
Originally Posted by Quib
Multiple accounts. It's probably not as bad yet in EQ2 as it was with EQ1, but some people owned as many as 6 accounts so they could man their own full group at all times.

Quib
If people 6-box in EQ2, I'll cry.... flat out fall down and cry.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:46 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI