• We're currently performing maintenance on the search system, we'll get it back ASAP.

labatadoria

Newbie
Aug 16, 2019
69
77
Does anyone know the actual trait name for "groper"? I'm running into the "adding Non-Exclusive wipes their other traits" issue again, but I'm having trouble getting it to appear when I add it back manually, and didn't see it as an available trait when I went to the SugarCube archetype inclination arrays. Is it listed in the code as "physical" or something?
 

XulOnTuesday

Member
Aug 7, 2022
171
207
Does anyone know the actual trait name for "groper"? I'm running into the "adding Non-Exclusive wipes their other traits" issue again, but I'm having trouble getting it to appear when I add it back manually, and didn't see it as an available trait when I went to the SugarCube archetype inclination arrays. Is it listed in the code as "physical" or something?
"Groper" looks like it's added by several inclinations: "Sadist", "Dominant", "Dominant Vibe", "Whore Connoisseur", "Taker"

Inclinations are usually generated on the fly for backward compatibility. It's how the developer retroactively increased the number of Doms and Subs in the game. Overriding overrides all inclinations; to keep the old ones, you have to add them to your override. Like so:
JavaScript:
V.people["NPC Name"].inclinations = setup.people.inclinations("NPC Name");
V.people["NPC Name"].inclinations.push("Trait Name");
 

Spamwise

Member
Mar 29, 2020
196
207
Whore Connoisseur is such a weird one in that there are no NPC whores.

and frankly a missed chance to use Connois-hoor.
 

labatadoria

Newbie
Aug 16, 2019
69
77
"Groper" looks like it's added by several inclinations: "Sadist", "Dominant", "Dominant Vibe", "Whore Connoisseur", "Taker"

Inclinations are usually generated on the fly for backward compatibility. It's how the developer retroactively increased the number of Doms and Subs in the game. Overriding overrides all inclinations; to keep the old ones, you have to add them to your override. Like so:
JavaScript:
V.people["NPC Name"].inclinations = setup.people.inclinations("NPC Name");
V.people["NPC Name"].inclinations.push("Trait Name");
Oh wonderful, so these are console commands? Just enter them there? Apologies, I've been doing save editing to make these changes. Can I add "Non-Exclusive" this way without it breaking anything? And would I just type the following for an NPC named Julia Park:

V.people["Julia Park"].inclinations = setup.people.inclinations("Julia Park");

and then

V.people["Julia Park"].inclinations.push("Non-Exclusive");

Is the console the better way to interact with systems like these? The complexity of the save files makes me think it might place nicer, especially when it comes to relationships. Assuming this is the case, is there a way to safely add/remove best friends? I was a bit quick on the draw there, and could use a little reshuffle, elevating some friends to best friends and vice versa. Alternatively, is it possible to raise the friend/best friend caps to allow for more buddies?

Also, just want to thank you for your help on this! Sorry for the constant stream of questions!
 
Last edited:

anomajou

Newbie
May 7, 2023
53
87
Has anyone had any luck editing the android version of the game? For some reason whenever I attempt to repack the apk, it fails to install, regardless of what program I use. I've checked and it's a problem exclusive to CoT, no other apks are giving me this problem. For now I've just been editing the html and using JoiPlay, but that has the downside of making it impossible to edit saves.
find an apk repacker that allows changing the package name property. or reuse apkbuilder from dol, just change the name of the html and replace img folder with res/img. or export your save and uninstall existing app before installing a repack.
 

Acidcola

Newbie
Nov 2, 2018
82
32
When you save there is an option to "save to disk"; that is the file you want to edit. Save it to the desktop, and load it into a file save editor. This is the one I (and the majority here) use, and got from a link in this thread :

You will need to follow the exact format of code the game uses, but it's not difficult. I also posted what you need to paste in order to add new inclinations to an NPC. It's not as hard as it seems at first glance. :)
There is an alternative at copy the contents of the save file, press decrypt, make changes, press encrypt, copy edited text into new save (or old save, if you have a backup of where you want to go back to if something goes wrong).
 
  • Like
Reactions: makeitso and T-Chex

Kiliandi

Newbie
May 3, 2017
50
135
How long do you have to wait to switch an extra-curricular? I quit the cheerleaders like a week ago but still can't join anything else.
 

labatadoria

Newbie
Aug 16, 2019
69
77
Sorry to come back with more questions before getting answers to the previous ones, but if you're in a non-exclusive relationship with one person, does it lock you out of being in more non-exclusive relationships? I have a few friends that are maxed out in all three bars, have gone out on tons of dates with them, but I can't seem to advance things romantically with them. I'm thinking there has to be some sort of max limit of one, but if there isn't, do I need to do something special to unlock more?
 

Acidcola

Newbie
Nov 2, 2018
82
32
Sorry to come back with more questions before getting answers to the previous ones, but if you're in a non-exclusive relationship with one person, does it lock you out of being in more non-exclusive relationships? I have a few friends that are maxed out in all three bars, have gone out on tons of dates with them, but I can't seem to advance things romantically with them. I'm thinking there has to be some sort of max limit of one, but if there isn't, do I need to do something special to unlock more?
My understanding is that it works with other characters who have Non exclusive or Polyamorous inclinations. I've did some tinkering with characters by adding those two to people who are maxed out on Romance meter, and soon afterwards scene where you can talk about your relationship.

With other people with maxed out romance it doesn't trigger, I am guessing that is because they don't have those inclinations.
 
  • Like
Reactions: labatadoria

XulOnTuesday

Member
Aug 7, 2022
171
207
Oh wonderful, so these are console commands? Just enter them there? Apologies, I've been doing save editing to make these changes. Can I add "Non-Exclusive" this way without it breaking anything? And would I just type the following for an NPC named Julia Park:

V.people["Julia Park"].inclinations = setup.people.inclinations("Julia Park");

and then

V.people["Julia Park"].inclinations.push("Non-Exclusive");

Is the console the better way to interact with systems like these? The complexity of the save files makes me think it might place nicer, especially when it comes to relationships. Assuming this is the case, is there a way to safely add/remove best friends? I was a bit quick on the draw there, and could use a little reshuffle, elevating some friends to best friends and vice versa. Alternatively, is it possible to raise the friend/best friend caps to allow for more buddies?

Also, just want to thank you for your help on this! Sorry for the constant stream of questions!
Yup, those are browser console commands. What you've written should work.

I prefer consoles over save editors, but that's just my opinion.

I don't know about changing relationships on the fly, but I didn't think that Friends/Best Friends had a cap, just a cooldown.

Sorry to come back with more questions before getting answers to the previous ones, but if you're in a non-exclusive relationship with one person, does it lock you out of being in more non-exclusive relationships? I have a few friends that are maxed out in all three bars, have gone out on tons of dates with them, but I can't seem to advance things romantically with them. I'm thinking there has to be some sort of max limit of one, but if there isn't, do I need to do something special to unlock more?
That also sounds like a cooldown thing. Try running V.gameday - V.people["Julia Park"].lastrelevent. If it's less than 20, that's probably your problem.
 
  • Like
Reactions: labatadoria

trutru

Newbie
Mar 29, 2020
17
31
Is it currently much to do with gardening? I have seen that we can 1) read about it at the Smith Library and 2) grow plans in the Greenhouse, but it makes very little money and doesn't grant any unique effect, so I don't see much point unless I missed some questline.
 

AelphysTerra

Member
May 13, 2020
140
232
What's in the 5.1 update?
Changelog from the SubscribeStar. Note that it's very much a WIP as Anthaum and the team are continuously adding stuff before the public release.
Release notes

  • Added more assorted events for all types of ongoing relationships
  • Just over thirty new events all told
  • In-person conversations with faculty characters are now more consistent with the framework established by after class and office hours conversations with professors
  • When talking with faculty in person, they may respond differently depending on whether or not you two are alone
  • As you gain more friendships or acquire a romantic partner, it may no longer be just the BFF waiting for you at the quad party (unless important to the storyline)
  • D/s inclined NPCs are now given some more opportunities to progress with you towards a D/s relationship
  • For NPCs, Dominant-aligned inclinations like Breaker now unlock the same interpersonal options as the Dominant inclination itself, improving consistency and increasing opportunities for these types of relationships, and likewise for submissive-aligned inclinations
  • Open relationships slightly reworked to better quantify what they actually represent: You have one exclusive romantic partner but can have sex with whomever you want
  • Polyamorous relationships slightly reworked to better quantify what they actually represent: You can have multiple romantic partners and can have sex with anyone
  • Non-Exclusive inclination renamed to Open Relationships
  • Current save’s world seed now displayed in Options dialog
  • Added new hangout type: hang out as a group, to gather several of your friends together for socializing
  • Added new hangout type: hang out as a polycule, to gather your poly partners together for socializing and fun
  • If your dom finds that you are not following the rules they’ve set for you, their anger value will build
  • Once their anger has passed a certain threshold, they will seek you out for a punishment scene, after which their anger will be nullified
  • The PC can now be the one to propose a romantic relationship in in-person dialogue. Careful not to ask before the time is right!
  • Added a selection of tights (contributed by funkabunk)
  • Added some sweaters (contributions by Hee Ho and Buttons)
  • Added compression shorts (contributed by Cadia Creations)
  • Added embossed collars to the porn shop
  • Added a bus event and a nighttime streaking event variation (contributed by Arcus_Caelestis)
  • Added a couple of highly requested sex positions
  • Many fixes and tweaks
 

labatadoria

Newbie
Aug 16, 2019
69
77
Huh, evidently my understanding of non-traditional relationships was apparently pretty off the mark. I thought the "default" expectation of polyamorous relationship was everyone stays within the polycule, and that non-exclusive and open relationships were different things ("we're dating, but date or sleep with whoever else" vs. "we're dating, don't date anyone else, but can sleep with anyone"). Going to have to transition everyone over to polyamory after the update, I guess!

Looks like an exciting update! I see that they accept some user-submitted content; does anyone know how open they are to that sort of thing, or are these established contributors? I had an idea for helping to distinguish between NPCs (give them particular interests that slot into generic templates, like a particular bands, film directors, video game franchises, etc. that are based on real-world stuff, so that you can remember "Oh, this is the girl who loves Black Souls II and Spaceship Troopers" rather than purely physical aspects, and attribute a bit more personality to individual characters than physical appearance alone), and to add a bit to the social layer, something I'd be happy to write a gigantic list of, but wouldn't want to propose it if it'd be a waste of everyone's time.

I'm thinking of starting a second character, and was wondering if making a world seed where polyamory, lewd exhibitionism, voyeurism, and attentive lover were increased and the odor issue eliminated would be viable, or if it'd break things. Am I safe to proceed?
 

Acidcola

Newbie
Nov 2, 2018
82
32
Huh, evidently my understanding of non-traditional relationships was apparently pretty off the mark. I thought the "default" expectation of polyamorous relationship was everyone stays within the polycule, and that non-exclusive and open relationships were different things ("we're dating, but date or sleep with whoever else" vs. "we're dating, don't date anyone else, but can sleep with anyone"). Going to have to transition everyone over to polyamory after the update, I guess!
Actually, Polyamory is complicated, there are a ton of flavours, that work differently. The spectrum goes from polyfidelity on one side, which is same as mono relationship, but with more than two people, to polyanarchy on the other side. It is huge thing, so here is an infographic:

But one thing that distinguishes poly from non poly is that Polyamory is ethical non monogamy, so it requires open communication and respect to work.
 

anotheruser

Newbie
Sep 1, 2018
52
78
if anyone knows any rule(s) i left out let me know please and also if anyone have a save where they have multiple rules set on them or a save where they are able to set rules on their subs id appreciate that as well.
Late reply I know, but I skimmed over the subsequent posts and I didn't see any reply.

The rules, taken from the v0.5.0l source code (0.5.1 may add more) are:
wear collar
no bra
no underwear
show belly
only skirt
skintight top
skintight pants

They seem fairly self-explanatory, but the raw code includes more verbose descriptions, skill thresholds, and what looks like specific comments to be made by the dom when the rule is broken. Spoilered for size:
You don't have permission to view the spoiler content. Log in or register now.
 

BMVV

Newbie
Jul 16, 2019
61
66
how do you start a D/s relationship? i've been wanting to dom someone but haven't found an option to yet.
 

anon1010

Member
Jul 8, 2019
349
160
Late reply I know, but I skimmed over the subsequent posts and I didn't see any reply.

The rules, taken from the v0.5.0l source code (0.5.1 may add more) are:
wear collar
no bra
no underwear
show belly
only skirt
skintight top
skintight pants

They seem fairly self-explanatory, but the raw code includes more verbose descriptions, skill thresholds, and what looks like specific comments to be made by the dom when the rule is broken. Spoilered for size:
You don't have permission to view the spoiler content. Log in or register now.
Ah ok so there it was "no underwear" that i was missing, new update also just dropped so that may have more and it may also finally add the ability to have more than one rule set. Just for clarification what exactly do the "skilltoadd", "skilltoreceive" and "fornpc" lines do?




how do you start a D/s relationship? i've been wanting to dom someone but haven't found an option to yet.
Youre probably missing the required amount of control, if youd like you can just cheat that in instead of waiting generations for you to get the right events over and over again to build the stat up.

This doc shared on the discord explains things very well;



(the new update might've changed things so beware of that if you play on the new version 0.5.1)
 
  • Like
Reactions: BaloneyAmone
4.30 star(s) 82 Votes