STEAM GROUP
Final Fantasy - Modding FF-Modding
STEAM GROUP
Final Fantasy - Modding FF-Modding
248
IN-GAME
2,168
ONLINE
Founded
July 26, 2015
Language
English
Location
United States 
All Discussions > Final Fantasy IX > Topic Details
Annyoing "!" and "card" icons everywhere, just everywhere....
Would it be possible to get rid of that annyoing "!" and "card" icons when approaching NPC characters? The PSOne version only had "!" icon and only when you found some treasure.

That "!" and "card" icons may have sense in the mobile versions, but in the PC version are completely useless and annoying. At least according to me.
< >
Showing 1-11 of 11 comments
Moogy Dec 30, 2016 @ 5:30am 
same here, would be nice to change it back to the way it was
Blackened Halo Dec 30, 2016 @ 7:46am 
Originally posted by Moogy:
same here, would be nice to change it back to the way it was

i dont think it would be difficult for a moder, but I would like to see if anyone was interested in this
TBC Feb 6, 2017 @ 10:05pm 
I'm interested in this.
Nyx Mar 11, 2017 @ 2:06pm 
+1
Tirlititi Mar 11, 2017 @ 3:00pm 
You can remove those by short-circuit the method "EIcon::PollCollisionIcon".

With Memoria: Open "EIcon.cs", write a "return false" at the start of the function "PollCollisionIcon" and compile the thing.
With Hades Workshop: Go to "CIL Code" then search for "EIcon" -> "PollCollisionIcon" and replace the 2nd line "stloc.0" by "ret".

PollCollisionIcon handles only the bubbles that were added for the Steam version, so you still have the bubbles for the treasures and stuff.
Nyx Mar 11, 2017 @ 3:31pm 
Originally posted by Tirlititi:
You can remove those by short-circuit the method "EIcon::PollCollisionIcon".

With Memoria: Open "EIcon.cs", write a "return false" at the start of the function "PollCollisionIcon" and compile the thing.
With Hades Workshop: Go to "CIL Code" then search for "EIcon" -> "PollCollisionIcon" and replace the 2nd line "stloc.0" by "ret".

PollCollisionIcon handles only the bubbles that were added for the Steam version, so you still have the bubbles for the treasures and stuff.
Not that it's too important but does that mean that when you'll aprproach an NPC you can play cards with, the normal ! bubble will be on the side instead of the top of your head? (but they'll be no card bubble)
Last edited by Nyx; Mar 11, 2017 @ 3:32pm
Tirlititi Mar 11, 2017 @ 3:49pm 
Nop, there won't be a ! bubble anymore as well (there were none in PSX).

If you want to do it like you describe (basically only removing the card bubble), you need to change the call of "PollFIcon(2)" into a "PollFIcon(1)" inside that same method.
I described here[forums.qhimm.com] the possible variations, using HW.
Kiva'n Feb 3, 2018 @ 1:28pm 
Originally posted by Tirlititi:
You can remove those by short-circuit the method "EIcon::PollCollisionIcon".

With Memoria: Open "EIcon.cs", write a "return false" at the start of the function "PollCollisionIcon" and compile the thing.
With Hades Workshop: Go to "CIL Code" then search for "EIcon" -> "PollCollisionIcon" and replace the 2nd line "stloc.0" by "ret".

PollCollisionIcon handles only the bubbles that were added for the Steam version, so you still have the bubbles for the treasures and stuff.

I don't use Memoria or Hades Workshop, how or where do I edit to remove exclamation marks as OP mentioned?
Tirlititi Feb 3, 2018 @ 1:57pm 
Did you get one of these two tools?
Hades Workshop: http://forums.qhimm.com/index.php?topic=14315.0
Memoria: http://steamcommunity.com/groups/ff-modding/discussions/13/357284131804133221/

You can't do anything without one of them.
vscr Dec 7, 2019 @ 2:28pm 
Originally posted by Tirlititi:
Did you get one of these two tools?
Hades Workshop: http://forums.qhimm.com/index.php?topic=14315.0
Memoria: http://steamcommunity.com/groups/ff-modding/discussions/13/357284131804133221/

You can't do anything without one of them.

i completely agree with OP.

will this play nice with moguri mod?
Last edited by vscr; Dec 7, 2019 @ 7:57pm
vscr Dec 8, 2019 @ 5:08am 
oh wow! there's already a setting for this in memoria.ini.

i think you have to set hidecard=1 and enabled=1
< >
Showing 1-11 of 11 comments
Per page: 1530 50

All Discussions > Final Fantasy IX > Topic Details