- Feb 6, 2019
- 564
- 952
Ah yeah, it's this. I just slam mods in willy nilly so I don't always know what is vanilla and what isn't.I think he might mean Trait King's 'hidden' traits...
Thanks for the answers.
Ah yeah, it's this. I just slam mods in willy nilly so I don't always know what is vanilla and what isn't.I think he might mean Trait King's 'hidden' traits...
I'm pretty sure that Hinata events only run for the Original (Gold-color name in city; gold trait in slavemarket) with _BK.ini supplied with Basic Girl Pack, or Kite80 pack. It adds a "visit room" button on Girls page, Interactions, Misc menu.anyone know how to start the hinata event? i have the mod but i keep encountering her as a regular slave in the market or on the streets but the interactions are like regular girls. she has no special dialogues but in her events file there are different dialogues.
It will take effect for newly-generated clones.keep_background = True
Fair enough. Thanks. I don't really follow hentai or anime (DL'd since I liked the game premise) so just figured this was original artwork from the creator. Makes sense now. Sorry, Dev (if they even read this).Goldo has not pixilated anything. The game, and all girl packs reuse artwork taken from elsewhere. And a lot of the game's artwork is taken from Japanese games, thus the pixilation. It's very much a "beggers can't be choosers" situation.
Not following the instructions from the FAQ, most likely running old or incompatible patches. Possibly also a girl pack issue. No way to know from just 'a wall of text'.I'm sure it's something I did I just have no idea what it could be.
Jman asked for the rpy file not what's inside. There is a button down below where you can send it.I'm not sure if this is right. Like I said I'm not good at this stuff, but I'm trying. It sucks cause I really liked the game.
#### GIRL CLASS FOR B KING ####################################################
## This is the girl class. ##################################################
## Others classes and functions are ##################################################
## in separate files. ##################################################
init -2 python:
## GIRLS GIRLS GIRLS! ##
class Girl(object): #Attributes: name, lastname, age, description, pictures, stats, status, inventory, character
"""This class is for free and working girls in the game. This should probably inherit from the NPC
class, but I'm not using inheritance."""
## CONSTRUCTOR METHODS
def __init__(self):
self.type = "girl"
self.effects = []
self.effect_dict = defaultdict(list)
self.traits = []
self.items = []
self.equipped = []
self.slots = girl_inventory_slots
self.current_food_effect = defaultdict(bool)
self.rank = 1
self.level = 1
self.xp = 0
self.rep = 0
self.archetypes = copy.copy(archetype_dict)
self.perks = []
self.upgrade_points = 0
self.perk_points = 4
self.original_price = 0
preferences.packstate_unrecognized
.No, and this might be the cause of this problem. You also need to find and delete your Appdata directory (somewhere like 'C:/Users/[your username]/.../Appdata/RenPy/Bro King ...'). The exact location depends on OS, and I'm not particularly familiar with Win 11....how would I make sure all traces of it are gone before I start over? Or is simply deleting the the folder enough?