summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.txt9
-rw-r--r--modinfo.json6
2 files changed, 12 insertions, 3 deletions
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" ]
}