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.
2nd TipsUI
-
- support
- Posts: 275
- Joined: 01 Aug 2020 08:25
Re: 2nd TipsUI
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
-
- Posts: 2
- Joined: 18 Nov 2021 23:59
Re: 2nd TipsUI
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.