@@ -541,6 +541,10 @@ <h3>Commands</h3>
541541 < th class ="theme-bg-light "> < b > database_dump_gamemodes</ b > </ th >
542542 < td > Dumps all information about game modes with the given arguments.</ td >
543543 </ tr >
544+ < tr >
545+ < th class ="theme-bg-light "> < b > database_dump_psynet</ b > </ th >
546+ < td > Dumps all information about psynet classes with the given arguments.</ td >
547+ </ tr >
544548 < tr >
545549 < th class ="theme-bg-light "> < b > database_dump_errors</ b > </ th >
546550 < td > Dumps all error classes the game uses.</ td >
@@ -2054,6 +2058,34 @@ <h3>Settings</h3>
20542058 < th class ="theme-bg-light "> < b > training_no_map <true-false></ b > </ th >
20552059 < td > Don't do any changes to maps for custom training packs.</ td >
20562060 </ tr >
2061+ < tr >
2062+ < th class ="theme-bg-light "> < b > training_boost_standard <true-false></ b > </ th >
2063+ < td > Use the typical standard boost meter in custom training.</ td >
2064+ </ tr >
2065+ < tr >
2066+ < th class ="theme-bg-light "> < b > training_boost_unlimited <true-false></ b > </ th >
2067+ < td > Use the unlimited boost meter in custom training.</ td >
2068+ </ tr >
2069+ < tr >
2070+ < th class ="theme-bg-light "> < b > training_boost_refill <true-false></ b > </ th >
2071+ < td > Use the auto-refill boost meter in custom training.</ td >
2072+ </ tr >
2073+ < tr >
2074+ < th class ="theme-bg-light "> < b > training_boost_none <true-false></ b > </ th >
2075+ < td > Disable the boost meter in custom training.</ td >
2076+ </ tr >
2077+ < tr >
2078+ < th class ="theme-bg-light "> < b > training_boost_refill_delay <true-false></ b > </ th >
2079+ < td > The delay in seconds on when the auto-refill boost starts to refill in custom training.</ td >
2080+ </ tr >
2081+ < tr >
2082+ < th class ="theme-bg-light "> < b > training_boost_refill_rate <true-false></ b > </ th >
2083+ < td > The rate the auto-refill boost uses when it starts to refill in custom training.</ td >
2084+ </ tr >
2085+ < tr >
2086+ < th class ="theme-bg-light "> < b > training_boost_refill_ground <true-false></ b > </ th >
2087+ < td > Enable refilling boost when you touch the ground only in custom training.</ td >
2088+ </ tr >
20572089 </ tbody >
20582090 </ table >
20592091 </ div >
0 commit comments