Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Ok ether way it says there's a exception and it calls the dlc a dlcs even if there's no dlc the last line says name error the name dlcs is not defined 

(1 edit)

you know i love this game have it on android and pc .i dont have a pc now and I've had this game on android for awhile and this just started 2 or 3 updates ago and no matter how much I love this game it's becoming such a pain hell I can't even play

the dlc so I don't download it most times sorry to bother you over something that clearly isn't going to work anymore because I think you updated me out of the game

(-1)

If the error message is "NameError: name 'DLCS' is not defined', look at the line before, it should be something like: File "game/something..."

That's the file causing the issue.

What's the path of this file?

```

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "game/dlc_fafow/setup.rpy", line 4, in <module>

NameError: name 'DLCS' is not defined


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


Full traceback:

  File "dlc_fafow/setup.rpyc", line 4, in script

  File "renpy/ast.py", line 834, in execute

  File "renpy/python.py", line 1184, in py_exec_bytecode

  File "game/dlc_fafow/setup.rpy", line 4, in <module>

NameError: name 'DLCS' is not defined


```

(+1)

Ok, so you have a file named dlc_fafow.rpa somewhere.
It should be in the folder Documents/Renpy_Saves/loveandsexsecondbase..../game or maybe Documents/Renpy_Saves/loveandsexsecondbase..../game/dlc.

Sometimes the files don't show in the file manager shortcut.

Check Find files on android (video)

You can also find information about the DLC management here

(+2)

Thanks that worked that was the fastest fix I've ever done