Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: "Scaffolding" and "supports"?  (Read 2227 times)

Borgin

  • Bay Watcher
    • View Profile
"Scaffolding" and "supports"?
« on: November 20, 2008, 02:32:52 am »

I've heard the two terms used a lot when doing larger construction projects, but I can't for the life of me figure out how to actually construct them. Supports are easy enough I guess, but usually when I deconstruct them, something collapses. Scaffolding, on the other hand, is totally beyond me.

Basically, I'm trying to create a 4x4 "tower" to toss goblins down (into the middle, which goes all the way to the lowest z-level), but I'm not entirely sure how to create the scaffolding around the outside to accomplish this.

Help?
Logged

forsaken1111

  • Bay Watcher
    • View Profile
    • TTB Twitch
Re: "Scaffolding" and "supports"?
« Reply #1 on: November 20, 2008, 02:49:41 am »

I've heard the two terms used a lot when doing larger construction projects, but I can't for the life of me figure out how to actually construct them. Supports are easy enough I guess, but usually when I deconstruct them, something collapses. Scaffolding, on the other hand, is totally beyond me.

Basically, I'm trying to create a 4x4 "tower" to toss goblins down (into the middle, which goes all the way to the lowest z-level), but I'm not entirely sure how to create the scaffolding around the outside to accomplish this.

Help?

Generally 'scaffolding' is used to refer to building a bunch of up/down stairs along the outside or inside to let your dwarves get at each level to build.
Logged

Grumman

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #2 on: November 20, 2008, 02:55:14 am »

Is the cross-section of the tower something like this?
Code: [Select]
OOOOOO
O....O
O.  .O
O.  .O
OX...O
OOOOOO

If so, you should be able to build it without scaffolding, except for a single ramp from the top floor so you can build the roof.
Logged

sneakey pete

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #3 on: November 20, 2008, 03:33:59 am »

This is scaffolding, before

Code: [Select]
XXXXX
X   X
X   X
X   X
XXXXX

During
Code: [Select]
XXXXX
X+++X
X+ +X
X+++X
XXXXX

and after

Code: [Select]

XXXXX
XWWWX
XW WX
XWWWX
XXXXX

of a 3*3 tower. remove the stairs from the top down afterwards.

Its worth noting that DF is odd in that, for example, a single stairway constructed up can support anything in any direction for any distance.
« Last Edit: November 20, 2008, 03:37:20 am by sneakey pete »
Logged
Magma is overrated.

Borgin

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #4 on: November 20, 2008, 03:42:52 am »

It's a two-tile-wide square tower with nothing on the inside, I want to keep it a straight drop.

So for scaffolding, I just create ramps... on top of each other? Or...? I'm a bit confused, I guess.
Logged

sneakey pete

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #5 on: November 20, 2008, 04:11:18 am »

stairs. An up stair at the bottom, an up/down stair in between, and a down stair at the top to cap it all off.
Logged
Magma is overrated.

AlienChickenPie

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #6 on: November 20, 2008, 05:22:59 am »

Is the cross-section of the tower something like this?
Code: [Select]
OOOOOO
O....O
O.  .O
O.  .O
OX...O
OOOOOO

If so, you should be able to build it without scaffolding, except for a single ramp from the top floor so you can build the roof.
The problem with this method is that you have to micro-manage all construction to make sure all the wall pieces are in place. If you can spare the extra rock (and you almost always can), it's better to designate the building and the scaffolding all at once and dismantle the scaffolding floor by floor when you're done.
Logged

Keldor

  • Bay Watcher
  • Blood for the blood god!
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #7 on: November 20, 2008, 05:43:48 am »

Also, when it comes to scaffolding, bridges are your friend.  A single bridge can service up to ten tiles worth of wall, and they can be dismantled all at once, rather than tile by tile.
Logged
If ignorance is bliss, why are my dwarves all tantruming?

Magua

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #8 on: November 20, 2008, 02:12:14 pm »

Yes, bridges are your scaffolding friends.  If I'm building a tower without floors, it generally goes like this:
Code: [Select]

Stairs first:
X          X
           
           
           
           
X          X

Then bridges:
X==========X
|          |
|          |
|          |
|          |
X==========X

Then walls:
X==========X
|OOOOOOOOOO|
|O        O|
|O        O|
|OOOOOOOOOO|
X==========X

The other advantage of bridges is that you'll never stranded dwarves when deconstructing the scaffolding.  Hell, since the walls aren't providing support to the stairs, you could rig up a support, remove all the bottom stairs, and collapse the scaffolding all in one go.
Logged
Also, you can manufacture vomit at a smelter.  Subsequently removing the smelter spews vomit over a surprising area.

Pilsu

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #9 on: November 20, 2008, 04:19:23 pm »

To take down the scaffolds, simply build a row of tiles above them and collapse it. They take down everything on their way down. Sometimes more than you'd want them to but eh, I'm lazy
Logged

Borgin

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #10 on: November 20, 2008, 10:24:32 pm »

Thanks for your help, guys. I didn't know stairs could stack with nothing... "supporting" them, I suppose.

Who knows. I guess I'm just a bit thick in the head.

Thanks. Time to make pretty waterfalls! :)
Logged

forsaken1111

  • Bay Watcher
    • View Profile
    • TTB Twitch
Re: "Scaffolding" and "supports"?
« Reply #11 on: November 21, 2008, 12:53:26 am »

Thanks for your help, guys. I didn't know stairs could stack with nothing... "supporting" them, I suppose.

Who knows. I guess I'm just a bit thick in the head.

Thanks. Time to make pretty waterfalls! :)

Stairs themselves offer support, and allow you to build off of them.
Logged

Doppel

  • Bay Watcher
    • View Profile
Re: "Scaffolding" and "supports"?
« Reply #12 on: November 21, 2008, 11:20:26 am »

Also, when it comes to scaffolding, bridges are your friend.  A single bridge can service up to ten tiles worth of wall, and they can be dismantled all at once, rather than tile by tile.

Plus, nothing will fall down as it does with removing floors. (and you need less materials, although you do need an architect)
Logged
Doppel has been ecstatic lately. He took joy in playing DF lately. He slept on a rough cave keyboard recently.
He is a member of the Dwarf Fortress Forums.
Doppel likes the color Dark Blue, cats for their aloofness and girls for their silky soft brea beards.
He appreciates art and natural beauty.

Brdn666

  • Bay Watcher
  • Hammerlord
    • View Profile
    • Myspace Profile
Re: "Scaffolding" and "supports"?
« Reply #13 on: November 22, 2008, 11:09:15 pm »

It funny to see how many different ways people make scaffolding. Some people use stairs and some use ramps and some use bridges. Whatever works for you is the best system.
Logged
The only thing that's not afraid of a dragon is a marksdwarf.
Or maybe a mechanic, if given enough time to prepare.