goldfish911 Posted September 18, 2013 Share Posted September 18, 2013 Hi,Just curious, can any of the built-in files for characters be temporarily overwritten using a mod?I say temporarily, because I want the character to revert to normal after the mod is disabled. Link to comment https://forums.kleientertainment.com/forums/topic/27936-how-do-you-overwrite-linestextures-for-a-default-character-using-a-mod/ Share on other sites More sharing options...
Heavenfall Posted September 18, 2013 Share Posted September 18, 2013 The string tables are loaded before your mod, so you can just do from your mod GLOBAL.STRINGS.CHARACTERS.WOLFGANG.ANNOUNCE_CANFIX = "Yolo swag" in your modmain.lua. The whole string tables can be found in strings.lua, from line 2247 they define the characters' describe strings that you find in other files. Link to comment https://forums.kleientertainment.com/forums/topic/27936-how-do-you-overwrite-linestextures-for-a-default-character-using-a-mod/#findComment-324677 Share on other sites More sharing options...
goldfish911 Posted September 18, 2013 Author Share Posted September 18, 2013 What about graphics? Like, changing one's appearance? Link to comment https://forums.kleientertainment.com/forums/topic/27936-how-do-you-overwrite-linestextures-for-a-default-character-using-a-mod/#findComment-324849 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