forge icon indicating copy to clipboard operation
forge copied to clipboard

Adventure Mode: File Structure

Open TheSAguy opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When you add custom enemies, you need to edit core files. Each time there is an update it's all lost and you can't share anything, since other people would need to edit files and their files might have already been edited.

Describe the solution you'd like A clear and concise description of what you want to happen.

Create a "Mod" folder where one could put custom creation in. You can activate these as needed. They would be self contained and could be shared easily.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Have two files, a main and an additional one. I.e. Enemies_Main.json and Enemies_Custom.json. Both would be loaded. The custom one can be edited and shared.

Additional context Add any other context or screenshots about the feature request here.

I'm just looking for an easier way to share custom created stuff without the need to edit main files.

TheSAguy avatar Sep 20 '22 02:09 TheSAguy