-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
hi, i really liked your game, i even created a monster but i cant test her cuz i get this
ReplyDelete[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
ok nvm i fixed it, but now when i encounter my monster girl it doesnt appear, like the description of the girl doesnt appear
Deletehttps://imgur.com/a/NMg8V
DeleteWell the first issue was a comma problem, but you got that one.
DeleteDarn 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.
https://www.dropbox.com/s/nogu6569bvwgco4/Holstaur.json?dl=0
Deleteif 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
After a bunch of tests and theories why this occurred.
DeleteYou 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.
lol it indeed was the problem, thanks for helping solving the problem
Deletethanks you very much
Glad I could help!
DeleteThis comment has been removed by the author.
Deletejust two last question.
DeleteThe 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?
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".
DeleteThe 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"
Link for windows version doesn't work
ReplyDeleteThis has now been fixed.
Delete