Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Talk:Wdw save (Slash Command)"

From Paragon Wiki Archive
Jump to: navigation, search
(Attributes)
 
m (Talk:Wdw save moved to Talk:Wdw save (Slash Command): It's a slash command.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Attributes==
 
==Attributes==
 
Here is an example of a window's line:
 
Here is an example of a window's line:
 +
 
target 0 0 236 66 0.795901 a62929ff 88 0 2
 
target 0 0 236 66 0.795901 a62929ff 88 0 2
  
Line 6: Line 7:
 
* "target" is the window name.
 
* "target" is the window name.
 
* "0 0" is the x,y position of the top left of the window, from the top left of the screen.
 
* "0 0" is the x,y position of the top left of the window, from the top left of the screen.
* "236 66" is the x,y position of the bottom right of the window.
+
* <strike>"236 66" is the x,y position of the bottom right of the window.</strike> This is not true. I have no idea what it actually is, but changing the numbers doesn't visually change anything that I can tell.
 
* "0.795901" is the scale.
 
* "0.795901" is the scale.
 
* "a62929ff" is the color flag.
 
* "a62929ff" is the color flag.
Line 16: Line 17:
  
 
It turns out that the "a62929ff" is the color tag. I don't know what kind of code it's using, because I'm  used to six-digit hexadecimal. Changing or removing any of the characters in that string changes the color of the window(s).
 
It turns out that the "a62929ff" is the color tag. I don't know what kind of code it's using, because I'm  used to six-digit hexadecimal. Changing or removing any of the characters in that string changes the color of the window(s).
 +
 
-[[User:Aggelakis|Aggelakis]] 03:34, 2 July 2008 (UTC)
 
-[[User:Aggelakis|Aggelakis]] 03:34, 2 July 2008 (UTC)

Latest revision as of 05:02, 2 July 2008

Attributes

Here is an example of a window's line:

target 0 0 236 66 0.795901 a62929ff 88 0 2

What I gather is:

  • "target" is the window name.
  • "0 0" is the x,y position of the top left of the window, from the top left of the screen.
  • "236 66" is the x,y position of the bottom right of the window. This is not true. I have no idea what it actually is, but changing the numbers doesn't visually change anything that I can tell.
  • "0.795901" is the scale.
  • "a62929ff" is the color flag.
  • "88" is ?
  • "0" is ?
  • "2" is ?

I thought the last three numbers would be the RGB values, but this is wrong, as changing those numbers does not seem to have any affect. Does anyone have different numbers in their wdw.txt file?

It turns out that the "a62929ff" is the color tag. I don't know what kind of code it's using, because I'm used to six-digit hexadecimal. Changing or removing any of the characters in that string changes the color of the window(s).

-Aggelakis 03:34, 2 July 2008 (UTC)