Du bist nicht eingeloggt! Möglicherweise kannst du deswegen nicht alles sehen.
  (Noch kein mods.de-Account? / Passwort vergessen?)
Zur Übersichtsseite
Hallo anonymer User.
Bitte logge dich ein
oder registriere dich!
 Moderiert von: Che Guevara


 Thema: Radiocommands & AMX unsichtbar.
erste ungelesene Seite | letzter Beitrag 
Hamdulilah Wugal

Arctic
etwas für sehr schlecht befinden
Hallo zusammen.
Ich habe mir gestern einen eigenen CZ Skin gemacht.
D.h. mein CZ Startbildschirm und meine Button.
Ich habe also einen resource ordner in den czero_german gepackt die folgenden datein enthält:
GameMenu.res
TrackerScheme.res
Und weitere tga datein.
Mir ist bekannt das ich in der TrackerScheme.res Ingame schriftart und größe verändern kann.
Nun zu meinem anliegen:
Seit dem ich CZ nach meinen vorstekkungen gepimpt habe, ist mein Radiocommand sowie amx menu oder Votes unsichtbar.
Beispiel:
Ich drücke Ingame auf Y dann auf 5 und schon höre ich den befehl "follow me" daher auch meine sicherheit das das menu nur unsichtbar ist und nicht deaktiviert.
Kann mir jemand vllt sagen wie ich dieses problem beheben kann?!
Ich bin schonmal im vorraus um jede antwort dankebar MFG
13.06.2007 12:24:03  Zum letzten Beitrag
[ zitieren ] [ pm ] [ diesen post melden ]
Hamdulilah Wugal

Arctic
Hier die TrackScheme.res

Scheme
{
Colors
{

"BaseText" "255 255 255 255"
"BrightBaseText" "255 255 255 255"
"SelectedText" "255 255 255 255"
"DimBaseText" "255 255 255 255"
"LabelDimText" "255 255 255 255"
"ControlText" "255 255 255 255"
"BrightControlText" "6 210 6 255"
"DisabledText1" "255 255 255 255"
"DisabledText2" "102 102 102 255"
"DimListText" "255 255 255 255"
"ControlBG" "0 0 0 200"
"ControlDarkBG" "0 255 0 50"
"WindowBG" "6 210 6 60"
"SelectionBG" "6 210 6 60"
"SelectionBG2" "100 100 100 150"
"ListBG" "0 0 0 150"
"TitleText" "255 255 255 255"
"TitleDimText" "255 255 255 255"
"TitleBG" "0 0 0 0"
"TitleDimBG" "0 0 0 0"
"SliderTickColor" "6 210 6 255"
"SliderTrackColor" "42 72 42 255"
"BorderBright" "50 50 50 150"
"BorderDark" "50 50 50 150"
"BorderSelection" "6 210 6 0"
}
BaseSettings
{
"FgColor" "ControlText"
"BgColor" "ControlBG"
"LabelBgColor" "0 0 0 0"
"SubPanelBgColor" "ControlBG"
"DisabledFgColor1" "255 255 255 255"
"DisabledFgColor2" "255 255 255 255"
"TitleBarFgColor" "255 255 255 255"
"TitleBarDisabledFgColor" "255 255 255 255"
"TitleBarBgColor" "0 0 0 0"
"TitleBarDisabledBgColor" "0 0 0 0"
"TitleBarIcon" "resource/icon_steam"
"TitleBarDisabledIcon" "resource/icon_steam_disabled"
"TitleButtonFgColor" "255 255 255 255"
"TitleButtonBgColor" "0 0 0 255"
"TitleButtonDisabledFgColor" "255 255 255 255"
"TitleButtonDisabledBgColor" "0 0 0 255"
"TextCursorColor" "BaseText"
"URLTextColor" "255 255 255 255"

Menu
{
"FgColor" "DimBaseText"
"BgColor" "ControlBG"
"ArmedFgColor" "BrightBaseText"
"ArmedBgColor" "SelectionBG"
"DividerColor" "BorderDark"

"TextInset" "6"
}

MenuButton
{
"ButtonArrowColor" "DimBaseText" // color of arrows
"ButtonBgColor" "WindowBG" // bg color of button. same as background color of text edit panes
"ArmedArrowColor" "BrightBaseText" // color of arrow when mouse is over button
"ArmedBgColor" "DimBaseText" // bg color of button when mouse is over button
}

Slider
{
"SliderFgColor" "ControlBG" // handle with which the slider is grabbed
"SliderBgColor" "ControlDarkBG" // area behind handle
}

ScrollBarSlider
{
"BgColor" "ControlBG" // this isn't really used
"ScrollBarSliderFgColor" "ControlBG" // handle with which the slider is grabbed
"ScrollBarSliderBgColor" "ControlDarkBG" // area behind handle
"ButtonFgColor" "DimBaseText" // color of arrows
}


// text edit windows
"WindowFgColor" "BaseText" // off-white
"WindowBgColor" "WindowBG" // redundant. can we get rid of WindowBgColor and just use WindowBG?
"WindowDisabledFgColor" "DimBaseText"
"WindowDisabledBgColor" "ListBG" // background of chat conversation
"SelectionFgColor" "SelectedText" // fg color of selected text
"SelectionBgColor" "SelectionBG"
"ListSelectionFgColor" "SelectedText"
"ListBgColor" "ListBG" // background of server browser control etc
"BuddyListBgColor" "ListBG" // background of buddy list pane

// App-specific stuff
"ChatBgColor" "WindowBG"

// status selection
"StatusSelectFgColor" "BrightBaseText"
"StatusSelectFgColor2" "BrightControlText" // this is the color of the friends status

// checkboxes
"CheckButtonBorder1" "6 210 6 255" // the left checkbutton border
"CheckButtonBorder2" "6 210 6 255" // the right checkbutton border
"CheckButtonCheck" "BrightControlText" // color of the check itself
"CheckBgColor" "ListBG"

// buttons (default fg/bg colors are used if these are not set)
// "ButtonArmedFgColor"
// "ButtonArmedBgColor"
// "ButtonDepressedFgColor" "BrightControlText"
// "ButtonDepressedBgColor"

// buddy buttons
BuddyButton
{
"FgColor1" "ControlText"
"FgColor2" "DimListText"
"ArmedFgColor1" "BrightBaseText"
"ArmedFgColor2" "BrightBaseText"
"ArmedBgColor" "SelectionBG"
}

Chat
{
"TextColor" "BrightControlText"
"SelfTextColor" "BaseText"
"SeperatorTextColor" "DimBaseText"
}

InGameDesktop
{
"MenuColor" "255 255 255 255"
"ArmedMenuColor" "6 210 6 255"
"DepressedMenuColor" "6 210 6 255"
"WidescreenBarColor" "0 0 0 0"
"MenuItemVisibilityRate" "0.01" // time it takes for one menu item to appear
"MenuItemHeight" "28"
"GameMenuInset" "32"
}

"SectionTextColor" "BrightControlText" // text color for IN-GAME ONLINE OFFLINE sections of buddy list
"SectionDividerColor" "BorderDark" // color of line that runs under section name in buddy list
}

//
//////////////////////// FONTS /////////////////////////////
//
// describes all the fonts
Fonts
{
// fonts are used in order that they are listed
// fonts listed later in the order will only be used if they fulfill a range not already filled
// if a font fails to load then the subsequent fonts will replace
"Default"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "0"
}
}
"DefaultUnderline"
{
"1"
{
"name" "Tahoma"
"tall" "16"
"weight" "0"
"underline" "1"
}
}
"DefaultSmall"
{
"1"
{
"name" "Tahoma"
"tall" "13"
"weight" "0"
}
}
"DefaultVerySmall"
{
"1"
{
"name" "Tahoma"
"tall" "12"
"weight" "0"
}
}
"MenuLarge"
{
"1"
{
"name" "LcdD"
"tall" "12"
"weight" "1000"
"antialias" "1"
}
"2"
{
"name" "LcdD"
"tall" "12"
"weight" "800"
"antialias" "1"
}
}

// this is the symbol font
"Marlett"
{
"1"
{
"name" "LcdD"
"tall" "12"
"weight" "0"
"symbol" "1"
}
}

"EngineFont"
{
"1"
{
"name" "verdana"
"tall" "14"
"weight" "400"
"yres" "480 599"
"dropshadow" "1"
}
"2"
{
"name" "verdana"
"tall" "15"
"weight" "400"
"yres" "600 767"
"dropshadow" "1"
}
"3"
{
"name" "verdana"
"tall" "16"
"weight" "400"
"yres" "768 1023"
"dropshadow" "1"
}
"4"
{
"name" "verdana"
"tall" "22"
"weight" "400"
"yres" "1024 1199"
"dropshadow" "1"
}
"5"
{
"name" "verdana"
"tall" "24"
"weight" "400"
"yres" "1200 6000"
"dropshadow" "1"
}
"6"
{
"name" "verdana"
"tall" "12"
"weight" "400"
"dropshadow" "1"
}
"7"
{
"name" "verdana"
"tall" "13"
"weight" "600"
"dropshadow" "1"
}

"CreditsFont"
{
"1"
{
"name" "verdana"
"tall" "18"
"weight" "600"
"antialias" "1"
}
"2"
{
"name" "Arial"
"tall" "18"
"weight" "600"
"dropshadow" "1"
}
}

"Legacy_CreditsFont" // Added to accomodate 3rd party server plugins, etc. This version should not scale.
{
"1"
{
"name" "Trebuchet MS"
"tall" "20"
"weight" "700"
"antialias" "1"
"yres" "1 10000"
}
"2"
{
"name" "Arial"
"tall" "20"
"weight" "600"
"dropshadow" "1"
}
}
}

//
//////////////////// BORDERS //////////////////////////////
//
// describes all the border types
Borders
{
// references to other borders
BaseBorder "InsetBorder"
ComboBoxBorder "InsetBorder"
BrowserBorder "InsetBorder"
ButtonBorder "RaisedBorder"
FrameBorder "RaisedBorder"
TabBorder "RaisedBorder"
MenuBorder "RaisedBorder"

// standard borders
InsetBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

RaisedBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

// special border types
TitleButtonBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"4"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

TitleButtonDisabledBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BgColor"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BgColor"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}
}

TitleButtonDepressedBorder
{
"inset" "1 1 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

ScrollBarButtonBorder
{
"inset" "1 0 0 0"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

ScrollBarButtonDepressedBorder
{
"inset" "2 2 0 0"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}

TabActiveBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "ControlBG"
"offset" "6 2"
}
}
}


ToolTipBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "BorderDark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}
}

// this is the border used for default buttons (the button that gets pressed when you hit enter)
ButtonKeyFocusBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderBright"
"offset" "0 1"
}
}
Top
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderBright"
"offset" "1 0"
}
}
Right
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderDark"
"offset" "1 0"
}
}
Bottom
{
"1"
{
"color" "BorderSelection"
"offset" "0 0"
}
"2"
{
"color" "BorderDark"
"offset" "1 1"
}
}
}

ButtonDepressedBorder
{
"inset" "2 1 1 1"
Left
{
"1"
{
"color" "BorderDark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BorderBright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "BorderDark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BorderBright"
"offset" "0 0"
}
}
}
}
}
13.06.2007 12:47:11  Zum letzten Beitrag
[ zitieren ] [ pm ] [ diesen post melden ]
 Thema: Radiocommands & AMX unsichtbar.


mods.de - Forum » Modelling & Skinning » 

Hop to:  

| tech | impressum