mIRC Home    About    Download    Register    News    Help

Print Thread
#237659 24/05/12 11:13 AM
Joined: Jan 2012
Posts: 11
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Jan 2012
Posts: 11
question, how do people do this


Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
That looks like a text effect from Invision, though I'm sure it's been done other places as well. Basically, you're just using background colors and other characters that have the same color as the background to create the colored areas.

Basically, something like:

* I can't seem to paste Ctrl-K... there should be a Ctrl-K before each set of colors. There should also be a Ctrl-O at the end so you can have a space after the word. Note that if you copy/paste this into mIRC, the control codes will be there even though they aren't showing here. Any maybe depending on your browser/etc, you might see them here even though I don't.


Code:
//say 04,04 Hello 
//say 04,04 01,04Hello 
//say 04,04 Hello 

That gives you a red box with black text in the middle. To do the shadow, you do the same thing, but add additional colors. The reason I have the same word in the top and bottom rows is to guarantee that the width of the box remains the same on all 3 lines regardless of the user's font. Note that you might also want to consider using bold text to make it stand out better. Just remember to bold all 3 lines.


Invision Support
#Invision on irc.irchighway.net
Joined: Jan 2012
Posts: 11
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Jan 2012
Posts: 11
ah, but i cant seems to figure out the shadow


though another question, ascii, how do i make a script that dont post all lines at once, since rizon only alows 5-6 lines and dc if i drop it all at once

Last edited by Flame_Haze; 25/05/12 12:02 PM.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You can use /play or a timer.

The shadow is just a space after the colored part using the shadow color. And then a row just like the colored rows that is underneath and is using the shadow color. To get the effect of 3D, don't put the shadow color on the end of row 1 and put an uncolored space at the beginning of the shadow row.


Invision Support
#Invision on irc.irchighway.net
Joined: Jan 2012
Posts: 11
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Jan 2012
Posts: 11
/play ? do i need to use that command for each line ?

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
/help /play

No, you play a whole text file to the window.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Jan 2012
Posts: 11
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Jan 2012
Posts: 11
somehow i cant get it right


Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Use the words in the shadow just like I showed for the main box. That will guarantee that it stays aligned.


Invision Support
#Invision on irc.irchighway.net
Joined: Jan 2012
Posts: 11
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Jan 2012
Posts: 11
//say 09,09 Heart Beat Doki <3 
//say 09,09 00,09Heart Beat Doki <3 03,03<3  
//say 09,09 Heart Beat Doki <3 03,03 <3
//say    03,03 HEART BEAT DOKI D

is how i did it , i tried with space to but space dont work

//say 09,09 OH HADENA <3 
//say 09,09 00,09OH HADENA <3 03,03<3  
//say 09,09 OH HADENA <3 03,03 <3
//say    03,03 HADENA HADENa

but this one worked fine its realy wierd *note the lower "a"*

Last edited by Flame_Haze; 26/05/12 07:16 AM.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
That will probably fail with certain fonts. Here:

//say 09,09 OH HADENA <3 
//say 00,09 OH HADENA <3 03,03   
//say 09,09 OH HADENA <3 03,03   
//say    03,03 OH HADENA <3 

Again, the codes aren't showing, but here's what I did...

Line 1 has the foreground and background color the same so the words are not seen and it ends in a space followed by Ctrl-B. I should have suggest B instead of O because O loses your colors, which will mess things up later.

Besides the foreground color being black, line 2 is the same up until the Ctrl-B. In place of that is the color code and then a few spaces with Ctlr-B between each space.

Line 3 is a duplicate of line 2 besides changing the foreground color to match the background color again.

And line 4 basically just moves the end from line 3 to the beginning of the line and uses the shadow color for the line. One bold character is left at the end to provide the single space that is at the end of the previous line's text.

Copy/paste it somewhere and you'll see how I did it. Keep in mind that any time you want to guarantee things line up properly in all fonts, that you need to use the exact same characters on all lines. Not all fonts display characters the same, so even if you get the alignment right on one font using different characters, it can look far different on other fonts.


Invision Support
#Invision on irc.irchighway.net
Joined: Jan 2012
Posts: 11
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Jan 2012
Posts: 11
i use ms pgothic i think thats the reason yes

also is it hard to make scripts that react on triiggers like this ?


im kinda intressed in making scripts like the !loli trigger

Last edited by Flame_Haze; 26/05/12 03:07 PM.
Joined: Jan 2012
Posts: 11
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Jan 2012
Posts: 11
though i dont know howto make scripts but i was able to make aliases

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
An alias is a script. It's just a specific kind.

/help on text

That gives you an example of what you want.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard