Jump to content

Lego Racers Players Car more Speed


Shooterking
 Share

Recommended Posts

Hello people

 

Does anyone knows how to make the car faster as the ai cars?

What File i have to Edit in the Gamedata directory?

 

Thank you. :)

 

Look at that video, this is what i mean:

 

Link to comment
Share on other sites

Assuming you're using the LR1 Binary File Editor, then it'll be obvious because it says friction next to it.
If it doesn't have it then I think you can add it, but I can't explain that.

Link to comment
Share on other sites

  • 2 months later...
3 hours ago, LegoWorld said:

Hello,

 

Is that also possible to make the rest of the opponent cars's speed faster than ours and add more laps per map?


I'm not sure about the lap question, but as for opponent speed, RobExplorien explained it better than I ever could:

 

So it's feasible, but a lot of effort.

Link to comment
Share on other sites

  • 2 weeks later...
On 8/18/2020 at 2:53 PM, mumboking said:

It appears to be the friction values in the TMB files.

I did some digging, and the TMB files as they exist only control friction over certain types of terrain (grass, sand, snow, etc) and they only appear in each individual track folder. To change the friction over the entire track you'd definitely have to add something. @RobExplorien can you explain what you did to decrease friction over the entire track? It's making me scratch my head ?

Link to comment
Share on other sites

15 hours ago, Noob Slayer said:

I did some digging, and the TMB files as they exist only control friction over certain types of terrain (grass, sand, snow, etc) and they only appear in each individual track folder. To change the friction over the entire track you'd definitely have to add something. @RobExplorien can you explain what you did to decrease friction over the entire track? It's making me scratch my head ?

Add the following:

	k_27    // Material
	"road"
	{
		k_36    // Friction/Deceleration
		(float)-1	// change this value to whatever you want, lower = higher speed
	}

And add 1 to the number in the square brackets on line number 2 (for example if it's 5 then change it to 6).

  • Like 1
Link to comment
Share on other sites

6 hours ago, MSC-04 said:

Add the following:


	k_27    // Material
	"road"
	{
		k_36    // Friction/Deceleration
		(float)-1	// change this value to whatever you want, lower = higher speed
	}

And add 1 to the number in the square brackets on line number 2 (for example if it's 5 then change it to 6).

You are a lifesaver! Thank you very much, this is gonna be awesome

Link to comment
Share on other sites

10 hours ago, LegoWorld said:

@MSC-04 what program can I make this speed modification with?

You need to edit the TMB file using the LR1 Binary File Editor:

 

10 hours ago, LegoWorld said:

How to add more laps per map?

Sorry, I don't know how to do that.

Link to comment
Share on other sites

 Share

×
×
  • 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.