Skip to content

Commit 4420966

Browse files
authored
Merge pull request #1684 from Vdauphin/update_doc
Update doc lines
2 parents 0f8356b + eba9c14 commit 4420966

File tree

7 files changed

+9
-1295
lines changed

7 files changed

+9
-1295
lines changed

=BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@
15801580
</Key>
15811581
<Key ID="STR_BTC_HAM_SIDE_RESC_BODYBAG_DESC">
15821582
<Original>%1 has been killed. Place %1 in a body bag.</Original>
1583-
<German>%1 wurde getötet. Bergen Sie seine Leiche mithilfe eines Leichsacks.</German
1583+
<German>%1 wurde getötet. Bergen Sie seine Leiche mithilfe eines Leichsacks.</German>
15841584
<Chinesesimp>%1 已经阵亡。将 %1 装进尸体袋。</Chinesesimp>
15851585
<French>%1 a été tué. Placez %1 dans un sac mortuaire.</French>
15861586
<Czech>%1 byl zabit. Umístěte %1 do vaku na tělo.</Czech>

docs/Action-has-consequences.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/Add-factions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ You have two way to add new factions. First one need to know all class name of t
44

55
## First way
66
- Get all class names of your faction.
7-
- Replace `_allclasse select` by the corresponding array of faction name in [/core/def/mission.sqf#L639-L648](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L639-L648).
7+
- Replace `_allclasse select` by the corresponding array of faction name in [/core/def/mission.sqf#L645-L654](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L645-L654).
88

99
## Second way
1010
- Launch your game with all factions mods you want to have in the H&M and launch the H&M mission.
1111
- Execute locally in [debug console](https://community.bistudio.com/wiki/Mission_Editor:_Debug_Console_(Arma_3)) : `copyToClipboard str (["EN"] call btc_fnc_get_class);`.
1212
- Open a text editor and paste the result.
1313
- You have an array of 4 array: [author name, text entry for mission parameters, faction name array, corresponding number for each faction].
14-
- text entry for mission parameters (second array): copy and paste it in [/core/def/param.hpp#L149](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/param.hpp#L149).
15-
- corresponding number for each faction (fourth array): copy and paste it in [/core/def/param.hpp#L148](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/param.hpp#L148).
16-
- faction name array (third array): copy and paste it in [/core/def/mission.sqf#L635](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L635).
14+
- text entry for mission parameters (second array): copy and paste it in [/core/def/param.hpp#L155](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/param.hpp#L155).
15+
- corresponding number for each faction (fourth array): copy and paste it in [/core/def/param.hpp#L154](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/param.hpp#L154).
16+
- faction name array (third array): copy and paste it in [/core/def/mission.sqf#L641](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L641).
1717

18-
Note: if you don't want some class name take a look here [/core/def/mission.sqf#L650-L671](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L650-L671).
18+
Note: if you don't want some class name take a look here [/core/def/mission.sqf#L656-L677](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L656-L677).

docs/Change-MAP-of-Hearts-and-Minds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111

1212
# Tips :
1313
- Some map does not provide enough city. You can add new cities by using `btc_custom_loc` in [/define_mod.sqf#L1](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/define_mod.sqf#L1) like it has been talk [here](https://forums.bohemia.net/forums/topic/165948-mp-btc-hearts-and-minds/?page=39&tab=comments#comment-3280136).
14-
- For small map, you should tweak the safezone for hideout spawn ([/core/def/mission.sqf#L163](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L163)).
14+
- For small map, you should tweak the safezone for hideout spawn ([/core/def/mission.sqf#L165](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/def/mission.sqf#L165)).
1515
- [Some map](https://forums.bohemia.net/forums/topic/165948-mp-btc-hearts-and-minds/?page=52&tab=comments#comment-3348268) use only NameCity for the type of locations but H&M hideouts system looks for "NameLocal", "Hill", "NameVillage", "Airport". You should add in the array the "NameCity" [here](https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/fnc/hideout/create.sqf#L50).

0 commit comments

Comments
 (0)