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!

Equip any cosmetic

Discussion in 'Third Party Scripting & Development' started by Calculus, Dec 30, 2019.

  1. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Hello Riders,

    I have recovered a method I previously used to enable my Custom Head Mod. This method was originally discovered by Goodra an old friend of mine. If you truly desire a custom head, I may be making a few in my free time. For now, use what is available (colour switches). The Steps are as follows;

    Steps
    1. Install Tampermonkey on your web browser.
    2. Create a new script on Tampermonkey
    3. Paste in the following script:
    Code:
    // ==UserScript==
    // @name         Leprechaun Hat
    // @version      1
    // @author       Calculus
    // @match        *://www.freeriderhd.com/*
    // @grant        unsafeWindow
    // ==/UserScript==
    
    GameSettings.user.cosmetics.head = {
        classname: "leprechaun_hat",
        script: "https://cdn.freeriderhd.com/free_rider_hd/assets/inventory/head/scripts/v5/leprechaun_hat.js",
    }

    Customized Cosmetics Library - Find similar/limited time cosmetics
     
    Last edited: Jul 28, 2023
    FIREBEATS, Blacktux, AIice and 3 others like this.
  2. Madara

    Madara eesoncanaocee Ghosting Legend Official Author

    Awarded Medals
    Am not really good at that stuff but when we custom a hat do other riders see the custom hat or just me? And is it temporary or just one use?
     
    Blank_Guy, Blacktux, AIice and 2 others like this.
  3. Slayed

    Slayed Well-Known Member Official Author

    Awarded Medals
    It'd most likely be temporary and there isn't a chance in the slightest that anyone else will see it.
     
    Blacktux, AIice and Calculus like this.
  4. Madara

    Madara eesoncanaocee Ghosting Legend Official Author

    Awarded Medals
    oh ok. so it's useless.
     
  5. Slayed

    Slayed Well-Known Member Official Author

    Awarded Medals
    yessir
     
    Blacktux and AIice like this.
  6. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Just you unfortunately. You can use it as long as your refresh your page before playing each track.
     
    Blacktux, AIice and GoodraFRHD like this.

Share This Page