4.60 star(s) 45 Votes

Ronin13

Newbie
Jul 21, 2017
33
5
So I know it's been asked/explained before, but I can't seem to find it. How do I enable movie sounds?
Thx.
 

poil

Newbie
May 18, 2017
38
35
Hi, I'm tinkering with a mod and was curious about the "generate_bot_mind_table" values and how they works ?
Are they a min/max for learning or start values at bot creation ? Or only relative to each others ?
 

clockwinding

Member
Nov 10, 2019
388
156
Hi, I'm tinkering with a mod and was curious about the "generate_bot_mind_table" values and how they works ?
Are they a min/max for learning or start values at bot creation ? Or only relative to each others ?
iirc they're absolute values with S rank being 50k-99k range, and you can use negative values to balance chances.
 

Radnor

Member
Game Developer
Nov 9, 2021
365
942
Hi, I'm tinkering with a mod and was curious about the "generate_bot_mind_table" values and how they works ?
Are they a min/max for learning or start values at bot creation ? Or only relative to each others ?
General logic is:
Code:
    for skill,(xp_min,xp_max) in settings:
      xp=randint(xp_min,xp_max)
      if xp>0:
        bot.give_xp(skill,xp)
 
  • Like
Reactions: poil

Otherguy2012

Active Member
Aug 21, 2021
573
649
Ok I've been doing more work on my Viper Girls mod over the last couple of days and version 0.02 is ready. This version adds 4 more bots (8 in total now) 1C, 1B, 1A, 1E, as well as additional parts, now all qualities are represented.



Enjoy
Thank you for the mod. It is nice to have some new parts(even a few S ones :)
 

saneulae

Member
Sep 18, 2020
115
62
Eventually i will add more ways to train MC social, maybe not from training, but from different social-related activities. XP rewards will be small, but it will add up from all little things you do, like talking with merchants or chatting on grey net or dealing with factions etc. Basically it will be more on the passive training way than repair/combat/sex skills you can train more or less directly. Again, this is just how i see it now, when i implement it, it may be different.

In the mean time, Ive adjusted some part repair_skills. Adding social to a vocoder (why not? volume levels and voice should be socially pleasing) will give a small xp reward whenever that part is repaired. For kicks, I added sex skill to skin parts... I figure mc should know the difference between a nipple and a nose to be able to repair it right. Unless Radnor plans on adding some sort of doctor or medical skill that would be more appropriate.
 
Apr 3, 2019
116
47
Thank you for the mod. It is nice to have some new parts(even a few S ones :)
Hey no problem, glad you like it, I haven't really done much balancing besides the price of the mod bots, I'll have to work on that at some point. Just to give you an idea of what's coming in the next release, there will be a couple of bots based on succubi characters. I'm taking a break for a couple of days but I plan to resume working on the mod beginning Monday and it should be out by the end of the week (Friday or Saturday).
 

Otherguy2012

Active Member
Aug 21, 2021
573
649
Hey no problem, glad you like it, I haven't really done much balancing besides the price of the mod bots, I'll have to work on that at some point. Just to give you an idea of what's coming in the next release, there will be a couple of bots based on succubi characters. I'm taking a break for a couple of days but I plan to resume working on the mod beginning Monday and it should be out by the end of the week (Friday or Saturday).
Gives me time to gather and tear apart most your bots and use the parts in my bots with skills :) Again thanks.

https://f95zone.to/threads/defective-sexbot-chop-shop-v0-3-1-radnor.104343/page-61#post-7579677
 
Apr 3, 2019
116
47

Harabec

Member
Nov 11, 2019
394
117
Ok I've been doing more work on my Viper Girls mod over the last couple of days and version 0.02 is ready. This version adds 4 more bots (8 in total now) 1C, 1B, 1A, 1E, as well as additional parts, now all qualities are represented.



Enjoy
And this one doesnt trigger virus warnings! yay!!
 

Otherguy2012

Active Member
Aug 21, 2021
573
649
Hey no problem, glad you like it, I haven't really done much balancing besides the price of the mod bots, I'll have to work on that at some point. Just to give you an idea of what's coming in the next release, there will be a couple of bots based on succubi characters. I'm taking a break for a couple of days but I plan to resume working on the mod beginning Monday and it should be out by the end of the week (Friday or Saturday).
If they have skills above b or above they are keepers. C skills I will sell. Anything less than B parts(without skills) is sold in bulk as scrap. I already have a few of your bots that are keepers :)
 
Apr 3, 2019
116
47
If they have skills above b or above they are keepers. C skills I will sell. Anything less than B parts(without skills) is sold in bulk as scrap. I already have a few of your bots that are keepers :)
Ya it was kinda hard to choose what rank each one should be (no pun intended), I mostly did it by 1.) The number of sex scenes that character had and 2.) The hotness of the scenes. I realise that second one is subjective but I thought it was important to take it into consideration, so that bots weren't just ranked by number of scenes.
 

Otherguy2012

Active Member
Aug 21, 2021
573
649
https://f95zone.to/members/radnor.4337163/
How about another skill level? Lets call it Z. Beyond human ability or understanding.
IE loads of options in the future. AI.jpg
For example Autonomy Z would be 100% self awareness. Sex Z would mean they understood your sexual needs on a level not even you did. Social Z would be communication through non human and much faster means...ect.
I will add the level of a quirk resets when it hits 100(or it appears to given the number of times I had something like Combat smart around level 90 and resets to 0).
 
Last edited:

saneulae

Member
Sep 18, 2020
115
62
I will add the level of a quirk resets when it hits 100(or it appears to given the number of times I had something like Combat smart around level 90 and resets to 0).
There's 3 levels to the traits- social, social+, social++.. including the 'dumb' traits, which have to be hacked down level by level. Each level multiplies the xp gain for the skill and other fun stuff. Every time you saw it roll over, it was upgrading to the next level. I had the same reaction the first time I noticed that too.
 
Apr 3, 2019
116
47
https://f95zone.to/members/radnor.4337163/
How about another skill level? Lets call it Z. Beyond human ability or understanding.
IE loads of options in the future. View attachment 1663600
For example Autonomy Z would be 100% self awareness. Sex Z would mean they understood your sexual needs on a level not even you did. Social Z would be communication through non human and much faster means...ect.
I will add the level of a quirk resets when it hits 100(or it appears to given the number of times I had something like Combat smart around level 90 and resets to 0).
It's a good idea but maybe instead of Z it would be N, as in a glitch, something that's not supposed to happen or even be possible but has occurred somehow for whatever inexplicable reason, think johnny 5 from short circuit.
 

Daedalron

Member
Oct 19, 2018
157
139

Daedalron

Member
Oct 19, 2018
157
139
Just to give you an idea of what's coming in the next release, there will be a couple of bots based on succubi characters.
If you plan to use additional part slots for your bots, Mr_Shaky has suggested a framework, that I used on my mod. The important thing is the name of the slots, in order for parts from one mod to be compatible with bots from another mod.

So far, the slots in the framework are respectively:
- bot_genitals
- bot_ears
- bot_horns
- bot_tail
- bot_wings
 
Apr 3, 2019
116
47
I have updated my mod to the 0.3.1 version, you can get it from the original post, here:
https://f95zone.to/threads/defective-sexbot-chop-shop-v0-3-1-radnor.104343/page-24#post-7379361

Note that the mod now REQUIRES to also download Mr_Shaky parts mod, which you can get here:
https://f95zone.to/threads/defective-sexbot-chop-shop-v0-3-1-radnor.104343/page-9#post-7303586

Mr_Shaky I'll let you update the description for my mod in your post that regroup all the mods. :)
For the next version of my mod I'm going to include a couple of succubi, is it ok if I include some of your new part types in it?
 
4.60 star(s) 45 Votes