Deleted member 909093

Engaged Member
Sep 25, 2018
2,436
5,442
702

Chains123

Active Member
Apr 20, 2020
524
903
267
a few months ago the condom drinking in ccmod was broken for a while and you would get filled condoms out of thin air without having sex, i dont know how it works now im waiting for the game to be somewhat in a final state to play it again with ccmod.
How do I make her drink condoms? The skill doesn't appear in fights. The CC Mod options are in default.

View attachment 3154633
 
  • Wow
Reactions: Kyroph

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,337
637
a few months ago the condom drinking in ccmod was broken for a while and you would get filled condoms out of thin air without having sex, i dont know how it works now im waiting for the game to be somewhat in a final state to play it again with ccmod.
I'm still keeping the older version of the game so it works with ccmod. I don't see an edict related to this. Maybe dev decided to take it out of the mod since it was broken. Or maybe I'm blind.

Edit: spokkimax wtf?
 
Last edited:
  • Angry
Reactions: spokkimax

anbychan

Member
Mar 28, 2020
340
175
153
How can I edit Karryn's slut level? I want to get Free Play mode then lowering her slut level to make her reluctant to sex.
 

Dickhead8888

Member
Dec 31, 2017
420
437
187
There a new glitch with the skewer upgradem, you suppose to now able to deal 3 hits, but many times karryns only gives out 2 and its messing me up
I need some fucking viable ways to deal with goblins having more stamina damage output that thugs.
and DONT you dare tell me its A nother antiplayer NEW FEATURE, There more than a handfulls already
this game gives no repects for the player
 

BobKels0

Member
Jun 19, 2017
322
440
295
There a new glitch with the skewer upgradem, you suppose to now able to deal 3 hits, but many times karryns only gives out 2 and its messing me up
I need some fucking viable ways to deal with goblins having more stamina damage output that thugs.
and DONT you dare tell me its A nother antiplayer NEW FEATURE, There more than a handfulls already
this game gives no repects for the player
Sounds more like an engine problem. If I remember correctly these kind of skills works this way, hits are calculated before the first strike. So if there's 4 targets, the 1rst strike is supposed to hit target 2, the 2nd strike to hit target 4, and the last strike target 2. But if you kill the target 2 at the first hit, you'll lose 1 hit. Because possibles hit target aren't recalculated after each strike.
Pretty much every rpgm game that feature a skewer like skill got this problem.
 
  • Like
Reactions: Wizmoe

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,337
637
Sounds more like an engine problem. If I remember correctly these kind of skills works this way, hits are calculated before the first strike. So if there's 4 targets, the 1rst strike is supposed to hit target 2, the 2nd strike to hit target 4, and the last strike target 2. But if you kill the target 2 at the first hit, you'll lose 1 hit. Because possibles hit target aren't recalculated after each strike.
Pretty much every rpgm game that feature a skewer like skill got this problem.
If what you are describing is true that sounds more like a dev problem than engine one. Dev can code the game to check after every attack. I'm not exactly a rpg maker dev but declaring an array that holds all enemies in the current wave and checking that array after every hit of the skill to see if one of them died using a for loop shouldn't be a problem.
 

BobKels0

Member
Jun 19, 2017
322
440
295
If what you are describing is true that sounds more like a dev problem than engine one. Dev can code the game to check after every attack. I'm not exactly a rpg maker dev but declaring an array that holds all enemies in the current wave and checking that array after every hit of the skill to see if one of them died using a for loop shouldn't be a problem.
I don't know how customizable the engine is, that's just what I read a long time ago. To do what you suggest, the dev has to entirely rewrite the skill and can't use the native system, I think. I'm not an rpg maker dev either :)
 

Purple_Heart

Engaged Member
Oct 15, 2021
3,000
5,337
637
I don't know how customizable the engine is, that's just what I read a long time ago. To do what you suggest, the dev has to entirely rewrite the skill and can't use the native system, I think. I'm not an rpg maker dev either :)
What I am talking about is beginner level programming, one of the first things you learn when trying to learn programming languages such as C# and JS. I highly doubt rpg maker is so limited to the point it doesn't allow developers to write simple checks for skills.
 

BobKels0

Member
Jun 19, 2017
322
440
295
What I am talking about is beginner level programming, one of the first things you learn when trying to learn programming languages such as C# and JS. I highly doubt rpg maker is so limited to the point it doesn't allow developers to write simple checks for skills.
I think I remember where I've read that, for The Last Sovereign, built with an old rpgm engine. Now with MV there's some chance that you can fully customize a combat skill using JS. Or not..? But if you can fully write how a skill is supposed to work, it will be pretty simple to code. But seing after all this time that inmates still overlap from time to time, I think that Rem still struggle a bit with JS.
 
4.60 star(s) 496 Votes