Bronya-Rand / DDML

Mod Launcher for Doki Doki Literature Club using the Ren'Py SDK
Other
9 stars 3 forks source link

Allow separate save directories for multiple installs of one mod #14

Closed Kizby closed 2 years ago

Kizby commented 2 years ago

This is the meat of my idea for the implementation of #13 - I unfortunately don't know how to build this project to test it, so apologies if I overlooked something! The main issues I suspect would come up would be:

Bronya-Rand commented 2 years ago

Sorry for getting to this this late. I have been a bit busy with Uni and was not notified of this PR somehow. I'll try to look at it when I can.

Building DDML is mainly reliant on overriding the Ren'Py SDK with the given files of this repo then enabling dev options to see Build DDML. You build using -all and it should make a ZIP. I however build ML in Linux due to Windows causing issues with self builds on Mac/Linux.

Kizby commented 2 years ago

Ah, no worries! I was able to get the functionality I needed for myself by manually tweaking the mods' options.rpy, just wanted to pitch this while I was in the code.

I think those build instructions make sense! I don't have a linux box around right now, but when/if I'm up for addressing that I'll try it. Thanks for the response <3

Bronya-Rand commented 2 years ago

Closed due to sunsetting and new work on Mod Docker.