adventuregamestudio / ags

AGS editor and engine source code
Other
695 stars 159 forks source link

[AGS 4.00.00.07] Sierra style template and Tumbleweed template don't work #2503

Open Max833 opened 3 weeks ago

Max833 commented 3 weeks ago

Describe the bug Sierra style template and Tumbleweed template doesn't work when you want to run the template.

AGS Version AGS-4.00.00.07-Alpha12

Game If applicable, link or attach an example game (with optional source) to demonstrate the issue.

To Reproduce Steps to reproduce the behavior:

"Start a new game" -> "Sierra style" -> F5 to run the game -> Error:

image

"Start a new game" -> "Tumbleweed " -> F5 to run the game -> Error:

image

Expected behavior The template game should run. I don't have this issues with the others.

Screenshots See above.

Desktop (please complete the following information): Windows 10, GTX 1070, i7 3770k

ivan-mogilko commented 3 weeks ago

This is not the bug of AGS, it's a problem with templates not updated to AGS 4.

Character.on should be replaced with Character.Enabled.

HasAlphaChannel is no longer existing, the replacement will depend on the context where this property was used.

My understanding is that at least some of these template's sources were updated in this repository in "ags4" branch: https://github.com/adventuregamestudio/ags-template-source/tree/ags4 but these updated versions were not yet added to the AGS release.

Try copying the scripts from that repository (ags4 branch). If you meet further problems, please open the issue in the template source repository instead: https://github.com/adventuregamestudio/ags-template-source/issues

ivan-mogilko commented 3 weeks ago

Additional note: preparing AGS 4 templates for release is not entirely possible without resolving #2242 (at least).

Max833 commented 3 weeks ago

Thank you very much for your quick response and help. :) I think I'll stick with AGS 3.6.1 for the time being than. I don't want to risk that future major changes will again cause templates to break.

ivan-mogilko commented 3 weeks ago

I will leave this report as a reminder until the updated templates are packaged with AGS 4 release.