@bf6mods/cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +70 -0
- package/dist/cli/index.js +541 -76
- package/dist/cli/index.js.map +1 -1
- package/dist/resources/prepare/bf6.d.ts +2 -0
- package/dist/resources/prepare/tsconfig.json +14 -15
- package/dist/resources/prepare/types/config.ts +139 -4
- package/dist/resources/templates/All/package.json +1 -1
- package/dist/resources/templates/Basic/bf6.config.ts +5 -1
- package/package.json +48 -41
- package/dist/resources/templates/AcePursuit/src/index.ts +0 -3421
- package/dist/resources/templates/AcePursuit/src/levels.tscn +0 -6922
- package/dist/resources/templates/AcePursuit/src/strings.json +0 -191
- package/dist/resources/templates/All/bf6.config.ts +0 -6
- package/dist/resources/templates/BombSquad/src/index.ts +0 -3683
- package/dist/resources/templates/BombSquad/src/levels.tscn +0 -3212
- package/dist/resources/templates/BombSquad/src/strings.json +0 -123
- package/dist/resources/templates/Exfil/src/index.ts +0 -2393
- package/dist/resources/templates/Exfil/src/levels.tscn +0 -5600
- package/dist/resources/templates/Exfil/src/strings.json +0 -185
- package/dist/resources/templates/Vertigo/src/index.ts +0 -1948
- package/dist/resources/templates/Vertigo/src/levels.tscn +0 -6387
- package/dist/resources/templates/Vertigo/src/strings.json +0 -308
- /package/dist/resources/templates/{AcePursuit/src/config.json → AcePursuit.json} +0 -0
- /package/dist/resources/templates/{BombSquad/src/config.json → BombSquad.json} +0 -0
- /package/dist/resources/templates/{Exfil/src/config.json → Exfil.json} +0 -0
- /package/dist/resources/templates/{Vertigo/src/config.json → Vertigo.json} +0 -0
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"teamrespawns": "Team Redeploys Remaining: {}",
|
|
3
|
-
"titleLineOne": "BOMB SQUAD",
|
|
4
|
-
"titleLineTwo": "Liberation Peak",
|
|
5
|
-
"bombCarrier": "Bomb Carrier",
|
|
6
|
-
"tArmA": "Attackers are arming point A!",
|
|
7
|
-
"tArmB": "Attackers are arming point A!",
|
|
8
|
-
"aArmed": "Attackers armed the Bomb at Point A!",
|
|
9
|
-
"bArmed": "Attackers armed the Bomb at Point B!",
|
|
10
|
-
"bombDefused": "Bomb Defused!",
|
|
11
|
-
"bombExploded": "Bomb has Detonated!",
|
|
12
|
-
"plantProgress": "Plant Progress: {}",
|
|
13
|
-
"shop": "Store",
|
|
14
|
-
"team2Capture": "Team 2 is Capturing Point A!",
|
|
15
|
-
"Team1HQ2Teleport": "Team 1 HQ 2 Teleport",
|
|
16
|
-
"Team2HQ2Teleport": "Team 2 HQ 2 Teleport",
|
|
17
|
-
"Team3HQ2Teleport": "Team 3 HQ 2 Teleport",
|
|
18
|
-
"Team4HQ2Teleport": "Team 4 HQ 2 Teleport",
|
|
19
|
-
"Team1Checkpoint": "Team 1 Checkpoint",
|
|
20
|
-
"Team2Checkpoint": "Team 2 Checkpoint",
|
|
21
|
-
"Team3Checkpoint": "Team 3 Checkpoint",
|
|
22
|
-
"Team4Checkpoint": "Team 4 Checkpoint",
|
|
23
|
-
"AttackersWin": "Attackers Win!",
|
|
24
|
-
"DefendersWin": "Defenders Win!",
|
|
25
|
-
"score": "{}",
|
|
26
|
-
"roundTime": "{}:{}{}",
|
|
27
|
-
"version": "version:{}.{}.{}",
|
|
28
|
-
"defendingTeam": "Defending",
|
|
29
|
-
"attackingTeam": "Attacking",
|
|
30
|
-
"waiting": "Waiting",
|
|
31
|
-
"buyPhase": "Buy Phase",
|
|
32
|
-
"team1CheckpointActivated": "Team 1 Activated their Checkpoint!",
|
|
33
|
-
"team2CheckpointActivated": "Team 2 Activated their Checkpoint!",
|
|
34
|
-
"team3CheckpointActivated": "Team 3 Activated their Checkpoint!",
|
|
35
|
-
"team4CheckpointActivated": "Team 4 Activated their Checkpoint!",
|
|
36
|
-
"checkPointActivated": "Checkpoint Activated",
|
|
37
|
-
"playerFell": "{} fell victim to gravity!",
|
|
38
|
-
"playerKilledByDebris": "{} wasn't looking up!",
|
|
39
|
-
"GetAssaultRifle": "Get Assault Rifle",
|
|
40
|
-
"bombPickedUp": "{} picked up the Bomb!",
|
|
41
|
-
"bombDropped": "{} dropped the Bomb!",
|
|
42
|
-
"bomb": "Bomb",
|
|
43
|
-
"planting": "Planting",
|
|
44
|
-
"defusing": "Defusing",
|
|
45
|
-
"b": "B",
|
|
46
|
-
"a": "A",
|
|
47
|
-
"dropBomb": "Go prone to drop the Bomb.",
|
|
48
|
-
"dropBombTip": "Go prone with knife equipped to drop the Bomb.",
|
|
49
|
-
"teamCapture": "The Capture Point is being Captured!",
|
|
50
|
-
"gearStore": "Weapons & Ammo",
|
|
51
|
-
"waitingforplayersX": "{}/{} IN LOBBY - {} REQUIRED",
|
|
52
|
-
"waitingforplayers": "Waiting for Players: {}/{}",
|
|
53
|
-
"combatStartDelayCountdown": "THE BATTLE BEGINS IN {}",
|
|
54
|
-
"worldIconStartGame": "START GAME",
|
|
55
|
-
"corridorTeleport": "Corridor Shooter / Tank Rain",
|
|
56
|
-
"team1CheckpointTeleport": "Only Up Team 1 Checkpoint",
|
|
57
|
-
"gameround": "Round {}",
|
|
58
|
-
"enemiesremaining": "Enemies Remaining: {}",
|
|
59
|
-
"playerwallet": "${}",
|
|
60
|
-
"modversion": "Script ver: {}-{}-{}",
|
|
61
|
-
"_default_language_": "_en_",
|
|
62
|
-
"store": {
|
|
63
|
-
"cashFmt": "Cash: ${}",
|
|
64
|
-
"costFmt": "${}",
|
|
65
|
-
"healthFmt": "Health: {}",
|
|
66
|
-
"killsFmt": "Kills: {}",
|
|
67
|
-
"closeStore": "X",
|
|
68
|
-
"disabledMsg": {
|
|
69
|
-
"locked": "LOCKED",
|
|
70
|
-
"buyAmmo": "BUY ANY AMMO"
|
|
71
|
-
},
|
|
72
|
-
"riflestab": "Rifles",
|
|
73
|
-
"pistolstab": "Pistols",
|
|
74
|
-
"smgstab": "SMGs",
|
|
75
|
-
"shotgunstab": "Shotguns",
|
|
76
|
-
"grenadestab": "Grenades",
|
|
77
|
-
"specialstab": "Special",
|
|
78
|
-
"attachmentstab": "Attachments",
|
|
79
|
-
"gadgetstab": "Gadgets",
|
|
80
|
-
"ammotab": "Ammo",
|
|
81
|
-
"upgradestab": "Upgrades",
|
|
82
|
-
"randomize": "Reroll This Tab",
|
|
83
|
-
"rifle1_1": "M4A1",
|
|
84
|
-
"rifle1_2": "AK4D",
|
|
85
|
-
"rifle3": "KORD 6P67",
|
|
86
|
-
"rifle4": "TR-7",
|
|
87
|
-
"rifle5": "M2020",
|
|
88
|
-
"rifle6": "SVK-8.6",
|
|
89
|
-
"pistol1_1": "P18",
|
|
90
|
-
"pistol2": "M45A1",
|
|
91
|
-
"pistol3": "ES 5.7",
|
|
92
|
-
"pistol4": "M44",
|
|
93
|
-
"shotgun1": "M87A1",
|
|
94
|
-
"shotgun3": "M1014",
|
|
95
|
-
"smg1": "SGX",
|
|
96
|
-
"smg2": "PW7A2",
|
|
97
|
-
"smg3": "UMG-40",
|
|
98
|
-
"smg4": "SL9",
|
|
99
|
-
"smg5": "USG-90",
|
|
100
|
-
"grenade1": "Mini Frag Grenade",
|
|
101
|
-
"grenade2": "Incendiary Grenade",
|
|
102
|
-
"grenade3": "Smoke Grenade",
|
|
103
|
-
"grenade4": "Flash Grenade",
|
|
104
|
-
"special1": "L110",
|
|
105
|
-
"special2": "KTS100 MK8",
|
|
106
|
-
"special3": "Claymore",
|
|
107
|
-
"special4": "RPG-7V2",
|
|
108
|
-
"special5": "Defibrillator"
|
|
109
|
-
},
|
|
110
|
-
"scoreboard": {
|
|
111
|
-
"victory": "VICTORY",
|
|
112
|
-
"nameHeader": "NAME",
|
|
113
|
-
"nameFmt": "{}",
|
|
114
|
-
"killsHeader": "K",
|
|
115
|
-
"killsFmt": "{}",
|
|
116
|
-
"deathsHeader": "D",
|
|
117
|
-
"deathsFmt": "{}",
|
|
118
|
-
"incarcerationsHeader": "I",
|
|
119
|
-
"incarcerationsFmt": "{}",
|
|
120
|
-
"cashHeader": "$",
|
|
121
|
-
"cashFmt": "${}"
|
|
122
|
-
}
|
|
123
|
-
}
|