Author Topic: Random Physics Fun  (Read 2391 times)

These pictures where taken at Randomguy's server today, Doorman and Randomguy were going threw a brick wall with a jeep, enjoy! Here are some pictures:



They're half-way threw the wall.



And they're out.

This is an example, of what you can do, with physics! :D
If you want, you can post pictures of some physic things you have done.

Osht gave me an idea! DOF picture of a jeep flying through a brick wall. (To make it look more epic the car is in the air and slightly tilted.)

Osht gave me an idea! DOF picture of a jeep flying through a brick wall. (To make it look more epic the car is in the air and slightly tilted.)
That sounds awesome. :D

Its fun drving cars though actual builds, only problem is, its a pain in the ass to name every brick in the build.

Its fun drving cars though actual builds, only problem is, its a pain in the ass to name every brick in the build.

Yay, console commands.

Yay, console commands.

You can use console commands to make it easier?


You can use console commands to make it easier?

On my server, I tend to use this to just mass fakeKill my bricks for physics testing:

Code: [Select]
for(%i=0;%i<BrickGroup_2035.getCount();%i++) { BrickGroup_2035.getObject(%i).fakeKillBrick("0 0 0",60); }
Replace the "2035" in both parts with your ID to make it work on your server. Also, the "60" near the end is the seconds it's killed for.

Or, if you're doing it client-sided, I'd recommend you use Space Guy's Auto Wrench. It'll help you name all those bricks a lot faster than doing it without it.

I just duplicate a named brick into the wall, console sounds easier though.

thought there was tool that helped name bricks?

thought there was tool that helped name bricks?
There is, the name gun I think, but it failed. D:

this is an event that we need from the zone events
Code: [Select]
onBrickInZone>Fakekill[time]

this is an event that we need from the zone events
Code: [Select]
onBrickInZone>Fakekill[time]
QFT this would be awesome :D

if you
Its fun drving cars though actual builds, only problem is, its a pain in the ass to name every brick in the build.
bored just bname evry brick summin like . or s or t or 1 or summin like dat
if your even more lazy download name gun

If you're bored just name every brick something like . or s or t or 1 or something like that.
If your even more lazy download the name gun.
Fixed, and you can just duplicate it.