Home › Forums › General Banter › For the 4 of us who play Bionic Dues… › Reply To: For the 4 of us who play Bionic Dues…
November 2, 2013 at 9:26 am
#70313
Participant
but wait; it gets better… one of the developers helped me out by giving me a snippet of the source code for Bionic Dues:
Looking at the code, if you want to find it on the first try bear in mind that the order just before that field is:
OutputBuffer.AddItem( this.HQHealth );
OutputBuffer.AddItem( this.DaysLeft );
OutputBuffer.AddItem( 0 ); // used to be scavenging level
OutputBuffer.AddItem( this.ManufacturingLevel );
OutputBuffer.AddItem( this.Credits );
So if you know those values it’s not too hard to find.