Sadret / openrct2-scenery-manager

An OpenRCT2 plug-in to copy & paste scenery with many more features.
GNU General Public License v3.0
43 stars 5 forks source link

src/gui is not available #28

Open IntelOrca opened 2 years ago

IntelOrca commented 2 years ago

The GUI part of the plugin doesn't seem to be on GitHub. This prevents the plugin from being built by anyone else or CI.

Sadret commented 2 years ago

Yes, some time ago I moved the gui code to a separate project because I wanted to use it in other projects aswell. Since then, I have not decided yet how to publish it.

I thought about making it a separate plugin, so that the code (which is quite a lot) does not have to be loaded multiple times if multiple plugins use it. (Afaik this is possible in DUK with global variables?) On the other hand, as there is currently no dependency system, this would mean more work for the users.

So I should probably just upload the code and add building instructions in the readme.

Laziness plays a big part in this. Also, it prevented people from getting the plugin when I had the v2 closed beta.

IntelOrca commented 2 years ago

You could try using a submodule if that makes things easier.