Wrynn13

Well-Known Member
Apr 11, 2018
1,026
3,752
426
some part of me wanted to be soulbound to Mallach so that Kasyrra might eventually say Mallach's balls
The devs have said that only 3 of the gods will be available to bind to, Keros Lumia and Nareva. That said if you build the temple of groomers you can interact with Mallach's balls apparently, and Kas so maybe she says it to him?
 
  • Like
Reactions: jfmherokiller
Jun 1, 2017
180
1,197
153
I feel like that substitution method might come with some additional complications, e.g. regarding any parser tags, in addition to lacking the kind “soul” which someone else writing m/m while being actually into it could imbue their work with. The fact of the matter is, m/m is rather a turn-off for me (not being into it and all), and I feel like that would show in my writing, regardless of any tricks I used.

As for writing experience, it’s not necessarily about getting my submission accepted (although that is part of it—it doesn’t matter if most staff members aren’t much better than me, because they’re in a position to judge me, while I am not in a position to judge them; i.e. they can set the bar higher than they themselves could pass, if they want to), but rather being able to not only complete and revise something which I’m not into (which requires more discipline—if I’m writing for myself, I can always count on the hornies to power through), but also make it interesting for the reader. That would be the hardest part, I think.

At any rate, I plan to submit a few random scenes for generic enemies and stuff before tackling anything like a full character. Out of curiosity, however, would Tobs have final say even if a kitsune wasn’t part of the den, but rather a wandering encounter? Does he just have full control over the entire race?
I agree on additional complications, I'm also new to writing and was just sharing what works for me, it might not be optimal or work for you or vice versa. don't think making them m/m is required either, unless you were specifically wanting to make them that, theres a few characters that are locked off from a gender entirely (wave at liaden). I'd write for what you're comfortable with, if you want variety then you can stretch the bounds to stuff you sorta like, but no reason or obligation to force yourself to write stuff you don't like.

I also agree about them setting the bar, etc. personally, if i ever attempted to deal with all that again, id write for myself first and foremost, like expect it to get thrown in the garbage, but be enjoyable enough it's still worth it and write it off as a self taught writing lesson. i was also under the impression you can post works in progress to get advice on what to alter or add early on, but with the dumb reactions i've got i'd recommend just finishing it first then putting it up. people brown nose their circle of friends or idols or are mean girls, that's it. if they like it enough to add it, whatever, which is sorta obvious for writing in general but even if they "accept" it, it can take weeks or months, so really best to just not care whatsoever and if it's added go "oh cool, anyway".

I'm unsure if tobs has the final say for something like that, considering how petty devs can be for their own stuff and not others, I'd be willing to bet he has some form of "ownership" on kitsune in general. I highly doubt someone could, say, try making a kitsune with different lore or stuff that could step on his toes like having them not be a prick or a killer. pretty sure even the assassin kitsune you see later on written by someone else is also connected, whether that was the writer's choice or tobs, i don't know. if for some reason you had problems with it you could just alter your character to be a "foreigner" that likes barbarian culture, disconnect from the kitsune but keep the reverse weaboo stuff. that probably wouldn't be necessary though that's a jic scenario so if you got declined, instead of "ted the kitsune" he could be "ted the wanderer". annoying but a way to save your project without having to can it.
So, how many people here are into hardcore rape or rape play?
i wish gwyn could have had a path to be more like her mother so she could break my character against the wall. brienne to use me like a dishrag but cuddle afterward. hell, even give cait the option of amazon styling the mc. if shes that much a skilled ho then she oughta be able to be more of a freak in the sack. it seems like mostly "take me" options involve a dick, growing a dick, or using a tail as a dick, when i just want to be a power bottom or be used. i better get my harpy queen not taking no for a answer scene. but thats just like my opinion, man.
some part of me wanted to be soulbound to Mallach so that Kasyrra might eventually say Mallach's balls
considering it's a game with such an emphasis on sex and customization, that mallach is probably the god you have the most connection to and story involvement with including river, that currently he is the only one you can build an entire temple to from the ground up, that cait's so emphasized in the game and is turbo devout, that he likes you enough to take you to a place where lifelong servants or martyrs go, and that you can become the pinnacle of ho-ery, it's pretty friggin silly if they don't make a outcome where you can become a "good guy" incubus/succubus champion. i see far more benefits story and gameplay wise to becoming walking sex, mallachs derpy creepy religion be damned, than i do becoming a bird that can wear armor and fight and has light magic.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
heres some code to help you handle the metal/silk/stone/wood stuff

JavaScript:
pc.inventory.forEach(ab => {ab.stack = ab.stackLimit})
i used to have a more complicated version but i cant remember that version off the top of my head.
 
Last edited:

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
is Khor'minos as much of an ass to traverse as it was when it was first introduced? did they finally add balancing to it?
 

muschi26

Engaged Member
Jun 22, 2019
3,182
4,971
427
is Khor'minos as much of an ass to traverse as it was when it was first introduced? did they finally add balancing to it?
Yes it is and no they did not (I guess removing tease damage helped somewhat, but nowhere near enough). Just go to the options menu and set your difficulty to “story”.
 

Wrynn13

Well-Known Member
Apr 11, 2018
1,026
3,752
426
is Khor'minos as much of an ass to traverse as it was when it was first introduced? did they finally add balancing to it?
Technically it is balanced, but for a level you can't get yet. Part 2 of the combat revamp that will drop SomedayTM is supposed to include the next 2 levels supposedly though, until then Story mode is best but it is possible with a "optimum" build.
 

Kallisto

Member
Jun 6, 2019
401
1,392
264
So, how many people here are into hardcore rape or rape play?
For me it depends on which one you're going for. I prefer the obsessive person who wants you and doesn't really care what you have to say about it; you're already theirs (in their eyes anyway). But I'm not a huge fan of the cumrag treatment, where they could be fucking anyone, it just happened to be you today. (And obv I prefer my PC taking it and not my PC being the one raping people)
 

Wavering

Newbie
May 26, 2021
84
307
63
heres some code to help you handle the metal/silk/stone/wood stuff

JavaScript:
pc.inventory.forEach(ab => {ab.stack = ab.stackLimit})
i used to have a more complicated version but i cant remember that version off the top of my head.
One could also use these lines of code for the materials:
JavaScript:
pc.addItem(new ITEMS.MetalParts(20));
pc.addItem(new ITEMS.PristineWood(20));
pc.addItem(new ITEMS.SturdyStone(20));

Although, there isn't actually a maximum when spawning items in via the console, so one could also do stuff like this:
JavaScript:
//Add experience until cap (still have to sleep to level up though). Could alternatively spawn in Razorcup Nectar.
pc.addExp(9999999999999999999999999999);

pc.addItem(new ITEMS.MetalParts(9999999999999999999999999999));
pc.addItem(new ITEMS.PristineWood(9999999999999999999999999999));
pc.addItem(new ITEMS.SturdyStone(9999999999999999999999999999));

//Also applies to stuff like Camping Supplies and Kaelirra's Tears (Kaelirra's Tears won't show the exact amount you have though).
pc.addItem(new ITEMS.CampingSupplies(9999999999999999999999999999));
pc.addItem(new ITEMS.KaelirrasTears(9999999999999999999999999999));

Oh, and here's how one could spawn in items with reagents applied:
JavaScript:
//Would spawn in 9999999999999999999999999999 Turgid Mushroom infused Blue Eggs.
pc.addItem(new ITEMS.BlueEgg(9999999999999999999999999999,6));
Here's a list of the reagents (number and body parts they affect):
1 Body - Mandrake Root
2 Limbs - Yew Branch
3 Face - Soft Mud
4 Head - Laurel Sprig
5 Tail - Tall Reed
6 Cock - Turgid Mushroom
7 Milk - Sweet Cream
8 Balls - Chestnut
9 Breasts - Wild Melon
10 Butt - Juicy Peach
11 Pussy - Lush Orchid
12 Cum - Musky Sap
13 Feracity - Motherwort

The above even works for the "unique" transformation items that Nash sells, they can be alchemically refined using the console with the above method.
syntax is pc.addItem(new ITEMS.itemName(amountOfItem,bodyPartTransformationNumber));

So yeah, if you wanna check / spawn in different items in the console you can use
pc.addItem(new ITEMS.(9999999999999999999999999999)); and start typing in between the . and the ( to see the list of items.

Or, if you want to go by the games built in limits instead, you could use pc.addItem(new ITEMS.); - which will spawn in whatever item you input between the . and ) - but only one instance of it until the stacks maximum capacity is reached (so 5 for Camping Supplies, 1 for Kaelirra's Tears and 9 for Leananstone).
 

jfmherokiller

Well-Known Member
May 25, 2020
1,182
1,672
266
One could also use these lines of code for the materials:
JavaScript:
pc.addItem(new ITEMS.MetalParts(20));
pc.addItem(new ITEMS.PristineWood(20));
pc.addItem(new ITEMS.SturdyStone(20));

Although, there isn't actually a maximum when spawning items in via the console, so one could also do stuff like this:
JavaScript:
//Add experience until cap (still have to sleep to level up though). Could alternatively spawn in Razorcup Nectar.
pc.addExp(9999999999999999999999999999);

pc.addItem(new ITEMS.MetalParts(9999999999999999999999999999));
pc.addItem(new ITEMS.PristineWood(9999999999999999999999999999));
pc.addItem(new ITEMS.SturdyStone(9999999999999999999999999999));

//Also applies to stuff like Camping Supplies and Kaelirra's Tears (Kaelirra's Tears won't show the exact amount you have though).
pc.addItem(new ITEMS.CampingSupplies(9999999999999999999999999999));
pc.addItem(new ITEMS.KaelirrasTears(9999999999999999999999999999));

Oh, and here's how one could spawn in items with reagents applied:
JavaScript:
//Would spawn in 9999999999999999999999999999 Turgid Mushroom infused Blue Eggs.
pc.addItem(new ITEMS.BlueEgg(9999999999999999999999999999,6));
Here's a list of the reagents (number and body parts they affect):
1 Body - Mandrake Root
2 Limbs - Yew Branch
3 Face - Soft Mud
4 Head - Laurel Sprig
5 Tail - Tall Reed
6 Cock - Turgid Mushroom
7 Milk - Sweet Cream
8 Balls - Chestnut
9 Breasts - Wild Melon
10 Butt - Juicy Peach
11 Pussy - Lush Orchid
12 Cum - Musky Sap
13 Feracity - Motherwort

The above even works for the "unique" transformation items that Nash sells, they can be alchemically refined using the console with the above method.
syntax is pc.addItem(new ITEMS.itemName(amountOfItem,bodyPartTransformationNumber));

So yeah, if you wanna check / spawn in different items in the console you can use
pc.addItem(new ITEMS.(9999999999999999999999999999)); and start typing in between the . and the ( to see the list of items.

Or, if you want to go by the games built in limits instead, you could use pc.addItem(new ITEMS.); - which will spawn in whatever item you input between the . and ) - but only one instance of it until the stacks maximum capacity is reached (so 5 for Camping Supplies, 1 for Kaelirra's Tears and 9 for Leananstone).
thank you for this i remember additem but couldnt remember the syntax. also just for completeness i usually use "pc.safeAddItem" because i dont want to outright break the game
 
  • Like
Reactions: Wavering

MoneyMan181

Active Member
Sep 6, 2019
856
7,224
617
i wish gwyn could have had a path to be more like her mother so she could break my character against the wall. brienne to use me like a dishrag but cuddle afterward. hell, even give cait the option of amazon styling the mc. if shes that much a skilled ho then she oughta be able to be more of a freak in the sack. it seems like mostly "take me" options involve a dick, growing a dick, or using a tail as a dick, when i just want to be a power bottom or be used. i better get my harpy queen not taking no for a answer scene. but thats just like my opinion, man.
Holy mother of based.

So, how many people here are into hardcore rape or rape play
Depends on what kind and who's doing it. Absolutely can't stand when the male or male equivalent is doing the raping, but I'm mostly fine with it if it's the girl doing it.

A childhood friend yandere girl you haven't accepted the feelings of? Hell yeah fam sign me the fuck up. A morally disgusting asshole who treats their victims like sacks of meat? Yeah I'm gonna have to pass on that. I want it to be driven by some form of affection, even if said affection is twisted. That's how I view sex in general, really. I don't want to just be some pump and dump or do that to someone else. Though if it starts like that and turns into something more, I don't mind that either.
 

muschi26

Engaged Member
Jun 22, 2019
3,182
4,971
427
So, how many people here are into hardcore rape or rape play?
I'm usually not into any kind of rape, but on occasion I'm just in one of those moods. If by "hardcore rape" you mean the "kicking and screaming" kind, that's a hard no for me. Actual, malicious, purposeful rape committed by humans on other humans is just abhorrent to me, although sometimes my brain can trick itself into tolerating it if either a) the girl ends up liking it, or b) there are enough other kinks present which I am into (again, depending on my mood). Doesn't help that so many rape games can't even leave it at that: they always have to have ugly bastards, usually gangbangs… just the whole shebang. The closest thing to that which I do like would be something in the vein of "orange and blue morality"-rape, e.g. a facehugger-type alien, or a tentacle monster, or a feral dragon, etc., forcing itself on a woman—it's "rape", but from the point of view of the creature, it's just doing its thing. Something something can't judge a lion for killing an antelope sorta thing.

As for rape-play specifically, I don't think I've ever seen a game that included it. In theory I feel like I would find it pretty vanilla TBH; it's just consensual sex with role-playing, when you think about it.
 
Last edited:

mistress.ayin

Member
Sep 28, 2020
245
494
227
CoC II 0.5.16 - Mod:
This mod created for 0.5.16 public version of game, and this mod focused on your champion’s powers, easy fighting. So this mod doesn’t change storyline’s or added new story to game. Your save file in this modded game works and compatible with any version of game, because it doesn’t change checksum hash, your save file hash sum is a original and unique. (check the end of your save file with a text editor, you have a unique checksum hash and you are not a cheater!)

NOTE: you can play this game in your browser, go to this path "game folder\resources\app", and open "index.html" file with your browser.

WARNING: i changed a lot a weapons & spells, this changes not saved in your save file to use for other version of game. So you can use it only in this modded version, other changes like a starting bonus attributes, health, money, add powers and perks, … saved in your save file.

Installing: for installing mod copy all of content in the Mod folder into this path "game folder\resources\app" and replace them.

List of changes, for this mod:

1.in the character creation increased your maximum health ‹+100› point.
2.in the character creation increased your credits to ‹+1000000›.
3.in the character creation increased your exp to ‹+117500›. (max level to ‹6›)
4.in the character creation added ‹8› extra perks to your champion, and if you had a change your champion’s class you still have all these perks.
5.in the character creation added ‹50› resistance to all your defense.
6.in the character creation added ‹+10› to all your attribute stats, for strength & cunning attribute states ‹+11›. (starting bonus attributes)
7.in the starting game you have Runecleaver and Swift Sword, check your inventory.
8.in the character creation, for the human race i added ginger hair, and for wyld elf races i added black & white hairs.
9.in the character creation you have long hair (ass-length) type, if you don’t want it go to stylist and cut it to short hair.
10.in the character creation you have a maximum virility and cum capacity for male or shemale gender, so don’t choose Breeder or Messy Orgasm for sexual perks.
11.in the character creation i added ‹71› powers, included ‹4› ultimate powers By The Horns, Solar Cannon, Mind Snap, Berserkergang, check your powers menu.
12.in the Hawkethrone location go to Leorah shop, i added to many items for easy playing, check this. (hunter’s shop)
13.i don’t change any weapons, armors and …, to create a new weapon, ability power or any new items, it makes your save file uncompatible with original version or next versions, because the new items does not exist in the other versions, and it makes a critical error.
all of this change’s can be writed in your save file.

List of weapon & powers change: (this changes not stored in your save file)

Weapons:
Sanctified Gladius. (‹+6› attack power, ‹+10› accuracy and …)
Dawnsword (not corrupted). (no penalty to accuracy, ‹+15› armor penetration and ‹+5› attack power)
Galon’s Griefmaker. (‹+10› attack power and …, becareful this is very powerful)
Belharan Claymore. (‹+10› attack power and …, becareful this is very powerful)
Chrysanthemum Petal. (removed accuracy penalty, ‹+5› attack power and …)
Beast Killer. (‹+5› attack power and …)
Bessy Mauler. (removed focus & accuracy & critical penalty, ‹+10› attack power and …, becareful this is very powerful)
Control Rod. (removed evasion penalty, ‹+30› spell power and …, becareful this is very powerful)
Gimble Gyre. (turn this item to unique, ‹+10› attack power and …, becareful this is very powerful)

Armor:
Royal Leathers. (‹+20› magic resist, changed armor to ‹80› and spellpower to ‹10›)

Rings:
Rogue’s Ring. (changed evasion, magic resist, critical attack to ‹10›)
Ring Of Fortune. (changed armor & spell penetration, critical attack to ‹10›)

Powers:
Assassinate, change attack power to ‹+1000› and ‹4› turn terrified all enemies and ‹3› turn obscurement.
Mind Snap, more powerful tease attack.
Solar Cannon, fixed level to ‹5› and more powerful fire damage.
By The Horns, more powerful attack power.
Dischordant, a very powerful storm and crushing damage to one enemy. (becareful, this is very powerful)
Corruptive Blast, change level to ‹6› and very powerful blight damage to all your enemies. (becareful, this is very powerful)
Frequency Adherence, a very powerful storm damage to all your enemies. (becareful, this is very powerful)

download 0.5.16 public version from .

download Modded & Minigames Solution from below:
 

Axismundi

Member
Jul 14, 2018
438
1,020
319
So, how many people here are into hardcore rape or rape play?
Big fan of the stuff but it depends on what the focus is on. If it's mostly on the sex then I don't mind if the writer throws in some physical abuse, plus, the loss of power is hot. I also feel like the emotional damage it cases is a nifty thing to explore. But if it's just focused on the physical abuse then it can be a turn off to me.
 

mrttao

Forum Fanatic
Jun 11, 2021
4,513
7,627
524
So, how many people here are into hardcore rape or rape play?
the number 1 most popular "chick porn" (romance books by women for women) are from the genre called "bodice ripper". which get their name from the part where the male love interest rapes the female MC while ripping off her clothes.

To the point where in many places they falsely claim that "bodice ripper" means "romance novel" and try to deny the actual meaning of the term.

In wikipedia (information wants to be wrong) they redirect from bodice ripper to "romance novel" and try very hard to deny what those books are actually about.
Bodice rippers are strictly formulaic and the plot usually involves a vulnerable heroine faced with a richer and more powerful male character, whom she initially dislikes. Later, she succumbs to lust and falls into his arms.
Also if you look at F95. Almost all the fem MC games involve the MC being raped.
 

muschi26

Engaged Member
Jun 22, 2019
3,182
4,971
427
the number 1 most popular "chick porn" (romance books by women for women) are from the genre called "bodice ripper". which get their name from the part where the male love interest rapes the female MC while ripping off her clothes.

To the point where in many places they falsely claim that "bodice ripper" means "romance novel" and try to deny the actual meaning of the term.

In wikipedia (information wants to be wrong) they redirect from bodice ripper to "romance novel" and try very hard to deny what those books are actually about.

Also if you look at F95. Almost all the fem MC games involve the MC being raped.
In bodice-rippers, though, like in most female "rape fantasies", the girl is actually into it, and the male "forcing himself" is more of a "performance of masculinity", if you will. It's also a way to let a "pure" woman have sex and enjoy it without her becoming a "slut" (by admitting she's into it). I've read a few articles here and there about it, and it's really not the same as Female MC rape/blackmail games kn f95, which are mostly made by male devs.
 

NODOGAN

Well-Known Member
Dec 11, 2017
1,636
2,840
457
Haven't been here in a while, is there a map to do Matiha's labyrinth anywhere? not sure if I'm losing something by just moving randomly till bossfight happens.

P.S: Cait in Hexblade gear & Healer Ryn KICK ASS, best fucking combo of companions I've managed thus far for...pretty much anything (has worked out wonders for Warrior/Black Mage/Charmer MCs thus far.)
 

Wrynn13

Well-Known Member
Apr 11, 2018
1,026
3,752
426
Haven't been here in a while, is there a map to do Matiha's labyrinth anywhere? not sure if I'm losing something by just moving randomly till bossfight happens.

P.S: Cait in Hexblade gear & Healer Ryn KICK ASS, best fucking combo of companions I've managed thus far for...pretty much anything (has worked out wonders for Warrior/Black Mage/Charmer MCs thus far.)
Someone did post a walkthrough of the labyrinth quite some pages back, no idea how far back honestly maybe the search function can find it? I'm currently trying a black mage run (full demonmorph dark knight) and have been running Brienne/Atigua the whole time and finding it pretty easy. Hardly any group last more than 2 rounds of fireball/arc cannon, and then they eat psycic blasts.
 
2.90 star(s) 133 Votes