Skip to content

Commit

Permalink
Merge pull request #3 from tuntematonjr/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
tuntematonjr authored Jan 24, 2021
2 parents 65c78f6 + 6172f03 commit 96d25ce
Show file tree
Hide file tree
Showing 49 changed files with 4,897 additions and 602 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.pbo
*.bak
*.lnk
*.bikey
*.txt
*.md
*.p3d
*.paa
*.png
*.ogg
37 changes: 0 additions & 37 deletions CustomControlClasses.h

This file was deleted.

Binary file added Data/afilogo.paa
Binary file not shown.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Arma Public License Share Alike (APL-SA)
https://www.bohemia.net/community/licenses/arma-public-license-share-alike


Can be re-uploaded to workshop if original content is credited and linked.
17 changes: 0 additions & 17 deletions README.md

This file was deleted.

269 changes: 0 additions & 269 deletions Tun_Firesupport_Dialog.h

This file was deleted.

1 change: 1 addition & 0 deletions addons/artycomputer_models/$PREFIX$
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x\tun\addons\artycomputer_models
35 changes: 35 additions & 0 deletions addons/artycomputer_models/config.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include "script_component.hpp"

class CfgPatches
{
class tun_artycomputer_models
{
requiredVersion = 1.94;
requiredAddons[] = {"A3_Weapons_F","cba_main","cba_xeh","cba_settings"};
units[]={};
weapons[]={"tun_tablet"};
author = "Immonen & Nurmi";
authorUrl = "https://armafinland.fi/";
};
};

class CfgWeapons {
class CBA_MiscItem;
class CBA_MiscItem_ItemInfo;


class tun_tablet: CBA_MiscItem
{
displayName="Military Tablet";
scope=2;
author="Immonen & Nurmi";
picture= "\x\Tun\addons\artycomputer_models\data\tablet_icon.paa";
model= "\x\Tun\addons\artycomputer_models\tablet.p3d";
icon= "\x\Tun\addons\artycomputer_models\data\tablet_icon.paa";
descriptionShort="Tablet used to run AFI (Advanced Firesupport Interface)";
class ItemInfo: CBA_MiscItem_ItemInfo {
mass = 2;
};
};
};

Loading

0 comments on commit 96d25ce

Please sign in to comment.