how did u mod it? (i am a scripter so i'd love to know) (and maybe get the mod
Viewing post in I made an 8-bit computer in Digital Logic Sim V2
Hi,
It's really simple to mod the game. Just download the source code from github, install a compatible unity editor version, and open DLS in unity. Once you're there, you can make whatever changes you want, but for the one we want, zooming in and out, you'll need to make a C# script. By chaning the camera's orthographic size, you can make the camera zoom in and out. Be sure to include the camera's child, or the input system won't work well.
Good luck, let me hear how it goes!
If you're not familiar with the new unity input system, you might want to change support for the old input system in player settings. Then you can just make a script using the old input system. Don't forget to make the background bigger and change the input/output pins locations. (or the input pins will be halfway on the screen)