Gamida Posted May 21, 2022 Share Posted May 21, 2022 Could there be an option to turn off the blinking journal icon in the game. I have played enough now that I don't really need to read them anymore but having to constantly go and click on them to stop it is getting a little annoying for me. I know it is still useful for newer players and I even mention it sometimes when watching new players on Twitch but for me, I need to be able to just turn the damn thing off. 1 Link to comment Share on other sites More sharing options...
Boidster Posted May 21, 2022 Share Posted May 21, 2022 I got you: It's crude, but effective. You can still click on the icon's location to bring up the journal. In file windows.xml, change this: <button pos="476,-21" name="Journal" sprite="ui_game_symbol_pen" tooltip_key="xuiJournal" style="press, hover, paging.window.icon" /> to this: <button pos="476,-21" name="Journal" sprite="" tooltip_key="xuiJournal" style="press, hover, paging.window.icon" /> >poof< it's invisible. 1 Link to comment Share on other sites More sharing options...
Gamida Posted May 23, 2022 Author Share Posted May 23, 2022 (edited) On 5/21/2022 at 3:09 PM, Boidster said: I got you: It's crude, but effective. You can still click on the icon's location to bring up the journal. In file windows.xml, change this: <button pos="476,-21" name="Journal" sprite="ui_game_symbol_pen" tooltip_key="xuiJournal" style="press, hover, paging.window.icon" /> to this: <button pos="476,-21" name="Journal" sprite="" tooltip_key="xuiJournal" style="press, hover, paging.window.icon" /> >poof< it's invisible. Had a look and couldn't find it. Maybe it has been changed in 20.5 EDIT: NVM, found it was searching for <button pos="476,-21" name="Journal" sprite but for some reason it couldn't find it. Shortened it to just "Journal" and it worked...thanks again Edited May 23, 2022 by Gamida (see edit history) Link to comment Share on other sites More sharing options...
BFT2020 Posted May 25, 2022 Share Posted May 25, 2022 On 5/22/2022 at 9:58 PM, Gamida said: Had a look and couldn't find it. Maybe it has been changed in 20.5 That's because we have to work on Boidster's customer service skills. 😉 I bet you would have found it if he said: Quote Look here window name="windowPagingHeader" change: <button pos="476,-21" name="Journal" sprite="ui_game_symbol_pen" tooltip_key="xuiJournal" style="press, hover, paging.window.icon" /> to this: <button pos="476,-21" name="Journal" sprite="" tooltip_key="xuiJournal" style="press, hover, paging.window.icon" /> I go a slightly different route and try to post snippets of the code to help the person find it <window name="windowPagingHeader" controller="WindowSelector" style="paging.window" cursor_area="true"> --------- <button pos="476,-21" name="Journal" sprite="ui_game_symbol_pen" tooltip_key="xuiJournal" style="press, hover, paging.window.icon" /> --------- </window> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now