Author Topic: Blockland Bricks Ramps Conversion  (Read 2296 times)

As I have said before I am making a Blockland brick to Roblox converter. I am stuck so far on the ramps.

I have a 25 Degree Ramp 2x, when using bricks to count the length and width it came out to be 2x wide and 3x long. So, 25° Ramp 2x3, what would be X Y and Z, or for Torque, X Z Y?

Also, compared to a regular block, what would the size conversion be of 25 degrees?


just have it tilt a normal block untill it matches the angle.
Roblox does handle ramps better IMHO, but they are not technically ramps.

I just want the Y coordinate for the 25 degree ramp.

I just want the Y coordinate for the 25 degree ramp.
Just look in base/data/bricks/ramps/1x2ramp.blb?

1.5
-0.833
-0.833
1.5

Just look in base/data/bricks/ramps/1x2ramp.blb?

1.5
-0.833
-0.833
1.5
Which one is Y coordinate and I want it for the 2x3 25 degree Ramp. How did you get that anyways, did you read the file with notepad?

What would the degrees translate to in size if it was a block rather than a ramp?
« Last Edit: December 23, 2012, 02:10:46 PM by Altiris »

Which one is Y coordinate and I want it for the 2x3 25 degree Ramp. How did you get that anyways, did you read the file with notepad?

What would the degrees translate to in size if it was a block rather than a ramp?
Those are all the Y coordinates. If that block was a block than the Y coordinates would be this:
1.5
1.5
1.5
1.5
How did you get that anyways, did you read the file with notepad?
I opened the .blb file with text edit, but notepad would work too.
I want it for the 2x3 25 degree Ramp.
Those is the Y coordinates for any 25 degree ramp.
« Last Edit: December 23, 2012, 02:28:52 PM by jes00 »

Those are all the Y coordinates. If that block was a block than the Y coordinates would be this:
1.5
1.5
1.5
1.5I opened the .blb file with text edit, but notepad would work too.Those is the Y coordinates for any 25 degree ramp.
What is the formula used to translate 25 degrees to 1.5? What would be the Y coordinates for 45, 72, and 80 degree ramps if they were blocks?

What is the formula used to translate 25 degrees to 1.5?
What do you mean?

What do you mean?
Like how did you get

1.5
-0.833
-0.833
1.5

to

1.5
1.5
1.5
1.5
« Last Edit: December 23, 2012, 04:37:05 PM by Altiris »