Hiya,
I'm hoping to find a way to combine the old SWMud Mapper (https://github.com/nickgammon/plugins/blob/master/SWmud%20mapper.xml) with the newest features of the Learning Mapper, and also add some other things (ie: a way to capture npcs/items in the room also and how often they show up).
I tried using the learning mapper by itself, and it's fairly easy to get working - the only problems I'm having with it are long load times for the map database (ie: multiple seconds causing lag), and I think it even got to the point where the database corrupted and erased itself?
I've been using triggers to specify:
1. Room name - always at start, contained in [] brackets
2. Exits line - contains "obvious exit(s?)" and is in cyan
3. My prompt using a regex
The Learning Mapper is struggling with descriptions, as there are lines that show up between 1 and 2 (actual description) and 2 and 3 (room contents). I would love for it to be able to save both.
Looking at the old SWMud mapper, it seems to use an empty line to recognize the end of the description instead. This is obviously a lot faster (presumably) compared to trying to do all the probability calculations for the whole room.
Would appreciate input on whether the best route would be to try to modify the Learning Mapper, customize the old mapper, or just build a new custom solution entirely using elements of both?
Cheers,
petri
I'm hoping to find a way to combine the old SWMud Mapper (https://github.com/nickgammon/plugins/blob/master/SWmud%20mapper.xml) with the newest features of the Learning Mapper, and also add some other things (ie: a way to capture npcs/items in the room also and how often they show up).
I tried using the learning mapper by itself, and it's fairly easy to get working - the only problems I'm having with it are long load times for the map database (ie: multiple seconds causing lag), and I think it even got to the point where the database corrupted and erased itself?
I've been using triggers to specify:
1. Room name - always at start, contained in [] brackets
2. Exits line - contains "obvious exit(s?)" and is in cyan
3. My prompt using a regex
The Learning Mapper is struggling with descriptions, as there are lines that show up between 1 and 2 (actual description) and 2 and 3 (room contents). I would love for it to be able to save both.
Looking at the old SWMud mapper, it seems to use an empty line to recognize the end of the description instead. This is obviously a lot faster (presumably) compared to trying to do all the probability calculations for the whole room.
Would appreciate input on whether the best route would be to try to modify the Learning Mapper, customize the old mapper, or just build a new custom solution entirely using elements of both?
Cheers,
petri