Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ckkqwer

4
Posts
1
Topics
2
Followers
4
Following
A member registered Nov 11, 2017 · View creator page →

Creator of

Recent community posts

First duplicate an option in VZoptioncore's Plugin Setting, set the Symbol as 'language', in JS: draw option just hard code the display text of your available languages, then write a for loop to display the language options.(see image 1). The value from this.getConfigValue(symbol) will return the symbol(something like 'en'/'jp') of your current selected language. I will suggest you set your symbol of languages to number start from 0 in Localization's Plugin Setting(see 2nd image) because in other function like Press OK/Cursor Right/Left will operate them as integer.

Really appreciated for the feedback. The tileset I'm using is winlu fantasy and I agree they looks good.

Also sorry about performance issues, I never run it on other PC or let anyone play it before so maybe that why I never thought about it, It should be fixed by now.

Your comment are critical but in a helpful and encouraging way, really gave me huge motivation and valuable ideas to continue the project.

Thank you for the help! It works perfectly.

Is there a way to use the default message system even though the namebox isn't empty?