From 1db56a66e616e2c81f77a8b1e299602428dd1276 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 27 May 2020 14:36:26 -0700 Subject: Rename the mod as it's become more than just typo fixes. Add a readme explaining base game compatibility. --- Readme.txt | 9 +++++++++ modinfo.json | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Readme.txt diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..6a9bcde --- /dev/null +++ b/Readme.txt @@ -0,0 +1,9 @@ +The tweaks to the USP 45 and UCP require editing the base game files. + +Remove the usp_45 from json/items/gun/45.json +This is required for the H&K prefix to appear. + +and + +Remove the ucp from json/items/migration.json +This is required for the UCP to not be converted into MP7A5. diff --git a/modinfo.json b/modinfo.json index fc1c434..d6eb41a 100644 --- a/modinfo.json +++ b/modinfo.json @@ -1,10 +1,10 @@ [ { "type": "MOD_INFO", - "ident": "hk_naming_hotfix", - "name": "H&K Naming Hotfix", + "ident": "hk_loadout", + "name": "H&K Loadout", "authors": ["jc_gargma"], - "description": "Fix the naming of several Heckler & Koch items to actually use the H&K prefix. Also restore the H&K UCP that was removed in 0.E", + "description": "Adds various H&K weapons, and tweaks existing ones.", "category": "rebalance", "dependencies": [ "dda" ] } -- cgit v1.2.1