{plugin}Text/Icon color plugin
{plugin}Text/Icon color plugin
I was working on this a little while ago but I didn't release it because I thought I was going to add to it, but reflexives within reflexives confuse me, so here's the part I did.
It edits the color of the ingame text and icons...
examples of Text:
picked up an overshield
picked up a frag
picked up x rounds for x
press f1 for score
waitng for space to clear
respawn in x
etc
Examples of Icons:
Press "E" to swap for & pic of gun
Press "E" to enter warthog
press f1 for score
waitng for space to clear
respawn in x
etc
should be pretty easy to use
A = brightness opacity ex. 1 means opaque and bright 0.1 means wispy and see through
R = red
G = green
B = blue
that's pretty much it, and this is an add on to phenoms plugin so I only did the part in the red box
btw i made this without guerrilla, so that made things much harder, although conure gave me the default A,R,G, and B so I knew what to look for, thank you
conure tried to help me change other parts of the HUD but I fail, so hya:
It edits the color of the ingame text and icons...
examples of Text:
picked up an overshield
picked up a frag
picked up x rounds for x
press f1 for score
waitng for space to clear
respawn in x
etc
Examples of Icons:
Press "E" to swap for & pic of gun
Press "E" to enter warthog
press f1 for score
waitng for space to clear
respawn in x
etc
should be pretty easy to use
A = brightness opacity ex. 1 means opaque and bright 0.1 means wispy and see through
R = red
G = green
B = blue
that's pretty much it, and this is an add on to phenoms plugin so I only did the part in the red box
btw i made this without guerrilla, so that made things much harder, although conure gave me the default A,R,G, and B so I knew what to look for, thank you
conure tried to help me change other parts of the HUD but I fail, so hya:
- Attachments
-
- hudg.rar
- hudh plugin
- (606 Bytes) Downloaded 59 times
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
- CabooseJr
- Posts: 4592
- Joined: Wed May 11, 2005 8:09 am
- Location: Valve knows a lot about my cookies.
- Contact:
looks useful. good job. but wrong section though.
© Newest AudioSurf Run = Miku Hatsune - Black★Rock Shooter(AudioSurf)
Newest YouTube Video= Portal: Project Beta(Small Promo)
oh, i thought you were supposed to post it here and let mods move it... my bad
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
- CabooseJr
- Posts: 4592
- Joined: Wed May 11, 2005 8:09 am
- Location: Valve knows a lot about my cookies.
- Contact:
yeah i already put this in enforcing rules.
© Newest AudioSurf Run = Miku Hatsune - Black★Rock Shooter(AudioSurf)
Newest YouTube Video= Portal: Project Beta(Small Promo)
I would be honored. Keep in mind I only did the part in red, so if you want the rest ask phenom. If you want me to send you one with just the stuff I did ask me (or you could just open it in notepad and cut it out)Altimit01 wrote:Great job.
Do you mind if I include a modified version of this plugin for Eschaton? Just making it compatible with the color picker.
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
yep. and btw the bitmasks do nothing they just show what you are editing, titles basically
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
Understood.
I hope you'll continue looking into undocumented parts of meta tags.
Btw, here's what your changes look like using the Eschaton format:
I hope you'll continue looking into undocumented parts of meta tags.
Btw, here's what your changes look like using the Eschaton format:
Code: Select all
<value>
<type>colorARGB</type>
<offset>0x70</offset>
<name>Icon Color</name>
</value>
<value>
<type>colorARGB</type>
<offset>0x80</offset>
<name>Text Color</name>
</value>
cool, my friend has a mac, and mods every once in a while. When you finish i'll take a lookAltimit01 wrote:Understood.
I hope you'll continue looking into undocumented parts of meta tags.
Btw, here's what your changes look like using the Eschaton format:Code: Select all
<value> <type>colorARGB</type> <offset>0x70</offset> <name>Icon Color</name> </value> <value> <type>colorARGB</type> <offset>0x80</offset> <name>Text Color</name> </value>
Edit: wait... Isn't there a PC version as well?
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||