quest randomizer #56

Open
opened 3 years ago by andy · 1 comments
andy commented 3 years ago
Collaborator

Big Meme ™️ idea if elseware ever reaches this stage of completeness.
Some possible options?:

  • randomize the monsters within a wave
  • randomize number of waves in a room
  • randomize map layouts
  • othercoolideas
Big Meme :tm: idea if elseware ever reaches this stage of completeness. Some possible options?: - randomize the monsters within a wave - randomize number of waves in a room - randomize map layouts - othercoolideas
Owner

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.

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](https://qedit.info/index.php?title=Set_obj_param) that would generate a triggerable event that randomly picked which predefined spawn wave to show.
jake added the
one day maybe someday
label 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.