Blockland Forums > Suggestions & Requests
Treadmarks Tire Emitter
Evar678:
Oooh, that's actually a pretty neat idea.
Wink:
Um, I know that there are people out there who could figure out how to do this in a matter of minutes but I am going to try it myself because of impatience and curiosity.
TheKid:
--- Quote from: Wink on January 15, 2013, 06:18:03 PM --- I just had this crazy idea. Is it possible to have a tire emitter that makes tire treadmarks on the ground? Even if it were just solid black lines I would be happy, and perhaps they could disappear from the ground after a few seconds.
--- End quote ---
we need smoke coming from a car if they drift
Wink:
--- Code: ---tireEmitter = VehicleTireEmitter; // All the tires use the same dust emitter
--- End code ---
This is part of the code for the jeep. Is "VehicleTireEmitter" something that I can find in my blockland files and edit?
Greek2me:
Start a server and then put this code in console:
--- Code: ---vehicleTireEmitter.save("base/tire.txt");
--- End code ---
Then go to Blockland/base and open the file called tire. It should contain the emitter for you to copy and edit.