Q qqqbbb Prince Joined Sep 25, 2010 Messages 530 Feb 27, 2018 #1 Is there a way to change default map size? Editing "MapSize" ParameterId in Parameters table does not work.
Is there a way to change default map size? Editing "MapSize" ParameterId in Parameters table does not work.
Q qqqbbb Prince Joined Sep 25, 2010 Messages 530 Mar 5, 2018 #2 A hacky way to do it: Code: DELETE FROM MapSizes WHERE MapSizeType = 'MAPSIZE_SMALL'; Default map size will be 'duel'. Useful when testing mods. Last edited: Mar 6, 2018
A hacky way to do it: Code: DELETE FROM MapSizes WHERE MapSizeType = 'MAPSIZE_SMALL'; Default map size will be 'duel'. Useful when testing mods.