rjshae Posted July 27, 2016 Posted July 27, 2016 Is it conceivable to do some NPC modding? I'd like to see some terse NPC conversations enhanced, such as in the Stronghold, and have some servants and wandering pets added. (Perhaps even some servants as prestige-only hirelings.) "It has just been discovered that research causes cancer in rats."
Xaratas Posted July 28, 2016 Posted July 28, 2016 To completly rewrite the existing conversations you only need to change the .conversation and .stringtable files. For basic text and branching this is the easy part. Pre- and Post Conditions, Rewarding items and such needs the guid of the thing, for which i don't know if we can get a full list (with reasonable work). Adding new conversations should need the guid of the NPC, most of them are in the existing files. Adding new NPCs is currently not easy. It should somehow go in the map definition and i have absolutely no idea how to inject a full npc into the unity files. 1 More modding for PoE II | How to Work with Stringtables
Xaratas Posted August 23, 2016 Posted August 23, 2016 Ok, for the guids should I be able to grab something from the unity assets bundle extractor api. That way I could get a full List of them. But C++ is not my main language, so it could take a bit. More modding for PoE II | How to Work with Stringtables
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now