Skip to content

Commit f9ed03f

Browse files
authored
feat: Add AFM_PapaBear Addon (#13)
* feat: Add initial version of AFM_PapaBear mod * feat: Add number station feature
1 parent 35c3ae3 commit f9ed03f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2085
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SCR_MissionHeader {
2+
World "{3945917E8D06F940}worlds/AFM_DevWorld.ent"
3+
m_sName "DEV WORLD"
4+
m_sAuthor "nielu"
5+
m_sIcon "{6CFADAEE9287D1D2}UI/Textures/MissionThumbnails/Default.edds"
6+
m_iPlayerCount 8
7+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
MetaFileClass {
2+
Name "{5919F9F16E22F207}Missions/TestMission.conf"
3+
Configurations {
4+
CONFResourceClass PC {
5+
}
6+
CONFResourceClass XBOX_ONE : PC {
7+
}
8+
CONFResourceClass XBOX_SERIES : PC {
9+
}
10+
CONFResourceClass PS4 : PC {
11+
}
12+
CONFResourceClass PS5 : PC {
13+
}
14+
CONFResourceClass HEADLESS : PC {
15+
}
16+
}
17+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SCR_ChimeraCharacter {
2+
ID "520EC961A090B1EE"
3+
components {
4+
SCR_CommunicationSoundComponent "{54FD05D0C92D071F}" {
5+
Filenames + {
6+
"{975D65221C78BE1F}Sounds/ofp_04r1.acp"
7+
}
8+
}
9+
}
10+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
MetaFileClass {
2+
Name "{37578B1666981FCE}Prefabs/Characters/Core/Character_Base.et"
3+
Configurations {
4+
EntityTemplateResourceClass PC {
5+
}
6+
EntityTemplateResourceClass XBOX_ONE : PC {
7+
}
8+
EntityTemplateResourceClass XBOX_SERIES : PC {
9+
}
10+
EntityTemplateResourceClass PS4 : PC {
11+
}
12+
EntityTemplateResourceClass PS5 : PC {
13+
}
14+
EntityTemplateResourceClass HEADLESS : PC {
15+
}
16+
}
17+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SCR_PlayerController : "{6E2BB64764E3BE9B}Prefabs/Characters/Core/DefaultPlayerController.et" {
2+
ID "1A9BA6BEFA06E3B1"
3+
components {
4+
AFM_RadioMessageNetworkComponent "{64D8A11CC0291C1A}" {
5+
}
6+
}
7+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
MetaFileClass {
2+
Name "{225E51284CC95CFA}Prefabs/Characters/Core/DefaultPlayerControllerMP.et"
3+
Configurations {
4+
EntityTemplateResourceClass PC {
5+
}
6+
EntityTemplateResourceClass XBOX_ONE : PC {
7+
}
8+
EntityTemplateResourceClass XBOX_SERIES : PC {
9+
}
10+
EntityTemplateResourceClass PS4 : PC {
11+
}
12+
EntityTemplateResourceClass PS5 : PC {
13+
}
14+
EntityTemplateResourceClass HEADLESS : PC {
15+
}
16+
}
17+
}
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
GenericEntity : "{4CC2C69DE1AEF103}Prefabs/Props/Core/Destructible_Props_Base.et" {
2+
ID "F0DBA538AC2A0552"
3+
components {
4+
BaseRadioComponent "{64DE874BB9E988C5}" {
5+
"Encryption key" "chickenNuggets"
6+
"Turned on" 1
7+
Transceivers {
8+
RadioTransceiver "{64DE87482CDDB214}" {
9+
ChannelFrequency 44500
10+
}
11+
}
12+
}
13+
MeshObject "{5872F0EB7FA40561}" {
14+
Object "{DBE3AEFE90AC25D0}Assets/Props/Military/Radios/RadioStation_R123M_01.xob"
15+
}
16+
RigidBody "{5872F0EB7DFB5A9D}" {
17+
ModelGeometry 1
18+
}
19+
SCR_RadioComponent "{64DE874807A28CF0}" {
20+
}
21+
ActionsManagerComponent "{64DE87480B4E8311}" {
22+
ActionContexts {
23+
UserActionContext "{64DE874809D46AE1}" {
24+
UIInfo UIInfo "{64DE87480FAEE367}" {
25+
}
26+
ContextName "default"
27+
Position PointInfo "{64DE87480DB5809B}" {
28+
Offset -0.1 0.1 0
29+
}
30+
}
31+
UserActionContext "{64DF0404005F5367}" {
32+
UIInfo UIInfo "{64DF040405C8AE06}" {
33+
Name "Radio management"
34+
}
35+
ContextName "radio_management"
36+
Position PointInfo "{64DF04040D761839}" {
37+
Offset 0.1 0.1 0
38+
}
39+
}
40+
}
41+
additionalActions {
42+
AFM_NumberStationAction "{64DE8748359732AE}" {
43+
ParentContextList {
44+
"default"
45+
}
46+
m_eMessageType NUMBER_STATION_E06
47+
m_sNumberStationMessage "1111 2137 2137 2137 1111 "
48+
m_iCharacterDelay 800
49+
m_iPauseDelay 1200
50+
}
51+
AFM_NumberStationAction "{64DF0400DBD1AFE3}" {
52+
ParentContextList {
53+
"default"
54+
}
55+
m_eMessageType NUMBER_STATION_S25
56+
m_sNumberStationMessage "469 2137 2137 2137 469"
57+
m_bIsMessageLooped 0
58+
}
59+
AFM_StationaryRadioTuningUserAction "{64DF0404032CE29F}" {
60+
ParentContextList {
61+
"radio_management"
62+
}
63+
}
64+
AFM_StationaryRadioTuningUserAction "{64DF040439F73E63}" {
65+
ParentContextList {
66+
"radio_management"
67+
}
68+
m_bTuneUp 1
69+
}
70+
}
71+
}
72+
RplComponent "{5624A88DC2D9928D}" {
73+
Enabled 1
74+
}
75+
Hierarchy "{64DE8758857D4379}" {
76+
}
77+
SignalsManagerComponent "{64DE8749D641A65C}" {
78+
}
79+
}
80+
coords 0 0 0
81+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
MetaFileClass {
2+
Name "{707120C3AEF89536}Prefabs/Props/Military/Radios/AFM_LoopRadioStation.et"
3+
Configurations {
4+
EntityTemplateResourceClass PC {
5+
}
6+
EntityTemplateResourceClass XBOX_ONE : PC {
7+
}
8+
EntityTemplateResourceClass XBOX_SERIES : PC {
9+
}
10+
EntityTemplateResourceClass PS4 : PC {
11+
}
12+
EntityTemplateResourceClass PS5 : PC {
13+
}
14+
EntityTemplateResourceClass HEADLESS : PC {
15+
}
16+
}
17+
}
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
GenericEntity : "{12DFA1CC555DFEF4}Prefabs/Props/Military/Compositions/RadioStation_base.et" {
2+
ID "F0DBA538AC2A0552"
3+
components {
4+
SignalsManagerComponent "{64DCC2C42BF27E23}" {
5+
}
6+
BaseRadioComponent "{64DCC2C42F44BEF2}" {
7+
"Encryption key" "chickenNuggets"
8+
"Turned on" 1
9+
Transceivers {
10+
RadioTransceiver "{64DCC2C4D197047A}" {
11+
ChannelFrequency 48000
12+
"Transmitting Range" 50000
13+
}
14+
}
15+
}
16+
MeshObject "{5872F0EB7FA40561}" {
17+
Object "{0F55504A35401163}Assets/Props/Military/Radios/RadioStation_ANPRC77_01.xob"
18+
}
19+
SCR_FactionAffiliationComponent "{5CB6D5B110622424}" {
20+
"faction affiliation" "US"
21+
}
22+
SCR_RadioComponent "{64DCC2C4C4C1CFCC}" {
23+
}
24+
ActionsManagerComponent "{5CB6D5B110622410}" {
25+
ActionContexts {
26+
UserActionContext "{64DCC2C4CE20B74A}" {
27+
UIInfo UIInfo "{64DCC2C4CC7F063A}" {
28+
Name "Default"
29+
}
30+
ContextName "Default"
31+
Position PointInfo "{64DCC2C4F0530B11}" {
32+
Offset -0.1 0.1 0
33+
}
34+
}
35+
UserActionContext "{64DF04052B0B8302}" {
36+
UIInfo UIInfo "{64DF040528000362}" {
37+
Name "radio management"
38+
}
39+
ContextName "radioManagement"
40+
Position PointInfo "{64DF0405D1CC073A}" {
41+
Offset 0.1 0.1 0
42+
}
43+
}
44+
}
45+
additionalActions {
46+
AFM_SendRadioMessageAction "{64DCC2C4F664FC63}" {
47+
ParentContextList {
48+
"Default"
49+
}
50+
UIInfo UIInfo "{64DCC2C4FA2736E8}" {
51+
Name "Armaforces"
52+
}
53+
ActionTitle "Arfmaforces"
54+
Duration 0
55+
m_eMessageType ARMAFORCES
56+
}
57+
AFM_SendRadioMessageAction "{64DCC2C4E582671D}" {
58+
ParentContextList {
59+
"Default"
60+
}
61+
UIInfo UIInfo "{64DCC2C4E582675D}" {
62+
Name "Donuts"
63+
}
64+
ActionTitle "Donuts"
65+
Duration 0
66+
m_eMessageType DONUTS
67+
}
68+
AFM_SendRadioMessageAction "{64DCC2CAC5919D52}" {
69+
ParentContextList {
70+
"Default"
71+
}
72+
UIInfo UIInfo "{64DCC2CAC5919DC1}" {
73+
Name "My everon"
74+
}
75+
ActionTitle "My everon"
76+
Duration 0
77+
m_eMessageType MY_EVERON
78+
}
79+
AFM_StationaryRadioTuningUserAction "{64DF0405D9C2B5F7}" {
80+
ParentContextList {
81+
"radioManagement"
82+
}
83+
}
84+
AFM_StationaryRadioTuningUserAction "{64DF0405CBFE3D6E}" {
85+
ParentContextList {
86+
"radioManagement"
87+
}
88+
m_bTuneUp 1
89+
}
90+
}
91+
}
92+
}
93+
coords -0.104 0.9 -0.162
94+
angleY 4.26
95+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
MetaFileClass {
2+
Name "{B50188A413FECCC2}Prefabs/Props/Military/Compositions/US/AFM_PapaBearRadio.et"
3+
Configurations {
4+
EntityTemplateResourceClass PC {
5+
}
6+
EntityTemplateResourceClass XBOX_ONE : PC {
7+
}
8+
EntityTemplateResourceClass XBOX_SERIES : PC {
9+
}
10+
EntityTemplateResourceClass PS4 : PC {
11+
}
12+
EntityTemplateResourceClass PS5 : PC {
13+
}
14+
EntityTemplateResourceClass HEADLESS : PC {
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)