diff --git a/MapEnhancer/LICENSE b/MapEnhancer/LICENSE new file mode 100644 index 00000000..05be2823 --- /dev/null +++ b/MapEnhancer/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Michael Richer a.k.a. Vanguard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/MapEnhancer/MapEnhancer.dll b/MapEnhancer/MapEnhancer.dll new file mode 100644 index 00000000..e5074fce Binary files /dev/null and b/MapEnhancer/MapEnhancer.dll differ diff --git a/MapEnhancer/arrow.png b/MapEnhancer/arrow.png new file mode 100644 index 00000000..6c9a4e4f Binary files /dev/null and b/MapEnhancer/arrow.png differ diff --git a/MapEnhancer/flare.png b/MapEnhancer/flare.png new file mode 100644 index 00000000..02083590 Binary files /dev/null and b/MapEnhancer/flare.png differ diff --git a/MapEnhancer/info.json b/MapEnhancer/info.json new file mode 100644 index 00000000..bb8c0c7c --- /dev/null +++ b/MapEnhancer/info.json @@ -0,0 +1,11 @@ +{ + "Id": "MapEnhancer", + "DisplayName": "Map Enhancer", + "Author": "Vanguard", + "Version": "1.5.2", + "AssemblyName": "MapEnhancer.dll", + "EntryMethod": "MapEnhancer.UMM.Loader.Load", + "ManagerVersion": "0.27.12", + "HomePage": "https://www.nexusmods.com/railroader/mods/18/", + "Repository": "https://raw.githubusercontent.com/mricher-git/rr-mapenhancer-mod/master/repository.json" +} diff --git a/MapEnhancer/traincar.png b/MapEnhancer/traincar.png new file mode 100644 index 00000000..d9f5f77f Binary files /dev/null and b/MapEnhancer/traincar.png differ