Editing the personality JSON - EDCD/EDDI GitHub Wiki
It's really painful to edit the personality JSON EDDI\SpeechResponder\eddi.json
so here's what I do instead.
- Copy
EDDI\SpeechResponder\eddi.json
to%appdata%\EDDI\personalities\dev.json
. - Edit it in Notepad++ or similar and change the name in line 2 to "dev".
- Make changes to the "dev" personality in the EDDI UI.
- Test with the "dev" personality selected.
- If the test is good, use your favourite diff tool (I like "Beyond Compare") to selectively move the changes into
EDDI\SpeechResponder\eddi.json
. - Rebuild the solution and use EDDI's edit view -> show diffs, to check that the relevant event script in the "dev" personality no longer has any diffs from the version that will be shipped.