Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi!

Hmm.. I believe that I put a  function on the plugin to reveal the minimum of two, but forgot to remove it... I will do it in the next update. But for now, you can change the JS file:

Go to line 630:
return Math.max(2, this.value(Plugin.param().rangeId));

And replace it with this:
return this.value(Plugin.param().rangeId);

Okay, that solves the problem with the display. Thanks already for that :D

Now for my 2nd problem, which probably came with the solution.
When you start the game, only the tile on which the hero is standing is revealed.

Only after the hero makes a move, the surrounding one is revealed.

Of course, it may well be that I just set something wrong :)

Yes, you are right, it's because when the map starts and made the first reveal, the variable Id has not been set a value yet. 

I will release an update to let the user select a minimum value for the reveal range when the variable has not been set any value! And this will fix the issue.

Thanks, looking forward to it! :D