Thursday 28 December 2017

Alpha 9.1a Hotfix Change log

-Fixed dungeon entry issue.
-Fixed fetish removal issue.
-Fixed player being able to redo the dungeon after beating it.
-Fixed another issue with event jumping, aka the mimic issues.

Save Integrity: Good. Remember to go to options and click the update save button. 

Mod Integrity: Good

13 comments:

  1. hi, i really liked your game, i even created a monster but i cant test her cuz i get this


    [code]
    I'm sorry, but an uncaught exception occurred.

    While running game code:
    File "game/script.rpy", line 214, in script call
    call loadDatabase from _call_loadDatabase
    File "game/gamecode/LoadDatabase.rpy", line 2, in script
    python:
    File "game/gamecode/LoadDatabase.rpy", line 130, in
    currentData = json.loads(jsonData)
    ValueError: Expecting , delimiter: line 20 column 26 (char 1086)

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

    Full traceback:
    File "game/script.rpy", line 214, in script call
    call loadDatabase from _call_loadDatabase
    File "game/gamecode/LoadDatabase.rpy", line 2, in script
    python:
    File "C:\Users\KEVIN\Desktop\MonGirlDreams-Alpha-v9.1a-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    File "C:\Users\KEVIN\Desktop\MonGirlDreams-Alpha-v9.1a-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
    File "game/gamecode/LoadDatabase.rpy", line 130, in
    currentData = json.loads(jsonData)
    File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/json/__init__.py", line 338, in loads
    File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/json/decoder.py", line 366, in decode
    File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
    ValueError: Expecting , delimiter: line 20 column 26 (char 1086)

    Windows-8-6.2.9200
    Ren'Py 6.99.12.4.2187
    Monster Girl Dreams Alpha-v9.1a
    [/code]


    dunno if you can help me with this, i put everything in order (skill in skillList, monster in monsterlist), dont know what i did wrong

    ReplyDelete
    Replies
    1. ok nvm i fixed it, but now when i encounter my monster girl it doesnt appear, like the description of the girl doesnt appear

      Delete
    2. https://imgur.com/a/NMg8V

      Delete
    3. Well the first issue was a comma problem, but you got that one.
      Darn commas.

      But the not appearing thing is odd. I would probably need to look at the .json file you made to figure out why it's doing that.

      Wait, do they still fight correctly and everything even though they have no description?
      First issue I can think of in that scenario is that for the picture part in the .json there is a space or something, like "picture": " " instead of "picture": ""
      Course I can't be 100% sure one this one

      Alternatively it could be because they aren't in the monster list or the name is typoed in the location information. But i'm pretty sure that would fetch the last monster in the list and not give out a blank monster.

      Also I am not used to people commenting on the blog posts. I should start checking here more often.

      Delete
    4. https://www.dropbox.com/s/nogu6569bvwgco4/Holstaur.json?dl=0
      if you see the codes, everything from slime is untouched, i just changes the attack( i already created the skills and put them in the list), the stats and the name and description

      Delete
    5. After a bunch of tests and theories why this occurred.

      You did not make a monster group for her in the location under "MonsterGroups" but did add her to "Monsters": [].
      So it doesn't fetch her.

      I figured this out because I actually did the same thing when testing!
      So I'm pretty sure this is your issue.

      I should add a fail safe for if this happens so it still generates an encounter with one enemy of that monster...

      If this wasn't actually the issue please let me know.

      Delete
    6. lol it indeed was the problem, thanks for helping solving the problem

      thanks you very much

      Delete
    7. This comment has been removed by the author.

      Delete
    8. just two last question.

      The attacks from monsters, is there a way to increases the chances the "Mon" use more certain attacks?

      and where do i change the fetish gained when loosing to a monster?

      Delete
    9. Only way to increase the chance a monster uses an attack currently is to add another iteration of that skill to their list. So "Caress", "Caress", "Blowjob".
      The AI also tends to use skills that require a stance if they are currently in that stance.

      Fetish and sensitivity gained is put at the end of a loss scene or in an event.
      "ChangeFetish",
      "Breasts",
      "1"

      Delete
  2. Link for windows version doesn't work

    ReplyDelete