by: Chief Wiggum
BI Forum: https://forums.bistudio.com/forums/topic/178540-ingame-9liners-notepad/
9Liners & Notepad is a client-side mod, that allows you to open a couple of documents, like a notepad or CAS-9Liner directly ingame. You can simply open these documets by pressing the assigned shortcut and you'll be able to write on them, save them or clear them. Once you save a page, it will be bound to your profile, which means, that even if you leave the mission and join a different one, your note will still be on the page where you wrote it down.
9Liners & Notepad brings the following documents to your game:
- CAS 9Liner sheet:
- Medivac 9Liner sheet:
- Notepad:
- Gunship Call-For-Fire 5Liner sheet:
- CAS Check-In Briefing sheet:
- Adjust-Fire-Mission sheet:
- Fire-For-Effect-Mission sheet:
- Marking-Mission sheet:
- Target-Location-Methods Help sheet (no interaction):
First off, you have to press ESC and navigate to: Options\Controls\Configure Addons\9Liners & Notepad
.
Here you have to assign a hotkey for each document. Also make sure to assign the 'Disable Controls' hotkey. You'll need it later.
Once you've assigned your hotkeys, you're able to open the documents by pressing the hotkeys.
Each document works the following way:
- Pressing the left arrow opens the previous page
- Pressing the right arrow opens the next page
- Pressing 'SAVE' saves the current page.
- Pressing 'CLEAR PAGE' clears the current page
- Pressing 'CLEAR ALL' clears all pages
Note: There isn't any kind of "Do you really want to..." selection if you press "CLEAR PAGE/ALL". So think before you press it! - Do a single click next to the document will enable controls.
You'll be able to control you character/vehicle, use TFAR and everything else while the document is shown.
In order to release the controls of your character/vehicle and edit the document, simply press your 'Disable Controls' Hotkey that you've assigned earlier. - Do a double click next to the document will close it.
You can also close it by pressing ESC.
Each document will open at the page where you previously closed it.
This mod uses the profileNamespace
command to save the pages text. Each page has its own variable in profileNamespace
.
If you want so set each users text on page 1 of their notepads to "I MADE THIS MISSION!", simply add this to your init.sqf:
profileNamespace setVariable ["cw_noteblock_pageText_1", "I MADE THIS MISSION!"];
If you want only one user to have this text on page1, you have to run this code in a local script. You can also use an other page for this! (Notepad contains 50 pages)
Hope you like it,
~ Chief Wiggum
Note: I'm not liable for any damages/crashes...etc. at your system or yourself!
Have any issues? Feature requests? Want to add on any more sheets? Submit an issue!
Send in your Pull Requests for any changes you would like to be made to the mod. Any and all help in the development of this mod is very welcome.
Currently the build system is being worked on. Once done, this will allow for easy building of the mod for use in Arma 3.
The build system will require:
- Python 3
- Arma 3 Tools on Steam
There are a few ways this mod has been named in the past (9liners_and_notepad, 9liner_and_notepad, 9Liners_and_Notepad, 9Liner_and_Notepad, nineliner_and_notepad, etc.)
To normalise these names, and make them less likely to run into problems in the future regarding the inclusion of a number in the name:
- for code: nineliners_and_notepad
- for urls: 9liners-and-notepad
- for presentation: 9Liners & Notepad
The prefix nln_
should be used where appropriate to avoid any potential name clashes with other mods.
For any questions, contact Saborknight (Arend) on the BI Forums or the 7th Air Assault Brigade's Discord.