Gamergeek4000 / dwarftherapist

Automatically exported from code.google.com/p/dwarftherapist
Other
0 stars 1 forks source link

Job Names Incorrect (Minor) #276

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
"Make spiked wooden ball" 
shows up as
"Fire Ballista"

I suppose you don't need the log.

Original issue reported on code.google.com by alphagam...@gmail.com on 21 Jul 2010 at 6:18

GoogleCodeExporter commented 8 years ago
Found another one. My dwarf is making steel bars at the smelter. It shows up in 
DT as "Make (reaction?) (213)".

Original comment by robin.m...@gmail.com on 22 Jul 2010 at 5:28

GoogleCodeExporter commented 8 years ago
A couple other job numbers gleaned from the 
http://udpviper.com/forums/viewtopic.php?f=36&t=18050 thread:

"Forge iron chain": DT shows "Forge/Make F (121)"
"Making enormous green glass corkscrew": DT shows "Firing ballista (142)"

Original comment by robin.m...@gmail.com on 22 Jul 2010 at 7:44

GoogleCodeExporter commented 8 years ago
Another one: the job is "Make coke from bituminous coal/R" (i.e., it's 
repeated). DT is showing "Make (reaction?) (213)".

... Wait a minute, that's the same job number as making steel bars. This may 
not be as simple to solve as it initally seemed.

Original comment by robin.m...@gmail.com on 23 Jul 2010 at 1:17

GoogleCodeExporter commented 8 years ago
"Make bronze bars (use ore)" is also showing up in DT as "Make (reaction?) 
(213)". Looks like all use of the smelter is job #213, and the byte(s) that 
differentiate between different smelter-based tasks (i.e., what exactly is 
being made at the smelter) can be found elsewhere in the DF memory.

Original comment by robin.m...@gmail.com on 23 Jul 2010 at 12:30

GoogleCodeExporter commented 8 years ago
I've got a dwarf showing up as "Forge Rope (123)", but the DF description of 
her task is "Make rock Mug R".

Original comment by iam...@gmail.com on 17 Aug 2010 at 6:28

GoogleCodeExporter commented 8 years ago
I've gone through a disassembly (as well as some tests using DT to view the IDs 
of known jobs) and I've come up with the following corrections:

69/name = "Construct Door/Portal" (was "Construct Door")
69/type = BUILD (was a duplicate "68/type")
97/name = "Forge/Make Weapon" (was "Forge ?? Pick")
98/name = "Forge Anvil" (was missing)
98/type = FORGE
100/name = "Construct Ballista Parts" (was "Forge ?? Anvil")
101/name = "Forge/Make Armor" (was "Construct Catapult Parts")
101/type = FORGE
102/name = "Forge/Make Helm" (was "Construct Ballista Parts"
102/type = FORGE
103/name = "Forge/Make Pants" (was "Forge/Make A")
116/name = "Weave Cloth" (was "Weave ?? into ??" - it's used for plant, silk, 
and metal cloth)
117/name = "Forge/Make Gloves" (was "Forge/Make ?? something")
117/type = FORGE
118/name = "Forge/Make Shoes" (was "Weave Thread")
119/type = FORGE
119/name = "Forge/Make Shield" (was "Forge/Make D")
120/name = "Forge/Make Cage" (was "Forge/Make E")
121/name = "Forge/Make Chain/Rope" (was "Forge Chain")
123/name = "Forge/Make Mug/Goblet/Cup" (was "Forge Rope")
124/name = "Forge/Make Instrument" (was "Forge Flask")
125/name = "Forge/Make Toy" (was "Forge Goblet")
126/name = "Forge/Make Animal Trap" (was "Forge Instrument")
127/name = "Forge/Make Barrel" (was "Forge Toy")
128/name = "Forge/Make Bucket" (was "Forge Animal Trap")
129/name = "Make Window" (was "Forge Barrel")
130/name = "Make Totem" (was "Make Totel")
131/name = "Forge/Make Ammunition" (was "Forge Bolts" - used for bone bolts and 
likely any other modded ammo types as well)
133/name = "Make Backpack" (was "Forge/Make G")
134/name = "Make Quiver" (was "Decorate with Bone")
135/name = "Forge Ballista Arrow Head" (was "Make Backpack")
135/type = FORGE
136/name = "Assemble Siege Ammunition" (was "Make Quiver")
142/name = "Forge/Make Trap Component" (was "Fire Ballista")
142/type = FORGE
154/name = "Tame a Small Animal" (was "Tame Small Animal")
195/name = "Forge/Make Pipe Section" (was "Manage Work Orders")
204/name = "Construct ?? Millstone" (was missing)
204/type = BUILD
205/type = ADMIN (was HAUL, not really appropriate for "Upgrade Squad 
Equipment")

Original comment by quietust@gmail.com on 29 Aug 2010 at 6:33

GoogleCodeExporter commented 8 years ago
DF : "Make Wooden Barrel"
DT : "Forge Toy (127)"

Original comment by denis.ry...@gmail.com on 28 Sep 2010 at 4:51

GoogleCodeExporter commented 8 years ago
denis.rystsov: see my list above
127/name = "Forge/Make Barrel" (was "Forge Toy")

Original comment by quietust@gmail.com on 1 Oct 2010 at 6:23

GoogleCodeExporter commented 8 years ago

Original comment by treyst...@gmail.com on 13 Oct 2010 at 4:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
New tasks:
214/name = "Construct Slab"
214/type = BUILD
215/name = "Engrave Memorial Slab"
215/type = BUILD

Original comment by quietust@gmail.com on 1 Dec 2010 at 4:52

GoogleCodeExporter commented 8 years ago
Make Leather Armor shows up as Build Catapult Parts.  (I was momentarily 
simultaneously raging at and impressed by the innovation of my dwarves -- not 
enough wood for that!!!)

Original comment by Sola...@gmail.com on 24 Feb 2011 at 7:00

GoogleCodeExporter commented 8 years ago
Fixed in latest release (0.6.10.) Quietust, thanks for the values.

Original comment by ehler...@gmail.com on 15 Mar 2011 at 11:46