Take On Mars

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일 오후 3시 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일 오후 1시 18분 
Nice !