Jump to content

April 2025 update

Fixed 0.1.8 0.1.9

TuxGeek
TuxGeek

Posted

After todays force wipe I am getting this compile error in carbon

SmartWorkbench.cs   741:31   There is no argument given that corresponds to the required parameter 'destroyPercent' of 'DroppedItemContainer.TakeFrom(ItemContainer[], float)'

Nomad3211

Posted

This will get you by for now until its officially released.

Look for all instances of:
TakeFrom(new[]

stash.TakeFrom(new[] { rtt.inventory });
stash.TakeFrom(new[] { rb.inventory });
stash.TakeFrom(new[] { rt.inventory });
stash.TakeFrom(new[] { rb.inventory });

There should be 4. 
Just add:
, 0f    Like so:      

stash.TakeFrom(new[] { rtt.inventory }, 0f);
stash.TakeFrom(new[] { rb.inventory }, 0f);
stash.TakeFrom(new[] { rt.inventory }, 0f);
stash.TakeFrom(new[] { rb.inventory }, 0f);

Thats a ZERO, not an O 

Hope this helps! 

 

Zeeuss

Posted

Changed Status from Pending to Work in Progress

Zeeuss

Posted

Changed Status from Work in Progress to Fixed

Changed Fixed In to 0.1.9

1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.1k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.