Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! I got the shader, using it in version 7.4.11. I just dropped the file in my game folder and I am getting a parsing script failed error:

```

I'm sorry, but errors were detected in your script. Please correct the

errors listed below, and try again.

File "game/outline_shader.rpy", line 182: ATL statement contains two expressions in a row; is one of them a misspelled property? If not, separate them with pass.

    gl_drawable_resolution drawable_res

                                       ^

File "game/outline_shader.rpy", line 211: ATL statement contains two expressions in a row; is one of them a misspelled property? If not, separate them with pass.

    mesh True mesh_pad (20, 20, 20, 20) gl_drawable_resolution False

                                                                    ^

Ren'Py Version: Ren'Py 7.4.11.2266

Tue Feb 27 17:46:04 2024

```

Hello! As mentioned in the page the lowest version the shader has been tested on is 7.5; it seems like one of those properties is more recent - likely gl_drawable_resolution. You can comment out those properties until it works, or what I recommend, is updating your engine version (at least to 7.5). 7.4.11 came out in 2021 and we're currently on 7.7/8.2.

(1 edit)

Thanks for the quick answer! I missed the 7.5 version requirement. I wasn't able to upgrade to 7.7/8.2 because of compatibility issues, but I am thinking 7.5 should be fine. Let me give it a try! 

Edit: I updated to 7.5 and it works perfectly now. Thanks!