Difference between revisions of "BPROD.DAT (TFTD)"

From UFOpaedia
Jump to navigation Jump to search
m
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
The BPROD.DAT file holds information on the current progress of what is being manufactured. It is a whopping (compared to other dat files) 2800 bytes. Essentially it holds information for each of your bases and for each item that ''can'' be produced. Each item gets 10 bytes (8 bases * 43 producible items * 10 bytes = 3440), however the format of this file seems a bit sideways (to me atleast). The best 'line width' to come up with is 430, 1 line for each base.  
+
The BPROD.DAT file holds information on the current progress of what is being manufactured. It is a whopping (compared to other dat files) 3440 bytes. Essentially it holds information for each of your bases and for each item that ''can'' be produced. Each item gets 10 bytes (8 bases * 43 producible items * 10 bytes = 3440), however the format of this file seems a bit sideways (to me atleast). The best 'line width' to come up with is 430, 1 line for each base.  
  
 
Inside of those 430 bytes it is divided into to 4 sections:  
 
Inside of those 430 bytes it is divided into to 4 sections:  
Line 19: Line 19:
 
<small>All addresses are in decimal unless prefixed by 0x</small>
 
<small>All addresses are in decimal unless prefixed by 0x</small>
  
  ''' 000 - 0ABh''' : Hours stored for each item (4 bytes each)
+
  ''' 000 - 0A8h''' : Hours stored for each item (4 bytes each)
  '''0ACh - 101h''' : Engineers allocated to each item (2 bytes each)
+
  '''0ACh - 100h''' : Engineers allocated to each item (2 bytes each)
  '''102h - 157h''' : Total to produce for each item (2 bytes each)
+
  '''102h - 156h''' : Total to produce for each item (2 bytes each)
  '''158h - 1ADh''' : Units produced for each item (2 bytes each)
+
  '''158h - 1ACh''' : Units produced for each item (2 bytes each)
  
 
==More Detailed==
 
==More Detailed==
I used a python script to generate a more verbose listing of the addressing in this file, as it is rather tedious.
+
 
 
<table {{StdCenterTable}}>
 
<table {{StdCenterTable}}>
 
<tr {{StdDescTable_Heading}}>
 
<tr {{StdDescTable_Heading}}>
Line 38: Line 38:
 
<td>0 (0x0)</td>
 
<td>0 (0x0)</td>
 
<td>172 (0xAC)</td>
 
<td>172 (0xAC)</td>
<td>226 (0xE2)</td>
+
<td>258 (0x102)</td>
<td>296 (0x128)</td>
+
<td>344 (0x158)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Gauss Cannon </td>
 
<td> Gauss Cannon </td>
 
<td>4 (0x4)</td>
 
<td>4 (0x4)</td>
<td>142 (0x8E)</td>
+
<td>174 (0xAE)</td>
<td>212 (0xD4)</td>
+
<td>260 (0x104)</td>
<td>282 (0x11A)</td>
+
<td>346 (0x15A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Sonic Oscillator </td>
 
<td> Sonic Oscillator </td>
 
<td>8 (0x8)</td>
 
<td>8 (0x8)</td>
<td>144 (0x90)</td>
+
<td>176 (0xB0)</td>
<td>214 (0xD6)</td>
+
<td>262 (0x106)</td>
<td>284 (0x11C)</td>
+
<td>348 (0x15C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> PWT Craft Ammo </td>
 
<td> PWT Craft Ammo </td>
 
<td>12 (0xC)</td>
 
<td>12 (0xC)</td>
<td>146 (0x92)</td>
+
<td>178 (0xB2)</td>
<td>216 (0xD8)</td>
+
<td>264 (0x108)</td>
<td>286 (0x11E)</td>
+
<td>350 (0x15E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Coelacanth/Gauss </td>
 
<td> Coelacanth/Gauss </td>
 
<td>16 (0x10)</td>
 
<td>16 (0x10)</td>
<td>148 (0x94)</td>
+
<td>180 (0xB4)</td>
<td>218 (0xDA)</td>
+
<td>266 (0x10A)</td>
<td>288 (0x120)</td>
+
<td>352 (0x160)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Displacer/Sonic </td>
 
<td> Displacer/Sonic </td>
 
<td>20 (0x14)</td>
 
<td>20 (0x14)</td>
<td>150 (0x96)</td>
+
<td>182 (0xB6)</td>
<td>220 (0xDC)</td>
+
<td>268 (0x10C)</td>
<td>290 (0x122)</td>
+
<td>354 (0x162)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Displacer/PWT </td>
 
<td> Displacer/PWT </td>
 
<td>24 (0x18)</td>
 
<td>24 (0x18)</td>
<td>152 (0x98)</td>
+
<td>184 (0xB8)</td>
<td>222 (0xDE)</td>
+
<td>270 (0x10E)</td>
<td>292 (0x124)</td>
+
<td>356 (0x164)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> PW Torpedo (SWS) </td>
 
<td> PW Torpedo (SWS) </td>
 
<td>28 (0x1C)</td>
 
<td>28 (0x1C)</td>
<td>154 (0x9A)</td>
+
<td>186 (0xBA)</td>
<td>224 (0xE0)</td>
+
<td>272 (0x110)</td>
<td>294 (0x126)</td>
+
<td>358 (0x166)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Gauss Pistol </td>
 
<td> Gauss Pistol </td>
 
<td>32 (0x20)</td>
 
<td>32 (0x20)</td>
<td>156 (0x9C)</td>
+
<td>188 (0xBC)</td>
<td>226 (0xE2)</td>
+
<td>274 (0x112)</td>
<td>296 (0x128)</td>
+
<td>360 (0x168)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Gauss Rifle </td>
 
<td> Gauss Rifle </td>
 
<td>36 (0x24)</td>
 
<td>36 (0x24)</td>
<td>158 (0x9E)</td>
+
<td>190 (0xBE)</td>
<td>228 (0xE4)</td>
+
<td>276 (0x114)</td>
<td>298 (0x12A)</td>
+
<td>362 (0x16A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Heavy Gauss </td>
 
<td> Heavy Gauss </td>
 
<td>40 (0x28)</td>
 
<td>40 (0x28)</td>
<td>160 (0xA0)</td>
+
<td>192 (0xC0)</td>
<td>230 (0xE6)</td>
+
<td>278 (0x116)</td>
<td>300 (0x12C)</td>
+
<td>364 (0x16C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Disturbance Sensor </td>
 
<td> Disturbance Sensor </td>
 
<td>44 (0x2C)</td>
 
<td>44 (0x2C)</td>
<td>162 (0xA2)</td>
+
<td>194 (0xC2)</td>
<td>232 (0xE8)</td>
+
<td>280 (0x118)</td>
<td>302 (0x12E)</td>
+
<td>366 (0x16E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Medi-kit </td>
 
<td> Medi-kit </td>
 
<td>48 (0x30)</td>
 
<td>48 (0x30)</td>
<td>164 (0xA4)</td>
+
<td>196 (0xC4)</td>
<td>234 (0xEA)</td>
+
<td>282 (0x11A)</td>
<td>304 (0x130)</td>
+
<td>368 (0x170)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> M.C. Disruptor </td>
 
<td> M.C. Disruptor </td>
 
<td>52 (0x34)</td>
 
<td>52 (0x34)</td>
<td>166 (0xA6)</td>
+
<td>198 (0xC6)</td>
<td>236 (0xEC)</td>
+
<td>284 (0x11C)</td>
<td>306 (0x132)</td>
+
<td>370 (0x172)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Sonic Cannon </td>
 
<td> Sonic Cannon </td>
 
<td>56 (0x38)</td>
 
<td>56 (0x38)</td>
<td>168 (0xA8)</td>
+
<td>200 (0xC8)</td>
<td>238 (0xEE)</td>
+
<td>286 (0x11E)</td>
<td>308 (0x134)</td>
+
<td>372 (0x174)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Cannon Power Clip </td>
 
<td> Cannon Power Clip </td>
 
<td>60 (0x3C)</td>
 
<td>60 (0x3C)</td>
<td>170 (0xAA)</td>
+
<td>202 (0xCA)</td>
<td>240 (0xF0)</td>
+
<td>288 (0x120)</td>
<td>310 (0x136)</td>
+
<td>374 (0x176)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Sonic Blasta Rifle </td>
 
<td> Sonic Blasta Rifle </td>
 
<td>64 (0x40)</td>
 
<td>64 (0x40)</td>
<td>172 (0xAC)</td>
+
<td>204 (0xCC)</td>
<td>242 (0xF2)</td>
+
<td>290 (0x122)</td>
<td>312 (0x138)</td>
+
<td>376 (0x178)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Blasta Power Clip </td>
 
<td> Blasta Power Clip </td>
 
<td>68 (0x44)</td>
 
<td>68 (0x44)</td>
<td>174 (0xAE)</td>
+
<td>206 (0xCE)</td>
<td>244 (0xF4)</td>
+
<td>292 (0x124)</td>
<td>314 (0x13A)</td>
+
<td>378 (0x17A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Sonic Pistol </td>
 
<td> Sonic Pistol </td>
 
<td>72 (0x48)</td>
 
<td>72 (0x48)</td>
<td>176 (0xB0)</td>
+
<td>208 (0xD0)</td>
<td>246 (0xF6)</td>
+
<td>294 (0x126)</td>
<td>316 (0x13C)</td>
+
<td>380 (0x17C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Pistol Power Clip </td>
 
<td> Pistol Power Clip </td>
 
<td>76 (0x4C)</td>
 
<td>76 (0x4C)</td>
<td>178 (0xB2)</td>
+
<td>210 (0xD2)</td>
<td>248 (0xF8)</td>
+
<td>296 (0x128)</td>
<td>318 (0x13E)</td>
+
<td>382 (0x17E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Disruptor Pulse Launcher </td>
 
<td> Disruptor Pulse Launcher </td>
 
<td>80 (0x50)</td>
 
<td>80 (0x50)</td>
<td>180 (0xB4)</td>
+
<td>212 (0xD4)</td>
<td>250 (0xFA)</td>
+
<td>298 (0x12A)</td>
<td>320 (0x140)</td>
+
<td>384 (0x180)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Disruptor Ammo </td>
 
<td> Disruptor Ammo </td>
 
<td>84 (0x54)</td>
 
<td>84 (0x54)</td>
<td>182 (0xB6)</td>
+
<td>214 (0xD6)</td>
<td>252 (0xFC)</td>
+
<td>300 (0x12C)</td>
<td>322 (0x142)</td>
+
<td>386 (0x182)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Thermal Shok Launcher </td>
 
<td> Thermal Shok Launcher </td>
 
<td>88 (0x58)</td>
 
<td>88 (0x58)</td>
<td>184 (0xB8)</td>
+
<td>216 (0xD8)</td>
<td>254 (0xFE)</td>
+
<td>302 (0x12E)</td>
<td>324 (0x144)</td>
+
<td>388 (0x184)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Thermal Shok Bomb </td>
 
<td> Thermal Shok Bomb </td>
 
<td>92 (0x5C)</td>
 
<td>92 (0x5C)</td>
<td>186 (0xBA)</td>
+
<td>218 (0xDA)</td>
<td>256 (0x100)</td>
+
<td>304 (0x130)</td>
<td>326 (0x146)</td>
+
<td>390 (0x186)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Sonic Pulsar </td>
 
<td> Sonic Pulsar </td>
 
<td>96 (0x60)</td>
 
<td>96 (0x60)</td>
<td>188 (0xBC)</td>
+
<td>220 (0xDC)</td>
<td>258 (0x102)</td>
+
<td>306 (0x132)</td>
<td>328 (0x148)</td>
+
<td>392 (0x188)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> M.C. Reader </td>
 
<td> M.C. Reader </td>
 
<td>100 (0x64)</td>
 
<td>100 (0x64)</td>
<td>190 (0xBE)</td>
+
<td>222 (0xDE)</td>
<td>260 (0x104)</td>
+
<td>308 (0x134)</td>
<td>330 (0x14A)</td>
+
<td>394 (0x18A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Plastic Aqua Armor </td>
 
<td> Plastic Aqua Armor </td>
 
<td>104 (0x68)</td>
 
<td>104 (0x68)</td>
<td>192 (0xC0)</td>
+
<td>224 (0xE0)</td>
<td>262 (0x106)</td>
+
<td>310 (0x136)</td>
<td>332 (0x14C)</td>
+
<td>396 (0x18C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Ion Armor </td>
 
<td> Ion Armor </td>
 
<td>108 (0x6C)</td>
 
<td>108 (0x6C)</td>
<td>194 (0xC2)</td>
+
<td>226 (0xE2)</td>
<td>264 (0x108)</td>
+
<td>312 (0x138)</td>
<td>334 (0x14E)</td>
+
<td>398 (0x18E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Mag. Ion Armor </td>
 
<td> Mag. Ion Armor </td>
 
<td>112 (0x70)</td>
 
<td>112 (0x70)</td>
<td>196 (0xC4)</td>
+
<td>228 (0xE4)</td>
<td>266 (0x10A)</td>
+
<td>314 (0x13A)</td>
<td>336 (0x150)</td>
+
<td>400 (0x190)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Aqua Plastics </td>
 
<td> Aqua Plastics </td>
 
<td>116 (0x74)</td>
 
<td>116 (0x74)</td>
<td>198 (0xC6)</td>
+
<td>230 (0xE6)</td>
<td>268 (0x10C)</td>
+
<td>316 (0x13C)</td>
<td>338 (0x152)</td>
+
<td>402 (0x192)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Ion-Beam Accelerators </td>
 
<td> Ion-Beam Accelerators </td>
 
<td>120 (0x78)</td>
 
<td>120 (0x78)</td>
<td>200 (0xC8)</td>
+
<td>232 (0xE8)</td>
<td>270 (0x10E)</td>
+
<td>318 (0x13E)</td>
<td>340 (0x154)</td>
+
<td>404 (0x194)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Magnetic Navigation </td>
 
<td> Magnetic Navigation </td>
 
<td>124 (0x7C)</td>
 
<td>124 (0x7C)</td>
<td>202 (0xCA)</td>
+
<td>234 (0xEA)</td>
<td>272 (0x110)</td>
+
<td>320 (0x140)</td>
<td>342 (0x156)</td>
+
<td>406 (0x196)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> HAMMERHEAD </td>
 
<td> HAMMERHEAD </td>
 
<td>128 (0x80)</td>
 
<td>128 (0x80)</td>
<td>204 (0xCC)</td>
+
<td>236 (0xEC)</td>
<td>274 (0x112)</td>
+
<td>322 (0x142)</td>
<td>344 (0x158)</td>
+
<td>408 (0x198)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> MANTA </td>
 
<td> MANTA </td>
 
<td>132 (0x84)</td>
 
<td>132 (0x84)</td>
<td>206 (0xCE)</td>
+
<td>238 (0xEE)</td>
<td>276 (0x114)</td>
+
<td>324 (0x144)</td>
<td>346 (0x15A)</td>
+
<td>410 (0x19A)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> LEVIATHAN </td>
 
<td> LEVIATHAN </td>
 
<td>136 (0x88)</td>
 
<td>136 (0x88)</td>
<td>208 (0xD0)</td>
+
<td>240 (0xF0)</td>
<td>278 (0x116)</td>
+
<td>326 (0x146)</td>
<td>348 (0x15C)</td>
+
<td>412 (0x19C)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Gauss Pistol Clip </td>
 
<td> Gauss Pistol Clip </td>
 
<td>140 (0x8C)</td>
 
<td>140 (0x8C)</td>
<td>210 (0xD2)</td>
+
<td>242 (0xF2)</td>
<td>280 (0x118)</td>
+
<td>328 (0x148)</td>
<td>350 (0x15E)</td>
+
<td>414 (0x19E)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Gauss Rifle Clip </td>
 
<td> Gauss Rifle Clip </td>
 
<td>144 (0x90)</td>
 
<td>144 (0x90)</td>
<td>212 (0xD4)</td>
+
<td>244 (0xF4)</td>
<td>282 (0x11A)</td>
+
<td>330 (0x14A)</td>
<td>352 (0x160)</td>
+
<td>416 (0x1A0)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Heavy Gauss Clip </td>
 
<td> Heavy Gauss Clip </td>
 
<td>148 (0x94)</td>
 
<td>148 (0x94)</td>
<td>214 (0xD6)</td>
+
<td>246 (0xF6)</td>
<td>284 (0x11C)</td>
+
<td>332 (0x14C)</td>
<td>354 (0x162)</td>
+
<td>418 (0x1A2)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Vibro Blade </td>
 
<td> Vibro Blade </td>
 
<td>152 (0x98)</td>
 
<td>152 (0x98)</td>
<td>216 (0xD8)</td>
+
<td>248 (0xF8)</td>
<td>286 (0x11E)</td>
+
<td>334 (0x14E)</td>
<td>356 (0x164)</td>
+
<td>420 (0x1A4)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Thermic Lance </td>
 
<td> Thermic Lance </td>
 
<td>156 (0x9C)</td>
 
<td>156 (0x9C)</td>
<td>218 (0xDA)</td>
+
<td>250 (0xFA)</td>
<td>288 (0x120)</td>
+
<td>336 (0x150)</td>
<td>358 (0x166)</td>
+
<td>422 (0x1A6)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Heavy Thermic Lance </td>
 
<td> Heavy Thermic Lance </td>
 
<td>160 (0xA0)</td>
 
<td>160 (0xA0)</td>
<td>220 (0xDC)</td>
+
<td>252 (0xFC)</td>
<td>290 (0x122)</td>
+
<td>338 (0x152)</td>
<td>360 (0x168)</td>
+
<td>424 (0x1A8)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> Guass Cannnon Ammo </td>
 
<td> Guass Cannnon Ammo </td>
 
<td>164 (0xA4)</td>
 
<td>164 (0xA4)</td>
<td>222 (0xDE)</td>
+
<td>254 (0xFE)</td>
<td>292 (0x124)</td>
+
<td>340 (0x154)</td>
<td>362 (0x16A)</td>
+
<td>426 (0x1AA)</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td> {UNUSED} </td>
 
<td> {UNUSED} </td>
 
<td>168 (0xA8)</td>
 
<td>168 (0xA8)</td>
<td>224 (0xE0)</td>
+
<td>256 (0x100)</td>
<td>294 (0x126)</td>
+
<td>342 (0x156)</td>
<td>364 (0x16C)</td>
+
<td>428 (0x1AC)</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
  
 
==See Also==
 
==See Also==
* [[BASE.DAT]] - Information about Bases
+
* [[BASE.DAT_(TFTD)]] - Information about Bases
* [[PRODUCT.DAT]] - Describes what can be built
+
* [[PRODUCT.DAT_(TFTD)]] - Describes what can be built
 
* [[Saved Game Files]]
 
* [[Saved Game Files]]
 
[[Category:Game Files]]
 
[[Category:Game Files]]
 +
[[Category:TFTD]]

Latest revision as of 12:50, 23 July 2013

The BPROD.DAT file holds information on the current progress of what is being manufactured. It is a whopping (compared to other dat files) 3440 bytes. Essentially it holds information for each of your bases and for each item that can be produced. Each item gets 10 bytes (8 bases * 43 producible items * 10 bytes = 3440), however the format of this file seems a bit sideways (to me atleast). The best 'line width' to come up with is 430, 1 line for each base.

Inside of those 430 bytes it is divided into to 4 sections:

  • Hours Stored (Long Integer 4 Bytes)- always lower (possibly equal see below) than the engineering hours needed to make one. It is the remainder when the amount of hours spent does not evenly divide into the time it takes to make the product. However setting this value to 0 will remove the production and place it back into the new production list, be see note below.
  • Engineers Allocated (Integer 2 Bytes) - how many engineers are allocated to making this product
  • Total to Produce (Integer 2 Bytes) - the number of these items to make
  • Units Produced (Integer 2 Bytes) - the number of these itesm to make.

NOTE: Normally when a project is complete all the values for it are set to 0. Only the 'Hours Stored' controls if it is shown as being produced or available for a new production. If a production is hacked to 0, before it is done, the engineers are still allocated to it. You will be unable to get these engineers back until you create the same project they were working on again, note that they still take up space in the workshop, so you might not be able to create that project again.

The amount of hours stored can equal the amount required, as is the case when you start a new project (along with the total to produce set 1 higher). This is why you can sometimes see 0/0 Days/Hours Left if you meet it exactly. The next hour should increment and allow the project to be finished.

Each of these 4 sections list all of the items that can be produced before going on to the next section. The order they are place corresponds to the record in PRODUCT.DAT. So byte 0 is hours completed for a Fusion Ball Launcher, byte 4 is hours completed for Laser Cannon, byte 8 is hours completed for a Plasma Beam, and so on. Finally at byte 140 (4 bytes * 35 items) we get the engineers allocated to the Fusion Ball Launcher. (All at the first base)

Rough Outline

Here is a rough outline of the format of the file, divided up into 430 byte chunks (each corresponds to a base). The order follows that of PRODUCT.DAT inside these chunks. All addresses are in decimal unless prefixed by 0x

 000 - 0A8h : Hours stored for each item (4 bytes each)
0ACh - 100h : Engineers allocated to each item (2 bytes each)
102h - 156h : Total to produce for each item (2 bytes each)
158h - 1ACh : Units produced for each item (2 bytes each)

More Detailed

Item Name Stored Hours
Offset
Allocated Engineers
Offset
Quantity to Make
Offset
Number Produced
Offset
P.W.T. Launcher 0 (0x0) 172 (0xAC) 258 (0x102) 344 (0x158)
Gauss Cannon 4 (0x4) 174 (0xAE) 260 (0x104) 346 (0x15A)
Sonic Oscillator 8 (0x8) 176 (0xB0) 262 (0x106) 348 (0x15C)
PWT Craft Ammo 12 (0xC) 178 (0xB2) 264 (0x108) 350 (0x15E)
Coelacanth/Gauss 16 (0x10) 180 (0xB4) 266 (0x10A) 352 (0x160)
Displacer/Sonic 20 (0x14) 182 (0xB6) 268 (0x10C) 354 (0x162)
Displacer/PWT 24 (0x18) 184 (0xB8) 270 (0x10E) 356 (0x164)
PW Torpedo (SWS) 28 (0x1C) 186 (0xBA) 272 (0x110) 358 (0x166)
Gauss Pistol 32 (0x20) 188 (0xBC) 274 (0x112) 360 (0x168)
Gauss Rifle 36 (0x24) 190 (0xBE) 276 (0x114) 362 (0x16A)
Heavy Gauss 40 (0x28) 192 (0xC0) 278 (0x116) 364 (0x16C)
Disturbance Sensor 44 (0x2C) 194 (0xC2) 280 (0x118) 366 (0x16E)
Medi-kit 48 (0x30) 196 (0xC4) 282 (0x11A) 368 (0x170)
M.C. Disruptor 52 (0x34) 198 (0xC6) 284 (0x11C) 370 (0x172)
Sonic Cannon 56 (0x38) 200 (0xC8) 286 (0x11E) 372 (0x174)
Cannon Power Clip 60 (0x3C) 202 (0xCA) 288 (0x120) 374 (0x176)
Sonic Blasta Rifle 64 (0x40) 204 (0xCC) 290 (0x122) 376 (0x178)
Blasta Power Clip 68 (0x44) 206 (0xCE) 292 (0x124) 378 (0x17A)
Sonic Pistol 72 (0x48) 208 (0xD0) 294 (0x126) 380 (0x17C)
Pistol Power Clip 76 (0x4C) 210 (0xD2) 296 (0x128) 382 (0x17E)
Disruptor Pulse Launcher 80 (0x50) 212 (0xD4) 298 (0x12A) 384 (0x180)
Disruptor Ammo 84 (0x54) 214 (0xD6) 300 (0x12C) 386 (0x182)
Thermal Shok Launcher 88 (0x58) 216 (0xD8) 302 (0x12E) 388 (0x184)
Thermal Shok Bomb 92 (0x5C) 218 (0xDA) 304 (0x130) 390 (0x186)
Sonic Pulsar 96 (0x60) 220 (0xDC) 306 (0x132) 392 (0x188)
M.C. Reader 100 (0x64) 222 (0xDE) 308 (0x134) 394 (0x18A)
Plastic Aqua Armor 104 (0x68) 224 (0xE0) 310 (0x136) 396 (0x18C)
Ion Armor 108 (0x6C) 226 (0xE2) 312 (0x138) 398 (0x18E)
Mag. Ion Armor 112 (0x70) 228 (0xE4) 314 (0x13A) 400 (0x190)
Aqua Plastics 116 (0x74) 230 (0xE6) 316 (0x13C) 402 (0x192)
Ion-Beam Accelerators 120 (0x78) 232 (0xE8) 318 (0x13E) 404 (0x194)
Magnetic Navigation 124 (0x7C) 234 (0xEA) 320 (0x140) 406 (0x196)
HAMMERHEAD 128 (0x80) 236 (0xEC) 322 (0x142) 408 (0x198)
MANTA 132 (0x84) 238 (0xEE) 324 (0x144) 410 (0x19A)
LEVIATHAN 136 (0x88) 240 (0xF0) 326 (0x146) 412 (0x19C)
Gauss Pistol Clip 140 (0x8C) 242 (0xF2) 328 (0x148) 414 (0x19E)
Gauss Rifle Clip 144 (0x90) 244 (0xF4) 330 (0x14A) 416 (0x1A0)
Heavy Gauss Clip 148 (0x94) 246 (0xF6) 332 (0x14C) 418 (0x1A2)
Vibro Blade 152 (0x98) 248 (0xF8) 334 (0x14E) 420 (0x1A4)
Thermic Lance 156 (0x9C) 250 (0xFA) 336 (0x150) 422 (0x1A6)
Heavy Thermic Lance 160 (0xA0) 252 (0xFC) 338 (0x152) 424 (0x1A8)
Guass Cannnon Ammo 164 (0xA4) 254 (0xFE) 340 (0x154) 426 (0x1AA)
{UNUSED} 168 (0xA8) 256 (0x100) 342 (0x156) 428 (0x1AC)

See Also