Author Topic: Auto Tunnel  (Read 1103 times)

Basically, autoroad with tunnel like bricks that are 8xCubes (Dead ends, T, X and L pieces)

Here's what i suggest you use:
Tunnel Bricks (8xCubes that are hollow)



Auto Road Bricks - Broken (does not rotate bricks)
http://www.mediafire.com/download.php?mpee8f92h1m1z28

Missing IDtoRot Function: (i wrote it my self, it works on autoroad partially)
Code: [Select]
function idtorot(%ad) {if(%ad==0)return "1 0 0 0"; else if(%ad==1) return"0 0 1 90"; else if(%ad==2) return "0 0 1 180"; else if(%ad==3) return "0 0 -1 90"; else return "1 0 0 0";}
I'm just having trouble making the tunnels work with autoroad...

I don't actually need this anymore..
« Last Edit: January 29, 2013, 10:58:15 PM by MARBLE MAN »

Why not build it the usual way?

Why not build it the usual way?
because I am spawning bricks that are adjacent, and I'm not building

So you're basically telling us that you want an addon that adds road bricks with tunnels on them because you can't be arsed to build some?

So you're basically telling us that you want an addon that adds road bricks with tunnels on them because you can't be arsed to build some?
...
Hollow 8x Cubes
I'm not building, I'm spawning
I want a reduced brick count, so spawning 30 bricks for every tick would make ghosting lag everyone on the server

because I am spawning bricks that are adjacent, and I'm not building

He is scripting this and wants bricks that are complete tunnel segments.

He is scripting this and wants bricks that are complete tunnel segments.
this

stuff, these bricks would make a great stand alone pack anyway.
Somebody, do this please.

stuff, these bricks would make a great stand alone pack anyway.
Somebody, do this please.
I'm testing the bricks right now, If no one codes the auto part, i will do it my self, but not now... Movies..


I made these bricks so you other programmers don't have to. They have full collision and everything perfect...
Just... Change autoroad to work with it...
Comes with: X piece, L Piece, I Piece, T Piece, and End Piece
« Last Edit: January 29, 2013, 10:58:32 PM by MARBLE MAN »

Hey, does anyone have Brick_Autoroad by any chance? I kinda lost it...
HERE IT IS, I FOUND IT FINALLY
It doesnt work however, because the IDtoRot() function doesnt exist...

woops triple post...
« Last Edit: January 28, 2013, 05:17:18 PM by MARBLE MAN »