PSA TO ALL MODDERS - PLEASE READ!

Started by skullywag, November 15, 2016, 04:29:50 AM

Previous topic - Next topic

skullywag

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.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

1000101

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.
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By