Jump to content

HOW TO: Remove the Journal


Cherdenko

Recommended Posts

As some of you guys may have allready seen, the journal kicks coz of a script restriction, if you open the last page.

Also some of you guys might allready have a custom ui and don´t want the journal, coz you simply don´t like it.

So here ill present you a way to disable the journey completly:

 

1. for people who don´t have a custom keyboard
 

  Reveal hidden contents

for people who do have the custom keyboard.sqf:

  Reveal hidden contents

 

 

Link to comment
Share on other sites

  On 4/12/2017 at 11:52 AM, salival said:

Hey,

It depends on what it's kicking for, I'm guessing you're not using the stock epoch battleye filters? I am not sure if infistar has them whitelisted or not.

Expand  

Kick me for that     #7           ""_2","_1","_b","_idc_arr","_extra_kills","_tally_kills","_full_box_count","_partial_box_tally","_add_kills"];

Link to comment
Share on other sites

  On 4/12/2017 at 1:27 PM, Petite said:

Kick me for that     #7           ""_2","_1","_b","_idc_arr","_extra_kills","_tally_kills","_full_box_count","_partial_box_tally","_add_kills"];

Expand  

It's kicking you for _box (which is stupid) I would either remove line #9 from scripts.txt: 

5 "_box" !="{show_loot_infiSTAR = !show_loot_infiSTAR;};\n};\nif(isNil \"show_boxes_infiSTAR\")then{show_boxes_infiSTAR = false;};\nfnc_BoxS = {\n"

Or add the exception to it:

5 "_box" !="{show_loot_infiSTAR = !show_loot_infiSTAR;};\n};\nif(isNil \"show_boxes_infiSTAR\")then{show_boxes_infiSTAR = false;};\nfnc_BoxS = {\n" !="private [\"_count\",\"_kills\",\"_5\",\"_4\",\"_3\",\"_2\",\"_1\",\"_b\",\"_idc_arr\",\"_extra_kills\",\"_tally_kills\",\"_full_box_count\",\"_partial_box_tally\",\"_add_kills\"];"

I haven't tested this but it should work okay

 

@infiSTAR @infiSTAR.de

Link to comment
Share on other sites

  On 4/12/2017 at 6:53 PM, salival said:

It's kicking you for _box (which is stupid) I would either remove line #9 from scripts.txt: 

5 "_box" !="{show_loot_infiSTAR = !show_loot_infiSTAR;};\n};\nif(isNil \"show_boxes_infiSTAR\")then{show_boxes_infiSTAR = false;};\nfnc_BoxS = {\n"

Or add the exception to it:

5 "_box" !="{show_loot_infiSTAR = !show_loot_infiSTAR;};\n};\nif(isNil \"show_boxes_infiSTAR\")then{show_boxes_infiSTAR = false;};\nfnc_BoxS = {\n" !="private [\"_count\",\"_kills\",\"_5\",\"_4\",\"_3\",\"_2\",\"_1\",\"_b\",\"_idc_arr\",\"_extra_kills\",\"_tally_kills\",\"_full_box_count\",\"_partial_box_tally\",\"_add_kills\"];"

Its working with that, Thanks!

 

@infiSTAR @infiSTAR.de

Expand  

 

I will try that but probably change the 5 to 1.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...