4.60 star(s) 45 Votes

Radnor

Member
Game Developer
Nov 9, 2021
365
942
Huh, that makes it even easier, still a good idea to do it to remove the audio from the clips unless you want ear pain when a sex and a bj play in the same screen.
I use ffmpeg batch file to prepare/test assets:
Code:
@for %%F IN (*.webm,*.mp4) DO ffmpeg -y -i "%%F" -c copy -an "~tmp%%~xF"&&move "~tmp%%~xF" "%%F"
@for %%F IN (*.webm,*.mp4) DO ffmpeg -y -i "%%F" -vf "select=eq(n\,0)" "%%~dpnF_preview.png"
@for %%F IN (*_preview.png) DO ffmpeg -y -i "%%F" -q:v 95 "%%~dpnF.webp"&&del "%%F"
Save it as prepare_movies.bat.
Copy it to new folder with raw movies (be sure to keep movies backups).
Run, it will remove audio tracks from webm/mp4 movies and generate preview image using first frame of movie.
You will need ffmpeg on PATH or in same folder as prepare_movies.bat and raw movies.

Hope it can help a bit. It worked on my machine, with movies i used, with ffmpeg version i had. Your mileage may vary.
 

technojaguar

Newbie
Jan 5, 2020
17
7
Added 3 more girls for a total of 5:
Nancy A
Foxy Di
Belle claire
Brittney white
Anya Ivy

Mega
Note: Brittney White has sound and a single video of Nancy A also

Also Rednorhow about crating a default preview background when the mod is missing one?
This is a nice pack, some images work but quite a few of the images are missing.

I keep getting this error "original_botsjkb_12 avatar not found"

:Edit:
Okay so on a clean new save the problem got resolved I havent seen the error since.

I believe it might be related to the old images that got removed.
 
Last edited:

Radnor

Member
Game Developer
Nov 9, 2021
365
942

Yes, i figured that out too. Initialy it had me stumped how to get images in, but after seeing Polip's mod i realized how it went. Been using Whoremaker girl packs myself, and either using .jpg images or converted .gif images. Most aren't usable, as they are just a <then 1 sec frame that is looping, which is just not looking so good. But a few .gif work and all are often below 50mb (kb?) in size. Also there is no audio in most of those. It is a bit of work to convert it all, and it isn't at al uniform in image size like would be preferable, but it works at least.
And here is ffmpeg batch to convert all gif in current folder to webm, if it will save some time:
Code:
@for %%F IN (*.gif) DO ffmpeg -y -i "%%F" -q:v 90 "%%~dpnF.webm"
 

Riftmad

Member
Jan 16, 2018
132
127
Suggestion: Add an option in bot interact menu to tinker on the bot, fixing any damaged parts possible.
Would reduce number of different keypresses necessary to touch up a bot you scavenged or bought, or to fix one you were doing combat training with.
 

Erik1986

Member
Jul 5, 2017
480
762
Where and how does ffmpeg even work, i had found a website that i could dload it, but had no clue to how to use it. Been using a online converter myself so it could be useful.

Suggestion: Add an option in bot interact menu to tinker on the bot, fixing any damaged parts possible.
Would reduce number of different keypresses necessary to touch up a bot you scavenged or bought, or to fix one you were doing combat training with.
While useful, it could also waste effort on repairing a irreparable part, so you still will need to replace/get rid of those before you batch repair the rest.
With this i mean that if a defect says it's destroyed/irreparable then it lowers the max value you can repair the part up to. This means you could in theory waste ap on repairing something that gets thrown away when you replace it.
 
  • Like
Reactions: Godogma

Radnor

Member
Game Developer
Nov 9, 2021
365
942
Suggestion: Add an option in bot interact menu to tinker on the bot, fixing any damaged parts possible.
Would reduce number of different keypresses necessary to touch up a bot you scavenged or bought, or to fix one you were doing combat training with.
There is difference between QoL and Press-X-to-Win. Unlikely, but will think about it.

Where and how does ffmpeg even work, i had found a website that i could dload it, but had no clue to how to use it. Been using a online converter myself so it could be useful.
It is console app. Without some experience with windows (or linux) console and batch files it may be not that useful for you, and if used wrong even bit bad.
 
  • Like
Reactions: eugene67

Riftmad

Member
Jan 16, 2018
132
127
Where and how does ffmpeg even work, i had found a website that i could dload it, but had no clue to how to use it. Been using a online converter myself so it could be useful.



While useful, it could also waste effort on repairing a irreparable part, so you still will need to replace/get rid of those before you batch repair the rest.
With this i mean that if a defect says it's destroyed/irreparable then it lowers the max value you can repair the part up to. This means you could in theory waste ap on repairing something that gets thrown away when you replace it.
The current tinker feature does this too, but it's worth the reduced hassle of not having to go through the menu to find the next damaged part.
And you can always sell off the irreparable one and replace it later.
 

Erik1986

Member
Jul 5, 2017
480
762
I guess i will stick to using web based conversion then, rather not mess with stuff i don't know and can mess up my pc. Thanks either way.
 

Riftmad

Member
Jan 16, 2018
132
127
There is difference between QoL and Press-X-to-Win. Unlikely, but will think about it.
Now that I think back, I usually found myself in later game just swapping in fully repaired parts when I got a new bot in.
The damaged ones got tossed into the workshop inventory and were tinkered through later.
I started a new playthrough for one of the recent mod botpacks and found it irritating to have to actually fix parts on a bot.

Not a big issue.
 

Daedalron

Member
Oct 19, 2018
157
139
Current inherent traits:
- "sex_smart_inherent"
- "tech_smart_inherent"
Will you be adding the other traits as possible inherent options? When I was making my modpack, I was imagining one model designed for pure combat, that could have a "combat_smart" (when combat, social, ... traits become a thing) and "sex_dumb" traits as inherent, for example.
 
  • Like
Reactions: Radnor

Polip1339

Newbie
Jul 30, 2017
44
30
There is difference between QoL and Press-X-to-Win. Unlikely, but will think about it.


It is console app. Without some experience with windows (or linux) console and batch files it may be not that useful for you, and if used wrong even bit bad.
You could lock the button behind a specific requirement, for example it only shows on bots that you have C + familiarity. Or behind an upgrade
 
  • Like
Reactions: Radnor

Mr_Shaky

Member
Nov 6, 2017
219
205
I tried Daedalron's mod and found a rank S bot. Could sell it for almost a million xD Wonder how much it would be if I also had all rank S parts.
 

The Grifter

Active Member
May 28, 2017
650
1,049
I tried Daedalron's mod and found a rank S bot. Could sell it for almost a million xD Wonder how much it would be if I also had all rank S parts.
A million???? I thought the sales price is capped at 50000 as of now?
As I said, I quite like the models he included in his mod, but no S-class Lara Croft? Sad. ;)
 

Mr_Shaky

Member
Nov 6, 2017
219
205
A million???? I thought the sales price is capped at 50000 as of now?
As I said, I quite like the models he included in his mod, but no S-class Lara Croft? Sad. ;)
The bar/club where you sell sexbots is capped at 50000. The flea market doesn't seem to have a cap but price depends on the integrity and ranks of chassi/parts while the club is heavily dependant on sex rank.
You'd have to ask Radnor or look at the code because I don't know what factors into the prices
Screenshot_1.png
Edit: Radnor what are the price calculations? How big a difference does different attributes make in the different sell locations?
 
Last edited:

Daedalron

Member
Oct 19, 2018
157
139
The bar/club where you sell sexbots is capped at 50000. The flea market doesn't seem to have a cap but price depends on the integrity and ranks of chassi/parts while the club is heavily dependant on sex rank.
You'd have to ask Radnor or look at the code because I don't know what factors into the prices
You don't have permission to view the spoiler content. Log in or register now.
Wait... You trained her a lot after getting her, right? From the way I configured it, she shouldn't be able to get some of those skills so high (just asking to know if there's a bug or I configured it wrongly in the .JSON)

Also... I'm JEALOUS!!! That's the one S-rank I still never managed to find... :cry:
 

Mr_Shaky

Member
Nov 6, 2017
219
205
Wait... You trained her a lot after getting her, right? From the way I configured it, she shouldn't be able to get some of those skills so high (just asking to know if there's a bug or I configured it wrongly in the .JSON)

Also... I'm JEALOUS!!! That's the one S-rank I still never managed to find... :cry:
Yes I've trained her.
 

The Grifter

Active Member
May 28, 2017
650
1,049
Wait... You trained her a lot after getting her, right? From the way I configured it, she shouldn't be able to get some of those skills so high (just asking to know if there's a bug or I configured it wrongly in the .JSON)

Also... I'm JEALOUS!!! That's the one S-rank I still never managed to find... :cry:
:sneaky:
You don't have permission to view the spoiler content. Log in or register now.

As I said, got lucky with my rolls, and then... I cheated shamelessly. Set my max energy to 100, and well, game broken! :cool:
 

EdogawaKonan

Member
Sep 16, 2018
119
38
A possible suggestion is to make the "Disassemble" skill changeable (success in total depends on engineering skills) and also the degree of integrity of the parts being extracted. Perhaps an addition for his use of experience.
 
  • Like
Reactions: Daedalron

Daedalron

Member
Oct 19, 2018
157
139
As a test, I tried to get a S-rank model, from the dumpster.
She had one S-rank skill, no other skill. Could sell it from around 150k (before any repairs, so it was disabled at that point)
Repaired it, switched with almost full S-rank parts (only missing one part that was A-rank), and 100% chassis. It then could be sold for 730k.

So reaching the million requires multiple skills at a high rank.
 
  • Like
Reactions: lolsarlops

lolsarlops

Newbie
Aug 16, 2020
18
6
Good game way to grindy with only 5 ap. I undestand the ap system but 5 is to restricting at least give me 10. When training for sex that they take dmg something that i can understand when the player has a low lvl, but wouldt a higher lvl on the sex stat mabey lower the dmg/ lower the chance of dmg? I also find that training degrades their stability annoying I understand that some actions will do this for an example early sex/social/tech/combat training, but wouldt the higher their lvl lower the degredation of this as well? Another feature that would be usefull, ease the grind, and develop the gameplay would be if we could find, buy or scavange USB:s with a certain quirk or empty where we can copy quirks onto, for an example i want to copy a lvl35 tech-smart quirk on to the USB to add to other bots to ease trainig. Additionally there needs to be more capsules for more personal bots to help and a way to increase revenue due to the costs of additional pods. I would also like if there are other ways to aquire bots than scavanging or buying in the flee market fror an example a reseller or a place with higher end bots. a nice feature would also be if you cold go on a spy route and hack the bots of a client with a bounty for info that can be taken through the bot that could result in a game over if found out through bad hacking. Hope you got some good idéas from me and keep going the game has potential.
 
4.60 star(s) 45 Votes