Debug Monitor Colour change?

GamerCubZ

New Member
Hello. I was wondering if it would be possible to change the colour of the debug monitor. I would like to change the colour from the default brown colour to a grey-black colour. Also if it helps I am using InfiStar's debug monitor.
 
hey im buyin a chillblast uzi but took away overclocking, and was wondering if i could play epoch/standalone with decent fps on med/high settings? please reply


Case:

image.php
BitFenix Prodigy Green


Processor:
image.php
Intel Core i5 4670K Haswell Processor 3.40 GHz (No Overclocking)


CPU Cooler:
image.php
Corsair Hydro H60 High Performance Liquid CPU Cooler


Thermal Paste:
image.php
Arctic Silver 5 Thermal Paste




Motherboard:
image.php
Asus Z87 I PRO - Haswell CPU only


Memory:
image.php
16GB Corsair/Crucial PC3-12800 1600MHz DDR3 Memory (2 x 8GB sticks)


Graphics Card:
image.php
Chillblast NVIDIA GeForce GTX 770 2GB Graphics Card


Solid State Drive:
image.php
120GB Samsung 840 EVO Solid State Drive


1st Hard Drive:
image.php
2000GB 7200RPM Hard Disk - 6Gbps








1st Optical Drive:
image.php
Blu-Ray ROM / DVD-RW Combi Drive


Power Supply:
image.php
Corsair CX 750W 80 PLUS Bronze Certified PSU


Sound Card:
image.php
Onboard High Definition Audio




Operating System:
image.php
Windows 7 Home Premium 64 bit




Cable Management:
image.php
Standard Chillblast Cable Management


Express Build Option:
n/a
Warranty:
image.php
5 Year Warranty with 2 Years Collect and Return




Peripherals (step 2)
Modify
Primary Monitor:
image.php
23" Asus VS239HV IPS Widescreen LED Monitor
 
In the AH.sqf around line 5718 the debug code starts and where it says color='#CC0000' change it to whatever color you want and yea thats pretty much it


Color code website link

http://www.w3schools.com/html/html_colornames.asp

I get this code here:
Code:
hintSilent parseText format ["
            <t size='1' font='Bitstream' align='Center' >[%1]</t><br/>
            <img size='4.75' image='%4'/><br/>
            <t size='1' font='Bitstream' align='left' color='#CC0000'>Blood: </t><t size='1' font='Bitstream' align='right'>%2</t><br/>
            <t size='1' font='Bitstream' align='left' color='#0066CC'>Humanity: </t><t size='1' font='Bitstream' align='right'>%3</t><br/>
            <br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>Zombie Kills: </t><t size='1' font='Bitstream' align='right'>%9</t><br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>Murders: </t><t size='1' font='Bitstream' align='right'>%10</t><br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>Bandits Killed: </t><t size='1' font='Bitstream' align='right'>%11</t><br/>
            <br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>UPTIME: </t><t size='1' font='Bitstream' align='right'>%5h %6min</t><br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>FPS: </t><t size='1' font='Bitstream' align='right'>%8</t><br/>
            <t size='1' font='Bitstream' align='Center' color='#CC0000'>Basket Case's AdminDebug</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Player Online:</t><t size='1'font='Bitstream'align='right'>%12</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Vehicles:</t><t size='1'font='Bitstream'align='right'>%15(%16)</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Player in 500m:</t><t size='1'font='Bitstream'align='right'>%13</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Viewdistance:</t><t size='1'font='Bitstream'align='right'>%14</t>
            <br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>GPS:</t><t size='1'font='Bitstream'align='right'>%17</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Position:</t>
            <t size='1'font='Bitstream'>%18</t>
I don't see the thing I should replace as I don't want to change the colour of the text.
 
I get this code here:
Code:
hintSilent parseText format ["
            <t size='1' font='Bitstream' align='Center' >[%1]</t><br/>
            <img size='4.75' image='%4'/><br/>
            <t size='1' font='Bitstream' align='left' color='#CC0000'>Blood: </t><t size='1' font='Bitstream' align='right'>%2</t><br/>
            <t size='1' font='Bitstream' align='left' color='#0066CC'>Humanity: </t><t size='1' font='Bitstream' align='right'>%3</t><br/>
            <br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>Zombie Kills: </t><t size='1' font='Bitstream' align='right'>%9</t><br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>Murders: </t><t size='1' font='Bitstream' align='right'>%10</t><br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>Bandits Killed: </t><t size='1' font='Bitstream' align='right'>%11</t><br/>
            <br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>UPTIME: </t><t size='1' font='Bitstream' align='right'>%5h %6min</t><br/>
            <t size='1' font='Bitstream' align='left' color='#FFBF00'>FPS: </t><t size='1' font='Bitstream' align='right'>%8</t><br/>
            <t size='1' font='Bitstream' align='Center' color='#CC0000'>Basket Case's AdminDebug</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Player Online:</t><t size='1'font='Bitstream'align='right'>%12</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Vehicles:</t><t size='1'font='Bitstream'align='right'>%15(%16)</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Player in 500m:</t><t size='1'font='Bitstream'align='right'>%13</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Viewdistance:</t><t size='1'font='Bitstream'align='right'>%14</t>
            <br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>GPS:</t><t size='1'font='Bitstream'align='right'>%17</t><br/>
            <t size='1'font='Bitstream'align='left' color='#0066CC'>Position:</t>
            <t size='1'font='Bitstream'>%18</t>
I don't see the thing I should replace as I don't want to change the colour of the text.
He's talking about a debug monitor that's included in an Antihack, not just a regular debug monitor. I Don't know if you can change that color or not
 
hey im buyin a chillblast uzi but took away overclocking, and was wondering if i could play epoch/standalone with decent fps on med/high settings? please reply

Case:

image.php
BitFenix Prodigy Green


Processor:
image.php
Intel Core i5 4670K Haswell Processor 3.40 GHz (No Overclocking)


CPU Cooler:
image.php
Corsair Hydro H60 High Performance Liquid CPU Cooler


Thermal Paste:
image.php
Arctic Silver 5 Thermal Paste




Motherboard:
image.php
Asus Z87 I PRO - Haswell CPU only


Memory:
image.php
16GB Corsair/Crucial PC3-12800 1600MHz DDR3 Memory (2 x 8GB sticks)


Graphics Card:
image.php
Chillblast NVIDIA GeForce GTX 770 2GB Graphics Card


Solid State Drive:
image.php
120GB Samsung 840 EVO Solid State Drive


1st Hard Drive:
image.php
2000GB 7200RPM Hard Disk - 6Gbps








1st Optical Drive:
image.php
Blu-Ray ROM / DVD-RW Combi Drive


Power Supply:
image.php
Corsair CX 750W 80 PLUS Bronze Certified PSU


Sound Card:
image.php
Onboard High Definition Audio




Operating System:
image.php
Windows 7 Home Premium 64 bit




Cable Management:
image.php
Standard Chillblast Cable Management


Express Build Option:
n/a
Warranty:
image.php
5 Year Warranty with 2 Years Collect and Return




Peripherals (step 2)
Modify
Primary Monitor:
image.php
23" Asus VS239HV IPS Widescreen LED Monitor

Lol, good luck playing ANYTHING on that thing. Worst setup I've ever seen. Now, if the case was pink...
 
Is he trying to change infistar debug or a different debug
He didn't specify, but that doesn't look like infistar at first glance. Either way, I don't know that you can change the background "grey/brown" color of the debug. Ive seen the question asked tons of times.
 
If hes talking about the background i dont think you can change it and that is not the debug from infistar
 
Back
Top