-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPC Hostility #3
Comments
Ah I have just found the bit in the template that you make as Sin, I wonder if thats what I am looking for |
looking at my saves it seems the sin section does not change |
I am guessing there will be a large amount of data around npc's. as things like dialoge state (i.e. has something new to say), sins, stock(for vendors) must be stored somewhere. |
Yep, saves have states for npc. Their attributes (hostile or not, dialogs passed or something). Probably there was no direct goal to achieve that states. But still it's possible to make.
Unfortunately, I have no time to complete this quest and still I don't have any idea then i get back to discover hidden knowledge. |
Hy tarvitz thanks for the info, got the spy.py script running but not seeing any output.. just says Whych menu button do you mean ? |
It should be start button, that invokes top right menu bar. python ./scripts/spy.py -f remote/draks0005.sl2 -w json/watch.json Look closer into json/watch.json. |
@zagarachi, is there any positive progress there? |
Hey, I had another look at the spy python script at the weekend, it looks like its throwing an error on the I am using python 3.3 so maybe thats the reason? |
@zagarachi |
@zagarachi, there's some progress here. I fixed some parts of spy process so on my windows python3.5 spy works well. There's json/inventory.json file table that could help you to figure out how to configure spy :). I strongly suggest to use 010editor (6.x version) and current templates ( Sorry I can't provide full and totally descriptive process how to work fast and proper with given tools, but I think you can handle it by yourself ;) |
Firstly Great project, admire the amount of work put in for what is now a very old game :P
I have been playing DS for a while now and accidentally ended up in the situation where I have an attacked both an npc that I wish I had not and also the npc that gives Absolution so I am somewhat stuck in terms of resetting their status. (dodgy mouse... :P )
Since I am a software dev by trade I decided to start breaking down the save files to see if I could reset it there. (I imagine it must be stored there somewhere)
My current process involves going to a shrine near an npc, copying the save file, and then attacking the npc and returning to the shrine and copying the file again. I am then using a diff tool to compare the two files and see if I can see anything obvious.
So far I have come up empty, so I thought I would reach out to you to see if you had any ideas of where to look :p
Any help would be awesome :)
The text was updated successfully, but these errors were encountered: