1 Star 0 Fork 0

DIG丶Leon / 9liners-and-notepad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

9Liners & Notepad

Build Status

by: Chief Wiggum
BI Forum: https://forums.bistudio.com/forums/topic/178540-ingame-9liners-notepad/

Requirements

CBA_A3

Downloads

What is it?

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):

How does it work?

Usage as player

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.

Usage as mission maker

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!

Issues

Have any issues? Feature requests? Want to add on any more sheets? Submit an issue!

For Developers

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.

Install

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

Naming conventions

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

Prefixes

The prefix nln_ should be used where appropriate to avoid any potential name clashes with other mods.

Contact

For any questions, contact Saborknight (Arend) on the BI Forums or the 7th Air Assault Brigade's Discord.

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/diguo520/9liners-and-notepad.git
git@gitee.com:diguo520/9liners-and-notepad.git
diguo520
9liners-and-notepad
9liners-and-notepad
master

搜索帮助