Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive: Conquest

A successor to first Strive For Power game, currently at alpha stage · By Strive4Power

Fixed the mistake on tooltip!!!

A topic by Pawliker created Jul 12, 2021 Views: 390 Replies: 5
Viewing posts 1 to 5
(1 edit) (+1)

I managed to fix the tooltip problem by deleting an input comamnd... for those who have the same problem and for the developers who might or not already looked at it!!!

The Route is: Assets/data/ResourceScripts.gd

What I did is compare the new release with the older one... The line 71 has some extra input_handler (The one with the #, I dare to think the programer was trying to put the line in comment,  beacuse there was already an input_handler... I could be wrong about that but what I did, sure fixed the problem)

P.S: I discovered this a while ago, but also having somethings fixed too... Like the gallery shows up in the menu... quite interesting :)


Just to clarify   (this bug is mentioned elsewhere!)   ----you commented out/deleted  LINE 72???

(1 edit)

Delete the line 71 not the 72, (the one with the #, DONT FORGET DELETING THE COMMA AS WELL) if you hadn't modified the file yet, it must looked like the right text... the solution is deleting the line 71, making it looked like the left one...

:)

will try that.    THANKS!

Let me know if that helped you!!!

sorry no dice;    FYI   if a line's commented out,  won't matter if you delete it or not;  *PLUS*,   this is a "TRIGGERED* bug,  (works fine at game start)  which mean it also works fine again if you exit & restart app. 

Just an idea  (if STRIVE4) is reading this----but maybe somehow linked to the use of "shift" command?   (to show details when pop-up info window is showing)  
--->>>       On at least I think one trial,  if I *NEVER* hit "shift"   it always worked.      (but important to know detail----compare, replicate etc)
Used 2 looking at Renpy (VNs!)  what prog script lan did u use?