Skip to main content

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

1330540084

7
Posts
2
Followers
3
Following
A member registered Jan 19, 2020 · View creator page →

Recent community posts

It takes advantage of the pre-existing json file that manages the mod load order and what's enabled and disabled

However I have been working on a python workaround but it only works in CLI mode on Linux the one I currently have up and running is for Linux Debian bookworm python 3.2 ish I need to double check it it's been a minute it could be a lower python version

Personally I've been saying for a couple of days now that we need to completely rebuild the mod manager I would do it I'm just not experienced with GD script

In the mod menu for testing you could always load the game without mods just to see if it's an issue with the game itself

Depends on what you're doing if you're running the game on PC mode should just run assuming they're compatible with each other and the game but if you're on Android you need the special packs file which will get enabled and created by default if you accidentally deleted it you need to reinstall the game and have it create the file again 

Game needs to be updated to work on newer Android versions

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 2671, in script

    jump maggie_college

ScriptError: could not find label 'maggie_college'.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script.rpy", line 2671, in script

    jump maggie_college

  File "/home/plunkttg/.config/itch/apps/putmeon/PutMeOn-0.0.8-pc/renpy/ast.py", line 1992, in execute

    rv = renpy.game.script.lookup(target)

  File "/home/plunkttg/.config/itch/apps/putmeon/PutMeOn-0.0.8-pc/renpy/script.py", line 1013, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'maggie_college'.

Linux-6.6.32-02877-gde0d50d4a56c-x86_64-with-glibc2.36 x86_64

Ren'Py 8.1.3.23091805

PutMeOn 0.0.8

Tue Aug 27 21:57:14 2024

```