2
Nevermind I fixed it not sure if this will cause any problems I don't see why it would , but it did install.
Edited all 4 SQL files included in the download. Works. sorry to bother :)
Before:
res_x int(11) NOT NULL default '',
res_y int(11) NOT NULL default '',
After:
res_x int(11) NOT NULL default '0',
res_y int(11) NOT NULL default '0',