Thanks for answering. And it isn't that I prefer art over text, it is just that art gives a good idea of what the scene looks like, making it easier to describe and saving people on longer texts, and makes it a little more arousing than just art or just text.I do intend to eventually add official character/scene art some point down the line. I don't know when that will be.
It definitely won't be all at once. But I do know most people prefer art over text.
Not a whole lot yet.This looks interesting, how much game time currently?
Although you are correct, I would not advise the grind to get that ending.gametime can be weeks days or years the game only finishes once youpad of the 100000 debt to the adventurers guild
Glad you're interested!Looks interesting. I kicked in to patreon to keep track of this.
I'll have to take a look at the code and what-not. Do you have any framework in place for adding pictures? I have a lot of legitimate 3d content and wouldn't mind doing some quick renders.
I actually tried to add a few pics by changing the "picture": "" and it wasn't reflecting. I didn't feel like messing about with the code currently.Glad you're interested!
Currently there is a very rudimentary system for adding images for characters, backgrounds and scenes.
As images are not currently my focus, you can't actually have character images change, to display stuff like different emotions, or have images for a loss scene change as the scene progresses.
I would recommend reading the modding guide in the games files if you want to mess around with stuff.
I'm guessing by reflecting you mean not showing up?I actually tried to add a few pics by changing the "picture": "" and it wasn't reflecting. I didn't feel like messing about with the code currently.
v8.1 only had the forest area.having allot of fun with it, very well done text game! just one question: is the only dungeon available so far the forest or am i doing something wrong? since it was released just in november i'm more inclined to believe is the first option.
Nice! i'll be sure to check it out.v9 is now out!
v8.1 only had the forest area.
v9 has a dungeon that is unlocked as a location after you clear it.
Provided I didn't miss some catastrophic bug at least.
:-Dv9 is now out!
v8.1 only had the forest area.
v9 has a dungeon that is unlocked as a location after you clear it.
Provided I didn't miss some catastrophic bug at least.
File "game/gamecode/LoadDatabase.rpy", line 129, in <module>
jsonData = open(file).read()
IOError: [Errno 2] No such file or directory: u'/home/dane/Downloads/games/x/MonGirlDreams-Alpha-v9-pc/renpy/monsters/ForestDungeon/Imp.json'
Huh apprently imp wasn't loading correctly due to a typo... I should've caught that.:-D
Mine blew up as soon as I tried to start new game. I'm guessing you're developing this on Windows? Because it looks like a file case problem.
When I look the file has a lowercase "i" instead of a capital "I".Code:File "game/gamecode/LoadDatabase.rpy", line 129, in <module> jsonData = open(file).read() IOError: [Errno 2] No such file or directory: u'/home/dane/Downloads/games/x/MonGirlDreams-Alpha-v9-pc/renpy/monsters/ForestDungeon/Imp.json'
Once I made a symlink so both cases were there, it seems to work fine.
Also - once I edited the "picture" in the renpy directory (instead of the json file in the game directory, things are showing up fine).
View attachment 51831
Huh.One correction: The NPC images work fine - but the monster ones fail. It fails out with "IOError: Couldn't find file 'game/images/Monsters/Trisha_the_Succubus.png'.", Even though the file exists in that location.
Issue has been resolved. Thank you for informing me.Can't start adventure now, when I click begin/start adventure, dialog box says "I returned to village".
Nice!! i was struggling allot with the succubus since she got free from my restrains literaly the next turn after i used them, glad to know that's been patched, keep up the good work!Hate to double post but v10 is out.
Mostly mechanical changes. Check the changelog for full details.