Bronya-Rand / DDModDocker

Codename: Snowrance. A WIP mod launcher integrated into DDLC/Ren'Py.
GNU Affero General Public License v3.0
19 stars 2 forks source link

TMIWNHANDANHHTHTYVM fails to run #21

Closed SirChillington closed 6 months ago

SirChillington commented 6 months ago

Describe the bug When attempting to run TMIWNHANDANHHTHTYVM (acronym for The mod in which Natsuki has a nice day and nothing horrible happens to her thank you very much.) It shows an error which reads as follows:

I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again.

File "game/mods/TMIWNHANDANHHTHTYVM/game/screens.rpy", line 513: Line is indented, but the preceding tag statement does not expect a block. Please check this line's indentation. You may have forgotten a colon (:).
    style_prefix "main_menu"
    ^

File "game/mods/TMIWNHANDANHHTHTYVM/game/screens.rpy", line 726: Line is indented, but the preceding tag statement does not expect a block. Please check this line's indentation. You may have forgotten a colon (:).
    use game_menu(_("About"), scroll="viewport"):
    ^

File "game/mods/TMIWNHANDANHHTHTYVM/game/screens.rpy", line 767: Line is indented, but the preceding tag statement does not expect a block. Please check this line's indentation. You may have forgotten a colon (:).
    use file_slots(_("Save"))
    ^

File "game/mods/TMIWNHANDANHHTHTYVM/game/screens.rpy", line 774: Line is indented, but the preceding tag statement does not expect a block. Please check this line's indentation. You may have forgotten a colon (:).
    use file_slots(_("Load"))
    ^

File "game/mods/TMIWNHANDANHHTHTYVM/game/screens.rpy", line 904: Line is indented, but the preceding tag statement does not expect a block. Please check this line's indentation. You may have forgotten a colon (:).
    if renpy.mobile:
    ^

File "game/mods/TMIWNHANDANHHTHTYVM/game/screens.rpy", line 1090: Line is indented, but the preceding tag statement does not expect a block. Please check this line's indentation. You may have forgotten a colon (:).
    predict False
    ^

Ren'Py Version: Ren'Py 7.7.1.24030407
Wed Apr  3 18:42:40 2024

To Reproduce Steps to reproduce the behavior:

  1. Download TMIWNHANDANHHTHTYVM.
  2. Install the mod by placing it in a folder in the games directory and installing it from the docker.
  3. Select TMIWNHANDANHHTHTYVM as default mod.
  4. Boot up the mod docker.
  5. See error

Expected behavior The mod should boot up normally and not show an error screen.

Desktop (please complete the following information):

Additional context It's pretty self explanatory.

Bronya-Rand commented 6 months ago

This seems like this is a Ren'Py 6 mod which is sadly incompatible with DDMD 7 due to old syntaxes. Try DDMD SE instead.