Good afternoon, we have been playing hnh for a long time and have raised a large number of animals. We are now keeping a record of them in GoogleDocs and entering it all manually.
To speed up the process, I want to write a parser to collect game information about the list of animals from the character's memory and turn them into csv.
The main question is where is the list of memorised animals stored?
- In the local cache or on the server?
- Is it possible to access it?
- If it is possible, how to do it?