Hmm als je uit zou leggen wat voor letters....en waarin? In een progje? op een site?
Geef eens wat meer info?
Geef eens wat meer info?
When did I realize I was God? Well, I was praying and suddenly I realized that I was talking to myself
in html:
code:
1
2
3
| <font color="ff0000">rood</font> <font color="ffffff">wit</font <font color="0000ff">blauw</font> |
oke het is voor een spel en ik moet een kleur hebben die ik dan kan toevoegen in een cfg file voor soldier off fortune
mijn naam moet dan in de driekleuren van boven af naar beneden maar is daar zo'n hex nummer voor ofzo??
mijn naam moet dan in de driekleuren van boven af naar beneden maar is daar zo'n hex nummer voor ofzo??
dit is de info die erbij zit
WARNING: some people have reported they have lost all their game settings. (this has worked to 97% of people, though)
I take no responsibility for you messing up your system.
USE AT YOUR OWN RISK!!!
Basic Steps:
------------
1. place color8.cfg in your USER folder
2. open color8.cfg in notepad
3. don't delete the boxes, these are the color codes
4. change where is says aNameHere on the seventh line to your name
5. change XYZ to the initials of your clan if you have one
6. save the file
7. run the game
8. bring down the console and type:
exec color8.cfg
NOTE: this will now be your default name
NOTE: if you use GameSpy, you will need to copy the name line from color8.cfg and paste it over you name line in your gamespy.cfg in your SoF folder
NOTE: to enable your console see http://sof.ravensoft.com/soffaq.htm#console
How To Change The Colors From The Default:
------------------------------------------
1. read the How It Works section below
2. open color8.cfg with Notepad
3. open "color8 color key.bmp" in Paint
4. use the color key to choose your colors
5. copy the box for the color you want from lines 20 through line 49
6. paste the box before the text that you want to be that color
7. remember there is a 15 letter limit and the boxes count as a letter
8. save color8.cfg
9. run SoF and do the "exec color8.cfg" as mentioned above in Basic Steps
How It Works:
-------------
The "boxes" you see in notepad are the byte numbers 1 through 31. ASCII characters that you normally read are byte values from 32 through 255. When Soldier of Fortune is reading the text and it sees one of these byte values of 1 through 31, it interprets it as a request to change the color of the text which follows to the color requested. That's why if you end your name with a color code every time you get "chat," your name will be in one color and what you chat will be in another color.
How To Change The Color Of Your Server Name And Your Server's Welcome Message:
------------------------------------------------------------------------------
Color Hostnames and Color Welcome messages on your own server:
On line 76 of the color8.cfg file you will find an example of a color hostname command and a color welcome message command. Simple edit it like you would your color name. When you launch your server, do an "exec color8.cfg" to change your hostname and welcome_mess variables. Or, if you are running a dedicated server you can copy line 77 and line 78 of color8.cfg to your dedicated.cfg file.
these directions made by Kuren <colors@kuren.org> for Soldier of Fortune on 2000/6/21 at 07:02am PST
see http://kuren.org/sof/colors/
WARNING: some people have reported they have lost all their game settings. (this has worked to 97% of people, though)
I take no responsibility for you messing up your system.
USE AT YOUR OWN RISK!!!
Basic Steps:
------------
1. place color8.cfg in your USER folder
2. open color8.cfg in notepad
3. don't delete the boxes, these are the color codes
4. change where is says aNameHere on the seventh line to your name
5. change XYZ to the initials of your clan if you have one
6. save the file
7. run the game
8. bring down the console and type:
exec color8.cfg
NOTE: this will now be your default name
NOTE: if you use GameSpy, you will need to copy the name line from color8.cfg and paste it over you name line in your gamespy.cfg in your SoF folder
NOTE: to enable your console see http://sof.ravensoft.com/soffaq.htm#console
How To Change The Colors From The Default:
------------------------------------------
1. read the How It Works section below
2. open color8.cfg with Notepad
3. open "color8 color key.bmp" in Paint
4. use the color key to choose your colors
5. copy the box for the color you want from lines 20 through line 49
6. paste the box before the text that you want to be that color
7. remember there is a 15 letter limit and the boxes count as a letter
8. save color8.cfg
9. run SoF and do the "exec color8.cfg" as mentioned above in Basic Steps
How It Works:
-------------
The "boxes" you see in notepad are the byte numbers 1 through 31. ASCII characters that you normally read are byte values from 32 through 255. When Soldier of Fortune is reading the text and it sees one of these byte values of 1 through 31, it interprets it as a request to change the color of the text which follows to the color requested. That's why if you end your name with a color code every time you get "chat," your name will be in one color and what you chat will be in another color.
How To Change The Color Of Your Server Name And Your Server's Welcome Message:
------------------------------------------------------------------------------
Color Hostnames and Color Welcome messages on your own server:
On line 76 of the color8.cfg file you will find an example of a color hostname command and a color welcome message command. Simple edit it like you would your color name. When you launch your server, do an "exec color8.cfg" to change your hostname and welcome_mess variables. Or, if you are running a dedicated server you can copy line 77 and line 78 of color8.cfg to your dedicated.cfg file.
these directions made by Kuren <colors@kuren.org> for Soldier of Fortune on 2000/6/21 at 07:02am PST
see http://kuren.org/sof/colors/
en hier moet het in die blokjes die kopiere ik van onder en zet ik ertussen dan heb ik de kleur
edit: die blokjes zie je nu niet staan ertussen tussen 0101 0202 enz en die moet ik dan tussen mijn naam zetten.
begrijpen jullie mij een beetje
// WARNING: some people have reported they have lost all their game settings.
// USE AT YOUR OWN RISK
// maximum name length is 15 characters with color codes
//----123456789012345
name "MURDOCK NL"
// | | |
// | | \-bright red for text after your name)
// | |
// | \-green
// |
// \-green
//
// /-these boxes are the color codes
// |
// |
echo "0101 abc123 color=FFFFFF bright white"
echo "0202 abc123 color=FF0000 bright red"
echo "0303 abc123 color=00FF00 bright green"
echo "0404 abc123 color=FFFF00 bright yellow"
echo "0505 abc123 color=0000FF bright blue"
echo "0606 abc123 color=FF00FF pink"
echo "0707 abc123 color=00FFFF bight blue"
echo "0808 abc123 color=000000 black"
echo "0909 abc123 color=7F7F7F gray"
echo "1010 abc123 color=702D07 brown"
echo "1111 abc123 color=7F0000 red "
echo "1212 abc123 color=007F00 green"
echo "1414 abc123 color=007F7F yellow green"
echo "1515 abc123 color=00007F blue"
echo "1616 abc123 color=564D28 yellow grey"
echo "1717 abc123 color=4C5E36 green grey"
echo "1818 abc123 color=370B65 aqua grey"
echo "1919 abc123 color=005572 navy blue"
echo "2020 abc123 color=54647E purple grey"
echo "2121 abc123 color=1E2A63 dark purple"
echo "2222 abc123 color=66097B purple"
echo "2323 abc123 color=705E61 ash purple"
echo "2424 abc123 color=980053 red purple"
echo "2525 abc123 color=960018 brick red"
echo "2626 abc123 color=702D07 light brown"
echo "2727 abc123 color=54492A ash yellow grey"
echo "2828 abc123 color=61A997 light aqua"
echo "2929 abc123 color=CB8F39 grey orange"
echo "3030 abc123 color=CF8316 light orange"
echo "3131 abc123 color=FF8020 orange"
// here are other characters you may be interested in (they may look different in SoF than in your text editor)
echo " 32= 33=! 34= 35=# 36=$ 37=% 38=& 39='"
echo " 40=( 41=) 42=* 43=+ 44=, 45=- 46=. 47=/"
echo " 48=0 49=1 50=2 51=3 52=4 53=5 54=6 55=7"
echo " 56=8 57=9 58=: 59=; 60=< 61== 62=> 63=?"
echo " 64=@ 65=A 66=B 67=C 68=D 69=E 70=F 71=G"
echo " 72=H 73=I 74=J 75=K 76=L 77=M 78=N 79=O"
echo " 80=P 81=Q 82=R 83=S 84=T 85=U 86=V 87=W"
echo " 88=X 89=Y 90=Z 91=[ 92=\ 93=] 94=^ 95=_"
echo " 96=` 97=a 98=b 99=c 100=d 101=e 102=f 103=g"
echo "104=h 105=i 106=j 107=k 108=l 109=m 110=n 111=o"
echo "112=p 113=q 114=r 115=s 116=t 117=u 118=v 119=w"
echo "120=x 121=y 122=z 123={ 124=| 125=} 126=~ 127="
echo "192=À 193=Á 194=Â 195=Ã 196=Ä 197=Å 198=Æ 199=Ç"
echo "200=È 201=É 202=Ê 203=Ë 204=Ì 205=Í 206=Î 207=Ï"
echo "208=Ð 209=Ñ 210=Ò 211=Ó 212=Ô 213=Õ 214=Ö 215=×"
echo "216=Ø 217=Ù 218=Ú 219=Û 220=Ü 221=Ý 222=Þ 223=ß"
echo "224=à 225=á 226=â 227=ã 228=ä 229=å 230=æ 231=ç"
echo "232=è 233=é 234=ê 235=ë 236=ì 237=í 238=î 239=ï"
echo "240=ð 241=ñ 242=ò 243=ó 244=ô 245=õ 246=ö 247=÷"
echo "248=ø 249=ù 250=ú 251=û 252=ü 253=ý 254=þ 255=ÿ"
// note: the color code for 9 is interpreted as a TAB code
// note: the color code for 13 is a RETURN key and can't be used though text methods
// alter these lines if you are running a server (or put them in your dedicated.cfg file)
hostname "MURDOCK'S PLACE "
welcome_mess "WELCOME TO MURDOCK'S PLACE HAVE FUN."
// this file made by Kuren <colors@kuren.org> for Soldier of Fortune on 2000/6/21 at 07:05am PST
// see http://kuren.org/sof/colors/
edit: die blokjes zie je nu niet staan ertussen tussen 0101 0202 enz en die moet ik dan tussen mijn naam zetten.
begrijpen jullie mij een beetje
// WARNING: some people have reported they have lost all their game settings.
// USE AT YOUR OWN RISK
// maximum name length is 15 characters with color codes
//----123456789012345
name "MURDOCK NL"
// | | |
// | | \-bright red for text after your name)
// | |
// | \-green
// |
// \-green
//
// /-these boxes are the color codes
// |
// |
echo "0101 abc123 color=FFFFFF bright white"
echo "0202 abc123 color=FF0000 bright red"
echo "0303 abc123 color=00FF00 bright green"
echo "0404 abc123 color=FFFF00 bright yellow"
echo "0505 abc123 color=0000FF bright blue"
echo "0606 abc123 color=FF00FF pink"
echo "0707 abc123 color=00FFFF bight blue"
echo "0808 abc123 color=000000 black"
echo "0909 abc123 color=7F7F7F gray"
echo "1010 abc123 color=702D07 brown"
echo "1111 abc123 color=7F0000 red "
echo "1212 abc123 color=007F00 green"
echo "1414 abc123 color=007F7F yellow green"
echo "1515 abc123 color=00007F blue"
echo "1616 abc123 color=564D28 yellow grey"
echo "1717 abc123 color=4C5E36 green grey"
echo "1818 abc123 color=370B65 aqua grey"
echo "1919 abc123 color=005572 navy blue"
echo "2020 abc123 color=54647E purple grey"
echo "2121 abc123 color=1E2A63 dark purple"
echo "2222 abc123 color=66097B purple"
echo "2323 abc123 color=705E61 ash purple"
echo "2424 abc123 color=980053 red purple"
echo "2525 abc123 color=960018 brick red"
echo "2626 abc123 color=702D07 light brown"
echo "2727 abc123 color=54492A ash yellow grey"
echo "2828 abc123 color=61A997 light aqua"
echo "2929 abc123 color=CB8F39 grey orange"
echo "3030 abc123 color=CF8316 light orange"
echo "3131 abc123 color=FF8020 orange"
// here are other characters you may be interested in (they may look different in SoF than in your text editor)
echo " 32= 33=! 34= 35=# 36=$ 37=% 38=& 39='"
echo " 40=( 41=) 42=* 43=+ 44=, 45=- 46=. 47=/"
echo " 48=0 49=1 50=2 51=3 52=4 53=5 54=6 55=7"
echo " 56=8 57=9 58=: 59=; 60=< 61== 62=> 63=?"
echo " 64=@ 65=A 66=B 67=C 68=D 69=E 70=F 71=G"
echo " 72=H 73=I 74=J 75=K 76=L 77=M 78=N 79=O"
echo " 80=P 81=Q 82=R 83=S 84=T 85=U 86=V 87=W"
echo " 88=X 89=Y 90=Z 91=[ 92=\ 93=] 94=^ 95=_"
echo " 96=` 97=a 98=b 99=c 100=d 101=e 102=f 103=g"
echo "104=h 105=i 106=j 107=k 108=l 109=m 110=n 111=o"
echo "112=p 113=q 114=r 115=s 116=t 117=u 118=v 119=w"
echo "120=x 121=y 122=z 123={ 124=| 125=} 126=~ 127="
echo "192=À 193=Á 194=Â 195=Ã 196=Ä 197=Å 198=Æ 199=Ç"
echo "200=È 201=É 202=Ê 203=Ë 204=Ì 205=Í 206=Î 207=Ï"
echo "208=Ð 209=Ñ 210=Ò 211=Ó 212=Ô 213=Õ 214=Ö 215=×"
echo "216=Ø 217=Ù 218=Ú 219=Û 220=Ü 221=Ý 222=Þ 223=ß"
echo "224=à 225=á 226=â 227=ã 228=ä 229=å 230=æ 231=ç"
echo "232=è 233=é 234=ê 235=ë 236=ì 237=í 238=î 239=ï"
echo "240=ð 241=ñ 242=ò 243=ó 244=ô 245=õ 246=ö 247=÷"
echo "248=ø 249=ù 250=ú 251=û 252=ü 253=ý 254=þ 255=ÿ"
// note: the color code for 9 is interpreted as a TAB code
// note: the color code for 13 is a RETURN key and can't be used though text methods
// alter these lines if you are running a server (or put them in your dedicated.cfg file)
hostname "MURDOCK'S PLACE "
welcome_mess "WELCOME TO MURDOCK'S PLACE HAVE FUN."
// this file made by Kuren <colors@kuren.org> for Soldier of Fortune on 2000/6/21 at 07:05am PST
// see http://kuren.org/sof/colors/
hehe ff off-t: is het niet beter om in je originele vraag & topic titel geklijk "Soldier offfff fortnune" te vermelden?
is maar een idee hoor
The space between is where you'll find me hiding, waiting for you
het heeft in principe niks met sof te maken ik wel gewoon weten of je met een code of een prog de letters kan veranderen 1 letter in 3 kleuren
Heb geduld
T.net ID. Bekijk het maar es eem..
‹(◕‿◕)›
Pagina: 1