From f4dcf1749ed97795a10786b69556aab2c3d1a375 Mon Sep 17 00:00:00 2001 From: frostbone25 <40375502+frostbone25@users.noreply.github.com> Date: Tue, 16 Mar 2021 18:00:20 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6abd60..698cd83 100644 --- a/README.md +++ b/README.md @@ -1 +1,57 @@ -# IMAP-Editor \ No newline at end of file +# IMAP-Editor + +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Telltale-Modding-Group/IMAP-Editor)](https://github.com/Telltale-Modding-Group/IMAP-Editor/releases) +[![Github All Releases](https://img.shields.io/github/downloads/Telltale-Modding-Group/TelltaleModLauncher/total.svg)](https://github.com/Telltale-Modding-Group/IMAP-Editor/releases) + +**Releases are now being put out! You can get them [HERE](https://github.com/Telltale-Modding-Group/IMAP-Editor/releases)!** +**If you need help or have questions about the application, click [HERE](https://github.com/Telltale-Modding-Group/IMAP-Editor/wiki)!** + +## About +This application is designed to edit .imap files that exist within a Telltale game. + +**.imap = Input Mappings** + +.imap files are responsible for most of the input that you have in a Telltale game, with the editor you'll be able to modify and change/rebind key bindings to whatever you like. You can also add or remove imap entries and add in your own custom lua function names. Credit to Lucas for the super handy [LibTelltale](https://github.com/LucasSaragosa/LibTelltale) library! + +![Thumb](screenshots/thumb.png) + +## Supported Games +The imap editor uses LibTelltale v3.0.0, as of that version it currently supports the following games (not all have been tested) + +*** +- The_Walking_Dead_Definitive_Series +- The_Walking_Dead_Season_Four +- The_Walking_Dead_Season_Three +- The_Walking_Dead_Michonne +- The_Walking_Dead_Season_Two +- The_Walking_Dead_Season_One +- Game_Of_Thrones +- The_Wolf_Among_Us +- Marvels_Gaurdians_Of_The_Galaxy +- Batman_The_Telltale_Series +- Batman_The_Enemy_Within +- Tales_from_The_Borderlands +- Telltale_Texas_Holdem +- Bone_Out_from_Boneville +- Bone_The_Great_Cow_Race +- CSI_3_Dimensions_of_Murder +- CSI_Deadly_Intent +- CSI_Fatal_Conspiracy +- CSI_Hard_Evidence +- Jurassic_Park_The_Game +- Law_and_Order_Legacies +- Minecraft_Story_Mode_Season_One +- Minecraft_Story_Mode_Season_Two +- Poker_Night_at_The_Inventory +- Poker_Night_2 +- Sam_and_Max_Season_One +- Sam_and_Max_Season_Two +- Sam_and_Max_Season_Three +- Sam_and_Max_Save_The_World_Remastered +- Hector_Badge_Of_Carnage +- Puzzle_Agent +- Back_To_The_Future +- Strong_Bad_Cool_Game_for_Attractive_People +- Tales_of_Monkey_Island +- Wallace_And_Gromits_Grand_Adventures +*** From df9803f1380b6bde1b964e9ac9487ca1ec7edbb8 Mon Sep 17 00:00:00 2001 From: frostbone25 <40375502+frostbone25@users.noreply.github.com> Date: Tue, 16 Mar 2021 18:00:34 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698cd83..990cc1c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # IMAP-Editor [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Telltale-Modding-Group/IMAP-Editor)](https://github.com/Telltale-Modding-Group/IMAP-Editor/releases) -[![Github All Releases](https://img.shields.io/github/downloads/Telltale-Modding-Group/TelltaleModLauncher/total.svg)](https://github.com/Telltale-Modding-Group/IMAP-Editor/releases) +[![Github All Releases](https://img.shields.io/github/downloads/Telltale-Modding-Group/IMAP-Editor/total.svg)](https://github.com/Telltale-Modding-Group/IMAP-Editor/releases) **Releases are now being put out! You can get them [HERE](https://github.com/Telltale-Modding-Group/IMAP-Editor/releases)!** **If you need help or have questions about the application, click [HERE](https://github.com/Telltale-Modding-Group/IMAP-Editor/wiki)!** From 5bab368058a790274ac73428600b24bb38197796 Mon Sep 17 00:00:00 2001 From: frostbone25 <40375502+frostbone25@users.noreply.github.com> Date: Tue, 16 Mar 2021 18:00:39 -0500 Subject: [PATCH 3/5] Create README.md From 92459a0f6d8856255fd12054ee1408e7a8a12dce Mon Sep 17 00:00:00 2001 From: frostbone25 <40375502+frostbone25@users.noreply.github.com> Date: Tue, 16 Mar 2021 18:01:38 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 990cc1c..c4e703b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This application is designed to edit .imap files that exist within a Telltale ga ![Thumb](screenshots/thumb.png) ## Supported Games -The imap editor uses LibTelltale v3.0.0, as of that version it currently supports the following games (not all have been tested) +The imap editor uses [LibTelltale v3.0.0](https://github.com/LucasSaragosa/LibTelltale), as of that version it currently supports the following games (not all have been tested) *** - The_Walking_Dead_Definitive_Series From 839226432edfcde3a140a63d76deea0df824c54c Mon Sep 17 00:00:00 2001 From: frostbone25 <40375502+frostbone25@users.noreply.github.com> Date: Tue, 16 Mar 2021 18:22:54 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4e703b..8d263e7 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ **If you need help or have questions about the application, click [HERE](https://github.com/Telltale-Modding-Group/IMAP-Editor/wiki)!** ## About -This application is designed to edit .imap files that exist within a Telltale game. +**This application is designed to edit .imap files that exist within a Telltale game.** -**.imap = Input Mappings** +***.imap = Input Mappings*** -.imap files are responsible for most of the input that you have in a Telltale game, with the editor you'll be able to modify and change/rebind key bindings to whatever you like. You can also add or remove imap entries and add in your own custom lua function names. Credit to Lucas for the super handy [LibTelltale](https://github.com/LucasSaragosa/LibTelltale) library! +**.imap** files are responsible for most of the input that you have in a Telltale game, with the editor you'll be able to modify and change/rebind key bindings to whatever you like. You can also add or remove imap entries and add in your own custom lua function names. **Credit to Lucas for the super handy [LibTelltale](https://github.com/LucasSaragosa/LibTelltale) library!** ![Thumb](screenshots/thumb.png)