View Single Post
  #10  
Old 02-06-2013, 05:09 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

If you type:
Code:
#rules store
while in game, that should create rows in the rules_values table for all the ones that are missing and therefore using the defaults.

EDIT: The downside of using #rules store is that it wipes out the notes column, which contains a description of what the rule does, but if you look at the source, common/ruletypes.h has a description of what a lot of them do.

Last edited by Derision; 02-06-2013 at 05:24 PM.. Reason: Noted that #rules store removes the notes column
Reply With Quote