@skew said in Mux Logger Objects:
@Thenomain Okay, so, again, I do not have any pose logger code. I have +repose, and while that could be tweaked to be a logger (and frankly I'm intending to do so), in it's present state it is not.
@Derp On Fate's Harvest, we have code that essentially allows you, the player, to @create an object and then use the Pose Logger command to turn it into a Pose Logger. You turn it on, it listens to the room, when you're done, you turn it off, then it can output the code in WikiMedia template format.
For a non-penn game, make sure that the logger re-uses the same attribute names, otherwise over a period of time you can get some serious db bloat from hashed attribute names.
All mushes (except PennMUSH) uses hash entries for attributes, so its something to keep in mind.
Though MUX and Rhost have a @dbclean that will clean out unused attributes which can greatly save db space and memory use.