Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/31/2018 in all areas

  1. Ben24x7

    RRU's 10th Anniversary

    From the album: Random/Misc stuff

    A little poster I created to celebrate RRU's decade-long existence. With a little call-back to the original RRU logo to top it off. If anyone wants/needs the full uncompressed 2897x5290 version, drop me a PM and I'll see what I can do.
    4 points
  2. Noob Slayer

    Tutorial: Make Player Car Use AI Physics (post-race)

    First, to clarify: during a race, you will not be able to use AI physics, however after a race ends, this is a different story. In this tutorial, we will be changing the length of time the race continues after the third lap. Upon completing a lap after the race is over, the player car will start driving using AI physics! Note: This tutorial does require editing your .exe file using a hex editor (HxD is your best bet), so you should make a backup of your .exe file in case you make a mistake. Also, you'll need to enable write permissions for your .exe file. Just right click your .exe (in the LEGO Racers folder, not the desktop shortcut) and click "properties" and go to the security tab. Open your .exe file in your hex editor. You'll want to go to the offset 0x34EBD (for the 1999 version) or 0x1B4FD (for the 2001 version). This entry is the amount of time until the screen starts fading to black. You'll probably see the value "23 28" here. Take any amount of time in milliseconds (for example, I changed mine to 180,000 milliseconds - 3 minutes) and convert that value to hexadecimal. Your stock Windows calculator should be able to do this. Once you've got your hex value (for mine, it's 2BF20), you'll want to go to this website: https://www.scadacore.com/tools/programming-calculators/online-hex-converter/ and convert the data to float - little endian (DCBA) format. In my case, it's 00 20 BF 02. This is the value you'll want to place into your .exe file. From 00 23 28 00, we get 00 20 BF 02. The second entry you'll want to find is at offset 0x34F31 (1999) or 0x1B572 (2001). This is when your race ends and you go back to the menu screen or onto the next race in the circuit. The value you replace this with should be 1 second more than the value you placed earlier. For example, since my race length was changed to 180 seconds, this value should be changed to 181 seconds (181,000 milliseconds). Again, convert this to hex and go to the same website to find your DCBA hex value. For me, it was 00 08 C3 02. This is the value you'll be placing into your .exe. After replacing the data at both offsets, you're ready to save the changes to your .exe file. Special thanks to grappiegovert for helping me out with this!
    2 points
  3. PapaBrickolini

    Ogel Island - Multiplayer RP/Sandbox/Minigame Game

    New larger frame and some new bricks. Along with a "Very WIP garage" Car here is built 100% ingame. Bricks are added to the frame brick.
    2 points
  4. Ben24x7

    expressive_rockraiders1

    From the album: Random/Misc stuff

    So I figured out how to edit LRR textures...
    1 point
  5. Ben24x7

    Ctrl + V

    1 point
  6. DarkD3filer

    The File Names of the Player Chassis

    DISCLAIMER: bvbcha0 and gm_chas0 are in fact spelled correctly though they seem like typos. dachas0 dbchas0 dcchas0 ddchas0 crchas0 kkchas0 bbchas0 jtchas0 bvbcha0 gm_chas0 rrchas0 vvchas0 Hope this will aid anyone in their mod ventures.
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.