Skip to main content

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

ChaosExceed

2
Posts
1
Following
A member registered Jul 07, 2019

Recent community posts

Yes, that works! Thanks! Even better than the similar "solution" I found.

While testing, I actually stumbled onto the same Idea, just declaring Entrance and exit as Special assets and spawn them 1 time on the map. Didn't know about setting the Exit mode to "none", but instead, just didn't generate any exists on the script call. But it did feel like that wasn't intended and could maybe lead to problems in the future, so it's great you gave me a better solution!

Actually, your whole set of Plugins is a great "Solution", not only being able to do pretty much anything when it comes to random generation, but also in a really flexible way.

Being able to even tie the max and minimum spawns of a asset to variables now would have saved me so much hassle manually setting up a system to randomize the density of Treasures/Monsters/etc which kinda looks like this.

But even being able to do that without you giving us more possibilities shows how amazingly flexible the plugin is.

Well, I gotta thank you for your quick help and your awesome set of Plugins!

Hey! After using the free trial of your awesome plugin for a while I've finally decided to buy it. Turns out, I had a reaaally old version of your plugin and apart from the new premium functions, everything is different now. 

My biggest problem right now is to generate a maze using snippets while randomizing the positions of Exits and entrances. 

In the old version I've used, you could use "any" to randomize them, even though that meant exit and entrance could potentially spawn next to each other. 


I haven't found a way yet to reproduce this in the new version because "any" doesn't seem to work anymore in the new script call.