Jump to content

Recommended Posts

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.

 

  • Like 1
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?

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...