1. Hey Guest,

    If you are interested in ghosting, go check the newest set of reviews for the Official Featured Ghosts thread. Click here to check it out.
    Dismiss Notice

Update Free Rider Lite – New features!

Discussion in 'Third Party Scripting & Development' started by Calculus, Mar 28, 2020.

?

What do you think of this project?

  1. I love it!

  2. I’ll leave my response below.

Results are only viewable after voting.
  1. VictorWhiskey

    VictorWhiskey Member Official Author

    Yes bro, he betrayed me xD
     
  2. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    To avoid TAS abuse. However, I don't think I'll do it. Too much work. Not enough motivation.
     
  3. VictorWhiskey

    VictorWhiskey Member Official Author

    Oh, thanks, but i don't abuse
     
  4. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Good. Then you shouldn't have a problem with this.
     
    HATEYOU, NiteRider and RadiumRC like this.
  5. Azgr00

    Azgr00 Well-Known Member Team Helicopter Official Author

    :thumbsup:
     
  6. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Also, I've had enough of the default style for FRHD. I'm making a dark mode for the entire site. Whether or not it will be a separate mod is undecided at the moment.
     
    NiteRider and Rayb25 like this.
  7. JustAGDFan

    JustAGDFan Well-Known Member Team Balloon Official Author

    oh yes I saw it on the Chrome Web Store
     
  8. Wayward

    Wayward Well-Known Member Team Balloon Official Author

    Hey Calculus, I haven't read all 13 pages of this thread so idk if it's already been brought up, or if my computer is just really slow. However when the mod is installed, I can't load up any tracks or make a track, I always get stuck in the loading screen. Is there a reason for this?
     
  9. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Either try hard refreshing your page or check the chrome console for errors. I can give you a temporary fix with the second solution.
     
    FIREBEATS likes this.
  10. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    I had planned on adding a tutorial as well as other useful tips for usage, however, I forgot and CSS (styling) is a pain in the ass.
     
    FIREBEATS likes this.
  11. Azgr00

    Azgr00 Well-Known Member Team Helicopter Official Author

    Sad... :(
    But yay finally an new update :D
     
  12. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    If or when I get back to this project, I will be rolling back the past few updates and transferring some of the newer features from there. There are a few bugs and misalignments with the way I did things. It's just overwhelming, to say the least. Too much messy code, too much code overall. The last thing I was working on (glider) will not be a part of Free Rider Lite. Adding new features to the game is not something I want to do. Obviously, people could just post tracks with the glider and it could only be completed with the mod. Unless the glider was actually going to be a part of the game, I'm not writing it.

    Apologies if that didn't make much sense. I haven't had my coffee although I just made a dark roast coffee.
     
    FIREBEATS likes this.
  13. FIREBEATS

    FIREBEATS FRHD Member of 2020 Team Helicopter Official Author

    Can you make a mod that can allow members to change the Well Known Member just for that person only?
     
  14. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Knock yourself out.
    Code:
    let title = "Selfish";
    document.querySelectorAll("div.messageUserInfo > div > h3 > a").forEach(function({ innerText: username, nextElementSibling }) {
        if (username.match(/firebeats/gi)) {
            nextElementSibling.innerText = title;
        }
    });
    
    if (location.pathname.match(/members/gi)) {
        document.querySelector("#content > div > div > div.profilePage > div.mainProfileColumn > div > div > p.userBlurb > span.userTitle").innerText = title;
    }
    
     
    FIREBEATS likes this.
  15. SilentFinger

    SilentFinger I have 3 featured tracks Elite Author Official Author

    Awarded Medals
    Calculus can you make a mod where it finishes all of my unfinished tracks for me in my style
     
    RadiumRC and FIREBEATS like this.
  16. FIREBEATS

    FIREBEATS FRHD Member of 2020 Team Helicopter Official Author

    Ok then
     
  17. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    Sure.
    Code:
    // no.
    
     
    RadiumRC and FIREBEATS like this.
  18. FIREBEATS

    FIREBEATS FRHD Member of 2020 Team Helicopter Official Author

  19. TheMemeBiker

    TheMemeBiker Well-Known Member Official Author

    Awarded Medals
    Calculus Any chance you can add a speed monitor to check how fast the bike is going? This way, I can probably control my brakes and speed better.
     
  20. Calculus

    Calculus Community Developer Staff Member Administrator Ghost Moderator

    Awarded Medals
    You want a speedometer? K
     
    RadiumRC and Totoca12 like this.

Share This Page