From e09bf0e874485e6a2685a00e4f7f3059c04e926b Mon Sep 17 00:00:00 2001 From: chocmake <34178938+chocmake@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:21:06 +1100 Subject: [PATCH] AI section updates - Made breadcrumbs/hierarchy function as expected - Changed original paths to just 'AI' for consistency and merged tag page --- .gitignore | 3 +- README.md | 2 +- assets/{AI_Stuff => AI}/images/AI Icon.png | Bin .../{AI_Stuff => AI}/images/Animals Icon.png | Bin .../images/EnemyHelis Icon.png | Bin .../{AI_Stuff => AI}/images/Pequod Icon.png | Bin assets/{AI_Stuff => AI}/images/Quiet Icon.png | Bin assets/{AI_Stuff => AI}/images/Shln Icon.png | Bin .../{AI_Stuff => AI}/images/Soldiers Icon.png | Bin .../images/mgs/c_konami_b4.jpg | Bin .../images/mgs/c_konami_b5.jpg | Bin .../images/mgs/c_konami_b6.jpg | Bin .../images/mgs/c_konami_b7.jpg | Bin .../images/mgs/hellgeotrap.png | Bin .../images/mgs/hellgeotrap_01.png | Bin .../images/mgs/hellgeotrap_02.png | Bin .../images/mgs/hellgeotrap_03.png | Bin .../{AI_Stuff => AI}/images/mgs/sally art.png | Bin .../images/mgs/sally_art rex.png | Bin .../images/mgs/shlb_rexpoint_example.png | Bin .../images/mgs/shlb_rexpoint_example_01.png | Bin .../images/mgs/shlb_rexpoint_example_02.png | Bin .../images/mgs/shln_Domroute.png | Bin .../images/mgs/shln_hp PTLB.png | Bin .../images/mgs/shln_hp PTLF.png | Bin .../images/mgs/shln_hp PTRB.png | Bin .../images/mgs/shln_hp PTRF.png | Bin .../images/mgs/shln_hp body.png | Bin .../images/mgs/shln_hp bp.png | Bin .../images/mgs/shln_hp flamet.png | Bin .../images/mgs/shln_hp head.png | Bin .../images/mgs/shln_hp larm.png | Bin .../images/mgs/shln_hp lleg.png | Bin .../images/mgs/shln_hp loader.png | Bin .../images/mgs/shln_hp lthigh.png | Bin .../images/mgs/shln_hp railgun.png | Bin .../images/mgs/shln_hp rarm.png | Bin .../images/mgs/shln_hp rleg.png | Bin .../images/mgs/shln_hp rthigh.png | Bin .../images/mgs/shln_hp shield.png | Bin .../images/mgs/shln_seachmissile.png | Bin .../mgs/shln_search_missile_route_example.png | Bin ...archmissile_entity_translation_example.png | Bin ...hmissile_entity_translation_example_01.png | Bin ...hmissile_entity_translation_example_02.png | Bin ...hmissile_entity_translation_example_03.png | Bin ...hmissile_entity_translation_example_04.png | Bin .../images/mgs/shln_shield example.png | Bin .../{AI_Stuff => AI}/images/skulls icon.png | Bin .../{AI_Stuff => AI}/images/volgin Icon.png | Bin wiki/AI.md | 29 --------- wiki/AI/AI.md | 38 ++++++++++++ .../mgs/mgs_main.md => AI/mgs/mgs.md} | 58 +++++++++--------- wiki/{AI_Stuff => AI}/mgs/mgs_DomRoutes.md | 4 +- wiki/{AI_Stuff => AI}/mgs/mgs_NavWorld.md | 6 +- .../mgs/mgs_hellbound_Debug_Functions.md | 2 +- wiki/AI/mgs/mgs_hellheli.md | 9 +++ wiki/{AI_Stuff => AI}/mgs/mgs_hellroutes.md | 10 +-- .../mgs/mgs_hellsearchmissiles.md | 16 ++--- wiki/{AI_Stuff => AI}/mgs/mgs_nav2_params.md | 4 +- wiki/{AI_Stuff => AI}/mgs/mgs_rexmode.md | 11 ++-- wiki/AI_Stuff/AI_Main.md | 15 ----- wiki/AI_Stuff/mgs/mgs_hellheli.md | 7 --- 63 files changed, 105 insertions(+), 109 deletions(-) rename assets/{AI_Stuff => AI}/images/AI Icon.png (100%) rename assets/{AI_Stuff => AI}/images/Animals Icon.png (100%) rename assets/{AI_Stuff => AI}/images/EnemyHelis Icon.png (100%) rename assets/{AI_Stuff => AI}/images/Pequod Icon.png (100%) rename assets/{AI_Stuff => AI}/images/Quiet Icon.png (100%) rename assets/{AI_Stuff => AI}/images/Shln Icon.png (100%) rename assets/{AI_Stuff => AI}/images/Soldiers Icon.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/c_konami_b4.jpg (100%) rename assets/{AI_Stuff => AI}/images/mgs/c_konami_b5.jpg (100%) rename assets/{AI_Stuff => AI}/images/mgs/c_konami_b6.jpg (100%) rename assets/{AI_Stuff => AI}/images/mgs/c_konami_b7.jpg (100%) rename assets/{AI_Stuff => AI}/images/mgs/hellgeotrap.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/hellgeotrap_01.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/hellgeotrap_02.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/hellgeotrap_03.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/sally art.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/sally_art rex.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shlb_rexpoint_example.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shlb_rexpoint_example_01.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shlb_rexpoint_example_02.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_Domroute.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp PTLB.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp PTLF.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp PTRB.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp PTRF.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp body.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp bp.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp flamet.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp head.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp larm.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp lleg.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp loader.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp lthigh.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp railgun.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp rarm.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp rleg.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp rthigh.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_hp shield.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_seachmissile.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_search_missile_route_example.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_searchmissile_entity_translation_example.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_searchmissile_entity_translation_example_01.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_searchmissile_entity_translation_example_02.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_searchmissile_entity_translation_example_03.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_searchmissile_entity_translation_example_04.png (100%) rename assets/{AI_Stuff => AI}/images/mgs/shln_shield example.png (100%) rename assets/{AI_Stuff => AI}/images/skulls icon.png (100%) rename assets/{AI_Stuff => AI}/images/volgin Icon.png (100%) delete mode 100644 wiki/AI.md create mode 100644 wiki/AI/AI.md rename wiki/{AI_Stuff/mgs/mgs_main.md => AI/mgs/mgs.md} (90%) rename wiki/{AI_Stuff => AI}/mgs/mgs_DomRoutes.md (94%) rename wiki/{AI_Stuff => AI}/mgs/mgs_NavWorld.md (86%) rename wiki/{AI_Stuff => AI}/mgs/mgs_hellbound_Debug_Functions.md (98%) create mode 100644 wiki/AI/mgs/mgs_hellheli.md rename wiki/{AI_Stuff => AI}/mgs/mgs_hellroutes.md (96%) rename wiki/{AI_Stuff => AI}/mgs/mgs_hellsearchmissiles.md (88%) rename wiki/{AI_Stuff => AI}/mgs/mgs_nav2_params.md (97%) rename wiki/{AI_Stuff => AI}/mgs/mgs_rexmode.md (89%) delete mode 100644 wiki/AI_Stuff/AI_Main.md delete mode 100644 wiki/AI_Stuff/mgs/mgs_hellheli.md diff --git a/.gitignore b/.gitignore index 440ed67f..90d16727 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ _site Gemfile.*.lock .sass-cache -public \ No newline at end of file +public +.jekyll-metadata diff --git a/README.md b/README.md index a4b77ce3..83d0eaa6 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ This is the central hub for information on modding the [Fox Engine](https://en.w [![Lua](/assets/Lua Icon.png){:.inline width="145px"}](/Lua) [![Guides](/assets/Guides Icon.png){:.inline width="145px"}](/Guides) [![Infinite Heaven](/assets/InfiniteHeaven Icon.webp){:.inline width="145px"}](/Infinite_Heaven) -[![AI](/assets/AI_Stuff/images/AI Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) +[![AI](/assets/AI/images/AI Icon.png){:.inline width="145px"}](/AI) {:.center} diff --git a/assets/AI_Stuff/images/AI Icon.png b/assets/AI/images/AI Icon.png similarity index 100% rename from assets/AI_Stuff/images/AI Icon.png rename to assets/AI/images/AI Icon.png diff --git a/assets/AI_Stuff/images/Animals Icon.png b/assets/AI/images/Animals Icon.png similarity index 100% rename from assets/AI_Stuff/images/Animals Icon.png rename to assets/AI/images/Animals Icon.png diff --git a/assets/AI_Stuff/images/EnemyHelis Icon.png b/assets/AI/images/EnemyHelis Icon.png similarity index 100% rename from assets/AI_Stuff/images/EnemyHelis Icon.png rename to assets/AI/images/EnemyHelis Icon.png diff --git a/assets/AI_Stuff/images/Pequod Icon.png b/assets/AI/images/Pequod Icon.png similarity index 100% rename from assets/AI_Stuff/images/Pequod Icon.png rename to assets/AI/images/Pequod Icon.png diff --git a/assets/AI_Stuff/images/Quiet Icon.png b/assets/AI/images/Quiet Icon.png similarity index 100% rename from assets/AI_Stuff/images/Quiet Icon.png rename to assets/AI/images/Quiet Icon.png diff --git a/assets/AI_Stuff/images/Shln Icon.png b/assets/AI/images/Shln Icon.png similarity index 100% rename from assets/AI_Stuff/images/Shln Icon.png rename to assets/AI/images/Shln Icon.png diff --git a/assets/AI_Stuff/images/Soldiers Icon.png b/assets/AI/images/Soldiers Icon.png similarity index 100% rename from assets/AI_Stuff/images/Soldiers Icon.png rename to assets/AI/images/Soldiers Icon.png diff --git a/assets/AI_Stuff/images/mgs/c_konami_b4.jpg b/assets/AI/images/mgs/c_konami_b4.jpg similarity index 100% rename from assets/AI_Stuff/images/mgs/c_konami_b4.jpg rename to assets/AI/images/mgs/c_konami_b4.jpg diff --git a/assets/AI_Stuff/images/mgs/c_konami_b5.jpg b/assets/AI/images/mgs/c_konami_b5.jpg similarity index 100% rename from assets/AI_Stuff/images/mgs/c_konami_b5.jpg rename to assets/AI/images/mgs/c_konami_b5.jpg diff --git a/assets/AI_Stuff/images/mgs/c_konami_b6.jpg b/assets/AI/images/mgs/c_konami_b6.jpg similarity index 100% rename from assets/AI_Stuff/images/mgs/c_konami_b6.jpg rename to assets/AI/images/mgs/c_konami_b6.jpg diff --git a/assets/AI_Stuff/images/mgs/c_konami_b7.jpg b/assets/AI/images/mgs/c_konami_b7.jpg similarity index 100% rename from assets/AI_Stuff/images/mgs/c_konami_b7.jpg rename to assets/AI/images/mgs/c_konami_b7.jpg diff --git a/assets/AI_Stuff/images/mgs/hellgeotrap.png b/assets/AI/images/mgs/hellgeotrap.png similarity index 100% rename from assets/AI_Stuff/images/mgs/hellgeotrap.png rename to assets/AI/images/mgs/hellgeotrap.png diff --git a/assets/AI_Stuff/images/mgs/hellgeotrap_01.png b/assets/AI/images/mgs/hellgeotrap_01.png similarity index 100% rename from assets/AI_Stuff/images/mgs/hellgeotrap_01.png rename to assets/AI/images/mgs/hellgeotrap_01.png diff --git a/assets/AI_Stuff/images/mgs/hellgeotrap_02.png b/assets/AI/images/mgs/hellgeotrap_02.png similarity index 100% rename from assets/AI_Stuff/images/mgs/hellgeotrap_02.png rename to assets/AI/images/mgs/hellgeotrap_02.png diff --git a/assets/AI_Stuff/images/mgs/hellgeotrap_03.png b/assets/AI/images/mgs/hellgeotrap_03.png similarity index 100% rename from assets/AI_Stuff/images/mgs/hellgeotrap_03.png rename to assets/AI/images/mgs/hellgeotrap_03.png diff --git a/assets/AI_Stuff/images/mgs/sally art.png b/assets/AI/images/mgs/sally art.png similarity index 100% rename from assets/AI_Stuff/images/mgs/sally art.png rename to assets/AI/images/mgs/sally art.png diff --git a/assets/AI_Stuff/images/mgs/sally_art rex.png b/assets/AI/images/mgs/sally_art rex.png similarity index 100% rename from assets/AI_Stuff/images/mgs/sally_art rex.png rename to assets/AI/images/mgs/sally_art rex.png diff --git a/assets/AI_Stuff/images/mgs/shlb_rexpoint_example.png b/assets/AI/images/mgs/shlb_rexpoint_example.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shlb_rexpoint_example.png rename to assets/AI/images/mgs/shlb_rexpoint_example.png diff --git a/assets/AI_Stuff/images/mgs/shlb_rexpoint_example_01.png b/assets/AI/images/mgs/shlb_rexpoint_example_01.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shlb_rexpoint_example_01.png rename to assets/AI/images/mgs/shlb_rexpoint_example_01.png diff --git a/assets/AI_Stuff/images/mgs/shlb_rexpoint_example_02.png b/assets/AI/images/mgs/shlb_rexpoint_example_02.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shlb_rexpoint_example_02.png rename to assets/AI/images/mgs/shlb_rexpoint_example_02.png diff --git a/assets/AI_Stuff/images/mgs/shln_Domroute.png b/assets/AI/images/mgs/shln_Domroute.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_Domroute.png rename to assets/AI/images/mgs/shln_Domroute.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp PTLB.png b/assets/AI/images/mgs/shln_hp PTLB.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp PTLB.png rename to assets/AI/images/mgs/shln_hp PTLB.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp PTLF.png b/assets/AI/images/mgs/shln_hp PTLF.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp PTLF.png rename to assets/AI/images/mgs/shln_hp PTLF.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp PTRB.png b/assets/AI/images/mgs/shln_hp PTRB.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp PTRB.png rename to assets/AI/images/mgs/shln_hp PTRB.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp PTRF.png b/assets/AI/images/mgs/shln_hp PTRF.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp PTRF.png rename to assets/AI/images/mgs/shln_hp PTRF.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp body.png b/assets/AI/images/mgs/shln_hp body.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp body.png rename to assets/AI/images/mgs/shln_hp body.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp bp.png b/assets/AI/images/mgs/shln_hp bp.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp bp.png rename to assets/AI/images/mgs/shln_hp bp.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp flamet.png b/assets/AI/images/mgs/shln_hp flamet.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp flamet.png rename to assets/AI/images/mgs/shln_hp flamet.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp head.png b/assets/AI/images/mgs/shln_hp head.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp head.png rename to assets/AI/images/mgs/shln_hp head.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp larm.png b/assets/AI/images/mgs/shln_hp larm.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp larm.png rename to assets/AI/images/mgs/shln_hp larm.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp lleg.png b/assets/AI/images/mgs/shln_hp lleg.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp lleg.png rename to assets/AI/images/mgs/shln_hp lleg.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp loader.png b/assets/AI/images/mgs/shln_hp loader.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp loader.png rename to assets/AI/images/mgs/shln_hp loader.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp lthigh.png b/assets/AI/images/mgs/shln_hp lthigh.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp lthigh.png rename to assets/AI/images/mgs/shln_hp lthigh.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp railgun.png b/assets/AI/images/mgs/shln_hp railgun.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp railgun.png rename to assets/AI/images/mgs/shln_hp railgun.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp rarm.png b/assets/AI/images/mgs/shln_hp rarm.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp rarm.png rename to assets/AI/images/mgs/shln_hp rarm.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp rleg.png b/assets/AI/images/mgs/shln_hp rleg.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp rleg.png rename to assets/AI/images/mgs/shln_hp rleg.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp rthigh.png b/assets/AI/images/mgs/shln_hp rthigh.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp rthigh.png rename to assets/AI/images/mgs/shln_hp rthigh.png diff --git a/assets/AI_Stuff/images/mgs/shln_hp shield.png b/assets/AI/images/mgs/shln_hp shield.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_hp shield.png rename to assets/AI/images/mgs/shln_hp shield.png diff --git a/assets/AI_Stuff/images/mgs/shln_seachmissile.png b/assets/AI/images/mgs/shln_seachmissile.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_seachmissile.png rename to assets/AI/images/mgs/shln_seachmissile.png diff --git a/assets/AI_Stuff/images/mgs/shln_search_missile_route_example.png b/assets/AI/images/mgs/shln_search_missile_route_example.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_search_missile_route_example.png rename to assets/AI/images/mgs/shln_search_missile_route_example.png diff --git a/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example.png b/assets/AI/images/mgs/shln_searchmissile_entity_translation_example.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example.png rename to assets/AI/images/mgs/shln_searchmissile_entity_translation_example.png diff --git a/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_01.png b/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_01.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_01.png rename to assets/AI/images/mgs/shln_searchmissile_entity_translation_example_01.png diff --git a/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_02.png b/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_02.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_02.png rename to assets/AI/images/mgs/shln_searchmissile_entity_translation_example_02.png diff --git a/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_03.png b/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_03.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_03.png rename to assets/AI/images/mgs/shln_searchmissile_entity_translation_example_03.png diff --git a/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_04.png b/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_04.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_04.png rename to assets/AI/images/mgs/shln_searchmissile_entity_translation_example_04.png diff --git a/assets/AI_Stuff/images/mgs/shln_shield example.png b/assets/AI/images/mgs/shln_shield example.png similarity index 100% rename from assets/AI_Stuff/images/mgs/shln_shield example.png rename to assets/AI/images/mgs/shln_shield example.png diff --git a/assets/AI_Stuff/images/skulls icon.png b/assets/AI/images/skulls icon.png similarity index 100% rename from assets/AI_Stuff/images/skulls icon.png rename to assets/AI/images/skulls icon.png diff --git a/assets/AI_Stuff/images/volgin Icon.png b/assets/AI/images/volgin Icon.png similarity index 100% rename from assets/AI_Stuff/images/volgin Icon.png rename to assets/AI/images/volgin Icon.png diff --git a/wiki/AI.md b/wiki/AI.md deleted file mode 100644 index 9abe9385..00000000 --- a/wiki/AI.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: AI -permalink: /AI -tags: [] ---- - -## Metal Gear -{% include index-autolist tag="Metal Gear" %}{:.small} - -## Volgin -{% include index-autolist tag="Volgin" %}{:.small} - -## Quiet -{% include index-autolist tag="Quiet" %}{:.small} - -## Skull Units -{% include index-autolist tag="Skull Units" %}{:.small} - -## Soldiers -{% include index-autolist tag="Soldiers" %}{:.small} - -## Pequod -{% include index-autolist tag="Pequod" %}{:.small} - -## Enemy Vehicles -{% include index-autolist tag="Enemy Vehicles" %}{:.small} - -## Animals -{% include index-autolist tag="Enemy Animals" %}{:.small} \ No newline at end of file diff --git a/wiki/AI/AI.md b/wiki/AI/AI.md new file mode 100644 index 00000000..7ed0cc62 --- /dev/null +++ b/wiki/AI/AI.md @@ -0,0 +1,38 @@ +--- +title: AI +permalink: /AI/ +tags: [] +--- + +[![Metal Gear Sahelanthropus](/assets/AI/images/Shln Icon.png){:.inline width="145px"}](/AI/mgs) +[![Volgin](/assets/AI/images/volgin Icon.png){:.inline width="145px"}](/AI/AI_Main) +[![Quiet](/assets/AI/images/Quiet Icon.png){:.inline width="145px"}](/AI/AI_Main) +[![Skull Units](/assets/AI/images/skulls Icon.png){:.inline width="145px"}](/AI/AI_Main) +[![Soldiers](/assets/AI/images/Soldiers Icon.png){:.inline width="145px"}](/AI/AI_Main) +[![Pequod](/assets/AI/images/Pequod Icon.png){:.inline width="145px"}](/AI/AI_Main) +[![Enemy Vehicles](/assets/AI/images/EnemyHelis Icon.png){:.inline width="145px"}](/AI/AI_Main) +[![Animals](/assets/AI/images/Animals Icon.png){:.inline width="145px"}](/AI/AI_Main) + +## Metal Gear +{% include index-autolist tag="Metal Gear" %}{:.small} + +## Volgin +{% include index-autolist tag="Volgin" %}{:.small} + +## Quiet +{% include index-autolist tag="Quiet" %}{:.small} + +## Skull Units +{% include index-autolist tag="Skull Units" %}{:.small} + +## Soldiers +{% include index-autolist tag="Soldiers" %}{:.small} + +## Pequod +{% include index-autolist tag="Pequod" %}{:.small} + +## Enemy Vehicles +{% include index-autolist tag="Enemy Vehicles" %}{:.small} + +## Animals +{% include index-autolist tag="Enemy Animals" %}{:.small} \ No newline at end of file diff --git a/wiki/AI_Stuff/mgs/mgs_main.md b/wiki/AI/mgs/mgs.md similarity index 90% rename from wiki/AI_Stuff/mgs/mgs_main.md rename to wiki/AI/mgs/mgs.md index 5629ed8b..4d64ebd5 100644 --- a/wiki/AI_Stuff/mgs/mgs_main.md +++ b/wiki/AI/mgs/mgs.md @@ -1,14 +1,12 @@ --- title: Metal Gear Sahelanthropus -permalink: /AI_Stuff/mgs/mgs_Main +permalink: /AI/mgs/ tags: [AI, Metal Gear] --- -# Metal Gear Sahelanthropus - ## General Information -![Sahelanthropus art from "The Art of Metal Gear Solid V" (page 110)](/assets/AI_Stuff/images/mgs/sally art.png){:.thumb .right} +![Sahelanthropus art from "The Art of Metal Gear Solid V" (page 110)](/assets/AI/images/mgs/sally art.png){:.thumb .right} Sahelanthropus, also known as "Sally" is the Metal Gear present on Metal Gear Solid V.
@@ -18,7 +16,7 @@ Each attack varies with the AI being used on it, for example, using hellbound AI In the game, the guns that Sahelanthropus can use is controled by AI and Battle sequence, for example, the Railgun, Archaea blades and Archaea grenades are not used by Hellbound AI and the weapons that Dominion AI can use is controled by battle sequences

There is also an shield that is disabled by default, this shield was meant to be used on "Kingdom of the Flies" but since we never got that, we never got a working shield.
The shield is present on Sahelanthropus Main and Static models, there is also colision files for it but the mesh and colision are disabled by the .exe, unlike the Railgun and the Railgun Loader that are disabled only on Hellbound AI, the shield is fully disabled all the time.
-![Sahelanthropus with the shield mesh visible](/assets/AI_Stuff/images/mgs/shln_shield example.png){:.thumb} +![Sahelanthropus with the shield mesh visible](/assets/AI/images/mgs/shln_shield example.png){:.thumb} Sahelanthropus does have colision with the player, animals, soldiers and vehicles but can only deal damage to animals, vehicles and the player, and no, Sahelanthropus isn't coded to attack anything else besides the player and Huey(?) on Hellbound episode.
Funnily enough, if you use soldiers as a human shield while it attacks you with the vulcan guns, it will damage the soldiers and they will fall to the ground heavily wounded but no blood will be present. @@ -230,23 +228,23 @@ PTRB = 96, -- Right Back Parasite/Propane? Tank {% include spoiler-start title="Parts with pictures" %} -![Body](/assets/AI_Stuff/images/mgs/shln_hp body.png){:.thumb} -![Bp](/assets/AI_Stuff/images/mgs/shln_hp bp.png){:.thumb} -![Head](/assets/AI_Stuff/images/mgs/shln_hp head.png){:.thumb} -![ArmR](/assets/AI_Stuff/images/mgs/shln_hp rarm.png){:.thumb} -![ArmL](/assets/AI_Stuff/images/mgs/shln_hp larm.png){:.thumb} -![ThighR](/assets/AI_Stuff/images/mgs/shln_hp rthigh.png){:.thumb} -![ThighL](/assets/AI_Stuff/images/mgs/shln_hp lthigh.png){:.thumb} -![LegR](/assets/AI_Stuff/images/mgs/shln_hp rleg.png){:.thumb} -![LegL](/assets/AI_Stuff/images/mgs/shln_hp lleg.png){:.thumb} -![RGun](/assets/AI_Stuff/images/mgs/shln_hp railgun.png){:.thumb} -![Ldr](/assets/AI_Stuff/images/mgs/shln_hp loader.png){:.thumb} -![Tnk](/assets/AI_Stuff/images/mgs/shln_hp flamet.png){:.thumb} -![Shield](/assets/AI_Stuff/images/mgs/shln_hp shield.png){:.thumb} -![PTLF](/assets/AI_Stuff/images/mgs/shln_hp PTLF.png){:.thumb} -![PTRF](/assets/AI_Stuff/images/mgs/shln_hp PTRF.png){:.thumb} -![PTLB](/assets/AI_Stuff/images/mgs/shln_hp PTLB.png){:.thumb} -![PTRB](/assets/AI_Stuff/images/mgs/shln_hp PTRB.png){:.thumb} +![Body](/assets/AI/images/mgs/shln_hp body.png){:.thumb} +![Bp](/assets/AI/images/mgs/shln_hp bp.png){:.thumb} +![Head](/assets/AI/images/mgs/shln_hp head.png){:.thumb} +![ArmR](/assets/AI/images/mgs/shln_hp rarm.png){:.thumb} +![ArmL](/assets/AI/images/mgs/shln_hp larm.png){:.thumb} +![ThighR](/assets/AI/images/mgs/shln_hp rthigh.png){:.thumb} +![ThighL](/assets/AI/images/mgs/shln_hp lthigh.png){:.thumb} +![LegR](/assets/AI/images/mgs/shln_hp rleg.png){:.thumb} +![LegL](/assets/AI/images/mgs/shln_hp lleg.png){:.thumb} +![RGun](/assets/AI/images/mgs/shln_hp railgun.png){:.thumb} +![Ldr](/assets/AI/images/mgs/shln_hp loader.png){:.thumb} +![Tnk](/assets/AI/images/mgs/shln_hp flamet.png){:.thumb} +![Shield](/assets/AI/images/mgs/shln_hp shield.png){:.thumb} +![PTLF](/assets/AI/images/mgs/shln_hp PTLF.png){:.thumb} +![PTRF](/assets/AI/images/mgs/shln_hp PTRF.png){:.thumb} +![PTLB](/assets/AI/images/mgs/shln_hp PTLB.png){:.thumb} +![PTRB](/assets/AI/images/mgs/shln_hp PTRB.png){:.thumb} {% include spoiler-end %} @@ -335,13 +333,13 @@ Triggers an attack, Sahelanthropus will attack an antenna if the route node and {% include spoiler-end %} ## Hellbound Documentation -[Hellbound Debug Functions](/AI_Stuff/mgs/mgs_hellbound_Debug_Functions)
-[Hellbound route assignment](/AI_Stuff/mgs/mgs_hellroutes)
-[Hellbound Search Missiles](/AI_Stuff/mgs/mgs_hellsearchmissiles)
-[Hellbound Heli attack sequence](/AI_Stuff/mgs/mgs_Hellheli)
+[Hellbound Debug Functions](/AI/mgs/mgs_hellbound_Debug_Functions)
+[Hellbound route assignment](/AI/mgs/mgs_hellroutes)
+[Hellbound Search Missiles](/AI/mgs/mgs_hellsearchmissiles)
+[Hellbound Heli attack sequence](/AI/mgs/mgs_Hellheli)
## Dominion Documentation -[Navmesh Params and Flags](/AI_Stuff/mgs/mgs_nav2_params)
-[sahelan Navworld](/AI_Stuff/mgs/mgs_NavWorld)
-[Dominion route assignment](/AI_Stuff/mgs/mgs_DomRoutes)
-[Dominion REX mode](/AI_Stuff/mgs/mgs_rexmode)
+[Navmesh Params and Flags](/AI/mgs/mgs_nav2_params)
+[sahelan Navworld](/AI/mgs/mgs_NavWorld)
+[Dominion route assignment](/AI/mgs/mgs_DomRoutes)
+[Dominion REX mode](/AI/mgs/mgs_rexmode)
diff --git a/wiki/AI_Stuff/mgs/mgs_DomRoutes.md b/wiki/AI/mgs/mgs_DomRoutes.md similarity index 94% rename from wiki/AI_Stuff/mgs/mgs_DomRoutes.md rename to wiki/AI/mgs/mgs_DomRoutes.md index 5b9d6753..040265fe 100644 --- a/wiki/AI_Stuff/mgs/mgs_DomRoutes.md +++ b/wiki/AI/mgs/mgs_DomRoutes.md @@ -1,6 +1,6 @@ --- title: MG Dominion Routes -permalink: /AI_Stuff/mgs/mgs_DomRoutes +permalink: /AI/mgs/mgs_DomRoutes/ tags: [AI, Metal Gear] --- ## What are routes used for on Dominion AI ? @@ -23,7 +23,7 @@ Start by creating a Routeset on foxkit and inside that routeset create the route As an example, im going to make a route inside Nova Braga Airport like the one bellow: -![The yellow line represents the route](/assets/AI_Stuff/images/mgs/shln_Domroute.png) +![The yellow line represents the route](/assets/AI/images/mgs/shln_Domroute.png) >Use edge event type `Run Walk` for Dominion Base route {:.important} diff --git a/wiki/AI_Stuff/mgs/mgs_NavWorld.md b/wiki/AI/mgs/mgs_NavWorld.md similarity index 86% rename from wiki/AI_Stuff/mgs/mgs_NavWorld.md rename to wiki/AI/mgs/mgs_NavWorld.md index 6924a1d0..7e4a2bc7 100644 --- a/wiki/AI_Stuff/mgs/mgs_NavWorld.md +++ b/wiki/AI/mgs/mgs_NavWorld.md @@ -1,10 +1,10 @@ --- title: Metal Gear Sahelanthropus Navworld -permalink: /AI_Stuff/mgs/mgs_NavWorld -tags: [AI,Metal Gear] +permalink: /AI/mgs/mgs_NavWorld/ +tags: [AI, Metal Gear] --- -# Metal Gear Sahelanthropus Navworld +## Metal Gear Sahelanthropus Navworld Sahelanthropus Navmesh is loaded on its very own Navworld called `sahelan`
This Navworld is limited to only load 2 Navmesh at once, that can be changed by editing `Tpp/start.lua`.

Unlike the Navworld Used by Other AIs (excluding the helicopters), `sahelan` Navworld does not contain the next properties:
diff --git a/wiki/AI_Stuff/mgs/mgs_hellbound_Debug_Functions.md b/wiki/AI/mgs/mgs_hellbound_Debug_Functions.md similarity index 98% rename from wiki/AI_Stuff/mgs/mgs_hellbound_Debug_Functions.md rename to wiki/AI/mgs/mgs_hellbound_Debug_Functions.md index df8511c0..5c2b84d2 100644 --- a/wiki/AI_Stuff/mgs/mgs_hellbound_Debug_Functions.md +++ b/wiki/AI/mgs/mgs_hellbound_Debug_Functions.md @@ -1,6 +1,6 @@ --- title: Hellbound Debug Functions -permalink: /AI_Stuff/mgs/mgs_hellbound_Debug_Functions +permalink: /AI/mgs/mgs_hellbound_Debug_Functions/ tags: [AI, Metal Gear] --- diff --git a/wiki/AI/mgs/mgs_hellheli.md b/wiki/AI/mgs/mgs_hellheli.md new file mode 100644 index 00000000..0a2e6fa2 --- /dev/null +++ b/wiki/AI/mgs/mgs_hellheli.md @@ -0,0 +1,9 @@ +--- +title: MG HellBound Heli Attack +permalink: /AI/mgs/mgs_Hellheli/ +tags: [AI, Metal Gear] +--- + +TODO + +This sequence is very hard to replicate \ No newline at end of file diff --git a/wiki/AI_Stuff/mgs/mgs_hellroutes.md b/wiki/AI/mgs/mgs_hellroutes.md similarity index 96% rename from wiki/AI_Stuff/mgs/mgs_hellroutes.md rename to wiki/AI/mgs/mgs_hellroutes.md index ce57d339..ffe10857 100644 --- a/wiki/AI_Stuff/mgs/mgs_hellroutes.md +++ b/wiki/AI/mgs/mgs_hellroutes.md @@ -1,6 +1,6 @@ --- title: MG Hellbound Routes -permalink: /AI_Stuff/mgs/mgs_hellroutes +permalink: /AI/mgs/mgs_hellroutes/ tags: [AI, Metal Gear] --- @@ -183,13 +183,13 @@ First you need a dataset with the geotraps you want to use. the geotrap must hav - funcName: `IsPlayer` Geotrap entity Parameters: -![Make sure the Geotrap Entity is enabled](/assets/AI_Stuff/images/mgs/hellgeotrap.png) +![Make sure the Geotrap Entity is enabled](/assets/AI/images/mgs/hellgeotrap.png) GeoModuleCondition Parameters: -![](/assets/AI_Stuff/images/mgs/hellgeotrap_01.png) +![](/assets/AI/images/mgs/hellgeotrap_01.png) TppTrapCheckIsPlayerCallbackDataElement Parameters: -![](/assets/AI_Stuff/images/mgs/hellgeotrap_02.png) +![](/assets/AI/images/mgs/hellgeotrap_02.png) Geotraps are assigned with Sahelanthropus like showed bellow: ```lua @@ -215,7 +215,7 @@ this.sahelanRouteTable = { {:.important} the name of the geotrap assigned on the script needs to be the name of that geotrap on the dataset -![](/assets/AI_Stuff/images/mgs/hellgeotrap_03.png) +![](/assets/AI/images/mgs/hellgeotrap_03.png) if everything is done correctly, every time the geotrap is triggered the game will update the routes with the routes assigned to the geotrap. diff --git a/wiki/AI_Stuff/mgs/mgs_hellsearchmissiles.md b/wiki/AI/mgs/mgs_hellsearchmissiles.md similarity index 88% rename from wiki/AI_Stuff/mgs/mgs_hellsearchmissiles.md rename to wiki/AI/mgs/mgs_hellsearchmissiles.md index f27ccd48..33af46fd 100644 --- a/wiki/AI_Stuff/mgs/mgs_hellsearchmissiles.md +++ b/wiki/AI/mgs/mgs_hellsearchmissiles.md @@ -1,12 +1,12 @@ --- title: MG Sahelanthropus Hellbound Search Missiles -permalink: /AI_Stuff/mgs/mgs_hellsearchmissiles +permalink: /AI/mgs/mgs_hellsearchmissiles/ tags: [AI, Metal Gear] --- ## General Information -![Sahelanthropus Search Missile](/assets/AI_Stuff/images/mgs/shln_seachmissile.png){:.thumb .right} +![Sahelanthropus Search Missile](/assets/AI/images/mgs/shln_seachmissile.png){:.thumb .right} Search Missiles used by Sahelanthropus Hellbound have the function to patrol areas defined with Routes, they alert Sahelanthropus if the player is detected with their red laser, Sahelanthropus then heads towards that area to investigate.
Search Missiles are used by Sahelanthropus after it goes from `PHASE_ALERT` to `PHASE_CAUTION` (this is controled by the .exe), Sahelanthropus will always use the closest search missile entities the player position.

@@ -59,7 +59,7 @@ First you need to create the routes you want (the name can be whatever you want The Search Missile will follow the route but the laser will be pointing at random directions(?).
The edge event must be `All` and the node event, if you want to use one, must be `Stand Idle`, you can use `Stand Idle` to make it look at an direction during a certain time defined on it. Here is an example of an route for it that covers the Power Plant main building:
-![The route its the yellow line](/assets/AI_Stuff/images/mgs/shln_search_missile_route_example.png) +![The route its the yellow line](/assets/AI/images/mgs/shln_search_missile_route_example.png) ### Dataset entity @@ -69,7 +69,7 @@ Each search missile entity can only be linked to 1 route, that means you need on On `TppSearchMissilePointData` transform property (`TransformEntity`), make sure that the Scale values are set to `1` (except for `w`, that one should be `0`), the rotation will not matter here and the `transform_translation` must be near the route 1st node like in the example bellow: -![The Search Missile model represents its entity transform_translation values and the route its the yellow line](/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example.png) +![The Search Missile model represents its entity transform_translation values and the route its the yellow line](/assets/AI/images/mgs/shln_searchmissile_entity_translation_example.png) Now you must be asking yourself "why is it important that the `TransformEntity` `transform_translation` values need to be near the route 1st node?"
@@ -77,9 +77,9 @@ Well its simple, when Sahelanthropus fires the Search Missiles they don't travel For this example, both route 1st node and entity will share the same translation (position) values, as you can see in the 2 images bellow: -![In this example, the route 1st node contains this values on its translation (called position on Unity3d)](/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_01.png) +![In this example, the route 1st node contains this values on its translation (called position on Unity3d)](/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_01.png) -![The entity does have the same translation values](/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_02.png) +![The entity does have the same translation values](/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_02.png) After all this is done, the only thing left to do, is link the routes with the entities. @@ -114,11 +114,11 @@ its simple, the routes on `missileRouteList` will be linked with the entities on In this example i want to link the route `rt_SearchMissile_PowePlant_c_0000` with the entity `TppSearchMissilePointData0042`: -![](/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_03.png) +![](/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_03.png) that means that the route will need to be the 43rd on the `missileRouteList` since we want to link it to the 43rd entity on the dataset -![](/assets/AI_Stuff/images/mgs/shln_searchmissile_entity_translation_example_04.png) +![](/assets/AI/images/mgs/shln_searchmissile_entity_translation_example_04.png) If everything is done correctly, the search missiles will work fine diff --git a/wiki/AI_Stuff/mgs/mgs_nav2_params.md b/wiki/AI/mgs/mgs_nav2_params.md similarity index 97% rename from wiki/AI_Stuff/mgs/mgs_nav2_params.md rename to wiki/AI/mgs/mgs_nav2_params.md index d216f04d..fc7c1023 100644 --- a/wiki/AI_Stuff/mgs/mgs_nav2_params.md +++ b/wiki/AI/mgs/mgs_nav2_params.md @@ -1,7 +1,7 @@ --- title: Sahelanthropus Navmesh data -permalink: /AI_Stuff/mgs/mgs_nav2_params -tags: [AI,Metal Gear] +permalink: /AI/mgs/mgs_nav2_params/ +tags: [AI, Metal Gear] --- diff --git a/wiki/AI_Stuff/mgs/mgs_rexmode.md b/wiki/AI/mgs/mgs_rexmode.md similarity index 89% rename from wiki/AI_Stuff/mgs/mgs_rexmode.md rename to wiki/AI/mgs/mgs_rexmode.md index 586c007b..e5f9ff42 100644 --- a/wiki/AI_Stuff/mgs/mgs_rexmode.md +++ b/wiki/AI/mgs/mgs_rexmode.md @@ -1,10 +1,11 @@ --- title: MG Sahelanthropus REX mode -permalink: /AI_Stuff/mgs/mgs_rexmode +permalink: /AI/mgs/mgs_rexmode/ tags: [AI, Metal Gear] --- + ## Rex mode -![Sahelanthropus Rex Mode Art from "The Art of Metal Gear Solid V" (page 111)](/assets/AI_Stuff/images/mgs/sally_art rex.png){:.thumb .right} +![Sahelanthropus Rex Mode Art from "The Art of Metal Gear Solid V" (page 111)](/assets/AI/images/mgs/sally_art rex.png){:.thumb .right} REX mode is the name given to the sequence where Sahelanthropus changes its pose to an pose similar to MG REX to fire its railgun.

@@ -21,16 +22,16 @@ You can add REX sniping points anywhere, even on sky, but make sure there is ter As written above, REX sniping points are managed on datasets with `TppHidePointData` entities, for this example im going to use Foxkit to add 1 more REX sniping point on Nova Braga to an already existing dataset.
In this example, i want the sniping point to be on the red cross facing the airport like in the picture bellow: -![](/assets/AI_Stuff/images/mgs/shlb_rexpoint_example.png) +![](/assets/AI/images/mgs/shlb_rexpoint_example.png) First thing to is to open the dataset that you are using to manage the REX sniping points, if you dont have one yet, create it.
After that add an `TppHidePointData`, on the Foxkit´s Entity tab, make sure the `type` is set to `Type 1` and create an Transform entity.
-![](/assets/AI_Stuff/images/mgs/shlb_rexpoint_example_02.png) +![](/assets/AI/images/mgs/shlb_rexpoint_example_02.png) Now with the `TppHidePointData` Transform entity created you can define the coordinates and rotation for the REX sniping point, in my case, i will place it on the end of the runway facing the airport. -![](/assets/AI_Stuff/images/mgs/shlb_rexpoint_example_01.png) +![](/assets/AI/images/mgs/shlb_rexpoint_example_01.png) >The direction of the blue arrow is the direction that Sahelanthropus will be facing {:.important} diff --git a/wiki/AI_Stuff/AI_Main.md b/wiki/AI_Stuff/AI_Main.md deleted file mode 100644 index 252bef87..00000000 --- a/wiki/AI_Stuff/AI_Main.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: AI Main -permalink: /AI_Stuff/AI_Main/ -tags: [AI] ---- - -[![Metal Gear Sahelanthropus](/assets/AI_Stuff/images/Shln Icon.png){:.inline width="145px"}](/AI_Stuff/mgs/mgs_Main) -[![Volgin](/assets/AI_Stuff/images/volgin Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) -[![Quiet](/assets/AI_Stuff/images/Quiet Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) -[![Skull Units](/assets/AI_Stuff/images/skulls Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) -[![Soldiers](/assets/AI_Stuff/images/Soldiers Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) -[![Pequod](/assets/AI_Stuff/images/Pequod Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) -[![Enemy Vehicles](/assets/AI_Stuff/images/EnemyHelis Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) -[![Animals](/assets/AI_Stuff/images/Animals Icon.png){:.inline width="145px"}](/AI_Stuff/AI_Main) - diff --git a/wiki/AI_Stuff/mgs/mgs_hellheli.md b/wiki/AI_Stuff/mgs/mgs_hellheli.md deleted file mode 100644 index 40c7527b..00000000 --- a/wiki/AI_Stuff/mgs/mgs_hellheli.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: MG HellBound Heli Attack -permalink: /AI_Stuff/mgs/mgs_Hellheli -tags: [AI, Metal Gear] ---- - -TODO
This sequence is very hard to replicate \ No newline at end of file