2nd TipsUI

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
MaxTorch
Posts: 2
Joined: 18 Nov 2021 23:59

2nd TipsUI

Post by MaxTorch »

I want to create a 2nd TipsUI with its own Tips.txt file. First I would duplicate TipsUI, rename it Tips2UI, but I can't seem to find how it points to Tips.txt so I can change it to point to Tips2.txt. Any help would be appreciated.

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: 2nd TipsUI

Post by idaot »

You'll need to know C# in order to be able to change the text tags and making these point towards the right tips text file. Most of the functions can be found within the custom scripts in TipsUI, but you'll need to override RevealableTMProText.cs as well

MaxTorch
Posts: 2
Joined: 18 Nov 2021 23:59

Re: 2nd TipsUI

Post by MaxTorch »

Thanks for the reply. I went through the custom scripts in TipsUI and RevealableTMProText.cs as well and still couldn't locate where to change or add to the script that points to Tips.txt. From your description it seems more complex than I thought though so i'll just go a different route.

Post Reply