Author Topic: Noob question on adding girls  (Read 5410 times)

0 Members and 1 Guest are viewing this topic.

Offline neath1

  • Newbie
  • *
  • Posts: 7
Noob question on adding girls
« 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

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Noob question on adding girls
« Reply #1 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.
Like what we're doing?

Offline neath1

  • Newbie
  • *
  • Posts: 7
Re: Noob question on adding girls
« Reply #2 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]:

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Noob question on adding girls
« Reply #3 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.
Like what we're doing?