paulgiamatti
08-31-2016, 02:01 AM
First of all I'm just gonna say this right off the bat: this is a shitton of work for what ultimately amounts to a neat little convenience in an effort to replace that which was mercilessly robbed from us by Big Bad nilbog and company. It's all using perfectly legal GINA overlays, and the end result isn't as good as having your target window always reflect the /con color of your target like it used to, but it's still pretty damn nice. So if you want to set this up, take a deep breath and get ready for some serious nerdery.
Step 1: Download (https://eq.gimasoft.com/gina/Download.aspx), install, and open GINA.
Step 2: Configuring GINA.
Create your character profile in GINA.
http://imgur.com/y6bZo9E.png
Enter your character's log file path, name, and profile name. None of the other stuff matters.
http://imgur.com/mbAZd35.png
Once your character profile is made, click on the Categories tab at the top, and add a new category.
http://imgur.com/vbhHM7O.png
Name the category "Green", and select green as the category's text font color.
http://imgur.com/csfSyvY.png
Click the Add button again, and name the new category "Light Blue". Click the Advanced button in the font text color menu, and manually adjust the sliders for light blue or enter the hex code #FF00FFFF.
http://imgur.com/tIy5GSr.png
http://imgur.com/8g3J4KV.png
Repeat this process for the remaining colors in the /con palette - create new categories for Blue or Dark Blue, White, Yellow, and Red.
Step 3: Setting your /con color box overlay's position.
This is probably the trickiest part. Keep GINA open and sign into the game with the character for whom you set up a profile. (Note: you need to be in windowed mode). Once you're in game, switch to GINA and click the Overlays tab at the top. Click the Add new text overlay button in the upper left (not the add new timer overlay button).
http://imgur.com/9r23cHU.png
You'll see the default GINA overlay appear on your screen. Click the yellow text in the overlay and rename it "Con Position".
http://imgur.com/R2VrM8a.png
Move and resize the overlay box so that it's roughly where you want it to be and roughly the size you want it to be. This part is a pain in the ass because you want it to be as small as possible so that it's accurate, but then it becomes really difficult to move around. To move it you simply hold left-click and drag - the cursor can be the resize icon and it will still let you drag it, but the smaller it is the more difficult it is to move because of the resize function. If you accidentally click the Save button and close it, go back to the Overlay tab in GINA and click the Con Position button to bring it up again. Here's mine positioned next to my target window so you can get an idea of what the end result should look like, but you can put yours wherever you want.
http://imgur.com/OheFURe.png
Once you're satisfied with its position, click Save and sign out of EQ.
Step 4: Creating your /con color box's template.
Open Notepad (remember to open with administrative privileges if you have EQ installed in Program Files), click File -> Open and navigate to C:\Users\Username\AppData\Local\GimaSoft\GINA, select All Files in the file type dropdown menu, and open GINAConfig.xml. Click Format at the top and disable Word Wrap in the dropdown if it's enabled. Press Control+F and search for "con position". Scroll down until you're at the <normalPosition> tag, highlighted in red here:
<Behavior>
<BehaviorType>Text</BehaviorType>
<Name>Con Position</Name>
<FontName>Arial</FontName>
<FontSize>50</FontSize>
<GroupByCharacter>False</GroupByCharacter>
<SortMethod>OrderTriggered</SortMethod>
<TextFadeTime>10</TextFadeTime>
<ShowTimerBar>True</ShowTimerBar>
<EmptyBarColor>#C4000000</EmptyBarColor>
<StandardizeTimerBars>False</StandardizeTimerBars>
<BackgroundColor>#00000000</BackgroundColor>
<BackgroundFadedColor>#00000000</BackgroundFadedColor>
<WindowLayout>
<WINDOWPLACEMENT>
<length>44</length>
<flags>0</flags>
<showCmd>1</showCmd>
<minPosition>
<X>-1</X>
<Y>-1</Y>
</minPosition>
<maxPosition>
<X>-1</X>
<Y>-1</Y>
</maxPosition>
<normalPosition>
<Left>343</Left>
<Top>175</Top>
<Right>904</Right>
<Bottom>589</Bottom>
</normalPosition>
</WINDOWPLACEMENT>
</WindowLayout>
</Behavior>
Basically all you need to do is write down the <Left> and <Top> numbers. Mine are 343 and 175 - yours will be different from mine. Now add 25 to your <Left> number and 19 to your <Top> number - these will be your new <Right> and <Bottom> numbers, respectively. So I now have <Left> 343, <Top> 175, <Right> 368, and <Bottom> 194. Again, since you started with different numbers, yours will be different. Write these numbers down and hold onto them for later - these will be your starting coordinates for the color box template.
Step 5: Creating your /con color boxes.
Scroll back up to the top of GINAConfig.xml in Notepad and place the text cursor at the beginning of the document. Press Control+F and search for "behavior". Directly beneath the opening <BehaviorGroups> tag is where we want to insert some modified code:
<Behavior>
<BehaviorType>Text</BehaviorType>
<Name>Green</Name>
<FontName>Arial</FontName>
<FontSize>20</FontSize>
<GroupByCharacter>False</GroupByCharacter>
<SortMethod>OrderTriggered</SortMethod>
<TextFadeTime>12</TextFadeTime>
<ShowTimerBar>True</ShowTimerBar>
<EmptyBarColor>#C4000000</EmptyBarColor>
<StandardizeTimerBars>False</StandardizeTimerBars>
<BackgroundColor>#00000000</BackgroundColor>
<BackgroundFadedColor>#00000000</BackgroundFadedColor>
<WindowLayout>
<WINDOWPLACEMENT>
<length>44</length>
<flags>0</flags>
<showCmd>1</showCmd>
<minPosition>
<X>-1</X>
<Y>-1</Y>
</minPosition>
<maxPosition>
<X>-1</X>
<Y>-1</Y>
</maxPosition>
<normalPosition>
<Left>343</Left>
<Top>175</Top>
<Right>368</Right>
<Bottom>194</Bottom>
</normalPosition>
</WINDOWPLACEMENT>
</WindowLayout>
</Behavior>
This code is different from the code in Step 4, so make sure you're copying the right one. Here's where you need to insert those coordinates you wrote down, highlighted in red. Once you've done this, you now have your template and first color box created. Copy the entirety of this code with your new coordinates and paste it directly beneath the <BehaviorGroups> tag in GINAConfig.xml. As you might have noticed, this is only for the color Green, as indicated by the <Name>Green</Name> tag. Go ahead and paste the code again directly beneath the closing </Behavior> tag, and change <Name>Green</Name> to <Name>Light Blue</Name>. Repeat this process for the remaining colors: Blue or Dark Blue, White, Yellow, and Red. Once you're done, save the file and close Notepad.
Step 6: Linking your categories to your overlays.
Close and reopen GINA and open the Categories tab. Select the Green category in the left side pane and assign it the Green overlay from the Text Overlay dropdown menu.
http://imgur.com/kQ4H4cB.png
Repeat for the rest of the color categories, assigning the corresponding overlays.
Step 7: Importing the Con Colors triggers
Download the Con Colors trigger group that I created: https://dl.dropboxusercontent.com/u/14728818/Con%20Colors.gtp
Click on the Sharing tab in GINA and select "From GINA Package File" from the Import dropdown menu. Open the Con Colors package file you just downloaded and select Merge in the following dialog. And finally, select your character in the left pane and make sure you have the Con Colors trigger group enabled.
You're done! Full disclosure - I haven't actually tested this, but I'm 99% positive it will work if you follow the steps correctly. Basically all this does is display a con color box whenever you con something, and it's currently set with a short fadeaway time so it's fairly unobtrusive.
Post here or PM me if you have any questions.
Enjoy!
Step 1: Download (https://eq.gimasoft.com/gina/Download.aspx), install, and open GINA.
Step 2: Configuring GINA.
Create your character profile in GINA.
http://imgur.com/y6bZo9E.png
Enter your character's log file path, name, and profile name. None of the other stuff matters.
http://imgur.com/mbAZd35.png
Once your character profile is made, click on the Categories tab at the top, and add a new category.
http://imgur.com/vbhHM7O.png
Name the category "Green", and select green as the category's text font color.
http://imgur.com/csfSyvY.png
Click the Add button again, and name the new category "Light Blue". Click the Advanced button in the font text color menu, and manually adjust the sliders for light blue or enter the hex code #FF00FFFF.
http://imgur.com/tIy5GSr.png
http://imgur.com/8g3J4KV.png
Repeat this process for the remaining colors in the /con palette - create new categories for Blue or Dark Blue, White, Yellow, and Red.
Step 3: Setting your /con color box overlay's position.
This is probably the trickiest part. Keep GINA open and sign into the game with the character for whom you set up a profile. (Note: you need to be in windowed mode). Once you're in game, switch to GINA and click the Overlays tab at the top. Click the Add new text overlay button in the upper left (not the add new timer overlay button).
http://imgur.com/9r23cHU.png
You'll see the default GINA overlay appear on your screen. Click the yellow text in the overlay and rename it "Con Position".
http://imgur.com/R2VrM8a.png
Move and resize the overlay box so that it's roughly where you want it to be and roughly the size you want it to be. This part is a pain in the ass because you want it to be as small as possible so that it's accurate, but then it becomes really difficult to move around. To move it you simply hold left-click and drag - the cursor can be the resize icon and it will still let you drag it, but the smaller it is the more difficult it is to move because of the resize function. If you accidentally click the Save button and close it, go back to the Overlay tab in GINA and click the Con Position button to bring it up again. Here's mine positioned next to my target window so you can get an idea of what the end result should look like, but you can put yours wherever you want.
http://imgur.com/OheFURe.png
Once you're satisfied with its position, click Save and sign out of EQ.
Step 4: Creating your /con color box's template.
Open Notepad (remember to open with administrative privileges if you have EQ installed in Program Files), click File -> Open and navigate to C:\Users\Username\AppData\Local\GimaSoft\GINA, select All Files in the file type dropdown menu, and open GINAConfig.xml. Click Format at the top and disable Word Wrap in the dropdown if it's enabled. Press Control+F and search for "con position". Scroll down until you're at the <normalPosition> tag, highlighted in red here:
<Behavior>
<BehaviorType>Text</BehaviorType>
<Name>Con Position</Name>
<FontName>Arial</FontName>
<FontSize>50</FontSize>
<GroupByCharacter>False</GroupByCharacter>
<SortMethod>OrderTriggered</SortMethod>
<TextFadeTime>10</TextFadeTime>
<ShowTimerBar>True</ShowTimerBar>
<EmptyBarColor>#C4000000</EmptyBarColor>
<StandardizeTimerBars>False</StandardizeTimerBars>
<BackgroundColor>#00000000</BackgroundColor>
<BackgroundFadedColor>#00000000</BackgroundFadedColor>
<WindowLayout>
<WINDOWPLACEMENT>
<length>44</length>
<flags>0</flags>
<showCmd>1</showCmd>
<minPosition>
<X>-1</X>
<Y>-1</Y>
</minPosition>
<maxPosition>
<X>-1</X>
<Y>-1</Y>
</maxPosition>
<normalPosition>
<Left>343</Left>
<Top>175</Top>
<Right>904</Right>
<Bottom>589</Bottom>
</normalPosition>
</WINDOWPLACEMENT>
</WindowLayout>
</Behavior>
Basically all you need to do is write down the <Left> and <Top> numbers. Mine are 343 and 175 - yours will be different from mine. Now add 25 to your <Left> number and 19 to your <Top> number - these will be your new <Right> and <Bottom> numbers, respectively. So I now have <Left> 343, <Top> 175, <Right> 368, and <Bottom> 194. Again, since you started with different numbers, yours will be different. Write these numbers down and hold onto them for later - these will be your starting coordinates for the color box template.
Step 5: Creating your /con color boxes.
Scroll back up to the top of GINAConfig.xml in Notepad and place the text cursor at the beginning of the document. Press Control+F and search for "behavior". Directly beneath the opening <BehaviorGroups> tag is where we want to insert some modified code:
<Behavior>
<BehaviorType>Text</BehaviorType>
<Name>Green</Name>
<FontName>Arial</FontName>
<FontSize>20</FontSize>
<GroupByCharacter>False</GroupByCharacter>
<SortMethod>OrderTriggered</SortMethod>
<TextFadeTime>12</TextFadeTime>
<ShowTimerBar>True</ShowTimerBar>
<EmptyBarColor>#C4000000</EmptyBarColor>
<StandardizeTimerBars>False</StandardizeTimerBars>
<BackgroundColor>#00000000</BackgroundColor>
<BackgroundFadedColor>#00000000</BackgroundFadedColor>
<WindowLayout>
<WINDOWPLACEMENT>
<length>44</length>
<flags>0</flags>
<showCmd>1</showCmd>
<minPosition>
<X>-1</X>
<Y>-1</Y>
</minPosition>
<maxPosition>
<X>-1</X>
<Y>-1</Y>
</maxPosition>
<normalPosition>
<Left>343</Left>
<Top>175</Top>
<Right>368</Right>
<Bottom>194</Bottom>
</normalPosition>
</WINDOWPLACEMENT>
</WindowLayout>
</Behavior>
This code is different from the code in Step 4, so make sure you're copying the right one. Here's where you need to insert those coordinates you wrote down, highlighted in red. Once you've done this, you now have your template and first color box created. Copy the entirety of this code with your new coordinates and paste it directly beneath the <BehaviorGroups> tag in GINAConfig.xml. As you might have noticed, this is only for the color Green, as indicated by the <Name>Green</Name> tag. Go ahead and paste the code again directly beneath the closing </Behavior> tag, and change <Name>Green</Name> to <Name>Light Blue</Name>. Repeat this process for the remaining colors: Blue or Dark Blue, White, Yellow, and Red. Once you're done, save the file and close Notepad.
Step 6: Linking your categories to your overlays.
Close and reopen GINA and open the Categories tab. Select the Green category in the left side pane and assign it the Green overlay from the Text Overlay dropdown menu.
http://imgur.com/kQ4H4cB.png
Repeat for the rest of the color categories, assigning the corresponding overlays.
Step 7: Importing the Con Colors triggers
Download the Con Colors trigger group that I created: https://dl.dropboxusercontent.com/u/14728818/Con%20Colors.gtp
Click on the Sharing tab in GINA and select "From GINA Package File" from the Import dropdown menu. Open the Con Colors package file you just downloaded and select Merge in the following dialog. And finally, select your character in the left pane and make sure you have the Con Colors trigger group enabled.
You're done! Full disclosure - I haven't actually tested this, but I'm 99% positive it will work if you follow the steps correctly. Basically all this does is display a con color box whenever you con something, and it's currently set with a short fadeaway time so it's fairly unobtrusive.
Post here or PM me if you have any questions.
Enjoy!