Adding New SKills

Started by The-Eroks, March 31, 2017, 06:09:43 PM

Previous topic - Next topic

The-Eroks

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]

RawCode

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.

The-Eroks

Awesome. Heh, yeah, maybe "easy" wasn't the right word... Thanks for the info - seems straight forward enough.