corralesid 12 Posted June 8, 2019 I give credits to all mod makers but in some cases, Diary is not the best way to put this info. I once delete the diary entries from CBA, Task Force radio Usage, but i dont remember how... So the question is ¿How to delete information from Diary entries? (does entries that appear when you press the map key and appear Map, Gear and instructions). Share this post Link to post Share on other sites
corralesid 12 Posted June 8, 2019 To add for future help. Some mission templates have a briefing.sqf/sqs/html, you can delete the entries overwriting it. Share this post Link to post Share on other sites
beno_83au 1369 Posted June 8, 2019 Not sure that removing credits from people's work would be greatly appreciated, nor generate much help. And to be honest, I don't even notice any of the credits from mods/missions that have been placed into the briefing. They're usually in their own category and out of the way. 2 Share this post Link to post Share on other sites
Dedmen 2714 Posted June 12, 2019 On 6/8/2019 at 4:01 AM, corralesid said: I once delete the diary entries from CBA, Task Force radio Usage, but i dont remember how... CBA currently has a Diary entry change on-going, I brought this topic up and asked for settings to disable them https://github.com/CBATeam/CBA_A3/pull/1159#issuecomment-501223850 I will add a setting to TFAR too. 3 1 Share this post Link to post Share on other sites
Brostrom.A | Evul 35 Posted June 13, 2019 There are two new commands coming up in the next path that allow compleet removal of diary records: removeDiarySubject, removeDiaryRecord have not tested them tho. But as Dedmen mentioned I'm working on a client option to remove them. it's currently under review. Share this post Link to post Share on other sites
Dedmen 2714 Posted June 13, 2019 3 hours ago, Brostrom.A | Evul said: There are two new commands coming up in the next patch that allow complete removal of diary records: removeDiarySubject, removeDiaryRecord have not tested them tho. I have searched for them several times, but never found them 😄 I only found new syntax for the create ones. Will need to fix that See also on all the diary pages... oof. 1 Share this post Link to post Share on other sites
Brostrom.A | Evul 35 Posted June 13, 2019 Here are more 😛 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_Development_Branch_version_1.95 I found them via the development changelog 😛 Share this post Link to post Share on other sites
Dedmen 2714 Posted June 14, 2019 15 hours ago, Brostrom.A | Evul said: Here are more 😛 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_Development_Branch_version_1.95 The first two I already know intimately. The setDiaryRecordText I also found in the changelogs. I guess I need to practice reading. Share this post Link to post Share on other sites
corralesid 12 Posted July 17, 2019 Thank you guys for your support on GH, i read all about your posts. Im not sure but maybe the way i once did it was using the dev command REMOVEDIARYRECORd cause it sounds me like a DejaVú, but i dont know how i used it, cause im not in the realm, anyway im experimenting with a mix between your posts and one i found. look like: player createDiaryRecord ["cba_help_docs", localize "d"];h = [] spawn { waitUntil {!isNull (findDisplay 12)}; disableSerialization; a = player createDiarySubject ["cba_help_docs","My page 1"]; b = player createDiarySubject ["testPage2","My page 2"]; player createDiaryRecord ["cba_help_docs", ["Intel", "TEST 1 "]]; player createDiaryRecord ["testPage2", ["Intel", "TEST 2"]]; INDEX = [a]; ["HGF", "onEachFrame", { { ((findDisplay 12) displayCtrl 1001) lbDelete (_x-2); } forEach INDEX; }] call BIS_fnc_addStackedEventHandler; }; -------------------------------------------------------------- i need to debug but it worked.By the way , im giving in all my mission the correct way of credits, via titlecuts. Share this post Link to post Share on other sites