Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Max833 opened this issue Aug 18, 2024 · 4 comments
Open
Labels
ags 4 related to the ags4 development context: deployment related to deploying AGS releases and related materials type: bug unexpected/erroneous behavior in the existing functionality

Comments

@Max833
Copy link

Max833 commented Aug 18, 2024

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
Copy link
Contributor

ivan-mogilko commented Aug 18, 2024

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
Copy link
Contributor

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

@Max833
Copy link
Author

Max833 commented Aug 18, 2024

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.

@Max833 Max833 changed the title [AGS 4.00.00.07] Sierra style template and Tumbleweed template doesn't work [AGS 4.00.00.07] Sierra style template and Tumbleweed template don't work Aug 18, 2024
@ivan-mogilko ivan-mogilko added context: deployment related to deploying AGS releases and related materials type: bug unexpected/erroneous behavior in the existing functionality labels Aug 18, 2024
@ivan-mogilko ivan-mogilko added this to the 4.0.0 (preliminary) milestone Aug 18, 2024
@ivan-mogilko
Copy link
Contributor

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

@ivan-mogilko ivan-mogilko added the ags 4 related to the ags4 development label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ags 4 related to the ags4 development context: deployment related to deploying AGS releases and related materials type: bug unexpected/erroneous behavior in the existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants