If you have on arcade 2.4.x or similar, you may see that in Admina rea you write long description, but they get automatically shortenned, cut off after save and dont display fully on game page.

So Hans is a nice admin of OnArcade.com and he helped me by introducing following mysql command.. He and me neither guarantee this command is safe and will work. I just wanted to share so it might get usefull for some onarcade admin. Here it is:

ALTER TABLE `on_files` CHANGE `description` `description` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL

It should make game descriptions length virtually unlimited on onArcade database. Such command can be run via phpmyadmin for example, SQL tab.