Onemy Posted Sunday at 04:14 PM Share Posted Sunday at 04:14 PM I don't want to make a very complex modded character, I just want to copy the mechanics of WX-78 and maybe modify some things, but I don't know how to copy the perks, items, and skill tree from WX-78 to my modded character. Link to comment https://forums.kleientertainment.com/forums/topic/172016-help-i-would-like-to-know-how-to-copy-a-characters-mechanics/ Share on other sites More sharing options...
Haruhi Kawaii Posted Monday at 01:51 PM Share Posted Monday at 01:51 PM 21 hours ago, Onemy said: I don't want to make a very complex modded character, I just want to copy the mechanics of WX-78 and maybe modify some things, but I don't know how to copy the perks, items, and skill tree from WX-78 to my modded character. Simply copy the entire code in wx78.lua and edit a few places if anything is wrong, or use this method. 1 Link to comment https://forums.kleientertainment.com/forums/topic/172016-help-i-would-like-to-know-how-to-copy-a-characters-mechanics/#findComment-1870764 Share on other sites More sharing options...
Onemy Posted Tuesday at 02:43 AM Author Share Posted Tuesday at 02:43 AM 12 hours ago, Haruhi Kawaii said: Simply copy the entire code in wx78.lua and edit a few places if anything is wrong, or use this method. But what should I modify in wx78.lua? Should I replace all the "wx78_..." entries with the name of my modded character? Link to comment https://forums.kleientertainment.com/forums/topic/172016-help-i-would-like-to-know-how-to-copy-a-characters-mechanics/#findComment-1870883 Share on other sites More sharing options...
Haruhi Kawaii Posted Tuesday at 10:37 AM Share Posted Tuesday at 10:37 AM 7 hours ago, Onemy said: But what should I modify in wx78.lua? Should I replace all the "wx78_..." entries with the name of my modded character? No, you shouldn't modify the actual wx78.lua. What you need to do is copy the code from wx78.lua into your custom character's script and modify it from there. You don't need to copy or change the "wx78_..." entries in your mod unless you plan on extensively tweaking them; they can stay as they are. Just make sure to update the character name in the last line of your file: return MakePlayerCharacter("your_character_name", prefabs, assets, common_postinit, master_postinit) wx78.zip Link to comment https://forums.kleientertainment.com/forums/topic/172016-help-i-would-like-to-know-how-to-copy-a-characters-mechanics/#findComment-1870941 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