Take On Mars

Take On Mars

Not enough ratings
Print 2000 Items (Test Branch)
   
Award
Favorite
Favorited
Unfavorite
Item Type: Modification
Dependencies: Standard
File Size
Posted
Updated
200.168 KB
19 Jan, 2017 @ 4:23pm
20 Nov, 2018 @ 5:55pm
10 Change Notes ( view )

Subscribe to download
Print 2000 Items (Test Branch)

Description
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.

Main Branch Ver:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1109327634


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


Tested on the following versions:

Used dev exe with Test Branch on version 1.0.0011:39544 - No Issues, Victoria Crater
22 Comments
Mr. Monochrome [Hood Certified]  [author] 20 Nov, 2018 @ 5:59pm 
-Updated-

See Change Notes
pepe143 3 Nov, 2017 @ 1:14pm 
@Mr.Monochrome
Thanks
pepe143 3 Nov, 2017 @ 7:29am 
Test branch version 1.0.00011 - crash on startup.
TheLastSeeker 13 Aug, 2017 @ 6:09am 
I was also just testing a fix for myself with the fact i didn't know how long it might of taken for you to respond to the break with the version.
TheLastSeeker 13 Aug, 2017 @ 6:08am 
I'm not going to upload others work as such like that but this has given me great insight into possibly being able to use the DUMP ability on the larger storage tanks and as such be something i can do as a first mod possibly.
Mr. Monochrome [Hood Certified]  [author] 13 Aug, 2017 @ 5:36am 
@Destromech

That's absolutely fine and a great way to learn how to mod. Just remember not to upload other people's work without asking and giving credit.
TheLastSeeker 13 Aug, 2017 @ 5:31am 
it's actually been a learning experience in terms of things, so in all it's great, i need to learn how to do more, also with another modders files i'll finally be able to build pressure relief vavles mod i wanted to with a little more tinkering.

You've known for a little while now that i'm working my way into modding as i can. Even small things like this helps.
Mr. Monochrome [Hood Certified]  [author] 13 Aug, 2017 @ 5:21am 
@Destromech

Here I fixed it for you on the main branch:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1109327634
TheLastSeeker 13 Aug, 2017 @ 5:20am 
i also found ability to change version in the addons file, hopefully that allows me to pack it now, if the game would launch again.
TheLastSeeker 13 Aug, 2017 @ 5:09am 
ccgame.lst and script.lst are a little too complicated for me to modify