Download here: https://www.mediafire.com/file/5adikl597f736g2/DLS_MODDABLE.zip/file
Resize/Pan viewport mod here: https://www.mediafire.com/file/f388mm1428afjxx/Expand_Pan_Mod.zip/file
The mod support is rudimentary, but it is a good start. To use the sample mod I provided, unzip the folder and put the folder in “Digital Logic Sim_Data/mods” in the game files. Scroll wheel to scale the viewport, Mouse3 to pan the camera.
There are instructions on how to create a mod in the game files. You will also need to take a look at the source files for this game on github and probably unity to know what functions and objects you have to work with. This modded version makes ALL variables and functions public as well as makes all monobehaviours able to be inherited from. I will later make documentation and some step by step guides on creating certain types of mods, but that probably won’t be for a long time unless people actually start using this and need help making mods.
This took a LOT of work, and many hours, so I hope that it proves useful! Thanks!