Take On Mars
十分な評価がありません
Print 2000 Items (Main Branch)
   
アワード
お気に入り
お気に入り
お気に入りから削除
Item Type: Modification
Dependencies: Standard
ファイルサイズ
投稿日
更新日
6.555 MB
2017年8月13日 5時20分
2017年11月29日 4時57分
2 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
Print 2000 Items (Main Branch)

解説
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
7 件のコメント
Ringmasta 2019年8月15日 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 2017年11月29日 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]  [作成者] 2017年11月29日 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]  [作成者] 2017年11月29日 4時59分 
-Updated-

See Change Notes
Synapt 2017年11月29日 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 2017年9月14日 13時18分 
Nice !