DaS-PC-MPChan icon indicating copy to clipboard operation
DaS-PC-MPChan copied to clipboard

Read book of the guilty

Open Chronial opened this issue 9 years ago • 5 comments

The book of the guilty suggests, that there is some p2p sharing of sin information. If we could read that data, we could massively expand the list of possible targets for darkmoon followers.

Maybe looking for the names listed in the book in memory would be a starting point?

Chronial avatar May 11 '16 10:05 Chronial

I'll have to check if this data is stored locally. I always assumed it just checked the online leaderboards, which would be a costly lookup to recreate.

Wulf2k avatar May 12 '16 16:05 Wulf2k

The book of the guilty isn't stored locally. When you view it it makes a request to the server.

Tapping into this would require some fairly complex coding. Nothing impossible as far as I can see, but definitely more difficult than simply parsing some memory.

Wulf2k avatar May 13 '16 04:05 Wulf2k

Can you find the memory location where the data is put after you read the book? I think requiring the player to actually read the book for this to work is fine, imho it actually adds a nice roleplaying element to the mechanic.

Chronial avatar May 13 '16 05:05 Chronial

I had the memory location of the "advanced info", but didn't explore the list too much.

I'd be surprised if the player could find a single online player within 5 minutes of scanning the book of the guilty.

Wulf2k avatar May 13 '16 14:05 Wulf2k

I found out how to read the book, and we could even do this outside of the game, on the server. The problem is that book entries are tied to steamid, not actual characters. So I'm not so sure anymore how useful this would be.

Chronial avatar Oct 11 '17 18:10 Chronial