Take On Mars

Take On Mars

Zbyt mało ocen
Print 2000 Items (Main Branch)
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Item Type: Modification
Dependencies: Standard
Rozmiar pliku
Zamieszczono
Zaktualizowano
6.555 MB
13 sierpnia 2017 o 5:20
29 listopada 2017 o 4:57
Listy zmian: 2 ( zobacz )

Zasubskrybuj, aby pobrać
Print 2000 Items (Main Branch)

Opis
Removes printer cap of 128/1024 item limit on both printer types and increases buildingblock slot cap of 64.

Modifies the following:

machine_3dprinter.h
const int PRINTER3D_FILTERSMAX = 128; (Now 2000)
const int PRINTER3D_CONFIGSMAX = 1024; (Now 2000)

machine_3dprintermodularbase.h
const int PRINTER3D_FILTERSMAX = 128; (Now 2000)
const int PRINTER3D_CONFIGSMAX = 1024; (Now 2000)

gameobjectsdecl.h
const int BUILDBLOCK_SLOTSMAX = 64; (Now 2000)

Prevents console error:
'BUILDINGBLOCKCONFIG: Failed to read additional slot for building block - slots full!'

-----------------------------------------------------------------------------------------------------------------

The amount can be changed further down the road just incase you should have more mods/addons active then items printable.

Test Branch Ver:
http://steamcommunity.com/sharedfiles/filedetails/?id=845968741


Built using the Main Branch running the dev exe on game version 1.0.0007:39535.


Tested on the following versions:

Used dev exe with Main Branch on version 1.0.0011:39544 - Main Branch Ver, Victoria Crater
Komentarzy: 7
Ringmasta 15 sierpnia 2019 o 5:54 
Hey, where are these files located and how do i change them, my printer only shows 600 items but the mod is active? Am i doing something wrong?
Synapt 29 listopada 2017 o 15:01 
Console log showed the same for me I thought, I'll make sure to double check that one next time. Thanks!
Mr. Monochrome [Hood Certified]  [autor] 29 listopada 2017 o 5:10 
@Synapt

Wrong log file. If the game crashes out you want to check the console.log not the error.log.
Mr. Monochrome [Hood Certified]  [autor] 29 listopada 2017 o 4:59 
-Updated-

See Change Notes
Synapt 29 listopada 2017 o 3:40 
Causes a CTD on 1.0.0011. Strangely error.log is not actually logging anything outside of the usual itemTKOMOwner / ptcPlayedTime variable errors. I'll give the test branch a try (since your one other test branch mod actually seems to load in the main branch)
Harbingerman 14 września 2017 o 13:18 
Nice !