quest randomizer #56
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Big Meme ™️ idea if elseware ever reaches this stage of completeness.
Some possible options?:
see https://github.com/jakeprobst/pqc/ for a very-incomplete project that compiles maps from scripts.
realistically anything that would generate randomized maps would use something like that under the hood.
That said, there is some psogc quest that is "randomized" in that the spawns are set but it picks a random monster to show there.
I think it implements it in a very naive way that has all possible monsters placed there, then picks one to actually show.
I also have a proof of concept somewhere using set_object_param that would generate a triggerable event that randomly picked which predefined spawn wave to show.