Thanks to Chris who helped me figure this out - I added the script below to the PersistentEngine Prefab, and it seems to work well. The 'Pause Subtitles/Sticky Subtitles' Options' visibility toggles On and Off depending on whether 'Show Subtitles' i…
Thanks Chris. I was getting the error:
"A script is calling 'PlayerMenus.GetMenus ()' before the Menus have been initialised - if this is a custom script, consider adjusting it's Script Execution Order."
I tried changing the script execut…
Thanks Chris, I'll try this soon.
ActionLists don't both target the player - the player has a Dab ActionList where he dabs (it plays a sfx and player animation), and the NPCDabResponse ActionList is the script attached to the NPC (plays an NPC dial…
Ah yes, I forgot to mention - the Global Variable that the StickySubtitles is linked to, is stored in the Player's Options Data. Sure thing, thanks - I'll ZIP the project (sans the huge Library folder) and PM you.
If you have trouble getting the pr…
Hi Chris - thanks so much for trying to help me. Unfortunately not I'm afraid, still the same thing.
I tried setting the StickySubtitles Element 'is visible' to 'off' initially in case that did anything, unfortunately not.
In case it helps with co…
Hi Chris - thanks so much for this. So, I put the script on an NPC and this works, but the issue I'm now facing is the NPC response happens immediately, and cancels out Bru's dab ActionList before the dab can happen.
Is there a way to get the dab an…
The script Grok was making didn't allow me to choose an ActionList Asset in the one field, despite repeated attempts by me to explain the field was only letting me choose scene-based Objects and I needed it to select an ActionList Asset.
My origina…
Hi Chris, thanks, I got around to trying this.
When I added the Debug to the second part of the script, I got this when turning the Subtitles and Sticky Subtitles options on and off:
(Image)
When I added the Debug to the first part of the script,…
Thanks Chris. And is there a separate method to change the font for character dialogue/subtitles when changing language, or does this script cover that too?
Thanks - making the borders bigger and tweaking their settings did the trick. The black bars still come more 'in' (fill the screen more at the top and bottom) in 21:9 than they do on 16:9, but I found a decent compromise I think.
Was v helpful bein…
Hi Chris, hope all well. A question please - I've released my demo on Steam. Seems to work on PC, Mac and Linux. A user tested it on Fedora Linux, he has a 38' wide screen, and reported that the black cutscene bars aren't showing correctly. Granted,…
Thanks! I think I eventually got the Mac and Windows demo and full game Options file and Saved Games files all syncing. The way I did it, and I may need to write a full guide to implementing Steamworks Achievements and Cloud Saves, was to edit the c…
Actually, please ignore the previous comment. I see the option file is being created properly at launch. Wasn't able to delete the comment.
I'm almost certain it's a problem with my SteamCloud settings. Having a time trying to get the demo cloud sa…
Hi Chris, hope all well. I'm finding some odd behaviour when launching the game from Steam - it could be a Steam issue. On start, the game almost always starts with a black screen, and sometimes freezes. I need to Alt-Tab out and back before it runs…
Hi Chris - I can confirm the Sticky Subtitles option does not hide after exiting the menu and going back in. Tested with a number of on-and-off options of both subtitles and sticky subtitles, triggering the player to say subtitles, etc.
It doesn't, I did try that as that's what I thought might be the case (only hiding once the menu was closed and re-opened), but will test again when I have Unity open.
Hi Chris, thanks I tried this new script replacement, but unfortunately the same result of crashing.
It seems that if I have any triggers with more than one Trigger component (eg one for enter and one for exit), or 2 triggers overlapping each other,…
Hi Chris,
Hope you had a good weekend.
Thanks for the suggestion - it doesn't seem to work unfortunately.
The 'Sticky Subtitles' option menu still shows even when 'Subtitles' are set to 'Off', and I'm still able to turn on 'Sticky Subtitles' with Su…