Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Okano

39
Posts
1
Topics
353
Followers
8
Following
A member registered Sep 25, 2017 · View creator page →

Creator of

Recent community posts

I’m not super sure how exactly rpg maker works but if I end up making an export it will be very limited because of a lack of shaders.

Third

(1 edit)

You would want a 4096x4096 texture as 4096*4096 = 16777216 to index into that you can divide and mod the previous formula eg          x = value%4096 y =  floor(value/4096

(1 edit)

really really neat! but you can actually get up to 16777216 colors not that you would ever need that many. Still really cool though!

r + 256 * (g + 256 * b);

I suppose I'm not the best with ideas. :P

this specific vague error is returned.

This is a strange bug and I have reproduced it multiple times while other times nothing happens.
putting a number directly next to a letter for example "x=2b" will crash the game instead of returning a -1 or error in general.

Does the system require a monospace font?

Nice!