Jump to content

Won't compile after latest update

Fixed 2.1.0 2.2.0

Kreavles
Kreavles

Posted

ScientistSentries - Failed to compile: 'AutoTurret' does not contain a definition for 'TurretFlags' | Line: 995, Pos: 39

Kreavles

Posted

For anyone else needing a fix, go into the mod, line 995

Replace
sentry.SetFlag(AutoTurret.TurretFlags.Peacekeeper, false);

With this
sentry.SetFlag(BaseEntity.Flags.Reserved5, false);

DasDa

Posted

Thanks for reporting this, I've fixed it in the newest update

 

I would suggest to update since BaseEntity.Flags.Reserved5 appears to be the wrong flag?

AutoTurret.Flag_Peacekeeper (or BaseEntity.Flags.Reserved1) is the correct one, instead of Reserved5 which is AutoTurret.Flag_ShowAlphaCover

DasDa

Posted

Changed Status from Pending to Fixed

Changed Fixed In to 2.2.0

1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

128.1k

Files Sold

Total number of files sold.

2.7m

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.