2nd TipsUI

Posted: 25 Feb 2022 08:47
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.


Re: 2nd TipsUI

Posted: 25 Feb 2022 09:04
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


Re: 2nd TipsUI

Posted: 25 Feb 2022 18:57
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.