Hello,
I have this very, very old fortress of version 0.34.11, started about 0.30 or so. This is a gargantuan fortress with tens of thousands of placed obsidian blocks and dug up stones, runs slow as you'd imagine. Main focus is to build an aboveground ultra big fort "live like humans" style.
As many of you know the save compatibility was ended when an upgrade to 0.34.11 came, and as such my great fortress has been stuck in 0.34 since.
What I am asking about here, is a way to:
1. Export this fortress to a file (I am aware of .csv exporters, or `blueprint` DFhack script). I am concerned mostly, if not only, about already placed blocks. Buildings, furniture etc can be discarded. I do not care about exporting the actual dwarves already inhabiting the fortress - this would prove to be well, less than possible.
2. Import this fortress onto another embark site with newest DF version.
The export is kind of obvious, what the import entails exactly is this:
- the script in question has to take the generated for file and not designate the blocks to be placed, but just straight up generate all designated blocks/floors out of thin air.
- The original embark area is flat, I can easily find a fitting embark, just huge flat area. Any levitating structures will be dealt with manually
- the actual presence of obsidian does not matter, as it can be generated so I can farm it to my heart's desire
The solutions (that I can think of):
- a script that generates fortress from the csv blueprint, without designation, out of thin air
- a script that designates fortress from the CSV blueprint, and then another script that simply finishes all designations.
finally, the why:
- I crave new features of newest dwarf fort versions, new forts Ive made in these never lasted too long as I get back to this one over and over.
- the fortress takes a crapload of ram, I think I have maximum achieved at all times (its a speculation mainly)
- I can create a pocket world, short history, without caverns (current fortress has opened caverns) for FPS maximization
- The possibility of increased lag is there, but nevermind! Them features r nice.
Any options, dear forumites? I've researched and only the designating script is available. Nothing of sorts of "generate whole fortress" or "finish all construction designations immediately". Im a programmer, so I can write something by myself too.