Vaneyah Posted June 14, 2020 Share Posted June 14, 2020 Hi all, I would like to create a character that has the exact same mechanics, abilities, and base stats as Wortox, but I would like to rework the artwork, animations, voices, quotes etc. My question: how do I use the Wortox base files as a Character Template to work off of? Or any of the Klei characters, for that matter? I know that there are various character templates out there (e.g. Extended Sample Character Template), but these don't have the mechanics of say Souls, or Soul Hopping, coded in. Thanks in advance! Link to comment https://forums.kleientertainment.com/forums/topic/119041-using-a-pre-existing-character-as-a-character-template/ Share on other sites More sharing options...
pickleplayer Posted June 15, 2020 Share Posted June 15, 2020 Each character has their special properties code in their prefab files. so in the games files you'd find it in scripts/prefabs/wortox.lua You'll notice a lot of similarities in the way it's structured compared to the extended character template, like how it also has a common_postinit and master_postinit function. you'll pretty much have to make your template's code look like his. and he has a lot of code to copy over. Link to comment https://forums.kleientertainment.com/forums/topic/119041-using-a-pre-existing-character-as-a-character-template/#findComment-1342899 Share on other sites More sharing options...
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