Pink Petal Games

PyTFall => PyTFall: General information => Topic started by: neath1 on February 02, 2017, 07:04:32 AM

Title: Noob question on adding girls
Post by: neath1 on February 02, 2017, 07:04:32 AM
tried adding girlsx files, but when you get to slave screen. it crashes.
 Is there a certain location to put them in. Thought it was content...chars

Thanks
Title: Re: Noob question on adding girls
Post by: Xela on February 02, 2017, 07:15:54 AM
If you're adding them to Alpha release, look at the Crazy Bleach folder and do exactly the same thing. tags.json file should be generated automatically iirc. If you're messing with dev version, WM packs are no longer supported.
Title: Re: Noob question on adding girls
Post by: neath1 on February 02, 2017, 07:40:01 AM
Using alpha release, but this time crashes at start.

Traceback (most recent call last):
  File "V:\PyTFall-0.45-Alpha\renpy\execution.py", line 294, in run
    node.execute()
  File "V:\PyTFall-0.45-Alpha\renpy\ast.py", line 732, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "V:\PyTFall-0.45-Alpha\renpy\python.py", line 1358, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 141, in <module>
    tagdb = TagDatabase.from_json([jsonfiles, rg_jsonfiles])
  File "game/library/classes - tags.rpy", line 41, in from_json
    for imgpath in imgmap[2]:
Title: Re: Noob question on adding girls
Post by: Xela on February 02, 2017, 07:51:48 AM
Traceback is incomplete but WM has changed a lot since we released Alpha. There is a chance that new tags were added that we do not account for :(

Back in Alpha days, I had about 300 characters from crazies WM, there never were any errors.