striker129er
Member
- Dec 29, 2017
- 123
- 109
Lumia's path is supposedly being worked on, but then this is the same writer that's straight up abandoned their companion (Atigua) so don't hold your breath. At least the valkyrie TF part is already done, supposedly. Not that that's hard since you can already make a snow elf with wings...why do i get the feeling that keros might be the legit only diety that you can shoose to be soulbound too? in both the near and far future
You want someone here to ravage you?So, how many people here are into hardcore rape or rape play?
Define both concepts.So, how many people here are into hardcore rape or rape play?
Lumia's path is supposedly being worked on, but then this is the same writer that's straight up abandoned their companion (Atigua) so don't hold your breath. At least the valkyrie TF part is already done, supposedly. Not that that's hard since you can already make a snow elf with wings...
some part of me wanted to be soulbound to Mallach so that Kasyrra might eventually say Mallach's ballsLumia's path is supposedly being worked on, but then this is the same writer that's straight up abandoned their companion (Atigua) so don't hold your breath. At least the valkyrie TF part is already done, supposedly. Not that that's hard since you can already make a snow elf with wings...
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?some part of me wanted to be soulbound to Mallach so that Kasyrra might eventually say Mallach's balls
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 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 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.So, how many people here are into hardcore rape or rape play?
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.some part of me wanted to be soulbound to Mallach so that Kasyrra might eventually say Mallach's balls
pc.inventory.forEach(ab => {ab.stack = ab.stackLimit})
Sick stuff broheres some code to help you handle the metal/silk/stone/wood stuff
i used to have a more complicated version but i cant remember that version off the top of my head.JavaScript:pc.inventory.forEach(ab => {ab.stack = ab.stackLimit})
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”.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.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?
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)So, how many people here are into hardcore rape or rape play?
One could also use these lines of code for the materials:heres some code to help you handle the metal/silk/stone/wood stuff
i used to have a more complicated version but i cant remember that version off the top of my head.JavaScript:pc.inventory.forEach(ab => {ab.stack = ab.stackLimit})
pc.addItem(new ITEMS.MetalParts(20));
pc.addItem(new ITEMS.PristineWood(20));
pc.addItem(new ITEMS.SturdyStone(20));
//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));
//Would spawn in 9999999999999999999999999999 Turgid Mushroom infused Blue Eggs.
pc.addItem(new ITEMS.BlueEgg(9999999999999999999999999999,6));
pc.addItem(new ITEMS.itemName(amountOfItem,bodyPartTransformationNumber));
pc.addItem(new ITEMS.(9999999999999999999999999999));
and start typing in between the . and the ( to see the list of items.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 gameOne 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:
Here's a list of the reagents (number and body parts they affect):JavaScript://Would spawn in 9999999999999999999999999999 Turgid Mushroom infused Blue Eggs. pc.addItem(new ITEMS.BlueEgg(9999999999999999999999999999,6));
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 ispc.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 usepc.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).
Holy mother of based.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.
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.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.So, how many people here are into hardcore rape or rape play?