Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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!

Hello megarcher, 

I've tried to make the zoom script myself but I'm running into alot of "Input" errors. Would you be so kind to explain how you made the script (or paste the script itself)

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)

(1 edit)

Alright I'll try that, thanks!

tell me how you enlarged the area, i need it too

do you mind sharing the modded version?

Would you mind sharing your modded version of the game? I am trying to work on a rather large project and need the space but I just don't have the coding experience to do what you outlined.