Ludeon Forums

RimWorld => Mods => Help => Topic started by: skullywag on November 15, 2016, 04:30:15 AM

Title: PSA TO ALL MODDERS - PLEASE READ!
Post by: skullywag on November 15, 2016, 04:30:15 AM
Hi everyone,

Im putting this here in the hopes it gets seen by more people, we are getting a lot of issues recently about hashing and other wierdness.

Please do not use things like building_base def from core, you should be defining ALL abstract defs inside your mod, do not depend on any external ones, yes they may work but what is happening is all the values are using default values and not the one ones you think its using, this causes LOTS of issues. DO NOT DO IT.

So again if you have a "base" def, it MUST be defined inside your mod, spread this to everyone, it causes no end of issues and is hard to track down.

Spread the word.
Title: Re: PSA TO ALL MODDERS - PLEASE READ!
Post by: 1000101 on November 15, 2016, 06:37:23 AM
More details on this topic can be found in the post I did a several months ago.

MODDERS PLEASE READ, Abstracts and how they should be used. (https://ludeon.com/forums/index.php?topic=19499)