From 7b65cc5d7316ed8ecb569474649ba58dfb4dac7d Mon Sep 17 00:00:00 2001 From: Vhati Date: Mon, 23 Sep 2013 23:24:40 -0400 Subject: [PATCH] Added tip about --validate --- skel_common/readme_modders.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skel_common/readme_modders.txt b/skel_common/readme_modders.txt index 4e59f3a..820fde2 100644 --- a/skel_common/readme_modders.txt +++ b/skel_common/readme_modders.txt @@ -215,6 +215,11 @@ Commandline Runs the game. If used with "--patch", runs afterward if successful. + --validate Abc + + Prints a "Validate" report for named mod files/dirs. Handy when + you're checking repeatedly as you correct typos. + Pitfalls