Create and Fuck your AI Cum Slut -70% OFF
x

RaivoAsdf

Newbie
Modder
Mar 2, 2018
76
169
43
Just to follow up, as i have a similar issue to Fazio. I think i've found out what the problem for me is.

To describe the problem; for me every auto attack leads to the grab attack that initiates sex. all auto attacks go through non-H enemies and do no damage. I think the reason i have this issue is because i have joysticks/controllers plugged in that have constant inputs which are holding down the 'shift' key while im playing the game.

Any way to fix this? I'd love to play the mod but its unrealistic for me to unplug my joysticks for just this game.

Thanks.
That explains that... Grabbing non-H-Scene monsters will do no damage in my mod.

I don't think that the controller/joysticks will send the same signal as left-shift. But maybe they send a Z-Axis as negative. This is what signals the L-Trigger.

But that would mean, you also cannot use the Heal potions with the controller, as "B" on controller uses Red Potions, and L-Trigger + "B" uses Blue Potions. Do you encounter that problem, too (the blue potions always glowing)? You can still use both potions on the keyboard with "1" and "2", however...

And you have a controller attached, but play using the keyboard. Is that correct? What type of controller do you have?
 

coolgy

Newbie
Apr 19, 2018
70
134
231
That explains that... Grabbing non-H-Scene monsters will do no damage in my mod.

I don't think that the controller/joysticks will send the same signal as left-shift. But maybe they send a Z-Axis as negative. This is what signals the L-Trigger.

But that would mean, you also cannot use the Heal potions with the controller, as "B" on controller uses Red Potions, and L-Trigger + "B" uses Blue Potions. Do you encounter that problem, too (the blue potions always glowing)? You can still use both potions on the keyboard with "1" and "2", however...

And you have a controller attached, but play using the keyboard. Is that correct? What type of controller do you have?
Well im not sure what button "B" is mapped to but i pressed random buttons and infact only the blue pots got used.

I have dual


And yes. I play on the keyboard and mouse with no issues otherwise.
 

RaivoAsdf

Newbie
Modder
Mar 2, 2018
76
169
43
Well im not sure what button "B" is mapped to but i pressed random buttons and infact only the blue pots got used.

I have dual


And yes. I play on the keyboard and mouse with no issues otherwise.
Ok, I see. That's a 4 axis joystick.
I used a normal XBox controller, where the L/R Trigger are the Z-Axis. I think it should be the Throttle slider on yours. Try to put it exactely in the middle.
You can also check in the Windows Gamecontroller settings what the axis is (Hit Windowskey > enter "Gamecontroller" > go to "Properties" > "Test"). The Z-Axis must be in the middle (neutral / 100%) position.
You find more info here:
Hope this helps...
 

coolgy

Newbie
Apr 19, 2018
70
134
231
Ok, I see. That's a 4 axis joystick.
I used a normal XBox controller, where the L/R Trigger are the Z-Axis. I think it should be the Throttle slider on yours. Try to put it exactely in the middle.
You can also check in the Windows Gamecontroller settings what the axis is (Hit Windowskey > enter "Gamecontroller" > go to "Properties" > "Test"). The Z-Axis must be in the middle (neutral / 100%) position.
You find more info here:
Hope this helps...
Nah its not the slider. Its the throttle twist. Throttle needs to be twisted to the left to use pots, do damage. It also makes me spin attack constantly.

Trying to see if i can disable the input inside Assembly-CSharp.dll but its been a while since i did any sort of programming.
 

RaivoAsdf

Newbie
Modder
Mar 2, 2018
76
169
43
Nah its not the slider. Its the throttle twist. Throttle needs to be twisted to the left to use pots, do damage. It also makes me spin attack constantly.

Trying to see if i can disable the input inside Assembly-CSharp.dll but its been a while since i did any sort of programming.
This is what I added for the grapple attack:
C:
////////////////////////////////////////
// MODIFY Monster.OnTriggerStay2D:
////////////////////////////////////////
private void OnTriggerStay2D(Collider2D col)
{
// [...............SKIP Down to this part ~Line 260 in the method]
        else if (col.tag == "Col_PC_Atk" && !this.isInvincible)
        {
            //////////////// ADD THIS
            if (Input.GetAxis("L_Trigger") < 0f || Input.GetKey(KeyCode.LeftShift))
            {
                if (this.GM.Hscene_Num == 0)
                {
                    base.SendMessage("Start_H_Single");
                }
                if (this.GM.Hscene_Num == 0)
                {
                    base.SendMessage("Start_Hscene");
                }
                return;
            }
            //////////////// END ADD THIS
// [...............Rest unchanged]
If you remove the Input.GetAxis("L_Trigger") < 0f, it will stop reacting to the L-Trigger and only Left Shift will start the H-Scene.

Hope this helps
 

coolgy

Newbie
Apr 19, 2018
70
134
231
This is what I added for the grapple attack:
C:
////////////////////////////////////////
// MODIFY Monster.OnTriggerStay2D:
////////////////////////////////////////
private void OnTriggerStay2D(Collider2D col)
{
// [...............SKIP Down to this part ~Line 260 in the method]
        else if (col.tag == "Col_PC_Atk" && !this.isInvincible)
        {
            //////////////// ADD THIS
            if (Input.GetAxis("L_Trigger") < 0f || Input.GetKey(KeyCode.LeftShift))
            {
                if (this.GM.Hscene_Num == 0)
                {
                    base.SendMessage("Start_H_Single");
                }
                if (this.GM.Hscene_Num == 0)
                {
                    base.SendMessage("Start_Hscene");
                }
                return;
            }
            //////////////// END ADD THIS
// [...............Rest unchanged]
If you remove the Input.GetAxis("L_Trigger") < 0f, it will stop reacting to the L-Trigger and only Left Shift will start the H-Scene.

Hope this helps
Yes, that works. Much appreciated!
 

Buziol

Active Member
Jun 5, 2017
898
1,681
317
anybody have the 0.13 version? i kinda removed it by accident from my gahh dahmn storage
Ehmmm....why would you want a 0.13 version when a full release is available for years now? It's not like there's some content cut from it so there's literally no reason to grab old demos.
 

Goonient

Newbie
Sep 25, 2020
45
17
162
Ehmmm....why would you want a 0.13 version when a full release is available for years now? It's not like there's some content cut from it so there's literally no reason to grab old demos.
idk just wanna play the old version
 

Buziol

Active Member
Jun 5, 2017
898
1,681
317
idk just wanna play the old version
Can't you like, imagine that game ends in 1/4th? That's pretty much the scope of the demo 0.13. Literally nothing is different. Even enemies, powers, mechanics and animations stayed the same.
 
  • Like
Reactions: LDV
Nov 24, 2019
77
67
202
Can't you like, imagine that game ends in 1/4th? That's pretty much the scope of the demo 0.13. Literally nothing is different. Even enemies, powers, mechanics and animations stayed the same.
I thought the only difference was the face hugger animation was in the gallery for .13 and it got removed from the gallery in the full might be wrong tho
 

Buziol

Active Member
Jun 5, 2017
898
1,681
317
I thought the only difference was the face hugger animation was in the gallery for .13 and it got removed from the gallery in the full might be wrong tho
As far as I can remember, facehugger was never in the gallery because it is something of a situational critter and the only gore in-game. Definitely there wasn't a full animation (aka birth), of that I am sure.
 
  • Like
Reactions: LDV

Hi There

New Member
Nov 21, 2017
1
1
126
The 0.12B and prior demos had a different map layout as well as difficulty (or may be just the spitter dudes having a different attack that made it harder), as well as enemy "grab logic" being slighty different I think. Otherwise, pretty sure the 0.13 demo is just a watered down version of the full game, which is probably why I don't have it anymore, sorry.
 
  • Like
Reactions: Buziol

cell943

Active Member
Oct 14, 2017
669
652
273
Since someone here want to know how is KMod doing now
Here are some other newer sneak peek (older sneak peek)

Please note that thing(s) inside sneak peek may not be included in the release version

You don't have permission to view the spoiler content. Log in or register now.
"Im...preg...nate" sounds like the male is declaring he is pregnate with babby.
 

kwanlier

Active Member
Oct 26, 2019
584
1,081
328
"Im...preg...nate" sounds like the male is declaring he is pregnate with babby.
Okay
English is not my first language, so there might be grammatical error then and there,
but "Im" pretty sure that to get word that you just type, I have to use "Im...Preg...nant".
 

DudeBro79

Member
Jun 8, 2020
432
320
206
Okay
English is not my first language, so there might be grammatical error then and there,
but "Im" pretty sure that to get word that you just type, I have to use "Im...Preg...nant".
It's just that breaking up the word "impregnate" makes it look weird. I'm sure it'd be fine to keep it one word.
 

McAztec

Member
Mar 28, 2021
226
726
216
"Im...preg...nate" sounds like the male is declaring he is pregnate with babby.
Okay
English is not my first language, so there might be grammatical error then and there,
but "Im" pretty sure that to get word that you just type, I have to use "Im...Preg...nant".
It's just that breaking up the word "impregnate" makes it look weird. I'm sure it'd be fine to keep it one word.
It's impregnate, because you're using the verb "to impregnate".
The confusion might stem from people thinking the intention was to write "I'm Pregnant" which doesn't fit the male alien line, as cell943 pointed out.
 

kwanlier

Active Member
Oct 26, 2019
584
1,081
328
It's just that breaking up the word "impregnate" makes it look weird. I'm sure it'd be fine to keep it one word.
It's impregnate, because you're using the verb "to impregnate".
The confusion might stem from people thinking the intention was to write "I'm Pregnant" which doesn't fit the male alien line, as cell943 pointed out.
Okay
This breaking of word come from my headcannon that these aliens are like a hive-minded zombie with a brain degraded to the following the instinct level but still has some intelligence left, and if you ask me, since this is R18 game, the instinct they follow is to breed.

But rest assure, not all words are being broke up
 

McAztec

Member
Mar 28, 2021
226
726
216
Okay
This breaking of word come from my headcannon that these aliens are like a hive-minded zombie with a brain degraded to the following the instinct level but still has some intelligence left, and if you ask me, since this is R18 game, the instinct they follow is to breed.

But rest assure, not all words are being broke up
That makes sense I suppose. Just to be clear it wasn't meant as criticism, just trying to clear things up.
 
4.50 star(s) 129 Votes