Lord Kentus

Active Member
Jan 4, 2021
512
1,315
244
Must... Resist... Petty, snarky comments...

"They don't owe you anything, you want the bug fixed, fix it yourself. Want the scene, write it yourself. Want the art, commission it yourself. Want the item, make it yourself. How dare you insult a dev or go to sites filled with toxic haters, that's so rude and childish. You're garbage, your ideas suck and your opinion is wrong btw lmao."

>Signature has at least 3 donation links, monthly income of 30k+, devs of note have their own patreons with additional income, and at least one prior patch was entirely done by unpaid volunteers

Dsp himself is objectively less shameless
I never thought about it but they are more pathetic then even DSP huh
 

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
heres how to bypass the whole convection of mirrors bit
JavaScript:
ArchwayNarevaConvBattleWin()
pc.addPower(POWERS.MirrorStance,POWERS.Shatter)
flags.ARCHWAY_WAKEUP=1
flags.ARCHWAY_BLUE=1
flags.ARCHWAY_BOTH_SAVED=1
Edit: for completeness sake i made sure to add all flags that show up in the code
 
Last edited:

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
also in thery you could learn every power in the game by making i think use of this piece of code
JavaScript:
Object.entries(POWERS).map(ab=> ab[1]).forEach(ab=>{pc.addPower(ab)})
i am however scared to try it.
Edit: tried it and it seems to actually work
 
  • Like
Reactions: Fiz1247

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
ok phylia has some explaining todo
Even with th' snake goddess workin' with us to be regulatin' them, our torii gates ain't had no chance to be standin' th' test o' time an' with luck, that ain't gonna be in th' cards. One o' our jobs is to be maintainin' an' recalibratin' th' gate weekly."
that snake seems to everywhere almost as much as keros or Malloch

also side not how exactly does one pronounce the ' in words like th' ive mostly been filling the letters in
 
Jun 1, 2017
180
1,197
153
ok phylia has some explaining todo
that snake seems to everywhere almost as much as keros or Malloch

also side not how exactly does one pronounce the ' in words like th' ive mostly been filling the letters in
I dunno if you're familiar with the character type, but her talking style is based on the uh... Forget the official dialect name, but basically, "redneck Japanese" characters. Characters in anime or games that are supposed to be from rural areas etc.

But basically when she's talking I'd probably say in that example, "even with thuh snake goddess" "standin thuh test uh time" "ann with luck" "one uh our jobs". Words like "regulatin'" would just be cut off instead of "regulating". It seems needlessly complicated but I suppose having full written country speak could also be.
 

MoneyMan181

Active Member
Sep 6, 2019
856
7,224
617
I'm tired of waiting for a MQ update, think I'm done goofing off in this thread just waiting for something. Good luck guys, but I hope everyone goes the way of /cocg/. It's just not worth even making fun of anymore
I feel like I just lost a dear friend... It was fun while it lasted, Tau. I wish you luck in all your future endeavors, coom or no coom. I'll stay here waiting if you ever decide to return. Your time may be up, but I've got to keep the fight going.

Someone has to...

And in honor of your memory, have this shitty retelling of the MGS 3 ending made just for you:



salute.jpg
It's been an honor.
 
Last edited:

Tau_Iota

Member
Aug 22, 2018
460
1,926
328
I feel like I just lost a dear friend... It was fun while it lasted, Tau. I wish you luck in all your future endeavors, coom or no coom. I'll stay here waiting if you ever decide to return. Your time may be up, but I've got to keep the fight going.

Someone has to...

And in honor of your memory, have this shitty retelling of the MGS 3 ending made just for you:



View attachment 2061392
It's been an honor.
salute.jpg Keep fighting the good fight. I just can't anymore. Fuck, it might be because I've been drinking in the first time since forever but I'm actually touched. It might be because I just finished playing Revengeance (or however the fuck the spell that fake word) but damn bro thank you.

Also, Wsan wishes he was even within Orbital Drop distance of fucking GRRM.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
It's more commonly seen in fan translated doujins/hentai and scantalations than in mainstream anime subs. That's usually where I've seen them.
ah fair ive mostly stuck to stuff on crunchyroll like dr stone or onepiece or jojo. the most hentaish japanese thing i think ive messed with was that gay furry vn (whose name i cant remember) which has i think a big buff lizard and a raccondog who likes photography. I remember it because you had to get creative in order to be able to run in on windows 7 by faking a locale thing if i remember correctly.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
i think i found a hidden nieves scene
Code:
NievesGetBred()
the scene seems to rely on this variable being true
JavaScript:
km.isCorrupted()
but rn it always evaluates to false.

which means the scene might be unlocked once Kas corrupts the mountain or something.
 
Last edited:

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
funfact you can technically turn kiyoko into a copy of lady dermatrescu, sizewise atleast by modifying
JavaScript:
kiyoko.tallness
 
Jun 1, 2017
180
1,197
153
funfact you can technically turn kiyoko into a copy of lady dermatrescu, sizewise atleast by modifying
JavaScript:
kiyoko.tallness
I wish you could make the player character smaller, was disappointed when it didn't change anything with her, or most characters besides restricting scenes like the full nelson. Needs more giga Chad shota or dommy mommy scenes.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
I wish you could make the player character smaller, was disappointed when it didn't change anything with her, or most characters besides restricting scenes like the full nelson. Needs more giga Chad shota or dommy mommy scenes.
true I think the only size based check is if the player is bigger then kiyoko. she will stand on her tippy toes or some such to kiss your cheek
 
  • Jizzed my pants
Reactions: undyingrevenant

zwagon

Newbie
Oct 28, 2017
24
61
149
i think i found a hidden nieves scene
Code:
NievesGetBred()
the scene seems to rely on this variable being true
JavaScript:
km.isCorrupted()
but rn it always evaluates to false.

which means the scene might be unlocked once Kas corrupts the mountain or something.
ah, yeah. it's been in there probably since her character was implemented. most scenes i just manually trigger instead of normally progressing in the game these days so i remember coming across that.

that nieves scene is implemented in full but i wish i got more than a 'next' button for GrainneSexOrlaith()
 
  • Like
Reactions: undyingrevenant

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
ah, yeah. it's been in there probably since her character was implemented. most scenes i just manually trigger instead of normally progressing in the game these days so i remember coming across that.

that nieves scene is implemented in full but i wish i got more than a 'next' button for GrainneSexOrlaith()
tbh I found it while I trying to hunt down how to trigger "VULPINE_PC_PREG".
 
2.90 star(s) 133 Votes