Ludeon Forums

RimWorld => Mods => Help => Topic started by: The-Eroks on March 31, 2017, 06:09:43 PM

Title: Adding New SKills
Post by: The-Eroks on March 31, 2017, 06:09:43 PM
Hello all!

How do we add new skills/a tutorial on the topic? I did tinker with the .xml file, did "add" a new skill, and it does appear in-game. However, the default UI doesn't have enough room for the new skill (see attached). For all intents and purposes (and aside from the UI), is "adding" a new skill that simple?

Is there any easy workaround for the UI issue?

How can I add a scroll bar or resize the character UI if required? Are there any mods which already do this?

Thanks for the help! If I find any tutorials or learn something new, I'll post it here.

[attachment deleted by admin due to age]
Title: Re: Adding New SKills
Post by: RawCode on April 02, 2017, 12:25:19 PM
there are no easy workarounds, you must put time and effort, always.

obvious resolution of problem is injection of custom GUI frame, and it's not "easy" you will need custom implementation of GUI frame, code injection stuff can be found in tools section of forum.
Title: Re: Adding New SKills
Post by: The-Eroks on April 02, 2017, 01:54:22 PM
Awesome. Heh, yeah, maybe "easy" wasn't the right word... Thanks for the info - seems straight forward enough.