From afd7535bf35cc82d95ddab0dcbabff2b45e4598e Mon Sep 17 00:00:00 2001 From: Nathan Falvey Date: Thu, 18 Sep 2025 00:38:28 +0100 Subject: [PATCH] Changed initial readme.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58ec44b..25c00ba 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -# pz-random-corpses -A mod for Project Zomboid, which spawns random corpses. \ No newline at end of file +# Project Zomboid Random Corpses + +A repo mod forked from [here](https://steamcommunity.com/sharedfiles/filedetails/?id=3231344297&searchtext=Random+Corpses). This one uses the same spawn method but does not spawn trash tiles. + + +## Installation + +To use this mod, extract the zip file to the '**mods**' your Project Zomboid directory. This is normally located in: + +```bash + C:\Users\%username%\Zomboid\ +``` + +Your newly created folder should be in the root of your '**mods**' folder. So it looks like + +```bash + C:\Users\%username%\Zomboid\mods/Random Corpses +``` +(or whatever the foldername you extracted it to.) \ No newline at end of file