Leaderboard
Popular Content
Showing content with the highest reputation on 11/15/2024 in all areas
-
Which Lego Set are You?
pedroj234 reacted to emily for a topic
1. Go to your profile 2. Your member number is in the url, right before your username 3. Paste the number into the Brickset search bar 4. Presto! That's your Lego set! I'm LEGO City Truck! I guess it makes sense that the lego set I am would be about legos. because I like legos1 point -
rocket racer trainer
pedroj234 reacted to lol username for a topic
There's several ways you can do that: You can use cheat engine ( @Xir would know most about that), or unpack the game data with UNGTC and swap some files around so he's in the place of a player character/playable car or whatever you'd like. I don't recall the best way to make his car playable via modding but it's totally possible.1 point -
Character creator
pedroj234 reacted to Miniman6565 for a topic
Is it at all possible to unlock all the parts in the character creator? I've messed around with it a little but no luck. Has anyone figured out how to do this or is it even possible? Thanks in advance for any help.1 point -
Hardcoded Things In LEGO Racers 2 [Offsets]
pedroj234 reacted to Fluffy Cupcake for a topic
Post-Race Wait Time (How long before you can skip to celebratories) Offset: 12F72C Default: "00 00 A0 40" (5.0 in float) Voicebanks Sparky: 143730 Default: "02" Generic Female: 143938 Default "01" Generic Male: 1439C4 Default "02" Options: 00 = Berg 01 = Generic Female 02 = Generic Male (default) 03 = Martian 04 = Rama 05 = Sanister 06+ = Game Crash Odd Animation Speed Thingy: Anything but "02" freezes some animations... Offset: 293213 Default "02 00 00 00" Choose Car Vehicle X Position Offset: 2B44A Default: 00 00 20 41""1 point -
All bricks/chassis, all the time
pedroj234 reacted to lol username for a topic
Rule #1 of modding: Make backups. Couldn't you just re-extract the GTC? Anyway, I dunno what exactly you want (the edited one, the original?) so here's every txt in the folder. https://www.dropbox.com/sh/m94axm6jxwzh2rw/AACRSmxS_I68RTFmgT91PXV5a1 point -
All bricks/chassis, all the time
pedroj234 reacted to ShyGuy_ for a topic
This is awesome, thank you Waffles and jamesster1 point -
More Ramas
pedroj234 reacted to Shadowblaze for a topic
In CAR CRAZE/TEXTURES/CARS, you can see that there are more rama cars than there actually are in the game. You can use these texures in the game just by renaming them to the corresponding file of a car that is present in the game. For example, if I want to use SURFER.MIP, I rename it to WARRIOR.MIP, SURFER_PIN.MIP to WARRIOR_PIN.MIP and so on. Be aware that some of these textures aren't done very well; CLAW.MIP is a better version of SCRATCH.MIP (it has less errors in it), and BURNER.MIP is a better version of SURFER.MIP. Some other errors I found: GEAR.MIP's chassis texture is a bit messed up. SURFER_PIN.MIP's color doesn't correspond to SURFER.MIP's chassis color. Have fun! And you know, you can also customize the wheels texture for each individual car By the way do you know how to change the player red helmet's color? Again, please do not double post. Use the edit button. - jamesster1 point -
Lego Racers 2 Moding
pedroj234 reacted to Disco for a topic
Hey guys, Well I was digging in the Lego Racers 2 exe file and I found some car names -- Sandy Bay: -- Game Data\Car Builder\Sandy\Bonus Car.ccd Game Data\Car Builder\Sandy\Digger.ccd Game Data\Car Builder\Sandy\Post Van.ccd Game Data\Car Builder\Sandy\Fire Truck.ccd Game Data\Car Builder\Sandy\Dump Truck.ccd Game Data\Car Builder\Sandy\CG4x4.ccd Game Data\Car Builder\Sandy\Beach Buggy.ccd Game Data\Car Builder\Sandy\Police Car.ccd -- Dino Island: -- Game Data\Car Builder\Adventure\TriTruck.ccd Game Data\Car Builder\Adventure\Truck.ccd Game Data\Car Builder\Adventure\Dino Chase Car.ccd Game Data\Car Builder\Adventure\Cat Truck.ccd Game Data\Car Builder\Adventure\Jeep.ccd Game Data\Car Builder\Adventure\Dino Catcher.ccd Game Data\Car Builder\Adventure\Brown Pickup.ccd Game Data\Car Builder\Adventure\Bugatti -- Mars: -- Game Data\Car Builder\Mars\Moon Rover2.ccd Game Data\Car Builder\Mars\Moon Rover.ccd Game Data\Car Builder\Mars\Hover3.ccd Game Data\Car Builder\Mars\Hover2.ccd Game Data\Car Builder\Mars\Hover1.ccd Game Data\Car Builder\Mars\Buggy2.ccd Game Data\Car Builder\Mars\Buggy1.ccd Game Data\Car Builder\Mars\ATV.ccd -- Arctic: -- Game Data\Car Builder\Arctic\Arctic surfer.ccd Game Data\Car Builder\Arctic\Arm Vehicle.ccd Game Data\Car Builder\Arctic\Snow Plough.ccd Game Data\Car Builder\Arctic\Out post Vehicle.ccd Game Data\Car Builder\Arctic\Mid skidoo.ccd Game Data\Car Builder\Arctic\Small skidoo.ccd Game Data\Car Builder\Arctic\Polar Scout.ccd Game Data\Car Builder\Arctic\Snow buggy.ccd -- Xalax: -- Game Data\Car Builder\CarCraze\Warrior.ccd Game Data\Car Builder\CarCraze\Snake.ccd Game Data\Car Builder\CarCraze\Lightor.ccd Game Data\Car Builder\CarCraze\Ghost.ccd Game Data\Car Builder\CarCraze\Freeze.ccd Game Data\Car Builder\CarCraze\Duster.ccd Game Data\Car Builder\CarCraze\Chill.ccd Game Data\Car Builder\CarCraze\Rocket Racer.ccd Game Data\Car Builder\CarCraze\Xalax6.ccd Game Data\Car Builder\CarCraze\Xalax5.ccd Game Data\Car Builder\CarCraze\Xalax4.ccd Game Data\Car Builder\CarCraze\Xalax3.ccd Game Data\Car Builder\CarCraze\Xalax2.ccd Game Data\Car Builder\CarCraze\Xalax1.ccd ------------------------------ And some character names ------------------------------ sparky rigel rocket racer johnny thunder warrior lightor sam sanister slyboots achu pippin alexis sanister ------------------------------ So basically you go get a hex editor and search for "Cat Truck" and then that's where you'll find most of the cars, And search "johnny thunder" to get to where most of the characters are and replace them with any character... ...I'm hoping this will open Lego Racers 2 modding more.1 point -
Lego Racers 2 Moding
pedroj234 reacted to le717 for a topic
If you are going to, say, make Rocket Racer, you will need to swap every RR pointer onto another minifig. Before you do this though, be sure to backup the original filelist.inf so you can restore any changes you make, or if you break something. Also, read the info about the gamedata.gtc and filelist.inf. You should also check out LR2 car modding, and Jamesster's character swap will help you with this too. ;)1 point -
Moving Forward
Big_boy7 reacted to JohnnyBricks for a topic
Any new updates? Will this great forum be saved? If we have to move to new forum software, I reckon data could still be backed up and authours can remake posts.0 points
