Tom's Guide > Forum > FPS / Action / Quake-Like > PB de police sous CS CZ
Mot :    Pseudo :           
 

Slt tout le monde ;
Je viens de créer un skin avec i love steam donc je l'installe et tout, puis je vais jouer et la je m'aperçois que la police d'écriture a changé, avant elle était comme
ça et maintenant elle est comme ça.
J'aimerais savoir comment la remettre comme avant merci.

Liens sponsorisés
Inscrivez-vous ou connectez-vous pour masquer ceci.

Bizarre... Moi j'ai toujours eu le texte écrit de cette façon sous CZ :hum: Mais sinon je peux pas t'aider. :(

Répondre à Skyline_

De quelle façon ? (j'ai mis deux exemples :jesors: )

Répondre à HeadShotsMan

Aaaah oui, ben la deuxième ^^ celle avec la police tout fine, c'est comme ça depuis que j'ai installé le jeu.
(sur CZ, parce que sur 1.6 c'est plutôt comme sur le 1er screenshot)

ps : au fait, sur le 2e screenshot, le gars qui dit "stop ton ralage" c'était pour toi ? :whistle:

Répondre à Skyline_

Nan je c'est pas, c'était pas pour moi je m'était connecté sur le serveur uniquement pour prendre le screen ^_^

Répondre à HeadShotsMan

Ha ok je croyais que tu râlais à cause de la taille de la police... ^^
Bin pour ton problème, je viens de trouver le fichier qui définit la couleur, la taille, etc... des textes mais ca va être chaud pour tout reconfiguer "à la main" :lol: Mais bon je crois que si je t'envoye le mien ça devrait marcher ;-)
voila @+ sur MSN

ps : pour info le fichier se trouve dans le dossier cstrike\resource et il se nomme "ClientScheme.res"

Répondre à Skyline_

moi je voudrais savoir comment l'avoir plus fine la police aidez moi svp

Répondre à Drical

Je crois que c'est à partir du moment où tu mets un skin Steam ça met la police in-game plus fine. Essaye d'enlever le skin Steam et va voir si la police a changé.

------------------------------

 

Répondre à Desolation

lol moi je la veut plus fine

je n est meme pas le fichier ClientScheme.res

HELP PLZ ^^

Répondre à Drical

J'essaie de te mettre ici le contenu du mien (j'ai changé les polices pour MS sans comic et ça donne du texte plus fin)

Code :
  1. //
  2. // TRACKER SCHEME RESOURCE FILE
  3. //
  4. // sections:
  5. //        colors            - all the colors used by the scheme
  6. //        basesettings    - contains settings for app to use to draw controls
  7. //        fonts            - list of all the fonts used by app
  8. //        borders            - description of all the borders
  9. //
  10. // notes:
  11. //         hit ctrl-alt-shift-R in the app to reload this file
  12. //
  13. Scheme
  14. {
  15.     //Name - currently overriden in code
  16.     //{
  17.     //    "Name"    "ClientScheme"
  18.     //}
  19.     //////////////////////// COLORS ///////////////////////////
  20.     Colors
  21.     {
  22.         // base colors
  23.         "BaseText"            "255 176 0 255"    // used in text windows, lists
  24.         "BrightBaseText"        "255 176 0 255"    // brightest text
  25.         "SelectedText"        "255 176 0 255"    // selected text
  26.         "DimBaseText"        "255 176 0 255"    // dim base text
  27.         "LabelDimText"        "255 176 0 164"    // used for info text
  28.         "ControlText"        "255 176 0 255"    // used in all text controls
  29.         "BrightControlText"    "255 176 0 255"    // use for selected controls
  30.         "DisabledText1"        "80 48 0 255"    // disabled text
  31.         "DisabledText2"        "0 0 0 0"        // overlay color for disabled text (to give that inset look)
  32.         "DimListText"        "188 112 0 255"    // offline friends, unsubscribed games, etc.
  33.         "ButtonFocusBorder"    "64 48 0 255"    // keyboard focus dashed line for buttons
  34.         // background colors
  35.         "ControlBG"            "0 0 0 0"        // background color of most controls
  36.         "ButtonBG"            "0 0 0 64"        // background color of buttons
  37.         "ControlDarkBG"        "0 0 0 128"        // darker background color; used for background of scrollbars
  38.         "WindowBG"            "0 0 0 200"        // background color of text edit panes (chat, text entries, etc.)
  39.         //"SelectionBG"        "192 28 0 140"    // background color of any selected text or menu item
  40.         "SelectionBG"        "255 176 0 100"    // background color of any selected text or menu item
  41.         "SelectionBG2"        "255 255 255 16"        // selection background in window w/o focus
  42.         "ListBG"            "0 0 0 128"        // background of scoreboard
  43.         "ViewportBG"        "0 0 0 200"
  44.         "CareerBoxBG"        "0 0 0 227"
  45.         "Menu/BgColor"        "0 0 0 227"
  46.         // Credits ------------------------------------------------
  47.         "CreditsNormalFG"    "255 255 255 255"
  48.         "CreditsNormalBG"    "0 0 0 255"
  49.         "CreditsTitleFG"    "255 174 0 255"
  50.         "CreditsTitleBG"    "0 0 0 255"
  51.         "CreditsStudioTitleFG"    "255 174 0 255"
  52.         "CreditsStudioTitleBG"    "0 0 0 255"
  53.         "CreditsIndividualTitleFG"    "255 174 0 255"
  54.         "CreditsIndividualTitleBG"    "0 0 0 255"
  55.         // --------------------------------------------------------
  56.         // titlebar colors
  57.         "TitleText"            "255 174 0 255"
  58.         "TitleDimText"        "255 174 0 255"
  59.         "TitleBG"            "255 255 0 0"
  60.         "TitleDimBG"        "255 255 0 0"
  61.         "TitleIcon"        "255 174 0 255" // big '!' icon in top left
  62.         // slider tick colors
  63.         "SliderTickColor"        "127 140 127 255"
  64.         "SliderTrackColor"    "31 31 31 255"
  65.         // border colors
  66.         "BorderBright"        "188 112 0 128"    // the lit side of a control
  67.         "BorderDark"        "188 112 0 128"    // the dark/unlit side of a control
  68.         "BorderSelection"        "188 112 0 0"    // the additional border color for displaying the default/selected button
  69.         "BorderBuyPreset"        "255 176 0 255"    // the lit side of a control
  70.         "team0"            "204 204 204 255" // Spectators
  71.         "team1"            "255 64 64 255" // CT's
  72.         "team2"            "153 204 255 255" // T's
  73.         // Statistics text
  74.         "StatisticsText"        "255 255 255 255"
  75.         "SelectedStatisticsText"    "128 128 128 255"
  76.         "BuyPresetBG"            "0 0 0 64"
  77.         "BuyPresetAltBG"        "0 0 0 128"
  78.         "MapDescriptionText"    "255 176 0 255" // the text used in the map description window
  79.     }
  80.     ///////////////////// BASE SETTINGS ////////////////////////
  81.     // default settings for all panels
  82.     // controls use these to determine their settings
  83.     BaseSettings
  84.     {
  85.         "FgColor"            "ControlText"
  86.         "BgColor"            "ControlBG"
  87.         "ButtonBgColor"            "ButtonBG"
  88.         "LabelBgColor"        "ControlBG"
  89.         "SubPanelBgColor"    "ControlBG"
  90.         "DisabledFgColor1"        "DisabledText1"
  91.         "DisabledFgColor2"        "DisabledText2"            // set this to the BgColor if you don't want it to draw
  92.         "TitleBarFgColor"            "TitleText"
  93.         "TitleBarDisabledFgColor"    "TitleDimText"
  94.         "TitleBarBgColor"            "TitleBG"
  95.         "TitleBarDisabledBgColor"    "TitleDimBG"
  96.         "TitleBarIcon"                "resource/icon_steam"
  97.         "TitleBarDisabledIcon"        "resource/icon_steam_disabled"
  98.         "TitleButtonFgColor"            "BorderBright"
  99.         "TitleButtonBgColor"            "ControlBG"
  100.         "TitleButtonDisabledFgColor"    "TitleDimText"
  101.         "TitleButtonDisabledBgColor"    "TitleDimBG"
  102.         "TextCursorColor"            "BaseText"            // color of the blinking text cursor in text entries
  103.         "URLTextColor"                "BrightBaseText"    // color that URL's show up in chat window
  104.         Menu
  105.         {
  106.             "FgColor"            "DimBaseText"
  107.             "BgColor"            "ControlBG"
  108.             "ArmedFgColor"        "BrightBaseText"
  109.             "ArmedBgColor"        "SelectionBG"
  110.             "DividerColor"        "BorderDark"
  111.             "TextInset"            "6"
  112.         }
  113.         MenuButton      // the little arrow on the side of boxes that triggers drop down menus
  114.         {
  115.             "ButtonArrowColor"    "DimBaseText"        // color of arrows
  116.               "ButtonBgColor"        "WindowBG"            // bg color of button. same as background color of text edit panes
  117.             "ArmedArrowColor"    "BrightBaseText"    // color of arrow when mouse is over button
  118.             "ArmedBgColor"        "DimBaseText"        // bg color of button when mouse is over button
  119.         }
  120.         Slider
  121.         {
  122.             "SliderFgColor"        "ControlBG"            // handle with which the slider is grabbed
  123.             "SliderBgColor"        "ControlDarkBG"        // area behind handle
  124.         }
  125.         ScrollBarSlider
  126.         {
  127.             "BgColor"                    "ControlBG"        // this isn't really used
  128.             "ScrollBarSliderFgColor"    "ControlBG"        // handle with which the slider is grabbed
  129.             "ScrollBarSliderBgColor"    "ControlDarkBG"    // area behind handle
  130.             "ButtonFgColor"                "DimBaseText"    // color of arrows
  131.         }
  132.         // text edit windows
  133.         "WindowFgColor"                "BaseText"        // off-white
  134.         "WindowBgColor"                "WindowBG"        // redundant. can we get rid of WindowBgColor and just use WindowBG?
  135.         "WindowDisabledFgColor"        "DimBaseText"
  136.         "WindowDisabledBgColor"        "ListBG"        // background of chat conversation
  137.         "SelectionFgColor"            "SelectedText"    // fg color of selected text
  138.         "SelectionBgColor"            "SelectionBG"
  139.         "ListSelectionFgColor"        "SelectedText"
  140.         "ListBgColor"                "ListBG"        // background of server browser control, etc
  141.         "BuddyListBgColor"            "ListBG"        // background of buddy list pane
  142.         // App-specific stuff
  143.         "ChatBgColor"                "WindowBG"
  144.         // status selection
  145.         "StatusSelectFgColor"        "BrightBaseText"
  146.         "StatusSelectFgColor2"        "BrightControlText"    // this is the color of the friends status
  147.         // checkboxes
  148.         "CheckButtonBorder1"          "BorderDark"        // the left checkbutton border
  149.         "CheckButtonBorder2"          "BorderBright"        // the right checkbutton border
  150.         "CheckButtonCheck"            "BrightControlText"    // color of the check itself
  151.         "CheckBgColor"                "ListBG"
  152.         // buttons (default fg/bg colors are used if these are not set)
  153. //        "ButtonArmedFgColor"
  154.         "ButtonArmedBgColor"        "SelectionBG"
  155. //        "ButtonDepressedFgColor"    "BrightControlText"
  156. //        "ButtonDepressedBgColor"
  157.         // buddy buttons
  158.         BuddyButton
  159.         {
  160.             "FgColor1"                "ControlText"
  161.             "FgColor2"                "DimListText"
  162.             "ArmedFgColor1"            "BrightBaseText"
  163.             "ArmedFgColor2"            "BrightBaseText"
  164.             "ArmedBgColor"            "SelectionBG"
  165.         }
  166.         Chat
  167.         {
  168.             "TextColor"                "BrightControlText"
  169.             "SelfTextColor"            "BaseText"
  170.             "SeperatorTextColor"    "DimBaseText"
  171.         }
  172.         Statistics
  173.         {
  174.             "Font"            "DefaultSmall"
  175.             "TextColor"        "StatisticsText"
  176.             "SelectedTextColor"    "SelectedStatisticsText"
  177.         }
  178.         "SectionTextColor"        "BrightControlText"    // text color for IN-GAME, ONLINE, OFFLINE sections of buddy list
  179.         "SectionDividerColor"    "BorderDark"        // color of line that runs under section name in buddy list
  180.     }
  181.     //
  182.     //////////////////////// FONTS /////////////////////////////
  183.     //
  184.     // describes all the fonts
  185.     Fonts
  186.     {
  187.         // fonts are used in order that they are listed
  188.         // fonts listed later in the order will only be used if they fulfill a range not already filled
  189.         // if a font fails to load then the subsequent fonts will replace
  190.         "Default"
  191.         {
  192.             "1"
  193.             {
  194.                 "name"        "Verdana"
  195.                 "tall"        "12"
  196.                 "weight"    "600"
  197.                 "yres"    "480 599"
  198.             }
  199.             "2"
  200.             {
  201.                 "name"        "Verdana"
  202.                 "tall"        "13"
  203.                 "weight"    "600"
  204.                 "yres"    "600 767"
  205.             }
  206.             "3"
  207.             {
  208.                 "name"        "Verdana"
  209.                 "tall"        "14"
  210.                 "weight"    "600"
  211.                 "yres"    "768 1023"
  212.                 "antialias"    "1"
  213.             }
  214.             "4"
  215.             {
  216.                 "name"        "Verdana"
  217.                 "tall"        "20"
  218.                 "weight"    "600"
  219.                 "yres"    "1024 1199"
  220.                 "antialias"    "1"
  221.             }
  222.             "5"
  223.             {
  224.                 "name"        "Verdana"
  225.                 "tall"        "24"
  226.                 "weight"    "600"
  227.                 "yres"    "1200 6000"
  228.                 "antialias"    "1"
  229.             }
  230.         }
  231.         "DefaultUnderline"
  232.         {
  233.             "1"
  234.             {
  235.                 "name"        "Tahoma"
  236.                 "tall"        "12"
  237.                 "weight"    "500"
  238.                 "underline" "1"
  239.             }
  240.         }
  241.         "DefaultSmall"
  242.         {
  243.             "1"
  244.             {
  245.                 "name"        "Verdana"
  246.                 "tall"        "12"
  247.                 "weight"    "0"
  248.                 "yres"    "480 599"
  249.             }
  250.             "2"
  251.             {
  252.                 "name"        "Verdana"
  253.                 "tall"        "13"
  254.                 "weight"    "0"
  255.                 "yres"    "600 767"
  256.             }
  257.             "3"
  258.             {
  259.                 "name"        "Verdana"
  260.                 "tall"        "14"
  261.                 "weight"    "0"
  262.                 "yres"    "768 1023"
  263.                 "antialias"    "1"
  264.             }
  265.             "4"
  266.             {
  267.                 "name"        "Verdana"
  268.                 "tall"        "20"
  269.                 "weight"    "0"
  270.                 "yres"    "1024 1199"
  271.                 "antialias"    "1"
  272.             }
  273.             "5"
  274.             {
  275.                 "name"        "Verdana"
  276.                 "tall"        "24"
  277.                 "weight"    "0"
  278.                 "yres"    "1200 6000"
  279.                 "antialias"    "1"
  280.             }
  281.         }
  282.         "DefaultVerySmall"
  283.         {
  284.             "1"
  285.             {
  286.                 "name"        "Verdana"
  287.                 "tall"        "12"
  288.                 "weight"    "600"
  289.                 "yres"    "480 599"
  290.             }
  291.             "2"
  292.             {
  293.                 "name"        "Verdana"
  294.                 "tall"        "13"
  295.                 "weight"    "600"
  296.                 "yres"    "600 767"
  297.             }
  298.             "3"
  299.             {
  300.                 "name"        "Verdana"
  301.                 "tall"        "14"
  302.                 "weight"    "600"
  303.                 "yres"    "768 1023"
  304.                 "antialias"    "1"
  305.             }
  306.             "4"
  307.             {
  308.                 "name"        "Verdana"
  309.                 "tall"        "20"
  310.                 "weight"    "600"
  311.                 "yres"    "1024 1199"
  312.                 "antialias"    "1"
  313.             }
  314.             "5"
  315.             {
  316.                 "name"        "Verdana"
  317.                 "tall"        "24"
  318.                 "weight"    "600"
  319.                 "yres"    "1200 6000"
  320.                 "antialias"    "1"
  321.             }
  322.         }
  323.         "Title"
  324.         {
  325.             "1"
  326.             {
  327.                 "name"        "Arial"
  328.                 "tall"        "18"
  329.                 "weight"    "500"
  330.             }
  331.             "2"
  332.             {
  333.                 "name"        "Arial"
  334.                 "tall"        "16"
  335.                 "weight"    "600"
  336.             }
  337.         }
  338.         // Credits ------------------------------------------------
  339.         "CreditsTitle"
  340.         {
  341.             "1"
  342.             {
  343.                 "name"        "Tahoma"
  344.                 "tall"        "26"
  345.                 "weight"    "800"
  346.             }
  347.             "2"
  348.             {
  349.                 "name"        "Arial"
  350.                 "tall"        "26"
  351.                 "weight"    "700"
  352.             }
  353.         }
  354.         "CreditsStudioTitle"
  355.         {
  356.             "1"
  357.             {
  358.                 "name"        "Tahoma"
  359.                 "tall"        "24"
  360.                 "weight"    "800"
  361.             }
  362.             "2"
  363.             {
  364.                 "name"        "Arial"
  365.                 "tall"        "24"
  366.                 "weight"    "700"
  367.             }
  368.         }
  369.         "CreditsIndividualTitle"
  370.         {
  371.             "1"
  372.             {
  373.                 "name"        "Tahoma"
  374.                 "tall"        "22"
  375.                 "weight"    "800"
  376.             }
  377.             "2"
  378.             {
  379.                 "name"        "Arial"
  380.                 "tall"        "22"
  381.                 "weight"    "700"
  382.             }
  383.         }
  384.         "CreditsNormal"
  385.         {
  386.             "1"
  387.             {
  388.                 "name"        "Tahoma"
  389.                 "tall"        "20"
  390.                 "weight"    "800"
  391.             }
  392.             "2"
  393.             {
  394.                 "name"        "Arial"
  395.                 "tall"        "20"
  396.                 "weight"    "700"
  397.             }
  398.         }
  399.         // --------------------------------------------------------
  400.         "DialogTitle"
  401.         {
  402.             "1"
  403.             {
  404.                 "name"        "Arial"
  405.                 "tall"        "14"
  406.                 "weight"    "500"
  407.             }
  408.             "2"
  409.             {
  410.                 "name"        "Arial"
  411.                 "tall"        "13"
  412.                 "weight"    "600"
  413.             }
  414.         }
  415.         // this is the symbol font
  416.         "Marlett"
  417.         {
  418.             "1"
  419.             {
  420.                 "name"        "Marlett"
  421.                 "tall"        "11"
  422.                 "weight"    "0"
  423.                 "symbol"    "1"
  424.             }
  425.         }
  426.     }
  427.     //
  428.     //////////////////// BORDERS //////////////////////////////
  429.     //
  430.     // describes all the border types
  431.     Borders
  432.     {
  433.         BaseBorder
  434.         {
  435.             "inset" "0 0 1 1"
  436.             Left
  437.             {
  438.                 "1"
  439.                 {
  440.                     "color" "BorderDark"
  441.                     "offset" "0 1"
  442.                 }
  443.             }
  444.             Right
  445.             {
  446.                 "1"
  447.                 {
  448.                     "color" "BorderBright"
  449.                     "offset" "1 0"
  450.                 }
  451.             }
  452.             Top
  453.             {
  454.                 "1"
  455.                 {
  456.                     "color" "BorderDark"
  457.                     "offset" "0 0"
  458.                 }
  459.             }
  460.             Bottom
  461.             {
  462.                 "1"
  463.                 {
  464.                     "color" "BorderBright"
  465.                     "offset" "0 0"
  466.                 }
  467.             }
  468.         }
  469.         TitleButtonBorder
  470.         {
  471.             "inset" "0 0 1 1"
  472.             Left
  473.             {
  474.                 "1"
  475.                 {
  476.                     "color" "BorderBright"
  477.                     "offset" "0 1"
  478.                 }
  479.             }
  480.             Right
  481.             {
  482.                 "1"
  483.                 {
  484.                     "color" "BorderDark"
  485.                     "offset" "1 0"
  486.                 }
  487.             }
  488.             Top
  489.             {
  490.                 "1"
  491.                 {
  492.                     "color" "BorderBright"
  493.                     "offset" "0 0"
  494.                 }
  495.             }
  496.             Bottom
  497.             {
  498.                 "1"
  499.                 {
  500.                     "color" "BorderDark"
  501.                     "offset" "0 0"
  502.                 }
  503.             }
  504.         }
  505.         TitleButtonDisabledBorder
  506.         {
  507.             "inset" "0 0 1 1"
  508.             Left
  509.             {
  510.                 "1"
  511.                 {
  512.                     "color" "BgColor"
  513.                     "offset" "0 1"
  514.                 }
  515.             }
  516.             Right
  517.             {
  518.                 "1"
  519.                 {
  520.                     "color" "BgColor"
  521.                     "offset" "1 0"
  522.                 }
  523.             }
  524.             Top
  525.             {
  526.                 "1"
  527.                 {
  528.                     "color" "BgColor"
  529.                     "offset" "0 0"
  530.                 }
  531.             }
  532.             Bottom
  533.             {
  534.                 "1"
  535.                 {
  536.                     "color" "BgColor"
  537.                     "offset" "0 0"
  538.                 }
  539.             }
  540.         }
  541.         TitleButtonDepressedBorder
  542.         {
  543.             "inset" "1 1 1 1"
  544.             Left
  545.             {
  546.                 "1"
  547.                 {
  548.                     "color" "BorderDark"
  549.                     "offset" "0 1"
  550.                 }
  551.             }
  552.             Right
  553.             {
  554.                 "1"
  555.                 {
  556.                     "color" "BorderBright"
  557.                     "offset" "1 0"
  558.                 }
  559.             }
  560.             Top
  561.             {
  562.                 "1"
  563.                 {
  564.                     "color" "BorderDark"
  565.                     "offset" "0 0"
  566.                 }
  567.             }
  568.             Bottom
  569.             {
  570.                 "1"
  571.                 {
  572.                     "color" "BorderBright"
  573.                     "offset" "0 0"
  574.                 }
  575.             }
  576.         }
  577.         ScrollBarButtonBorder
  578.         {
  579.             "inset" "1 0 0 0"
  580.             Left
  581.             {
  582.                 "1"
  583.                 {
  584.                     "color" "BorderBright"
  585.                     "offset" "0 1"
  586.                 }
  587.             }
  588.             Right
  589.             {
  590.                 "1"
  591.                 {
  592.                     "color" "BorderDark"
  593.                     "offset" "1 0"
  594.                 }
  595.             }
  596.             Top
  597.             {
  598.                 "1"
  599.                 {
  600.                     "color" "BorderBright"
  601.                     "offset" "0 0"
  602.                 }
  603.             }
  604.             Bottom
  605.             {
  606.                 "1"
  607.                 {
  608.                     "color" "BorderDark"
  609.                     "offset" "0 0"
  610.                 }
  611.             }
  612.         }
  613.         ScrollBarButtonDepressedBorder
  614.         {
  615.             "inset" "2 2 0 0"
  616.             Left
  617.             {
  618.                 "1"
  619.                 {
  620.                     "color" "BorderDark"
  621.                     "offset" "0 1"
  622.                 }
  623.             }
  624.             Right
  625.             {
  626.                 "1"
  627.                 {
  628.                     "color" "BorderBright"
  629.                     "offset" "1 0"
  630.                 }
  631.             }
  632.             Top
  633.             {
  634.                 "1"
  635.                 {
  636.                     "color" "BorderDark"
  637.                     "offset" "0 0"
  638.                 }
  639.             }
  640.             Bottom
  641.             {
  642.                 "1"
  643.                 {
  644.                     "color" "BorderBright"
  645.                     "offset" "0 0"
  646.                 }
  647.             }
  648.         }
  649.         ButtonBorder
  650.         {
  651.             "inset" "0 0 0 0"
  652.             Left
  653.             {
  654.                 "1"
  655.                 {
  656.                     "color" "BorderBright"
  657.                     "offset" "0 1"
  658.                 }
  659.             }
  660.             Right
  661.             {
  662.                 "1"
  663.                 {
  664.                     "color" "BorderDark"
  665.                     "offset" "0 0"
  666.                 }
  667.             }
  668.             Top
  669.             {
  670.                 "1"
  671.                 {
  672.                     "color" "BorderBright"
  673.                     "offset" "1 1"
  674.                 }
  675.             }
  676.             Bottom
  677.             {
  678.                 "1"
  679.                 {
  680.                     "color" "BorderDark"
  681.                     "offset" "0 0"
  682.                 }
  683.             }
  684.         }
  685.         BuyPresetBorder
  686.         {
  687.             "inset" "0 0 0 0"
  688.             Left
  689.             {
  690.                 "1"
  691.                 {
  692.                     "color" "BorderBuyPreset"
  693.                     "offset" "0 1"
  694.                 }
  695.             }
  696.             Right
  697.             {
  698.                 "1"
  699.                 {
  700.                     "color" "BorderBuyPreset"
  701.                     "offset" "0 0"
  702.                 }
  703.             }
  704.             Top
  705.             {
  706.                 "1"
  707.                 {
  708.                     "color" "BorderBuyPreset"
  709.                     "offset" "1 1"
  710.                 }
  711.             }
  712.             Bottom
  713.             {
  714.                 "1"
  715.                 {
  716.                     "color" "BorderBuyPreset"
  717.                     "offset" "0 0"
  718.                 }
  719.             }
  720.         }
  721.         FrameBorder
  722.         {
  723.             "inset" "0 0 1 1"
  724.             Left
  725.             {
  726.                 "1"
  727.                 {
  728.                     "color" "ControlBG"
  729.                     "offset" "0 1"
  730.                 }
  731.             }
  732.             Right
  733.             {
  734.                 "1"
  735.                 {
  736.                     "color" "ControlBG"
  737.                     "offset" "0 0"
  738.                 }
  739.             }
  740.             Top
  741.             {
  742.                 "1"
  743.                 {
  744.                     "color" "ControlBG"
  745.                     "offset" "0 1"
  746.                 }
  747.             }
  748.             Bottom
  749.             {
  750.                 "1"
  751.                 {
  752.                     "color" "ControlBG"
  753.                     "offset" "0 0"
  754.                 }
  755.             }
  756.         }
  757.         TabBorder
  758.         {
  759.             "inset" "0 0 1 1"
  760.             Left
  761.             {
  762.                 "1"
  763.                 {
  764.                     "color" "BorderBright"
  765.                     "offset" "0 1"
  766.                 }
  767.             }
  768.             Right
  769.             {
  770.                 "1"
  771.                 {
  772.                     "color" "BorderDark"
  773.                     "offset" "1 0"
  774.                 }
  775.             }
  776.             Top
  777.             {
  778.                 "1"
  779.                 {
  780.                     "color" "BorderBright"
  781.                     "offset" "0 0"
  782.                 }
  783.             }
  784.             Bottom
  785.             {
  786.                 "1"
  787.                 {
  788.                     "color" "BorderBright"
  789.                     "offset" "0 0"
  790.                 }
  791.             }
  792.         }
  793.         TabActiveBorder
  794.         {
  795.             "inset" "0 0 1 0"
  796.             Left
  797.             {
  798.                 "1"
  799.                 {
  800.                     "color" "BorderBright"
  801.                     "offset" "0 0"
  802.                 }
  803.             }
  804.             Right
  805.             {
  806.                 "1"
  807.                 {
  808.                     "color" "BorderDark"
  809.                     "offset" "1 0"
  810.                 }
  811.             }
  812.             Top
  813.             {
  814.                 "1"
  815.                 {
  816.                     "color" "BorderBright"
  817.                     "offset" "0 0"
  818.                 }
  819.             }
  820.             Bottom
  821.             {
  822.                 "1"
  823.                 {
  824.                     "color" "ControlBG"
  825.                     "offset" "6 2"
  826.                 }
  827.             }
  828.         }
  829.         ToolTipBorder
  830.         {
  831.             "inset" "0 0 1 0"
  832.             Left
  833.             {
  834.                 "1"
  835.                 {
  836.                     "color" "BorderDark"
  837.                     "offset" "0 0"
  838.                 }
  839.             }
  840.             Right
  841.             {
  842.                 "1"
  843.                 {
  844.                     "color" "BorderDark"
  845.                     "offset" "1 0"
  846.                 }
  847.             }
  848.             Top
  849.             {
  850.                 "1"
  851.                 {
  852.                     "color" "BorderDark"
  853.                     "offset" "0 0"
  854.                 }
  855.             }
  856.             Bottom
  857.             {
  858.                 "1"
  859.                 {
  860.                     "color" "BorderDark"
  861.                     "offset" "0 0"
  862.                 }
  863.             }
  864.         }
  865.         // this is the border used for default buttons (the button that gets pressed when you hit enter)
  866.         ButtonKeyFocusBorder
  867.         {
  868.             "inset" "0 0 0 0"
  869.             Left
  870.             {
  871.                 "1"
  872.                 {
  873.                     "color" "BorderBright"
  874.                     "offset" "0 1"
  875.                 }
  876.             }
  877.             Right
  878.             {
  879.                 "1"
  880.                 {
  881.                     "color" "BorderDark"
  882.                     "offset" "0 0"
  883.                 }
  884.             }
  885.             Top
  886.             {
  887.                 "1"
  888.                 {
  889.                     "color" "BorderBright"
  890.                     "offset" "1 1"
  891.                 }
  892.             }
  893.             Bottom
  894.             {
  895.                 "1"
  896.                 {
  897.                     "color" "BorderDark"
  898.                     "offset" "0 0"
  899.                 }
  900.             }
  901.         }
  902.         ButtonDepressedBorder
  903.         {
  904.             "inset" "0 0 0 0"
  905.             Left
  906.             {
  907.                 "1"
  908.                 {
  909.                     "color" "BorderBright"
  910.                     "offset" "0 1"
  911.                 }
  912.             }
  913.             Right
  914.             {
  915.                 "1"
  916.                 {
  917.                     "color" "BorderDark"
  918.                     "offset" "0 0"
  919.                 }
  920.             }
  921.             Top
  922.             {
  923.                 "1"
  924.                 {
  925.                     "color" "BorderBright"
  926.                     "offset" "1 1"
  927.                 }
  928.             }
  929.             Bottom
  930.             {
  931.                 "1"
  932.                 {
  933.                     "color" "BorderDark"
  934.                     "offset" "0 0"
  935.                 }
  936.             }
  937.         }
  938.         ComboBoxBorder
  939.         {
  940.             "inset" "0 0 1 1"
  941.             Left
  942.             {
  943.                 "1"
  944.                 {
  945.                     "color" "BorderDark"
  946.                     "offset" "0 1"
  947.                 }
  948.             }
  949.             Right
  950.             {
  951.                 "1"
  952.                 {
  953.                     "color" "BorderBright"
  954.                     "offset" "1 0"
  955.                 }
  956.             }
  957.             Top
  958.             {
  959.                 "1"
  960.                 {
  961.                     "color" "BorderDark"
  962.                     "offset" "0 0"
  963.                 }
  964.             }
  965.             Bottom
  966.             {
  967.                 "1"
  968.                 {
  969.                     "color" "BorderBright"
  970.                     "offset" "0 0"
  971.                 }
  972.             }
  973.         }
  974.         MenuBorder
  975.         {
  976.             "inset" "1 1 1 1"
  977.             Left
  978.             {
  979.                 "1"
  980.                 {
  981.                     "color" "BorderBright"
  982.                     "offset" "0 1"
  983.                 }
  984.             }
  985.             Right
  986.             {
  987.                 "1"
  988.                 {
  989.                     "color" "BorderDark"
  990.                     "offset" "1 0"
  991.                 }
  992.             }
  993.             Top
  994.             {
  995.                 "1"
  996.                 {
  997.                     "color" "BorderBright"
  998.                     "offset" "0 0"
  999.                 }
  1000.             }
  1001.             Bottom
  1002.             {
  1003.                 "1"
  1004.                 {
  1005.                     "color" "BorderDark"
  1006.                     "offset" "0 0"
  1007.                 }
  1008.             }
  1009.         }
  1010.         BrowserBorder
  1011.         {
  1012.             "inset" "0 0 0 1"
  1013.             Left
  1014.             {
  1015.                 "1"
  1016.                 {
  1017.                     "color" "BorderDark"
  1018.                     "offset" "0 1"
  1019.                 }
  1020.             }
  1021.             Right
  1022.             {
  1023.                 "1"
  1024.                 {
  1025.                     "color" "BorderBright"
  1026.                     "offset" "0 0"
  1027.                 }
  1028.             }
  1029.             Top
  1030.             {
  1031.                 "1"
  1032.                 {
  1033.                     "color" "BorderDark"
  1034.                     "offset" "0 0"
  1035.                 }
  1036.             }
  1037.             Bottom
  1038.             {
  1039.                 "1"
  1040.                 {
  1041.                     "color" "BorderBright"
  1042.                     "offset" "0 0"
  1043.                 }
  1044.             }
  1045.         }
  1046.         BuyPresetButtonBorder
  1047.         {
  1048.             "inset" "0 0 0 0"
  1049.             Left
  1050.             {
  1051.                 "1"
  1052.                 {
  1053.                     "color" "ControlBG"
  1054.                     "offset" "0 1"
  1055.                 }
  1056.             }
  1057.             Right
  1058.             {
  1059.                 "1"
  1060.                 {
  1061.                     "color" "BorderDark"
  1062.                     "offset" "0 0"
  1063.                 }
  1064.             }
  1065.             Top
  1066.             {
  1067.                 "1"
  1068.                 {
  1069.                     "color" "BorderBright"
  1070.                     "offset" "1 1"
  1071.                 }
  1072.             }
  1073.             Bottom
  1074.             {
  1075.                 "1"
  1076.                 {
  1077.                     "color" "ControlBG"
  1078.                     "offset" "0 0"
  1079.                 }
  1080.             }
  1081.         }
  1082.     }
  1083. }


Message édité par connorr le 23-11-2006 à 19:24:19
Répondre à connorr

je te remercie

je vais essayer je vous tien au courant ++

Répondre à Drical
Tom's Guide > Forum > FPS / Action / Quake-Like > PB de police sous CS CZ
Aller à :

Il y a 257 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici.

Attention

Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois.
Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.

Répondre Annuler
Liens