4.60 star(s) 45 Votes

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,085
Ok I'm still getting problems trying to unpack this rpa archive that you are creating. Since you are the ONLY dev I have seen so far that I can't do this, I just have to assume that you are using some sort of non-standard packaging mechanism that is pretending to support a standard. I refuse to play anything that I can't properly unpack.

As far as I'm concerned, putting everything in rpa archives is NOT some sort of thing that makes the game more convenient to work with or to have it run faster. It is simply a method to hide content away from the end user.
 

Squib2187

Member
Aug 1, 2017
265
271
Still very much a W.I.P but i'd figure i'd share what i've got so far.

JSON:
{
  "mod_id": "Sendai Components",
  "mod_description": "Adds components from Sendai Components 3rd party bot part specialists, as well as defects for the new parts",
 
  "bot_parts":[{
    "id": "EE4",
    "name": "Eagle Eye 4",
    "description": "Featuring 32K resolution per eye and the ability to view light in the visible, ultra violet and infrared spectrum, Sendai Optics is proud to bring you the bleeding edge in robot optics",
    "rate": "S",
    "price_mult": 3.0,
    "slot": "bot_eyes",
    "damage_mult": 3.0,
    "possible_defects": [],
    "repair_skills": [
    ("mechanics", 30),
    ("electronics", 60),
    ("computers", 10),
    ],
    "difficulty": 4.0,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 5,
    },
  },
  {
    "id": "FE2",
    "name": "Falcon Eye 2",
    "description": "Featuring 32k resolution per eye in a mil spec frame the Falcon Eye 2 by Sendai is the choice for those who like to live dangerously",
    "rate" : "A",
    "price_mult": 2,
    "slot": "bot_eyes",
    "damage_mult": 0.5,
    "repair_skills": [
    ("mechanics", 30),
    ("electronics", 60),
    ("computers", 10),
    ],
    "difficulty": 3,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 10,
    },
  },
  {
    "id": "HE7",
    "name": "Hawk Eye 7",
    "description": "Featuring 16k resolution per eye as well as night vision mode the Sendai Components Hawk Eye series is a great product for the enthusiast with a budget",
    "rate": "B",
    "price_mult": 1.8,
    "slot": "bot_eyes",
    "damage_mult": 1.6,
    "possible_defects": [],
    "repair_skills": [
    ("mechanics", 30),
    ("electronics", 60),
    ("computers", 10),
    ],
    "difficulty": 2.0,
    "list_target_chances":{
    },
    "list_target_tag_chances":{
    "all": 20,
    },
    },
    {
    "id": "PE1",
    "name": "Parrot Eye 1",
    "description": "Featuring 8K resolution per eye and Sendai's patented vision co-processor for hardware auto error correction this product is the best bang for buck optics availible",
    "rate": "C",
    "price_mult": 1,
    "slot": "bot_eyes",
    "damage_mult": 1.3,
    "possible_defects":[],
    "repair_skills": [
    ("mechanics", 30),
    ("electronics", 60),
    ("computers", 10),
    ],
    "difficulty": 1,
    "list_target_chances":{
    },
    "list_target_tag_chances":{
    "all": 40,
    },
    },
    {
    "id": "CE9",
    "name": "Chicken Eye 1",
    "description": "featuring 4k resolution per eye the chicken eye 1 is typically used by high schools to teach sudents the fundamentals of bot optics on a cheap platform.",
    "rate": "D",
    "price_mult": 0.5,
    "slot": "bot_eyes",
    "damage_mult": 1,
    "possible_defects":[],
    "repair_skills": [
    ("mechanics", 70),
    ("electronics", 20),
    ("computers", 10),
    ],
    "difficulty": 0.3,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 70,
    },
    },
    {
    "id": "Q9984T",
    "name": "Q-994T",
    "description": "Sendai sends its customers this unit while they wait for the repair under warranty for thier actual eyes, they dont even ask for it back after.",
    "rate": "E",
    "price_mult": 0.1,
    "slot": "bot_eyes",
    "damage_mult": 0.1,
    "possible_defects":[],
    "repair_skills":[
    ("mechanics", 80),
    ("electronics", 15),
    ("computers", 5),
    ],
    "difficulty": 0.1,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 20,
    },
    },
    
    
    {
    "id":"MCP1",
    "name": "MCP v 1",
    "description": "The Meta-Cognitive Processor is the cutting edge of Quantum CPU Tech. By law a sentience limiter must be hardwired into this product",
    "rate": "S",
    "price_mult": 3.0,
    "slot": "bot_cpu",
    "damage_mult": 0.2,
    "possible_defects":[],
    "repair_skills": [
    ("electronics", 80),
    ("computers", 20),
    ],
    "difficulty": 4.0,
    "list_target_chances": {
    
    },
    "list_target_tag_chances": {
    "all": 5,
    },
    },
    {
    "id":"QPU77k",
    "name": "QPU 77k",
    "description": "Quantum Processor Unit model 77k is a solid entry level quantum style CPU",
    "rate": "B",
    "price_mult": 1.8,
    "slot": "bot_cpu",
    "damage_mult": 0.8,
    "possible_defects":[],
    "repair_skills": [
    ("electronics", 80),
    ("computers", 20),
    ],
    "difficulty": 2.0,
    "list_target_chances": {},
    "list_target_tag_chances": {
    "all": 20,
    },
    
  },
  {
    "id": "OrgSkin",
    "name": "Cybernetic Skin",
    "description": "Cloned Human Flesh (XX or XY per request) maintained and fed via nanobots, it feels real because it is real",
    "rate": "S",
    "price_mult": 4.0,
    "slot": "bot_skin",
    "damage_mult": 0.1,
    "possible_defects": [],
    "repair_skills": [
    ("computers", 100),
    ],
    "difficulty": 4.0,
    "list_target_chances": {},
    "list_target_tag_chances": {
    "all": 5,
    },
  },
  {
    "id": "SynthSkin",
    "name": "Synth Skin",
    "description": "The closet to real skin you can get without it being real, 90% of people surveyed cant tell the difference",
    "rate": "A",
    "price_mult": 3.0,
    "slot": "bot_skin",
    "damage_mult": 0.4,
    "possible_defects": [],
    "repair_skills": [
    ("mechanics", 30),
    ("electronics", 30),
    ("computers", 40),
    ],
    "difficulty": 3.0,
    "list_target_chances": {},
    "list_target_tag_chances": {
    "all": 10,
    },
  },
  {
    "id": "milskin",
    "name": "Mil-Spec Skin",
    "description": "The civilian version of Sendai's military spec bot skin, Substantially more durable than other types making it popuilar in industrial applications",
    "rate": "B",
    "price_mult": 2.0,
    "slot": "bot_skin",
    "damage_mult": 0.1,
    "possible_defects": [],
    "repair_skills":[
    ("mechanics", 60),
    ("electronics", 30),
    ("computers", 10),
    ],
    "difficulty": 1.0,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 20,
    },
  },
  {
    "id": "domskin",
    "name": "domestic skin",
    "description": "This bot skin is designed for domestic applications and can stand up to typical household chores, looks real but feels slightly off",
    "rate": "C",
    "price_mult": 1,
    "slot": "bot_skin",
    "damage_mult": 1,
    "possible_defects":[],
    "repair_skills":[
    ("mechanics", 60),
    ("electronics", 30),
    ("computers", 10),
    ],
    "difficulty": 0.8,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 40,
    },
  },
 
  {
    "id": "VS34",
    "name": "VS 24",
    "description": "The Vocal Simulacrum differs from other vocoders as it is a cloned human mouth (XX or XY per request), facial muscles, treachia, wind pipe and lung. All fed and maintained by nanobots this unit speaks the same way a human does",
    "rate": "S",
    "price_mult": 4,
    "slot": "bot_vocoder",
    "damage_mult": 0.1,
    "possible_defects": [],
    "repair_skills": [
    ("computers", 100),
    ],
    "difficulty": 4.0,
    "list_target_chances":{},
    "list_target_tag_chances": {
    "all": 5,
    },
  },
  {
   "id": "OU56Q",
   "name": "Oration Unit",
   "description": "This unit mimics a human mouth complete with facial muscles for seamless lip syncing and saliva (water). Pitch ,tone and accent can adjusted and speach inpediments can be activated if one wishes",
   "rate": "A",
   "price_mult": 3,
   "slot": "bot_vocoder",
   "damage_mult": 0.5,
   "possible_defects": [],
   "repair_skills":[
   ("computers", 30),
   ("mechanics", 40),
   ("electronics", 30),
   ],
   "difficulty": 3.0,
   "list_target_chances":{},
   "list_target_tag_chances":{
   "all": 10,
   },
  },
 
  {
    "id": "taurus",
    "name": "Taurus",
    "description": "The Taurus is the pinnicle of bot powercore tech, the fuel pellets on board last for 80 years and the unit self maintains anything other than severe damage",
    "rate": "S",
    "price_mult": 4,
    "slot": "bot_powercore",
    "damage_mult": 0.2,
    "possible_defects":[],
    "repair_skills": [
    ("electronics", 70),
    ("mechanics", 20),
    ("computers", 10),
    ],
    "difficulty": 4.0,
    "list_target_chances":{},
    "list_target_tag_chances": {
    "all": 5,
    },
  },
  {
    "id": "ORU429",
    "name": "Organic Reactor",
    "description": "The Organic Reactor is the ideal choice for those who do not have access to steady mains power as this unit can be powered via the consumption of carbohydrates and sugars.",
    "rate": "A",
    "price_mult": 3,
    "slot": "bot_powercore",
    "damage_mult": 0.7,
    "possible_defects":[],
    "repair_skills":[
    ("electronics", 70),
    ("mechanics", 20),
    ("computers", 10),
    ],
    "difficulty": 3.0,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 10,
    },
  },
  {
    "id": "klaxon",
    "name": "Klaxon mk 2",
    "description": "The Klaxon mk 2 is Sendai's Mil-Spec powercore, offering rugged durability.",
    "rate": "B",
    "price_mult": 2,
    "slot": "bot_powercore",
    "damage_mult": 0.1,
    "possible_defects":[],
    "repair_skills":[
    ("electronics", 70),
    ("mechanics", 20),
    ("computers", 10),
    ],
    "difficulty": 2.0,
    "list_target_chances":{},
    "list_target_tag_chances":{
    "all": 20,
    },
  },
  {
    "id": "ha5",
    "name": "Hyper Arms",
    "description": "These arms are made from a proprietary hyper alloy making them both stronger than steel and lighter than human bone, coupled with bleeding edge actuators these arms provide unmatched dexterity.",
    "rate": "S",
    "price_mult": 4,
    "slot": "bot_arms",
    "damage_mult": 0.1,
    "possible_defects": [],
    "repair_skills": [
    ("mechanics", 85),
    ("electronics", 10),
    ("computers", 5),
    ],
    "difficulty": 4.0,
    "list_target_chances": {},
    "list_target_tag_chances": {
    "all": 5,
    },
  },
  {
    "id": "hl5",
    "name": "Hyper Legs",
    "description": "These legs are made from a proprietary hyper alloy making them both stronger than steel and lighter than human bone, coupled with bleeding edge actuators these arms provide unmatched dexterity.",
    "rate": "S",
    "price_mult": 4,
    "slot": "bot_arms",
    "damage_mult": 0.1,
    "possible_defects": [],
    "repair_skills": [
    ("mechanics", 85),
    ("electronics", 10),
    ("computers", 5),
    ],
    "difficulty": 4.0,
    "list_target_chances": {},
    "list_target_tag_chances": {
    "all": 5,
    },
  }]
  }
adds 19 new parts thus far, I still need to make some defects for them and balance the spawn rates. any thoughts?
 
  • Like
Reactions: Godogma and Radnor

Radnor

Member
Game Developer
Nov 9, 2021
365
943
Ok I'm still getting problems trying to unpack this rpa archive that you are creating. Since you are the ONLY dev I have seen so far that I can't do this, I just have to assume that you are using some sort of non-standard packaging mechanism that is pretending to support a standard. I refuse to play anything that I can't properly unpack.

As far as I'm concerned, putting everything in rpa archives is NOT some sort of thing that makes the game more convenient to work with or to have it run faster. It is simply a method to hide content away from the end user.
Don't be lazy :D

Also web/android version have no rpa archives.

Seriously though, i can understand your concerns. Eventually i may full open source it, for now i want to keep things as is. If in doubt play it inside VirtualBox, as i often do.
 

Eekhoorn123

Newbie
Oct 16, 2017
21
13
So after playing another game (normal difficulty), I believe that CPUs are too rare. I ended up with 25 pages of parts that were not cracked and that only included 2 CPUs. I often had to waste a couple of days either checking the market or diving in the dump when I was out of CPUs. The imbalance was so bad that I never had to buy other type of part because I had an infinite supply.
in there are 2 new cpu's that should be pretty common, though theyre supposed to be repurposed so they are very low tier. You could potentially remove all but those 2 cpus's in the json if it really inconveniences you
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,085
And in case you were wondering, I use unrpa from and unrpyc from . The combination has worked with EVERYTHING else that I've downloaded in the last six months. I compiled and installed both from source.
 

HNH1985

Member
Nov 28, 2021
277
87
My old saved game on. 0.1.1 didn't work after update. I have start from the beginning. What the causes and will it happened with next update.
I am using apk android v. and the easiest difficulty.
 

Radnor

Member
Game Developer
Nov 9, 2021
365
943
My old saved game on. 0.1.1 didn't work after update. I have start from the beginning. What the causes and will it happened with next update.
I am using apk android v. and the easiest difficulty.
Cause is lots of internal code changes. Unfortunately, as game currently in early stage of development save breaks may happen again.
There are some measures in code to keep saves compatible and i will do my best to keep it once major game mechanics are in place and core systems are stable.

Sorry for inconvenience.
 

The ArcKnight

Nylon enthusiast, Harem enjoyer.
Donor
May 19, 2018
2,362
4,934
So question, the description makes it sound like the premise of the game is repairing other people's sex bots to sell off.
But there is a "Harem" tag so I was a little confused. Are you selling your harem? I've heard of "bye felicia" but that's a bit ridiculous. :unsure::ROFLMAO:
 
  • Like
Reactions: Cernunnos.

Radnor

Member
Game Developer
Nov 9, 2021
365
943
So question, the description makes it sound like the premise of the game is repairing other people's sex bots to sell off.
But there is a "Harem" tag so I was a little confused. Are you selling your harem? I've heard of "bye felicia" but that's a bit ridiculous. :unsure::ROFLMAO:
You can keep bots you like. Can have 5 personal bots as harem, and 1 as buy/train/sell. Really up to you how you play it.
Plus good share of these bots are "unused", not exactly "other people's".
 

DrLizardman

Member
Apr 28, 2021
366
115
as of right now there is no reason to give a girl combat training except for autonomy right? speaking of which, does autonomy do anything? it wont increase or lower prices it seems
 

Radnor

Member
Game Developer
Nov 9, 2021
365
943
as of right now there is no reason to give a girl combat training except for autonomy right? speaking of which, does autonomy do anything? it wont increase or lower prices it seems
Correct. Autonomy unlocks more roles. Without mods you can get 2 roles max. With S-rate CPU (either from future updates or from mods) you can unlock 3 roles.
 

DrLizardman

Member
Apr 28, 2021
366
115
well cool, I dont want the game to be super hard, but it'd be neat if we needed guards or somthing so we could have a girl with combat patrol the area and such
 
  • Like
Reactions: Radnor

Riftmad

Member
Jan 16, 2018
123
115
How do you repair the bots to make them more valuable? Do you want other characteristics besides sex like social?
F4 to bring up the bot's interact menu, then train, tinker, or hack them to adjust skills, replace/repair parts, and stabilize their brain or remove neg quirks.

Train a bot in social, you can assign them as a clerk, which boosts your income when you work.
Train a bot in mechanics and electronics (computers to? I forget) and they can be assigned the "techie" role, which means they help you fix other parts/bots.
Train a bot in sex and they fuck better, boosting your own skill gain. And you can assign them the "bedroom toy" role
Also if you have a bot trained to B(maybe C?) in sex or higher and they're at 100% status you can sell them to the club for $50k. I usually train them in social too, maybe that helps.
 

Riftmad

Member
Jan 16, 2018
123
115
You can keep bots you like. Can have 5 personal bots as harem, and 1 as buy/train/sell. Really up to you how you play it.
Plus good share of these bots are "unused", not exactly "other people's".
Assuming this game continues development, I'm predicting that at some point in the future there will be tens or even hundreds of "add a bot" mods. Leading to an equal number of different bot models.
Which won't fit in only 6 available bays.

Perhaps a later upgrade to workshop might be a storage warehouse for bots you want to keep but don't want active in the 6 available bays? Perhaps they degrade slowly over time, maybe 1-5% on a random part per day.

An alternative would just be selling them and letting you purchase damaged bots back from the club.

Or both.
 
  • Like
Reactions: Radnor

Riftmad

Member
Jan 16, 2018
123
115
Is this the sequel to Llamamann's game?
The bots in that game are far hotter (3d renders).

But beyond that, they seem more able to self-alter both mental and physical parameters, so having a repair person swapping out parts doesn't seem to fit.

They're more...self-contained and self-repairing?

Dunno.
 

Riftmad

Member
Jan 16, 2018
123
115
I came to play a porn game. Spent most of the day fixing robots. Don't make this game any more complex than it is. Plays very well. That being said. More models. Real porn would be better.
I think making it relatively easy for modders to add bot packs or whatever would solve the issue of individual preferences.

Make it easy enough and you could end up with everything from a bimbo army of bots to a futadom game where the MC fixes bots so they can fuck him in the ass, since there's nothing preventing a modder from doing that so far as I can tell.

And it could be everything from real porn to 3d renders to even 3d animations/gifs.
 
4.60 star(s) 45 Votes