| 01-06-2003, 11:07 PM | #1 |
on the loading screen how do i make the text for one team a color like blu or red and the other team a different color? |
| 01-06-2003, 11:24 PM | #2 |
I have been thinking on this and it will be really hard... its very late here right now so i cant do any experiments but im pretty much sure you cant do this... im sry. |
| 01-07-2003, 12:04 AM | #3 |
in some maps i have seen the titles r blu |
| 01-07-2003, 12:15 AM | #4 |
Hmm if you could explain some I think we could do this. Are you saying teams when they chat, they will be different color text? If so I think we could do this. DKSlayer |
| 01-07-2003, 12:51 AM | #5 |
Correct me if im wrong but i believe he is talking about the default loading screen that shows the minimap preview and the player names along with what force they are on. When it comes to the default loading screen, there is no way of changing anything on it at least by triggers. When it comes to custom text, I'm not sure i don't know the full JASS script yet. Virtual reality is an endless world with endless possibilities. I never doubt the possibility of anything. I'm sure a setting like this would have to be programmed into the core of the world editor application. Sorry, this is beyond my power. |
| 01-07-2003, 12:54 AM | #6 |
ok here it is: on the loading screen for custom games, there is two teams bad and good, good team objectives are in blu text, bad team is in red text i looked at some maps that had blu text in his loading screen but when i put in the stuff that he did, it didnt do any thing. i have the code for the color blu (CFF0042FF) make sence |
| 01-07-2003, 01:05 AM | #7 |
heh, this was soooo EZ. i fuked up when i copied and past the text into my map from the other map. i forgot some lol. if u want i could tell ,u how to do it: |cff0000ffhi my name is big red|r that would make the text blu(sry for the message in the thing but i couldnt think of anything els hehe) to make ur own text a color(i have the code for all the colors) it sould look like this: |cff0000ff hi my name is big red |r the first part is the color the second part is the text that is going to appear and i dont know wut the last part is but u need it |
| 01-07-2003, 01:57 AM | #8 |
|c = opens color mode. |r = stops using the color. "|c" "ff0000ff" "hi my name is big red""|r" |c starts using the color ff0000ff in the message hi my name is big red and |r stops it the code after |c is the html code for that color |
| 01-07-2003, 02:25 AM | #9 |
Sorry this whole problem just didn't make sense to me... you didn't give enough information. But hey, you found the solution. Good for you :) |
| 01-07-2003, 02:36 AM | #10 |
Guest | Accually you need the: "|c" "00" "FF0000" Text "|r" The second quote is just to tell it, that this wont work on battle net. But, if you put the |c00"color" in a singleplayer name, u can get custom colored names |
| 01-07-2003, 09:27 AM | #11 |
Cool so u can actually do that? |
| 01-08-2003, 02:11 AM | #12 |
changing the color of the text does work on battle net. |
| 01-08-2003, 10:14 PM | #13 |
Guest | I think what he wants is on the loading screen the team 1 objectives in red, and team 2 objectives in blue. He figured it out. Yes, it is: |c xx rrggbb |r |c begins color code |r ends color code xx is transparency of color, set to 00 for none rr, gg, and bb are the hex values for red, blue, and green, respectively. 0 is the lowest possible value, then 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f. Please correct me if i am wrong, its been a while! |
| 01-09-2003, 01:51 AM | #14 |
well the coolthing is that i have a name spoof hack(doesnt do any one any harm. right?) well u can change the color of the name and it has the color codes for u and its EZ as hell! |
| 01-09-2003, 02:50 AM | #15 |
Guest | those two 0s are for transparency???? Thanks man! :D |
