From 85e3519823bfbb41b711c97aa5ca53d6cc4b03db Mon Sep 17 00:00:00 2001 From: Ahrimdon <100532722+Ahrimdon@users.noreply.github.com> Date: Sat, 20 May 2023 23:44:50 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1bf4de..cff9310 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # EZ-IW4MAdmin-DBViewer -#### A simple collecton of Python3 Scripts that allow you to export your entire IW4MAdmin Database and view it in an easy fashion. While it is possible to read `IW4NAdmin\Database\Database.db`, there are many constraints/links that make viewing the default database *extremely* difficult. +#### A simple collecton of Python3 Scripts that allowa you to export your entire IW4MAdmin Database and view it in an easy fashion. While it is already possible to read `IW4NAdmin\Database\Database.db`, there are many constraints/keys/links that make viewing the default database *extremely* difficult. -* Usage: python combine_db.py +* Usage: `python combine_db.py` + +## Instructions + +1. Copy database to a folder and make sure it's named `Database.db` + +2. Copy script `combine_db.py`, into the locatation of your Database's copy. + +3. Run the script + +* This will generate a new database named `Plutonium Servers.db` with all of the essential information \ No newline at end of file