Ticket #356 (closed feature: fixed)

Opened 1 year ago

Last modified 5 months ago

Test rig for dungeon generation

Reported by: takkaria Assigned to: takkaria
Milestone: 3.1.0 Version:
Keywords: tmj Cc:

Description

Implement a statistics generator for the dungeon:

  • collects data on how many/what items are generated on a given dungeon level, on average
  • ditto for monsters
  • counts drop flags on monsters to gather suggested probabilities of how many items would be dropped on a given level
  • ability to average these out over many generations, and do this without user interaction.

This will be useful for e.g. #276, and also for working out how many items should appear on the floor and/or what effect reducing dungeon size would have.

Attachments

Change History

08/25/07 07:46:02 changed by takkaria

  • milestone changed from 3.2.0 to 3.1.0.

08/25/07 10:14:21 changed by konijn_

Hmmm,

great minds think the same, except that I was planning on murdering all monsters and analyzed drops instead of checking out drop flags.

I guess I will make some #if magic so that the generic binary doesnt get affected by that.

Cheers, T,

08/25/07 12:34:24 changed by takkaria

If you do this in Hellband, then could you make a note here of what revisions and what bits of the code you've added? I can steal it from you that way.

09/29/07 17:18:55 changed by takkaria

  • owner set to takkaria.
  • status changed from new to assigned.

r593 adds something basic that probably isn't anything close to good.

09/29/07 17:43:48 changed by takkaria

  • type changed from bug to feature.

05/17/08 08:33:25 changed by takkaria

  • status changed from assigned to closed.
  • resolution set to fixed.

r593 has everything that's needed even if the code isn't the nicest. So, fixed.


Add/Change #356 (Test rig for dungeon generation)




Action