Factory Crates

Scanlon21

New Member
Joined
Jul 30, 2015
Messages
24
I am trying to change the max stack size on factory crates from 100 to 1000. I've gone into src/server/zone/objects/factorycrate.idl and changed maxCapacity = 100 to maxCapacity = 1000, hit save, rebuilt the server and it's still only making crates of 100 items. Am I missing another area?
 

Scanlon21

New Member
Joined
Jul 30, 2015
Messages
24
Side note: If I use the generate command, i can make crates in excess of 1000. Example, "/generate object/draft_schematic/structure/component/structure_generator_turbine.iff 12012 1000" gets me a crate of 12,012 generator turbines. But trying to run 1000 in a factory gets me 10 crates of 100. The only place I could find a value to modify is in the factorycrate.idl file.
 

tatwi

Member
Joined
May 31, 2012
Messages
66
Scanlon21 said:
Anyone have any ideas??
https://github.com/gurgi1970/tarkin_core3/commit/044ac4615726b567676f147b7c72cd62ff6e648b

This where I over-rode the crate sizes the server reads from the IFF files and just made all of them 1,000 for the Tarkin server.
 

Scanlon21

New Member
Joined
Jul 30, 2015
Messages
24
tatwi said:
Scanlon21 said:
Anyone have any ideas??
https://github.com/gurgi1970/tarkin_core3/commit/044ac4615726b567676f147b7c72cd62ff6e648b

This where I over-rode the crate sizes the server reads from the IFF files and just made all of them 1,000 for the Tarkin server.
Ok - giving that a shot now. I'll post my results in just a few. :D
EDIT: That worked!! Thank you Tatwi!!
 
Top Bottom