Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

You know, I have suspicion that the event could be not entirely random, but instead hardcoded into the game...

A few times I had the first wave in playthrough – immediately taking me to that island...
But if I skipped that 1'st wave – I couldn't get to the island after dozens of more tries... 🙄

Dunno, only the gamedev would know for sure, but it's just my hypothesis – that there could be some scripting involved.
I have a new game save still around, and can double-check that...

But in any case, that 3'rd island is so obscure, I didn't know if even existed for like good 4 years replaying this game time after time, since 2021.
So, if you'll get there, you'd be among the elite. 👧🏻🏆

(1 edit)

they are very random actually but i could never figure out the rng of vx ace

appearntly from what i looked up it uses ruby's implimentation of RNG which is just a Mersenne Twister pseudorandom number generator and the rng seed is gathered at game boot from system entropy  apparently in effect unless you override the starting seed you will not get the same playthrough every time since the amount of permutations that Mersenne Twister goes through would take longer than your entire lifetime to roll over