weird, the mp4 file I added won't play for some reason,It is not necessary to convert mp4 to webm, these should plays as well.
while converting them to webm will work without problem. meh, minor set bakc.
Last edited:
weird, the mp4 file I added won't play for some reason,It is not necessary to convert mp4 to webm, these should plays as well.
It's also incredibly hard to find them. These 2 are the only ones I've found so far in 125 days of mostly scavenging. Also if I wasn't playing on easy I wouldn't be able to train them so high which removes a lot of value. But yeah. If RNG was on your side an S-tier bot would certainly alleviate a lot of economic pressure.The whole debt on hard mode, paid by selling just 2 bots...
Not really problematic for now, as the point of those first few releases are to test the gameplay and features, game balance will need to be checked once all features are added
Yeah, I made them pretty rare. I don't know exactly how the probably is done, whether the game first checks if you find a part or a bot, and then make a second check to see which part or which bot, or if it's a single check with all parts and bots added together.It's also incredibly hard to find them. These 2 are the only ones I've found so far in 125 days of mostly scavenging.
"price_mult": 1.8,
Sound to me like you've got some bigger problems with your computer than this game.I have problems with this new version, my computer freezes, I got a medi player with music and goes slowly after that, then stop working and reboots, I tried even only with this game running, and happen again.
I uninstall, and unpacked again, same result, five restarts in two days. Any ideas?...
The whole computer, and only with that game, I tried with other renpy games, and nothing happen, even with others engines works fine, and remember, as I said, that only happen when I'm trying to fix or hack a bot in this new version, the former works fine.Sound to me like you've got some bigger problems with your computer than this game.
Does the whole computer reboot or just renpy. Because if it's the computer than it's unlikely the games fault.
Yeah, I checked, and Squib mod has a 2.0 factor on the price for the S rank, even higher than my 1.8. Since we published the mods pretty early without much testing, I guess he made the same mistake as me, and thought putting a higher value was necessary for higher rank models, while it is in fact not the case, as Radnor had already planned for it.I made my own bot with Squibs mod as a basis, and it can get even much higher then that with his mod. One bot with nearly all skills at atleast B rank and 3 at S had a sale price of 1.7mil. I guess it fits the fact its a S model bot, but still, thats one bot to get out of debt and then some.
Base price formula is:Edit: Radnor what are the price calculations? How big a difference does different attributes make in the different sell locations?
$bot_price=max(1,int(round(bot_price_function(bot,skill_mods=bot_price_skills_unimportant,base_price_mult=0.1)*0.75)))
define robosechs_bot_price_skills={
"bot_combat": (1.0,"mul_exp3",0.0,0.0),
"bot_electronics": (1.0,"mul_exp3",0.0,0.0),
"bot_mechanics": (1.0,"mul_exp3",0.0,0.0),
"bot_sex": (1.0,"mul_exp3",0.0,3.0),
"bot_social": (1.0,"mul_exp3",0.0,1.5),
}
...
if bot.chassis.integrity>=robosechs_bot_integrity_minimum:
if bot.bot_sex>="D":
bot_price=bot_price_function(bot,skill_mods=robosechs_bot_price_skills,base_price_mult=0.1,part_price_mult=0.25)
bot_price=min(robosechs_bot_price_cap,bot_price)
if bot_price>0:
bots.append([bot,bot_price])
Maybe will add some chance rolls here or extra "part was damaged during disassemble"/"you learned something from inner working of this model/parts". For now Disassemble is just simple way of getting rid of crappy bot.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.
5AP is unlikely to change, i may (but likely not) up max AP a bit for some achievements/skills, but not much.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.
Right now game tries to load webm and mp4 movies. Next update it will check mkv and avi too.weird, the mp4 file I added won't play for some reason,
while converting them to webm will work without problem. meh, minor set bakc.
I'm not responsible for mods people useThe whole debt on hard mode, paid by selling just 2 bots...
Not really problematic for now, as the point of those first few releases are to test the gameplay and features, game balance will need to be checked once all features are added
Likely in future content some client/traders will requests for specific tiers. Plus some upgrades may work better with higher tiers. Not 100% decided yet on this. Will experiment when get there.Radnor Will the tier of the bot chassi have any practical difference other than price in future updates?
When training bot can't become more autonomous than their current CPU rate. This is unlikely to change.Radnor Tried to test something, and I think I found a bug for you (well, I'll let you decide if it's a bug or working as intended...).
When the bot you get from the dump already has skills, then the bot also with an Autonomy rating that can be decently high, if it has multiple skills. As per the rules, that Autonomy rating is caped by the CPU.
So, I tried with one of my S-rank bots, altered the .JSON to get a bot with all S skills from the dump (all at 100%, just one was at 99%). Since the CPU was a neuro_v7, then the Autonomy rating was caped at A-rank. But then, if you repair the bot and give it an S-rank CPU, its autonomy is still A-rank (and of course you can't train it anymore since all skills are capped)
Not sure if you would consider it a bug or a feature working as intended.