Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi there, we have extended compatibility to SRD Battle Status Customizer as of the most recent update (v1.4.0). Please try it out in your project and let us know if it works for you or if there are further fixes that need to be made.

(+1)

Wow I can't believe you actually did this. Thanks a lot,  mate.

Not sure if you noticed, but with  the SRD battle status Customizer plugin, it seems like its scaling the number images by a decimal number.  So even if you scale the images itself it will come out distorted.

With SRD plugin

Without SRD


Yeah, this is something folks reported on the Discord. You'll want to make a small change to the plugin code to fix this for now:

For the Odometers, go to lines 1328 and 1329 of the plugin and change odoDigit.scale.x and odoDigit.scale.y to equal Neel.ODO.uiconfig.battleXSca and Neel.ODO.uiconfig.battleYSca respectively instead of the dummy value that is there (0.75).

For the Text Labels, go to lines 1398 and do the same to the xSca and ySca variables.

We'll have this patched soon, it is one of those things that we were not able to detect until other people tried it in their own game projects.

(+1)

Yeah, got it working , mate. Thanks again.😂