Thread: skinnen steam

  1. #1
    deathsythe's Avatar
    Registered
    26/11/03
    Location
    Rstad
    Posts
    9,839
    iTrader
    16 (100%)
    Mentioned
    1 Post(s)
    Reputation
    7/80

    skinnen steam

    kan iemand mij helpen , door o.a. wat tutorials sites te geve hoe je steam moet skinnen ... ik zou graag mijn clan enzo daar opzette... iemand goede raad ?
    Gear: Denon X1100 | 2 x Sync Xtrm 1 | 2 x Reloop RMP1 | NI F1 | NI X1 | NI S2 |NI Maschine MKII | NI Audio 8 DJ | Sennheiser HD25
    no votes  

  2. #2
    RpR's Avatar
    Registered
    26/03/03
    Location
    Dendermonde
    Posts
    5,472
    iTrader
    28 (100%)
    Mentioned
    0 Post(s)
    Reputation
    0/8
    no votes  

  3. #3
    deathsythe's Avatar
    Registered
    26/11/03
    Location
    Rstad
    Posts
    9,839
    iTrader
    16 (100%)
    Mentioned
    1 Post(s)
    Reputation
    7/80
    al gedaan jong ma ik vind er eentje in duits www.counterstrike.de mja daar ben ik vet mee ...
    Gear: Denon X1100 | 2 x Sync Xtrm 1 | 2 x Reloop RMP1 | NI F1 | NI X1 | NI S2 |NI Maschine MKII | NI Audio 8 DJ | Sennheiser HD25
    no votes  

  4. #4
    Fix0r's Avatar
    Registered
    13/03/04
    Location
    Merksem
    Posts
    611
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/0
    blijve zoeke!, mss is op steamsite zelf zien, of anders zoeke op een andere zoekmachiene
    Boston Beatdown!
    no votes  

  5. #5
    stoffer's Avatar
    Registered
    22/09/02
    Location
    Singapore
    Posts
    1,830
    iTrader
    13 (100%)
    Mentioned
    0 Post(s)
    Reputation
    0/5
    Dit heb ik gevonden:

    Steam checks after files in the <skin name> (for example "grey") folder, if the file can't be found it will use the default one.

    In your <steam skin> folder you have these folders:

    servers\
    .tga images for the game browser.

    resource\
    Here you have the TrackerScheme.res where you change font, color, borders, etc..
    Default images for steam.

    steam\
    Here you have the steam logos, and images.

    steam\cached\
    Here you have the files that steam use to "show" their form's
    ps: like SteamRootDialog.res is the file where the "main steam window" is stored..
    If you want to edit the apperance of steam, start here ;-)

    steam\games\
    Here you have the icon's for your games

    Actually the folder Steam\steam\ Steam\resource\ and Steam\servers\
    can be copy'd to Steam\skins\<skin name\ so you get:
    Steam\skins\<skin name\steam\
    Steam\skins\<skin name\resource\
    Steam\skins\<skin name\servers\ (ps: this one only have a dll in the default steam.. no images)


    Useful Info:

    Images: images must be 24bit .tga files.
    If you store a file <skin name>\resource\logo.tga you will only need to use "resource\logo" in the file you have added the logo.

    Press Ctrl + Alt + Shift + B to make the Steam editor come up.
    This one is usefull to get the image's and other things in place..
    Currently you have to copy the values from the editor and place them manually in your files cause else you will only get an error.

    DO NOT use the [X] in the steam editor, this will close the editor but the form will still be editable (and not possible to use the buttons)

    .res files (in steam\cached\)

    Steam "write" the form as it is written, this means that if you add a image in the end of the file, it will be on the "top" if it's overlapping any other images or things in the res file.
    This can be handled by giving every "thing" in the form a zpos option.
    zpos is default "0" if not used, higher value = in front.

    if one image1 has "zpos" "5" and image2 has "zpos" "10", then image2 will be infront of image1.


    COLOR VALUES:
    The trackerscheme.res file has four numbers in the color value.
    The first 3 are RGB or (Red Green Blue) the last one i do not realy know.
    I'm trying to get info from the steam guys with a "bug" that could be fixed with the last number... so for now, don't care about it

    Here you can see the "bug" with the text on a skin i'm working on.
    Link
    John Cook said this chould be fixable, but I did't get it to work yet..

    That was all I had to write for now, I will update this and add more later.
    Hope this was a good help for some people.


    Thanks to Lex Talionis for making a skin where i could learn something new

    I have found out how to add pictures as a background, to do so you need to make a new folder in your skin folder, like this:
    C:\Steam\skins\myskin\steam\ca ched
    And the cached folder is the folder you will have to make in order for this to work, next step, go to C:\Steam\steam\cached
    And copy the file called 'SteamRootDialog.res' into the cached folder in your myskin\steam\cached so it will look like this:
    C:\Steam\Skins\myskin\steam\ca ched\SteamRootDialog.res
    Then in the beginning of the file it will look like this:

    "Steam/Cached/SteamRootDialog.res"
    {
    "SteamRootDialog"
    {
    "ControlName" "Frame"
    "fieldName" "SteamRootDialog"
    "xpos" "452"
    "ypos" "348"
    "wide" "376"
    "tall" "300"
    "autoResize" "0"
    "pinCorner" "0"
    "visible" "1"
    "enabled" "1"
    "tabPosition" "0"
    "settitlebarvisible" "1"
    }
    "Button1"
    {
    "ControlName" "Button"
    "fieldName" "Button1"
    "xpos" "28"
    "ypos" "38"
    "wide" "80"
    "tall" "24"
    "autoResize" "0"
    "pinCorner" "0"
    "visible" "1"
    "enabled" "1"
    "tabPosition" "2"
    "labelText" "#SteamRootGames"
    "textAlignment" "west"
    "dulltext" "0"
    "brighttext" "0"
    "Command" "Open:Games"
    "Default" "0"
    }

    In this file between these two commands you will need to add this:

    "FrontImage"
    {
    "ControlName" "ImagePanel"
    "fieldName" "FrontImage"
    "xpos" "1"
    "ypos" "32"
    "wide" "374"
    "tall" "268"
    "autoResize" "0"
    "pinCorner" "0"
    "visible" "1"
    "enabled" "0"
    "tabPosition" "0"
    "image" "resource/title_image"
    "scaleImage" "1"
    }

    "Divider2"
    {
    "ControlName" "Divider"
    "fieldName" "Divider2"
    "xpos" "1"
    "ypos" "32"
    "wide" "374"
    "tall" "2"
    "autoResize" "0"
    "pinCorner" "0"
    "visible" "1"
    "enabled" "1"
    "tabPosition" "0"
    }

    So the beginning will look something like this:

    "Steam/Cached/SteamRootDialog.res"
    {
    "SteamRootDialog"
    {
    "ControlName" "Frame"
    "fieldName" "SteamRootDialog"
    "xpos" "452"
    "ypos" "348"
    "wide" "376"
    "tall" "300"
    "autoResize" "0"
    "pinCorner" "0"
    "visible" "1"
    "enabled" "1"
    "tabPosition" "0"
    "settitlebarvisible" "1"
    }


    "FrontImage"
    {
    "ControlName" "ImagePanel"
    "fieldName" "FrontImage"
    "xpos" "1"
    "ypos" "32"
    "wide" "374"
    "tall" "268"
    "autoResize" "0"
    "pinCorner" "0"
    "visible" "1"
    "enabled" "0"
    "tabPosition" "0"
    "image" "resource/title_image"
    "scaleImage" "1"
    }

    "Divider2"
    {
    "ControlName" "Divider"
    "fieldName" "Divider2"
    "xpos" "1"
    "ypos" "32"
    "wide" "374"
    "tall" "2"
    "autoResize" "0"
    "pinCorner" "0"
    "visible" "1"
    "enabled" "1"
    "tabPosition" "0"
    }

    The text that you should add is marked in yellow, now for the final part:
    The file you want to use as a background for the main window will need to be placed under the resource folder in your skin folder, and it will also need to be a 24-bit *.tga file, the easiest way is to name the file 'title_image' and copy these rows of text into your SteamRootDialog.res

    And a side note, the files called *.res can be opened with notepad and the *.tga can be opened/edited/saved with a normal picture editor like PhotoShop.
    ---
    no votes  

  6. #6
    Squeaky's Avatar
    Registered
    25/08/03
    Location
    Tongeren
    Posts
    192
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/0
    www.csbanana.com hier vind ge steam skins
    no votes  

  7. #7
    NooKie's Avatar
    Registered
    08/09/02
    Location
    Mere
    Posts
    403
    iTrader
    7 (100%)
    Mentioned
    0 Post(s)
    Reputation
    0/0
    der is daar handig toolke voor...bennek toch wel vergeten hoe da noemt

    edit: Ilovesteam zoeken @ google HF!
    Last edited by NooKie; 24-08-2004 at 14:12.
    no votes  

  8. #8
    ge0x.'s Avatar
    Registered
    20/07/04
    Posts
    658
    iTrader
    1 (100%)
    Mentioned
    0 Post(s)
    Quote Originally Posted by NooKie
    This quote is hidden because you are ignoring this member. Show
    der is daar handig toolke voor...bennek toch wel vergeten hoe da noemt

    edit: Ilovesteam zoeken @ google HF!
    I love Steam is da
    Dit is een singature.
    no votes  

  9. #9
    deathsythe's Avatar
    Registered
    26/11/03
    Location
    Rstad
    Posts
    9,839
    iTrader
    16 (100%)
    Mentioned
    1 Post(s)
    Reputation
    7/80

    thnx

    you thnx all als ge em wilt downen moet ge nor http://www.ar-clan.be.tt gaan
    Gear: Denon X1100 | 2 x Sync Xtrm 1 | 2 x Reloop RMP1 | NI F1 | NI X1 | NI S2 |NI Maschine MKII | NI Audio 8 DJ | Sennheiser HD25
    no votes  

  10. #10
    Najdo's Avatar
    Registered
    28/04/04
    Location
    torhout baby !
    Posts
    1,009
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/5
    vuile reclame maker
    Times you will always remember with the friends you'll never forget
    no votes  

  11. #11
    Legoblokje's Avatar
    Registered
    08/11/03
    Location
    Opglabbeek
    Posts
    340
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/0
    voor gewoon de " out of game" skin van steam te veranderen zou ik i love steam downloaden. Fijn proggramake en heel eenvoudig ook.
    Als je ingame skin wilt veranderen, wel suphafly heeft hier ooit eens ne heel fijne post gezet. Je moest dan de gif die je als background had in 12 stukken snijden en in .tga formaat zetten.
    Dan in een mapke background zetten samen met nog 2 .txt files en dan zou et moeten werken. Jammer genoeg vind ik die 2 txt files nergens meer

    Greetz
    no votes  

  12. #12
    solid-snake's Avatar
    Registered
    08/07/03
    Location
    knokke
    Posts
    74
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/0
    no votes  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Log in

Log in