Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits) (+1)

Hey, thanks for making this useful tool.

The December changelog says we can use inline styling to change the colour, but this does not seem to work.

<span style="color:blue;">word</span> does not change the colour of the word. How are you supposed to change the colour of a word in the text?

Issues

Options that are set up to be able to be selected multiple times, do not appear to actually be treated as selected, although they do change points correctly. They don't gain the selected option colour change, don't appear on selected objects rows/backpack, and they don't count as selected for requirements of other options.

Scores that have requirements, do not correctly update when the requirement is met/not met after the option that score is on is chosen. (i.e. option B has a score that costs 1 point if option A is chosen, but otherwise has no cost. If A is selected then B is selected, the cost is applied correctly. If B is selected, then A is selected, the cost is not applied.)

Image compression could do with a note that it will remove transparency from an image, at least with png's.

Feature requests

Would it be possible to include the ability to set as a requirement for an option, one of the multiple times options with the ability to specify a value, less than a value or greater than a value, of number of time the requirement was selected?(i.e. A is an option that can be multiple selected. B has a requirement that A be selected exactly twice, C requires A to have been selected at least 3 times and D requires A at least once but less than four times.)Edit: Nevermind this, just realized using a point type for the counter for multiple selection lets using the operator options in requirements.

Would it be possible to add an option such that images on choices in a row are all scaled to the same height, with whitespace on the left and right of images as needed?

Would it be possible to add an option to a row that when selected makes it such that, if the row is/becomes inactive due to requirements, any choices on that row are unselected?

Would it be possible to set colours for positive and negative scores where they are displayed on options, preferably seperately for each point type?

(2 edits)

Hey Metalax, Thanks for making this useful comment :)

I'll look into why color names dont work, thanks for pointing it out, but using hex: <span style="color:#0000ff;">word</span> should work in the meantime.

I'll have the multiple-choices fixed with the next update, both the color-change and placing the Id into the activated-array, but I'm pretty sure they should show on the Selected-choice rows after the last update. 

EDIT: It does not show them if Groups are used, a bug.   

I think I made the 'Will make another choice unselected'-function as a band-aid solution for the score-requirements and forgot about it, I'll make a better solution with the next update.

I will see what I can do with the images, place a switch at the row, and add a new design menu where the scores can be modified depending on whether they are negative or positive and point-type.

Thanks again for the great feedback :)   

(+1)

Thanks, hex works fine for colour changes, should have thought to try that. 

Can confirm that multiple choice options do not currently appear on selected options rows. They do appear properly in the import/export. Tested on a brand new project. I suspect it is related to them not counting as active for requirements.


A couple more thoughts on Score design:

Would it be possible to have a small icon style image that preceeds/follows a score? Probably best defined on the points type with a use icon yes/no on each score.

Second, would it be possible to have an option to show the sign of a score, ie + or - with a sub option to invert the sign. Ideally the sign would also be effected by the colour of the score.