Newbish question

Users who are viewing this thread

Tyrany

Veteran
Ok thanks guys, i edited out old message for this new one because i suppose its another newbish question. In module system what does "abundance" mean on all of the items?
 
There is no way to transfer scripts directly from a compiled version to the module system, you would have to re-write the scripts back into the module system, and yes compiling the module system simply overwrites any existing files.
 
You could (or should, overwriting/changing Native isn't smart) of course set the Module System to write to a different location.

The write path can be found in module_info.py.

If you want to write to let's say 'MyMod', you'll need to copy the Native folder in 'Modules', name the folder 'MyMod' and then test a compile.
 
Back
Top Bottom