Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ah it should be `scroll="viewport"` as a string. The fact that it doesn't complain about Viewport is just 'cause you're setting it to the name of a class, which does exist, but isn't what the screen is expecting.

Have you updated ICON_FOLDER = "backend/controller_support/controller_ui/" at the top of controller_config.rpy to point to where you have the controller icons? It looks like you've put the files into your own subfolder, so you'll need to update the path where it can find the icons as well.

The icons are actually still in the backend folder. I made a separate folder for a few certain files in your pack to be higher up in the sorting order as they seemed to be conflicting when further down in the backend folder, since I have several order numbered folders in my game folder.


These are the files I have moved higher so they execute early enough:


And these are the files left in the actual backend folder:


So the icons are actually still in the backend folder.
Still, I tried copying the controller_ui folder over into my higher priority folder real quick and changed the file path to that to see if this was maybe a priority issue too, but the error message remained.