ZAB909 / ChapterMaster

13 stars 21 forks source link

Epic - Modding #250

Open GalacticChimp opened 8 months ago

GalacticChimp commented 8 months ago

Description

Currently, CM is non-moddable (apart from adding custom icons). The code doesn't allow to do anything related to modding without large rewrites.

The goal is to do these rewrites, one by one. The final version should allow modding:

all of the above should have matching changes in the UI, e.g. the Shop item list should be scrollable, to allow trading arbitrary number of items.

the above entities might have some limitations set on them where appropriate, for example chapter (dis)advantages can only be defined from a predefined list of effects and triggers.

Issue list

Blogaugis commented 8 months ago

Adding to Weapons, items and gear: A good idea would be to allow shop menu to be scroll-able. In other words, if we want to make 100s of various of imperial and not imperial weapons to be build-able, we need some way to expand the showed options, as in the current 3 screens, these wouldn't fit. Of course, that also asks for equipment screen rework as well, to actually appear as options when equipping marines.

GalacticChimp commented 8 months ago

...snip...

added to description