Page 1 of 3 123 LastLast
Results 1 to 15 of 40
  1. #1
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold

    Text Coloring & font tutorial

    From my old Thread : Crossfire scripting.
    This tutorial work whit all the CFs
    -CF PHilipine [PH]
    -CF BRasil [BR] [Latin America/Brazil]
    -CF North America [NA]
    -CF ChiNese [CN]

    I will tell you how to change the font (the base)
    *all the texts will be changed exept if you want to upgrade by scripting.


    I will also tell you how to change the text color!



    text font.

    -go to dafon*****m for better font.
    -you can go ([C:\Windows\Fonts] you will have few fonts from windows already added just copy them)

    1.change your font name to " Default "

    2.copy your font of Z8Games\CrossFire\rez\Fonts
    *the Crossfire can be found here for :
    windows32bit user : C:\Program Files\Z8Games\CrossFire\rez\Fonts
    windows64bit user : C:\Program Files (x86)\Z8Games\CrossFire\rez\Fonts .


    3.Make a save folder of your original files of CF and paste your Default of CF in.

    4.Copy your own font name and paste it in Z8Games\CrossFire\rez\Fonts

    5.Start game!




    Text color & script modding.

    -know some scripting

    1.go to Z8Games\CrossFire\rez\UI\scripts

    2.Open a *.txt you want to mod ex:LogIn.txt to coordinate the login box and to change color of the Login text.

    3.in some section there's gonna be : "EDIT EditLoginID"
    down of it there's gonna be :
    Code:
    -POSITIONX 121
    -POSITIONY 262
    -WIDTH 136
    -HEIGHT 16
    --FONTNAME MSG=846
    --FONTSIZE 8
    --FONTBOLD FALSE
    --FONTITALIC FALSE
    --FONTFORMAT DT_LEFT
    --FONTFORMAT DT_VCENTER
    --OUTLINE FALSE
    --NUMBERONLY FALSE
    --OUTLINECOLOR 141148156
    --FONTCOLOR 255255255
    -END
    just change : " FONTCOLOR 255255255 " to : " FONTCOLOR 000000000 "
    *for a color code panel you can go to Color panel and scroll down to " HTML Color Picker "
    *The 000000000 is the black color but if you want to make your own color you have to put different numbers!
    Warning:for the news in it do not put ********* as in my exemples...put number of the next note like R=255 V=255 B=255 = 255255255
    *to know the code of your color just pick a color and note the R=*** V=*** B=*** these numbers are the " ********* "
    of " FONTCOLOR ********* "


    4.save and play


    BONUS = Fontstyle

    Fontstyle.

    to make a fontstyle for a particular thing like in LogIn.txt again.

    Just add " FONTSTYLE (link) "after this :

    Code:
    -POSITIONX 121
    -POSITIONY 262
    -WIDTH 136
    -HEIGHT 16
    --FONTNAME MSG=846
    --FONTSIZE 8
    --FONTBOLD FALSE
    --FONTITALIC FALSE
    --FONTFORMAT DT_LEFT
    --FONTFORMAT DT_VCENTER
    --OUTLINE FALSE
    --NUMBERONLY FALSE
    --OUTLINECOLOR 141148156
    --FONTCOLOR 255255255
    -END
    Like

    Code:
    -POSITIONX 121
    -POSITIONY 262
    -WIDTH 136
    -HEIGHT 16
    --FONTNAME MSG=846
    --FONTSIZE 8
    --FONTSTYLE C:\Windows\Fonts\Default.ttf
    --FONTBOLD FALSE
    --FONTITALIC FALSE
    --FONTFORMAT DT_LEFT
    --FONTFORMAT DT_VCENTER
    --OUTLINE FALSE
    --NUMBERONLY FALSE
    --OUTLINECOLOR 141148156
    --FONTCOLOR 255255255
    -END
    *The " Default.ttf " of " C:\Windows\Fonts\Default.ttf " can be all the tittle you want like " Potato.ttf " as "C:\Windows\Fonts\Potato.ttf " or the link can change like " Desktop\Bulderclubfolder\Potato.ttf "



    BIG NOTE.

    i am not sure on how to add the link so just put your font in the same folder of your script
    like if LogIn.txt add your font in his folder that are Z8Games\CrossFire\rez\UI\scripts


    So...

    Code:
    -POSITIONX 121
    -POSITIONY 262
    -WIDTH 136
    -HEIGHT 16
    --FONTNAME MSG=846
    --FONTSIZE 8
    --FONTSTYLE C:\Windows\Fonts
    --FONTBOLD FALSE
    --FONTITALIC FALSE
    --FONTFORMAT DT_LEFT
    --FONTFORMAT DT_VCENTER
    --OUTLINE FALSE
    --NUMBERONLY FALSE
    --OUTLINECOLOR 141148156
    --FONTCOLOR 255255255
    -END
    change "--FONTSTYLE C:\Windows\Fonts " to "--FONTSTYLE (fontname) " whitout the "(" or ")"

    Like

    Code:
    -POSITIONX 121
    -POSITIONY 262
    -WIDTH 136
    -HEIGHT 16
    --FONTNAME MSG=846
    --FONTSIZE 8
    --FONTSTYLE Deafault.ttf
    --FONTBOLD FALSE
    --FONTITALIC FALSE
    --FONTFORMAT DT_LEFT
    --FONTFORMAT DT_VCENTER
    --OUTLINE FALSE
    --NUMBERONLY FALSE
    --OUTLINECOLOR 141148156
    --FONTCOLOR 255255255
    -END




    EVERYTHING ARE BY ME
    PRESS THANKS IF HELPED PLEASE~
    Last edited by Glaceon; 04-22-2012 at 01:50 PM. Reason: Compatibility

  2. The Following 11 Users Say Thank You to Glaceon For This Useful Post:

    7h15 (01-29-2013),dida_1996 (09-08-2012),GPmaster1 (01-03-2013),HLBOT (06-26-2012),jerlin123 (04-26-2012),Mohamed Ahmed El Gzar (07-21-2012),mslol (07-13-2012),ninjastormns (06-26-2012),sidriad (06-23-2012),smonist (04-29-2012),thb2007 (08-15-2012)

  3. #2
    zeromed's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Mordor
    Posts
    86
    Reputation
    10
    Thanks
    1
    My Mood
    Pensive
    Other will see it ? Or only i ?

  4. #3
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    Well im not talking about the name color...

    this is to mod text of the ingame,channel,room,logIn,shop pages
    Last edited by Glaceon; 04-21-2012 at 07:39 PM.

  5. #4
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,134
    Reputation
    4764
    Thanks
    9,674
    Wow nice job. I'll try this out soon!
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  6. The Following User Says Thank You to Hero For This Useful Post:

    Glaceon (04-22-2012)

  7. #5
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    Thanks i decided to make when i seen ppl asking on my old thread so xD

  8. #6
    awit4ever's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Valhalla, the Hall of Heroes
    Posts
    273
    Reputation
    13
    Thanks
    388
    My Mood
    Dead
    It's Nice having some generous persons around here. I'll try this on my next UI Mod(I'm not Posting UI's here since I'm afraid that they're not Compatible with CF NA)

    Good Job


    Crossfire PH IGN:

    IGN: awit4everjr_ (Hacked for 7 times, F*cking Hacker)
    Rank: 1st Lt. 1st Class
    WOC: LR300ML, Bizon PP19 and M37 Stakeout

    League of Legends PH IGN:

    IGN: Siphon
    Level: 30
    Main Champs: Lulu, Sona, Lissandra


    [IMG]https://i1094.photobucke*****m/albums/i444/awit4ver/Gifs/1355810161243_zps73989c3f.gif[/IMG]
    [IMG]https://i1094.photobucke*****m/albums/i444/awit4ver/Siggy/Userbar02.png[/IMG]
    [IMG]https://i1094.photobucke*****m/albums/i444/awit4ver/Siggy/Userbar.png[/IMG]

  9. #7
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    Im gonna add that you can do it whit all the CF's

    -CF Philipine
    -CF BRasil
    -CF North America
    -CF ChiNese

  10. #8
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    ill add link some kind of Warns at the start for the requirement GL

  11. #9
    Xeno*'s Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Mars
    Posts
    63
    Reputation
    11
    Thanks
    395
    My Mood
    Busy
    Nice job.Ty
    Leecher: 0 ✔
    Choob: 25 ✔
    Newbie: 50 ✔
    Member: 100 x
    Advanced Member: 150 x
    Dual-Keyboard Member: 250 x
    Expert Member: 500 x
    Bobo's Trainer: 750 x
    MPGH Expert: 1000 x
    Synthetic Hacker: 1250 x
    Blackhat Hacker: 1500 x
    Whitehat Hacker: 2000 x
    Bobo's Guardian: 2500 x
    Upcoming MPGHiean: 3000 x
    MPGH Addict: 3500 x
    MPGHiean: 4000 x
    MPGH Knight: 4500 x
    MPGH Lord: 5000 x
    MPGH Champion: 5500 x
    MPGH King: 6000 x
    MPGH Legend: 6500 x
    MPGH God: 7000 x
    MPGH God II: 7500 x
    MPGH God III: 8000 x
    MPGH God IV: 8500 x
    MPGH God V: 9000 x
    Arun's Slave: 9500 x
    Dave's Slave: 10000 x


    I'm new member

  12. #10
    Boxxy.'s Avatar
    Join Date
    Apr 2012
    Gender
    female
    Location
    North Carolina
    Posts
    89
    Reputation
    10
    Thanks
    29
    My Mood
    Breezy
    Good job man, thanks !

  13. #11
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    No problem.

    /msg2short

  14. #12
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,134
    Reputation
    4764
    Thanks
    9,674
    Quote Originally Posted by louisdemon1 View Post
    Im gonna add that you can do it whit all the CF's

    -CF Philipine
    -CF BRasil
    -CF North America
    -CF ChiNese
    You can also do it on CF Russia, Japan, and Indonesia then.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  15. #13
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    Wow really CF Russia and Indonesia?

    @Hero

    Edit : To Hero

    How Many CF there is?

    and is there a UI section for them both you told me?

    RE Edit : CANT Update my thread to add CFs
    Last edited by Glaceon; 04-28-2012 at 09:00 PM.

  16. #14
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    How many Cf is there in the world? @

  17. #15
    Glaceon's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,904
    Reputation
    111
    Thanks
    499
    My Mood
    Cold
    /Sameq?aslastweek

Page 1 of 3 123 LastLast

Similar Threads

  1. HOW TO CHANG TEXT COLOR IN POINTBLANKPH
    By 13mushroom in forum Point Blank Hacks
    Replies: 13
    Last Post: 10-31-2011, 12:29 PM
  2. [Question] About Text Color...!~ [MPGH]
    By CheatCreatorzz in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 03-21-2011, 12:16 PM
  3. Default Text Color Dropdown Menu
    By Corndog in forum General
    Replies: 16
    Last Post: 11-21-2010, 07:12 PM
  4. How do i change my text color?
    By FrogIsHam in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 07-03-2010, 01:18 AM
  5. Text Color
    By raphaterz in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 06-22-2009, 11:21 AM