Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Custom Dice Testing

A topic by The Planetary Courses created Apr 19, 2023 Views: 113 Replies: 2
Viewing posts 1 to 3

Hello! I’ve made a fair few custom dice, but whenever I test expressions involving them, it always goes out of wack.

For example, I have this custom 6-sided die called z1, with possible values of 0, 1, and 2. I need to roll 3 of them and add all the values together.

It works fine normally:

But when I try to test the expression, this happens:

Is this a bug or did I horribly mess something up? Thanks in advance for the help <3

Developer

This is a bug, sorry! If you test the die after closing and opening the app it should work properly.

The bug is that edited dice have several hundred faces (that don't get used), and loaded dice have the right number of faces. So any time you make or change a die, it will do this when testing (until the app reloads). I keep meaning to fix this issue but I've not been able to get round to it yet, sorry!

Ah, gotcha! Thank you so much!