graverobber

Newbie
Jan 27, 2020
36
59
182
MC's "Active Skills" get incorrectly keyed/numbered

--example--
1.Basic Attack
3.Precise Attack
4.Reckless Attack
5.Insulting Taunt
6.Every Man for Himself
6.Full Defense

-FIX-
File "ai.rpy"
line 165 change "$ n = 2" to "$ n = 1"
 
  • Like
Reactions: frostgames

frostgames

Member
Game Developer
May 2, 2022
241
295
187
so I have to level up before doing the quest?
You have to do the quest before leveling up. Otherwise you fail the quest, but the guild quests are optional, you will only miss the unique trinket you get as a reward for completing all quests.

2 bugs
--------------------------------------------
BUG #1
"Plant Dungeon" reward choice "Health Ring"

File "game/scripts/dungeon2.rpy", line 313, in <module>
$ comparegear(healthring)
NameError: name 'healthring' is not defined

"Health Ring" only exists in "dungeon2.rpy"
--------------------------------------------
BUG#2
"Chaos Bolt"

File "game/scripts/skillsElements.rpy", line 224, in script
"You release a bolt of chaotic energy at [target.name] hitting for [damage_mh:.01f][critical_mh] [skill.dtype1] damage.[effectivemh]"
AttributeError: 'Skill' object has no attribute 'dtype1'

FIX (simple typo fix)
Line 224 change - skill.dtype1 to skill.dtype
Line 254 change - skill.dtype1 to skill.dtype
Thanks for reporting, both errors and the active skills numbers should be fixed here.

0.4b pc download:
 
Last edited:

frostgames

Member
Game Developer
May 2, 2022
241
295
187
MC's "Active Skills" get incorrectly keyed/numbered

--example--
1.Basic Attack
3.Precise Attack
4.Reckless Attack
5.Insulting Taunt
6.Every Man for Himself
6.Full Defense

-FIX-
File "ai.rpy"
line 165 change "$ n = 2" to "$ n = 1"
I am amazed that you actually went through my code and understood things. I learned to code by just watching a few youtube videos, and went for many creative solutions of my own to problems I found along the way, so it is probably really messy compared to professional coding.
 

graverobber

Newbie
Jan 27, 2020
36
59
182
I am amazed that you actually went through my code and understood things. I learned to code by just watching a few youtube videos, and went for many creative solutions of my own to problems I found along the way, so it is probably really messy compared to professional coding.
i guarantee you know substantially more than i do in regards to coding. i just have a few bits & pieces of knowledge about renpy & a tiny bit when it comes to html, both of which originate from me attempting to

a. fix typos that annoy me
b. fix "SIMPLE" code bugs (although i sometimes get lucky and fix a more difficult one through a combination of stubbornness & luck, mainly the latter, it frequently takes me 5 or 6 try's fix something code related, and i outright fail more often than i succeed)
c. attempting to cheat

the code stuff (b.)is just me muddling through things i only partially understand (the rest is still pretty much hieroglyphs to me) using info from the error log & then notepad++ "find in files" function to search the game folder for snippet's of code that i can use as a reference/guide as to how a bit of said code is supposed to be used

i do acknowledge that its a dumb way to do things, but unfortunately my brain seems to resent my attempts to learn things via conventional methods
 

frostgames

Member
Game Developer
May 2, 2022
241
295
187
i guarantee you know substantially more than i do in regards to coding. i just have a few bits & pieces of knowledge about renpy & a tiny bit when it comes to html, both of which originate from me attempting to

a. fix typos that annoy me
b. fix "SIMPLE" code bugs (although i sometimes get lucky and fix a more difficult one through a combination of stubbornness & luck, mainly the latter, it frequently takes me 5 or 6 try's fix something code related, and i outright fail more often than i succeed)
c. attempting to cheat

the code stuff (b.)is just me muddling through things i only partially understand (the rest is still pretty much hieroglyphs to me) using info from the error log & then notepad++ "find in files" function to search the game folder for snippet's of code that i can use as a reference/guide as to how a bit of said code is supposed to be used

i do acknowledge that its a dumb way to do things, but unfortunately my brain seems to resent my attempts to learn things via conventional methods
It is not dumb if it works for what you need. And 90% of bugs are really just typos. Although the Health ring you pointed out before, the item was missing from the code, it probably got lost when I was updating all items for the new combat system.
 
  • Like
Reactions: graverobber

Ryjon

New Member
Dec 12, 2023
13
3
47
Just 2 questions:

I'm not really familiar with DnD-games, but imho your game is definitly one or feels like one. So i realized that even one level difference makes a real deal. I didnt know that, because no character levels are displayed.
Maybe you can add an option the game settings like "show level on character portrait - on/off". Yes I know, it would kill the immersion, but I can explain.
I think I got it that the adventurer group on gold in the forest at night is level 3, but 2-3 days ago I didnt realize that and at this time I haven't cleared the plant dungeon yet, so I couldn't level up to lvl 3 and my group was obviously to weak for them.
I believe that, because their archer used a skill named "rain of arrows" and my archer got that skill on lvl 3, so I fought the whole time an enemy which was at that time too strong for me.
Maybe I would have noticed it sooner if the game would show the character levels. Or at least it would help.

Second.
In the "anal-sex-scene" with Liriel, there is a "second" pic of her where she is covered in cum. Is there a chance that you will add something like this for the other girls too? Most of them have only one pic when you fuck them. That would be really nice.
But the texts are really awesome.

Just my thoughts. Thanks for reading.
 
  • Like
Reactions: frostgames

frostgames

Member
Game Developer
May 2, 2022
241
295
187
Just 2 questions:

I'm not really familiar with DnD-games, but imho your game is definitly one or feels like one. So i realized that even one level difference makes a real deal. I didnt know that, because no character levels are displayed.
Maybe you can add an option the game settings like "show level on character portrait - on/off". Yes I know, it would kill the immersion, but I can explain.
I think I got it that the adventurer group on gold in the forest at night is level 3, but 2-3 days ago I didnt realize that and at this time I haven't cleared the plant dungeon yet, so I couldn't level up to lvl 3 and my group was obviously to weak for them.
I believe that, because their archer used a skill named "rain of arrows" and my archer got that skill on lvl 3, so I fought the whole time an enemy which was at that time too strong for me.
Maybe I would have noticed it sooner if the game would show the character levels. Or at least it would help.

Second.
In the "anal-sex-scene" with Liriel, there is a "second" pic of her where she is covered in cum. Is there a chance that you will add something like this for the other girls too? Most of them have only one pic when you fuck them. That would be really nice.
But the texts are really awesome.

Just my thoughts. Thanks for reading.
It is not a bad idea, I could add the option to show the enemies level or not although most of the time you can guess their level. I am adding more images with time, but usually just for new scenes or characters, but adding more specific images for sex scenes is possible, I just need to get them right.

how do you use the dragon breath? I dont see it in the skill list
The dragon breaths are divided by elements and are on the physical skills tab since they target armor and scale with attack power. Just get dragon essence to 70 and the second required element to 100, exemple, for fire breath you need fire essence 100.
 

Ryjon

New Member
Dec 12, 2023
13
3
47
It is not a bad idea, I could add the option to show the enemies level or not although most of the time you can guess their level. I am adding more images with time, but usually just for new scenes or characters, but adding more specific images for sex scenes is possible, I just need to get them right.
Yeah, I understand. Regardless, thank you for considering my suggestions.
 

DBAV

Active Member
Jul 22, 2017
709
463
279
The only noticeable change for the player is accuracy, the rest of the combat system still sucks balls.
 

espguy

Member
Dec 14, 2017
120
24
111
It is not a bad idea, I could add the option to show the enemies level or not although most of the time you can guess their level. I am adding more images with time, but usually just for new scenes or characters, but adding more specific images for sex scenes is possible, I just need to get them right.



The dragon breaths are divided by elements and are on the physical skills tab since they target armor and scale with attack power. Just get dragon essence to 70 and the second required element to 100, exemple, for fire breath you need fire essence 100.
that explains why I didnt find it I was looking in magic... its a shame tough Im playing a magic based character.
 

Driver9r

Newbie
Jun 26, 2017
75
61
194
It is not a bad idea, I could add the option to show the enemies level or not although most of the time you can guess their level. I am adding more images with time, but usually just for new scenes or characters, but adding more specific images for sex scenes is possible, I just need to get them right.



The dragon breaths are divided by elements and are on the physical skills tab since they target armor and scale with attack power. Just get dragon essence to 70 and the second required element to 100, exemple, for fire breath you need fire essence 100.
can we get some planned tags please?:D:D
 

Ragnarprime

Member
May 28, 2019
282
220
185
what is the point of asking me if i am alright with using a mod save if it wont let me actually load it regardless of if i say yes or no.
 

frostgames

Member
Game Developer
May 2, 2022
241
295
187
what is the point of asking me if i am alright with using a mod save if it wont let me actually load it regardless of if i say yes or no.
That is with renpy, I have no idea what is blocking you. And what are you trying to mod?
 

RemiliaScarlett

Active Member
Aug 18, 2018
863
977
278
what is the point of asking me if i am alright with using a mod save if it wont let me actually load it regardless of if i say yes or no.
find savetoken.py in \renpy folder and search for the line


if token_dir is None:
return

and replace with

if True:
return




That is with renpy, I have no idea what is blocking you. And what are you trying to mod?
is the dryad summon aviable or is it still wip ?
 

RemiliaScarlett

Active Member
Aug 18, 2018
863
977
278
It is, you can now complete the plant dungeon quest and get your reward.
well for some reason I got the orb and the quest says "unlock your dryad summon" but I have no idea what to do (orb doesnt show in inventory and I cant get it from dungeon anymore either)
 
2.40 star(s) 5 Votes