#How to add more categories and software types?

1 messages · Page 1 of 1 (latest)

gentle ermine
#

I was studying the structures, but they are read through TydCollection (which unfortunately can only be created through text or by reimplementing)

I would like to know if with code mods I can add software types or at least change the existing ones, for example changing the IdealPrice of a specific product.

Another thing I miss is some things related to events, using the time/day/month passage requires several foreach which causes slowness in the simulation at some point.

hollow raven
#

that is done through a data mod

#

@gentle ermine ^^^

gentle ermine
#

Yes, but I didn't want to have to use Data Mod specifically, but rather using Code Mod

hollow raven
#

ah, I don't believe you can do it with a code mod

gentle ermine
#

In the mod code, it is possible to pull it there as it is created, but it does not inform if it is possible to add it, it is possible to pull it as it loads through the tyd file, but as the variable is readonly I cannot insert information into it without using reflection.

hollow raven
#

seeing as fundamentally software types are defined in TYD files it would make sense that the data is pulled from the TYD file

#

what's wrong doing it with a data mod?

gentle ermine
#

I find it a bit strange and I like challenges