Dismiss Notice
Hey Guest,
If you are interested in ghosting, the Ghosting Awards for January 2025 has just been announced:

Click here to check it out!

Customized Cosmetics Shop

Discussion in 'Anything and everything Free Rider' started by Calculus, Aug 23, 2018.

  1. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    This is a Thread for People who wish to switch up the colors of the existing heads in the game, I made up a Few a would like to share them in this Thread, I think there is a limit for the amount of photos allowed so i will try to get passed that or i will not provide a picture and just tell you the colors and what the head looks like. I hope you all like this! (these cosmetics will only show on your own computer!)

    Classic Hats

    Gray Classic
    upload_2018-8-23_12-45-28.png
    Classic Gray (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            front: "#000000",
            back: "#DCDCDC"
        },
        classname: "forward_cap",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/forward_cap.js",
    }

    Backward Blue
    upload_2018-8-23_12-47-12.png
    Backward Blue (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            front: "#4682b4",
            back: "#DCDCDC"
        },
        classname: "backward_cap",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/backward_cap.js"
    }


    Downhill

    Gray Splash Downhill
    upload_2018-8-23_12-57-28.png
    Gray Splash Downhill (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            helmet: "#4682b4",
            splash: "#DCDCDC"
        },
        classname: "downhill_splash",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/downhill_splash.js"
    }

    Gray Flames
    upload_2018-8-23_13-1-23.png
    Flames Gray (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            flames: "#4682B4",
            helmet: "#DCDCDC",
            visor: "#6D6E71"
        },
        classname: "downhill_flames",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/downhill_flames.js"
    }

    Purple Fire

    Flames Purple (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            flames: "#FF00FF",
            helmet: "#D3D3D3",
            visor: "#6D6E71"
        },
        classname: "downhill_flames",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/downhill_flames.js"
    }


    Hairy
    Double Blue Afro
    upload_2018-8-23_13-2-23.png
    Blurple Afro (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            layer1: "#4682b4",
            layer2: "#DCDCDC",
            layer3: "#00AEEF",
            layer4: "#65307E"
        },
        classname: "afro",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/afro.js"
    }

    'Look ma'
    upload_2018-9-2_6-5-36.png
    'Look ma' (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            layer1: "#FF703B",
            layer2: "#FF4E6C",
            layer3: "#FF2C9C",
            layer4: "#FF0BCD"
        },
        classname: "afro",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/afro.js"
    }

    Double Blue Mohawk
    upload_2018-8-23_13-3-24.png
    Blurple Mohawk (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            hair_1: "#4682b4",
            hair_2: "#DCDCDC",
            hair_3: "#00AEEF",
            hair_4: "#65307E"
        },
        classname: "mohawk",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/mohawk.js"
    }


    Animal

    Unicorn
    upload_2018-8-23_13-4-15.png
    Unicorn (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            body: "#848076",
            eyes: "#FFFFFF",
            hair: "#000000",
            horn: "#DCDCDC",
            nose: "#DCDCDC",
            pupil: "#000000",
            teeth: "white",
            tongue: "#BE1E2D"
        },
        classname: "unicorn",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/unicorn.js"
    }


    SPECIAL HEADS
    (holiday exclusives)
    Leprechaun Hat
    upload_2018-8-24_0-13-14.png
    Lephrechaun Hat (open)
    Code:
    GameSettings.user.cosmetics.head = {
        classname: "leprechaun_hat",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/leprechaun_hat.js",
    }

    Love Struck Beanie
    upload_2018-8-24_0-24-29.png
    Lovestruck Beanie (open)
    Code:
    GameSettings.user.cosmetics.head = {
        classname: "lovestruck_beanie",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/lovestruck_beanie.js",
    }

    Knights Helmet
    upload_2018-8-24_0-50-40.png
    Dark Knight Helmet (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            mohawk: "#BE1E2D",
            helmet: "#404041",
            outline: "#010101",
            shadow: "#404041"
        },
        classname: "gladiator_helmet",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/gladiator_helmet.js"
    }
    Darth Vader Helmet (open)
    Code:
    GameSettings.user.cosmetics.head = {
        options: {
            mask: "#444444"
        },
        classname: "space_helmet",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/space_helmet.js"
    }


    TYPE THE CODE OF YOUR CHOICE INTO THE CONSOLE (Ctrl+Shift+J)
     
    Last edited: Jun 18, 2023
    Cerasium, Wayward, AIice and 11 others like this.
  2. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    if anyone wants the limited Halloween head gear to come to this thread, i will need the official name of the head.
     
    AIice, GoodraFRHD and Nicholas-Opuni like this.
  3. ShadowEagle

    ShadowEagle Well-Known Member Official Author

    I like the black knight
     
    AIice, 45ones, Calculus and 1 other person like this.
  4. Osiris

    Osiris Well-Known Member Official Author

    I love the black knight :thumbsup: Just curious, what language is the code written in?
     
    AIice likes this.
  5. Str1p3s

    Str1p3s Well-Known Member Official Author

    I really like Double Blue Mo-hawk, good work! :thumbsup:
     
    AIice and Calculus like this.
  6. Str1p3s

    Str1p3s Well-Known Member Official Author

    I could never draw a good Head gear
     
    AIice likes this.
  7. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    i didnt draw it, i can make one, but i wont, so much coding
     
    AIice, GoodraFRHD and 45ones like this.
  8. Str1p3s

    Str1p3s Well-Known Member Official Author

    Oh lel thought you drew it, still good though ;)
     
    AIice likes this.
  9. 45ones

    45ones Well-Known Member

    how about scary harry
     
    AIice and Str1p3s like this.
  10. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    no, im asking for the name of that specific head so i can bring it into the shop
     
    AIice and GoodraFRHD like this.
  11. 45ones

    45ones Well-Known Member

    oh
     
    AIice likes this.
  12. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    [​IMG]
     
    AIice and GoodraFRHD like this.
  13. 45ones

    45ones Well-Known Member

    is it loading or am i stupid
     
    AIice likes this.
  14. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    lmao
     
    AIice, GoodraFRHD and 45ones like this.
  15. fil

    fil Active Member Official Author

    aha, i have figured it out
    it's javascript, although technically there isn't much code. what calculus did was (i think) go through the databases to find the scripts for each hat, and within the code you paste into the console he sets the colors of the hat.

    look ma i made a frhd hat (open)

    upload_2018-9-2_8-41-56.png
    GameSettings.user.cosmetics.head = {
    "id": "30",
    "title": "Afro",
    "type": "1",
    "name": "clown_afro",
    "cost": "100",
    "options": {
    "layer1": "#FF703B", // This is where you would define colors for the hat. in the case of afro, layer1 is the outermost strip of hair, layer2 the second outermost, so on and so forth.
    "layer2": "#FF4E6C",
    "layer3": "#FF2C9C",
    "layer4": "#FF0BCD"
    },
    "classname": "afro",
    "equiped": true,
    "spritesheet_id": "4",
    "img": "head_icons_4 head_icons_4-clown_afro",
    "show": true,
    "script": "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/afro.js",
    "limited": false
    };
     
    AIice, Osiris and Calculus like this.
  16. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    yeah, not too hard to find that out, lmao (i put half the code in display)
     
    AIice and GoodraFRHD like this.
  17. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    WOAH, the colours you used are so smooth together, mind if i put that in the shop?
     
    AIice and GoodraFRHD like this.
  18. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Btw not everything i do is simple coding, this can take the average human 1 hour to make
    upload_2018-9-2_5-59-22.png
    That is part of my NEW FRHD v2


    Edit: Scratch that, this is the latest
    upload_2018-9-2_6-3-27.png
     
  19. fil

    fil Active Member Official Author

    nah, no problem. i just used the gradient tool in paint.net and then resized the image to 4x1, took the colors of each pixel.
     
    AIice likes this.
  20. Str1p3s

    Str1p3s Well-Known Member Official Author

    Hi guys I am back, what did I miss?
     
    pawflix and AIice like this.

Share This Page