Difference between revisions of "Building stud"

From RRU Knowledge Base
Line 8: Line 8:


Any excess Ore deposited into the Ore Refinery (such as by Small Transport Trucks) will warp into the Tool Store, where it will be inaccessible until all stored Building Studs are used up. Once this point is reached, Ore will be ejected from the Tool Store; however, instead of taking it to the construction site, Rock Raiders will take it to the Ore Refinery and make Building Studs, then take those to the construction site. Stored Ore can still be used for upgrading buildings and vehicles.
Any excess Ore deposited into the Ore Refinery (such as by Small Transport Trucks) will warp into the Tool Store, where it will be inaccessible until all stored Building Studs are used up. Once this point is reached, Ore will be ejected from the Tool Store; however, instead of taking it to the construction site, Rock Raiders will take it to the Ore Refinery and make Building Studs, then take those to the construction site. Stored Ore can still be used for upgrading buildings and vehicles.
===Files===
The files for Building Studs are contained in <tt>Data\MiscAnims\Brick</tt>. It does not have an [[.AE file]], instead being just an [[.LWO file]] <tt>2x2brick</tt>, which is linked to in [[Lego.CFG]] on line 1017, under the <code>MiscObjects {</code> section as <tt>ProcessedOre</tt>. <tt>Ore1st.LWO</tt> contains only twelve polygons and uses the texture <tt>Ybobble.bmp</tt> (an image of the top of a single stud) four times in a 2x2 pattern. The two used files total 1,376 bytes.
There are two unused [[.LWS file]]s, called <tt>SingleStud</tt> and <tt>SingleStud_ON</tt>. Their function is unknown. They total 3,514 bytes.
[[File:BRIKICON.png|right]]
There is an unused sprite resembling a Building Stud in the [[LEGO Rock Raiders (PlayStation game)|PlayStation game]], located in <tt>DATA\CNTICON\BRIKICON[[.TIM file|.TIM]]</tt>. Unusually, it is 20x20 instead of a power of two. Its intention is unknown. Its total size is only 264 bytes.


[[Category:Building materials]]
[[Category:Building materials]]

Revision as of 21:31, 26 August 2017

Official render of a Building Stud

Building Studs are an artificial building material found only in the Windows PC version of LEGO Rock Raiders. They are a processed form of LEGO Ore produced by the Ore Refinery. They resemble standard yellow 2x2 LEGO bricks (part 3003, color 24) with four interlocking studs on top.

Building Studs, like Ore, are stored at the Tool Store, and are prioritized on the same level as Ore in the Priorities list. As a Building Stud is worth five pieces of Ore, it takes far less of these to make a building than Ore, so constructing with them is always much quicker and more efficient. The major exception to this is Power Paths, which normally use two pieces of Ore, causing a net loss of three pieces. They can only be picked up by Rock Raiders, so using Building Studs instead of Ore prevents Small Transport Trucks from delivering excess materials to construction sites.

Two Building Studs, one being held by a Rock Raider

Upgrading the Ore Refinery can reduce the amount of Ore needed to refine into a Building Stud down to only two pieces, essentially adding an extra three pieces of Ore for every two the player finds. This greatly increases efficiency in constructing buildings, as the number of Building Studs does not change. However, when buildings are teleported out they leave behind the amount of Ore required to build them, leading to a potential exploit where the player can get 250% the amount of Ore out of a building that they originally put into it - though with the sheer abundance of Ore in the caverns, it hardly seems necessary.

Any excess Ore deposited into the Ore Refinery (such as by Small Transport Trucks) will warp into the Tool Store, where it will be inaccessible until all stored Building Studs are used up. Once this point is reached, Ore will be ejected from the Tool Store; however, instead of taking it to the construction site, Rock Raiders will take it to the Ore Refinery and make Building Studs, then take those to the construction site. Stored Ore can still be used for upgrading buildings and vehicles.