RPGM Chica's Horny and Kinky Night [v0.4] [Vanny Dev Datz]

4.70 star(s) 9 Votes

mort 247

Newbie
Jan 1, 2019
15
10
I'm just gonna add on why I think the grind is unbalanced, and it's mainly because smaller enemies give nothing of value once your level 2 at all, seeing how the exp works, I would probably say that smaller enemies should give about ~50 exp, I'm saying this because level 1 to level 2 is a 50 exp gap, it's generic but would make sense, I'm would say the medium condoms should give less than 150, say about 85~110, and the females can give 150 like current medium condoms, and endos definitely should give maybe half as much as they currently do somewhere in the 350-400 area. I said that the grind was unbalanced, not unfun, grind isn't particularly meant to be fun, I just look at it the way it is, GRIND, while my method of exp system is more grind-y, it is FAR more balanced than our current system IMO

Oh and for the people who are lazy and don't wanna see how much exp each enemy gives you:
Small condom: 15 exp
Medium condom: 150 exp (may be slightly off)
Female animatronic characters (still dunno their name in game): 160 exp
Endos: 800 exp
Oh and there's a metal condom but it's pretty rare and I don't remeber how much that gives

If you asked me to fix the heat system, honestly I wouldn't really know where to begin, I would assume just making it into a percent rather than a direct value is far harder than I wanna admit, but if it's possible that way, I would have the actual value hidden, but the percent be the trigger for said cutscenes, something like "if heat =100% then (nondescript scene) plays" I don't exactly know how coding works but that's kinda the gist of what I'd most likely do, it's simple, here's one example: say the heat value is 110, max is 120, and the percent is ~95, the way I thought it out definitely different from how actual coding works, but it's the gist of how I would personally fix it, if you don't understand it, your not old enough to be here, or you didn't pay attention to percents in math, and for the devs I'm only offering a solution that MIGHT work, I won't give you a hundred percent sure fire, "this WILL work" I don't know enough about coding and shit like that, and don't ask me about fixing endos ai, that's WAYYY beyond my knowledge of coding, again, I'm offering solutions to some of the problems I understand, but don't know how to actually fix myself because of my lack of experience in coding (I'd like to help whenever I can if someone from the team would like to help me learn though)

Again, I don't hate the devs or have any issues with them, the grind is just weirdly unbalanced in a way that it's easy if you understand it, it's just (very minimal) rng from there, but if you don't understand it, good fucking luck

Additionally, after a certain point, cupcake stops gaining anything from levels, but chica still does, moreover chica and cupcake have the amount if exp needed to level and always get the same exp, games still in early development so it's not really a complaint, but I won't say it isn't strange...

I will again wish the devs luck on this project, And hope for the best for each person for granting us such a good spaghetti filled game. (If my method of fixing heat works I want a spot in special thanks, or a discord invit... no? Okay :( I'll just wait for more updates)
the metal condom gives 777 exp
 
Last edited:

JJTrunks-

Newbie
Apr 12, 2022
21
26
So I have found yet another major glitch, If you get the dash item in the curtains area and dash into the area that's blocked until your level 5, you move over the trigger enough where the dialogue plays, but you actually can still walk past, so yeah, you can now speedrun beating the first endo in record times, although... I finally got the animations working :) in-battle animations are as good as I expected, and even better by extention

Edit: I got out of bounds... if you get and encounter near a door while dashing, sometimes the extra bit the dash gives you makes you go out of bounds because the game isn't track you going through doors or pathways. Dude how the fuck am I finding these glitches by accident
CHKN - Chica's Horny and Kinky Night 11_4_2024 11_37_14 PM.png
I'm using and abusing this game more than the endos do too Chica at this point

Edit No 2: So you can completely circumvent encounters from using the tiny bit dash does once you fully charge the dash, and then immediately pressing the dash button again to refresh you dash like you never did it, so now random rooms can have no enemies whatsoever

Edit No 3: so funny thing you can do with out of bounds, there's actually a trigger in the endo area that take you to the generators because it's an unfinished transition, and doing out of bounds with endos is 1000x easier since you can just line up with the door and wait for the endo to get close

Guys I love spaghetti as much as the next guy, but I'm drowning in the spaghetti at this point, I fucking love it though don't get it twisted, and also I still love the dev team (I'M BEGGING YALL FOR A DISCORD INVITE)
 
Last edited:

JJTrunks-

Newbie
Apr 12, 2022
21
26
So Maybe I found out why animations don't work, after you die/reload the game, the game is fucking SOMETHING up, because If you make it to endos without dying and without reloading the game, endo animations work, the moment you die or reload the game though, animations stop working, it's inexplicable but It's the best conclusion I came up with

Also you can glitch the Vanny scene if you dash in a weird way and the scene doesn't play
 
  • Like
Reactions: Vanny Dev

buppiest boi

Newbie
Jun 26, 2020
40
57
So Maybe I found out why animations don't work, after you die/reload the game, the game is fucking SOMETHING up, because If you make it to endos without dying and without reloading the game, endo animations work, the moment you die or reload the game though, animations stop working, it's inexplicable but It's the best conclusion I came up with

Also you can glitch the Vanny scene if you dash in a weird way and the scene doesn't play
It's not just that the animations don't work, they work for one cycle, so it's something to do with backing out of the game disabling the part where the gif/animation repeats. So if Vanny hasn't figured out this (although i feel like they have considering it was their main bug to fix), look at how the animations interact with loading screens/gameovers/backing out/saving. I'm guessing once a new game loads, everything works fine but as soon as it reloads the file in anyway, it misses an important trigger for enemies to act properly. (I did not pay attention in computer science, can't help you much)
 

Vanny Dev

CHKN Developer
Game Developer
Aug 4, 2023
91
338
It's not just that the animations don't work, they work for one cycle, so it's something to do with backing out of the game disabling the part where the gif/animation repeats. So if Vanny hasn't figured out this (although i feel like they have considering it was their main bug to fix), look at how the animations interact with loading screens/gameovers/backing out/saving. I'm guessing once a new game loads, everything works fine but as soon as it reloads the file in anyway, it misses an important trigger for enemies to act properly. (I did not pay attention in computer science, can't help you much)
I think I solved the issue, its because the initial endo animation is loaded alongside the battle background refresh command. Which causes the images from that same area to glitch out like that. Chica's sprites are all loaded in a common event so its not attached in the same way the endo sprites are loaded in. Also when moving images around for the scene it uses the same id as the affected endo animation so its probably breaking because of that as well. I believe I've finally fixed it for the next build but I really can't say i'm 100% as I was this sure the last 2 builds and it was still broken.
 

JJTrunks-

Newbie
Apr 12, 2022
21
26
One more thing I forgot to mention, you can escape the first endo encounter (the one with vanny) and it bugs out the game and has vanny getting fucked even when you leave the room

I think that should be every glitch with v0.4, and for vanny dev, can you least give me a thumbs up on you acknowledging my previous posts on the glitches in this game, I won't say you SHOULD absolutely be on it RIGHT AT THIS MOMENT, I'm asking if they have been acknowledged and will be fixed eventually, not now necessarily, but eventually, or not at all, I wouldn't really care unless it could softlock the game

The glitches In question are only easy to preform if you already know how to do them, or if you get lucky, if you have no knowledge about them then you normally shouldn't encounter these glitches, and most can be fixed by extending the trigger areas for transitions or cutscenes, mostly because dash is involved in almost every glitch. I'm not at all suggesting that it should be simple. Again, I know next to nothing about coding so it probably isn't as simple as I'm making it out to bed

Again, I wish the devs the best and I absolutely hope this is the last time I have to talk about glitches in this game, I wanna love this game dammit
 
Last edited:
  • Like
Reactions: Vanny Dev

Vanny Dev

CHKN Developer
Game Developer
Aug 4, 2023
91
338
One more thing I forgot to mention, you can escape the first endo encounter (the one with vanny) and it bugs out the game and has vanny getting fucked even when you leave the room

I think that should be every glitch with v0.4, and for vanny dev, can you least give me a thumbs up on you acknowledging my previous posts on the glitches in this game, I won't say you SHOULD absolutely be on it RIGHT AT THIS MOMENT, I'm asking if they have been acknowledged and will be fixed eventually, not now necessarily, but eventually
I did see the post but have yet to incorporate the changes into a document, A lot of what you said I'm aware of and the "boosting" from the speed up item is something I am currently incorporating a workaround. Thank you for the thorough post btw, it helps me out a lot when people really try to break the game. Atm the bugs are so bad people are more often talking about those instead of the balance of the combat but that's for when I add more skills to help diversify the combat.
 

Izumers

New Member
Jul 19, 2024
11
5
So I have found yet another major glitch, If you get the dash item in the curtains area and dash into the area that's blocked until your level 5, you move over the trigger enough where the dialogue plays, but you actually can still walk past, so yeah, you can now speedrun beating the first endo in record times, although... I finally got the animations working :) in-battle animations are as good as I expected, and even better by extention

Edit: I got out of bounds... if you get and encounter near a door while dashing, sometimes the extra bit the dash gives you makes you go out of bounds because the game isn't track you going through doors or pathways. Dude how the fuck am I finding these glitches by accident
View attachment 4201616
I'm using and abusing this game more than the endos do too Chica at this point

Edit No 2: So you can completely circumvent encounters from using the tiny bit dash does once you fully charge the dash, and then immediately pressing the dash button again to refresh you dash like you never did it, so now random rooms can have no enemies whatsoever

Edit No 3: so funny thing you can do with out of bounds, there's actually a trigger in the endo area that take you to the generators because it's an unfinished transition, and doing out of bounds with endos is 1000x easier since you can just line up with the door and wait for the endo to get close

Guys I love spaghetti as much as the next guy, but I'm drowning in the spaghetti at this point, I fucking love it though don't get it twisted, and also I still love the dev team (I'M BEGGING YALL FOR A DISCORD INVITE)
BRO HOW YOU FIND HOW TO MAKE THE ANIMATIONS WORK, MY MAN YOU JUST MAKE ME ENJOY THIS GAME EVEN MORE :D
 

JJTrunks-

Newbie
Apr 12, 2022
21
26
BRO HOW YOU FIND HOW TO MAKE THE ANIMATIONS WORK, MY MAN YOU JUST MAKE ME ENJOY THIS GAME EVEN MORE :D
Just make it too endos without dying/saving, or reloading the game, and you have to do it in one run, and they should work from there, you can save after you get animations to my knowledge (don't come crying if you load the game and they stop working though)
 

Izumers

New Member
Jul 19, 2024
11
5
Just make it too endos without dying/saving, or reloading the game, and you have to do it in one run, and they should work from there, you can save after you get animations to my knowledge (don't come crying if you load the game and they stop working though)
thats nice man, thanks for this information
 

R4nem

Newbie
Oct 29, 2017
48
68
I found a "workaround" the animation bug, for those people that not even the "Depraved" code works.

This is what i did:

1- never saved through the menu, and power lvl to 5
2- watch the vanny cutscene n defeat the endo
3- Save through the laptop

At least for me even when i load the save; the animations still works.
Here for the people that want a "solution" for the animation
 

JJTrunks-

Newbie
Apr 12, 2022
21
26
Here for the people that want a "solution" for the animation
Technically this isn't wrong, but here are the clear conditions for animations working

1. Start a new game
2. Don't die
3. Don't close the game
4. Don't reload the game
5. Only save through laptops
6. Fight the first endo (and win)

If you fail conditions 2-6 at ANY POINT, you have to start a new game, or the animation will play exactly one time and one time only once you get there, once you beat the first endo, save with the laptop in the previous room, I'm pretty sure dying fucks it up anyway after that, so just literally never die, and enjoy the animations. If your animations don't work after that, oh well, wait until it's fixed or something, idk what to tell you
 
Feb 17, 2018
223
135
Technically this isn't wrong, but here are the clear conditions for animations working

1. Start a new game
2. Don't die
3. Don't close the game
4. Don't reload the game
5. Only save through laptops
6. Fight the first endo (and win)

If you fail conditions 2-6 at ANY POINT, you have to start a new game, or the animation will play exactly one time and one time only once you get there, once you beat the first endo, save with the laptop in the previous room, I'm pretty sure dying fucks it up anyway after that, so just literally never die, and enjoy the animations. If your animations don't work after that, oh well, wait until it's fixed or something, idk what to tell you
I really don't get it, what animations? We have only bj that is wip there and nothing else, right?
 

JJTrunks-

Newbie
Apr 12, 2022
21
26
I really don't get it, what animations? We have only bj that is wip there and nothing else, right?
People have a lot of trouble getting the bj animation in particular to work, there's no others besides the bj and the WIP's, I just guiding people on specifically the bj animation since so many people complain about it not working, I apologize for the confusion.

Also if you didn't already know, there are some other animations if you die to endos, only by hp, if you lose by heat it's just a game over, it only happens if both characters health goes to zero, and then you talk to the npc in the room you'll be brought too and there's two sneak peaks of what vanny dev is working on right now
 
Last edited:

buppiest boi

Newbie
Jun 26, 2020
40
57
People have a lot of trouble getting the bj animation in particular to work, there's no others besides the bj and the WIP's, I just guiding people on specifically the bj animation since so many people complain about it not working, I apologize for the confusion.

Also if you didn't already know, there are some other animations if you die to endos, only by hp, if you lose by heat it's just a game over, it only happens if both characters health goes to zero, and then you talk to the npc in the room you'll be brought too and there's two sneak peaks of what vanny dev is working on right now
I actually didn't know about the WIP room, I wondered where people were getting the other animations. Got a bit more enjoyment out of the game before an update comes out.
 

mort 247

Newbie
Jan 1, 2019
15
10
for some reason after reaching lv 21 or 22 i dont remember well but the stads of the protagonist dont increased anymore (at the time of posting this comment I'm lv 26 and still no change. if i am missing something pls tell me) and carla-cake ally at the start of the game when she levels up she doesn't get any change in stats but Chica does.
 

JJTrunks-

Newbie
Apr 12, 2022
21
26
for some reason after reaching lv 21 or 22 i dont remember well but the stads of the protagonist dont increased anymore (at the time of posting this comment I'm lv 26 and still no change. if i am missing something pls tell me) and carla-cake ally at the start of the game when she levels up she doesn't get any change in stats but Chica does.
Early development thing, combats not super fleshed out as of right now and will eventually be fixed, bit the real question is why you grinding that hard to begin with? Game ain't nowhere near finished, bro just doing it for the love of the game
 
4.70 star(s) 9 Votes