@@ -412,17 +412,17 @@ if GetBuildNumber() == TAGET_BUILD then
412412 CFG .save (" cashUpdgrade2" , cashUpdgrade2 )
413413 end
414414 if cashUpdgrade1 then
415- cashOffset1 = globals .get_int (262145 + 17326 )
415+ cashOffset1 = globals .get_int (262145 + 17415 )
416416 else
417417 cashOffset1 = 0
418418 end
419419 if cashUpdgrade2 then
420- cashOffset2 = globals .get_int (262145 + 17332 )
420+ cashOffset2 = globals .get_int (262145 + 17421 )
421421 else
422422 cashOffset2 = 0
423423 end
424424 local cashProduct = stats .get_int (" MPX_PRODTOTALFORFACTORY0" )
425- cashTotal = ((globals .get_int (262145 + 17320 ) + cashOffset1 + cashOffset2 ) * cashProduct )
425+ cashTotal = ((globals .get_int (262145 + 17409 ) + cashOffset1 + cashOffset2 ) * cashProduct )
426426 ImGui .Text (" Product:" ); ImGui .SameLine (); ImGui .Dummy (5 , 1 ); ImGui .SameLine (); ImGui .ProgressBar (
427427 (cashProduct / 40 ), 160 , 25 , tostring (cashProduct ) .. " Boxes (" ..
428428 tostring (math.floor (cashProduct * 2.5 )) .. " %)" )
@@ -441,17 +441,17 @@ if GetBuildNumber() == TAGET_BUILD then
441441 CFG .save (" cokeUpdgrade2" , cokeUpdgrade2 )
442442 end
443443 if cokeUpdgrade1 then
444- cokeOffset1 = globals .get_int (262145 + 17327 )
444+ cokeOffset1 = globals .get_int (262145 + 17416 )
445445 else
446446 cokeOffset1 = 0
447447 end
448448 if cokeUpdgrade2 then
449- cokeOffset2 = globals .get_int (262145 + 17333 )
449+ cokeOffset2 = globals .get_int (262145 + 17422 )
450450 else
451451 cokeOffset2 = 0
452452 end
453453 local cokeProduct = stats .get_int (" MPX_PRODTOTALFORFACTORY1" )
454- cokeTotal = ((globals .get_int (262145 + 17321 ) + cokeOffset1 + cokeOffset2 ) * cokeProduct )
454+ cokeTotal = ((globals .get_int (262145 + 17410 ) + cokeOffset1 + cokeOffset2 ) * cokeProduct )
455455 ImGui .Text (" Product:" ); ImGui .SameLine (); ImGui .Dummy (5 , 1 ); ImGui .SameLine (); ImGui .ProgressBar (
456456 (cokeProduct / 10 ), 160 , 25 , tostring (cokeProduct ) .. " Kilos (" .. tostring (cokeProduct * 10 ) .. " %)" )
457457 ImGui .SameLine (); ImGui .Dummy (10 , 1 ); ImGui .SameLine (); ImGui .Text (" Value:" )
@@ -470,17 +470,17 @@ if GetBuildNumber() == TAGET_BUILD then
470470 CFG .save (" methUpdgrade2" , methUpdgrade2 )
471471 end
472472 if methUpdgrade1 then
473- methOffset1 = globals .get_int (262145 + 17328 )
473+ methOffset1 = globals .get_int (262145 + 17417 )
474474 else
475475 methOffset1 = 0
476476 end
477477 if methUpdgrade2 then
478- methOffset2 = globals .get_int (262145 + 17334 )
478+ methOffset2 = globals .get_int (262145 + 17423 )
479479 else
480480 methOffset2 = 0
481481 end
482482 local methProduct = stats .get_int (" MPX_PRODTOTALFORFACTORY2" )
483- methTotal = ((globals .get_int (262145 + 17322 ) + methOffset1 + methOffset2 ) * methProduct )
483+ methTotal = ((globals .get_int (262145 + 17411 ) + methOffset1 + methOffset2 ) * methProduct )
484484 ImGui .Text (" Product:" ); ImGui .SameLine (); ImGui .Dummy (5 , 1 ); ImGui .SameLine (); ImGui .ProgressBar (
485485 (methProduct / 20 ), 160 , 25 , tostring (methProduct ) .. " Pounds (" .. tostring (methProduct * 5 ) .. " %)" )
486486 ImGui .SameLine (); ImGui .Dummy (10 , 1 ); ImGui .SameLine (); ImGui .Text (" Value:" ); ImGui .SameLine ()
@@ -499,17 +499,17 @@ if GetBuildNumber() == TAGET_BUILD then
499499 CFG .save (" weedUpdgrade2" , weedUpdgrade2 )
500500 end
501501 if weedUpdgrade1 then
502- weedOffset1 = globals .get_int (262145 + 17329 )
502+ weedOffset1 = globals .get_int (262145 + 17418 )
503503 else
504504 weedOffset1 = 0
505505 end
506506 if weedUpdgrade2 then
507- weedOffset2 = globals .get_int (262145 + 17335 )
507+ weedOffset2 = globals .get_int (262145 + 17424 )
508508 else
509509 weedOffset2 = 0
510510 end
511511 local weedProduct = stats .get_int (" MPX_PRODTOTALFORFACTORY3" )
512- weedTotal = ((globals .get_int (262145 + 17323 ) + weedOffset1 + weedOffset2 ) * weedProduct )
512+ weedTotal = ((globals .get_int (262145 + 17412 ) + weedOffset1 + weedOffset2 ) * weedProduct )
513513 ImGui .Text (" Product:" ); ImGui .SameLine (); ImGui .Dummy (5 , 1 ); ImGui .SameLine (); ImGui .ProgressBar (
514514 (weedProduct / 80 ), 160 , 25 ,
515515 tostring (weedProduct ) .. " Pounds (" .. tostring (math.floor (weedProduct / 8 * 10 )) .. " %)" )
@@ -529,17 +529,17 @@ if GetBuildNumber() == TAGET_BUILD then
529529 CFG .save (" fdUpdgrade2" , fdUpdgrade2 )
530530 end
531531 if fdUpdgrade1 then
532- fdOffset1 = globals .get_int (262145 + 17325 )
532+ fdOffset1 = globals .get_int (262145 + 17414 )
533533 else
534534 fdOffset1 = 0
535535 end
536536 if fdUpdgrade2 then
537- fdOffset2 = globals .get_int (262145 + 17331 )
537+ fdOffset2 = globals .get_int (262145 + 17420 )
538538 else
539539 fdOffset2 = 0
540540 end
541541 local fdProduct = stats .get_int (" MPX_PRODTOTALFORFACTORY4" )
542- fdTotal = ((globals .get_int (262145 + 17319 ) + fdOffset1 + fdOffset2 ) * fdProduct )
542+ fdTotal = ((globals .get_int (262145 + 17408 ) + fdOffset1 + fdOffset2 ) * fdProduct )
543543 ImGui .Text (" Product:" ); ImGui .SameLine (); ImGui .Dummy (5 , 1 ); ImGui .SameLine (); ImGui .ProgressBar (
544544 (fdProduct / 60 ), 160 , 25 , tostring (fdProduct ) .. " Boxes (" .. tostring (math.floor (fdProduct / 6 * 10 )) ..
545545 " %)" )
@@ -558,17 +558,17 @@ if GetBuildNumber() == TAGET_BUILD then
558558 CFG .save (" bunkerUpdgrade2" , bunkerUpdgrade2 )
559559 end
560560 if bunkerUpdgrade1 then
561- bunkerOffset1 = globals .get_int (262145 + 21256 )
561+ bunkerOffset1 = globals .get_int (262145 + 21345 )
562562 else
563563 bunkerOffset1 = 0
564564 end
565565 if bunkerUpdgrade2 then
566- bunkerOffset2 = globals .get_int (262145 + 21255 )
566+ bunkerOffset2 = globals .get_int (262145 + 21344 )
567567 else
568568 bunkerOffset2 = 0
569569 end
570570 local bunkerProduct = stats .get_int (" MPX_PRODTOTALFORFACTORY5" )
571- bunkerTotal = ((globals .get_int (262145 + 21254 ) + bunkerOffset1 + bunkerOffset2 ) * bunkerProduct )
571+ bunkerTotal = ((globals .get_int (262145 + 21343 ) + bunkerOffset1 + bunkerOffset2 ) * bunkerProduct )
572572 ImGui .Text (" Product:" ); ImGui .SameLine (); ImGui .Dummy (5 , 1 ); ImGui .SameLine (); ImGui .ProgressBar (
573573 (bunkerProduct / 100 ), 160 , 25 , tostring (bunkerProduct ) .. " Crates (" .. tostring (bunkerProduct ) .. " %)" )
574574 ImGui .SameLine (); ImGui .Dummy (10 , 1 ); ImGui .SameLine (); ImGui .Text (" Value:" ); ImGui .SameLine (); ImGui .Text (
@@ -582,12 +582,12 @@ if GetBuildNumber() == TAGET_BUILD then
582582 CFG .save (" acidUpdgrade" , acidUpdgrade )
583583 end
584584 if acidUpdgrade then
585- acidOffset = globals .get_int (262145 + 17330 )
585+ acidOffset = globals .get_int (262145 + 17419 )
586586 else
587587 acidOffset = 0
588588 end
589589 local acidProduct = stats .get_int (" MPX_PRODTOTALFORFACTORY6" )
590- acidTotal = ((globals .get_int (262145 + 17324 ) + acidOffset ) * acidProduct )
590+ acidTotal = ((globals .get_int (262145 + 17413 ) + acidOffset ) * acidProduct )
591591 ImGui .Text (" Product:" ); ImGui .SameLine (); ImGui .Dummy (5 , 1 ); ImGui .SameLine (); ImGui .ProgressBar (
592592 (acidProduct / 100 ), 160 , 25 ,
593593 tostring (acidProduct ) .. " Sheets (" .. tostring (math.floor (acidProduct / 16 * 10 )) .. " %)" )
0 commit comments