4.60 star(s) 45 Votes

ElCativo1988

Newbie
Mar 13, 2018
50
7
Not in the current version, assigning recurring missions is on my 'to do' list. Sorry but it won't be in the next release which will be posted later today. It includes features that will make it easier to manage having many bots but not that particular feature. Cheers!
Great, I was really happy to see that the project was being worked on again.
 

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
SR24 version 0.6.1 - Includes 2 new features that make managing more than 6 bots much easier: Capsule upgrades that use AI to increase bot psychocore stability and 'Master Techie' bots that repair other bots by themselves! I planned on creating a new page on F95Zone for this version but decided to wait one more version so this could get out sooner. Managing over 6 bots is a lot of grind and the new features really help! Cheers!
SR24 0.6.1 Folder Link:
 

cavebear

Active Member
Mar 5, 2019
583
152
any chance we could get a list of mods that work with SR24?? having 2 different versions of the game is a bit confusing for some of us computer illiturate peeps.
 

cavebear

Active Member
Mar 5, 2019
583
152
how do i add mods to the game folder so i can play with them?? i am an ID10T error waiting to happen with computers
 

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
any chance we could get a list of mods that work with SR24?? having 2 different versions of the game is a bit confusing for some of us computer illiturate peeps.
Answering your second post first - Installing mods: Extract or copy all files in the mod directly into the 'game\mods' folder which is inside the folder where you installed the game. The '.json' files and '.rpy' files in the mod belong in the 'mods' folder. 'Bot' mods include a folder named 'assets' that holds image and video files. This 'assets' folder is placed in the 'mods' folder. Don't try to create separate 'assets' folders for each mod, just allow the copy operation to merge folders inside the 'mods' folder. Also, the folder name must be 'assets' and not 'Assets', sorry but it's case sensitive!

One other thing about mods: you cannot remove mods and continue using saved games. Saved games usually have references to the mods used and later if the mod files are missing the game will crash. If you want to remove mods it is best to start a new game afterwards.

Regarding a list of compatible mods: Sorry, I would rather spend my time developing SR24 than testing mods. When I started developing SR24 I stopped using mods because my playing time is testing and debugging SR24 itself as I work on it. The only mod I use is Daedalron Bots so I can test the game with lots of bots before each release. Whenever I receive a report of an incompatible mod I look into it and try fix it but that's as far as I'm willing to go.

Incompatible 'Bot' mods are relatively easy to fix if you read the information file about it. I believe all 'mission' mods work, if I'm wrong about that I'd love to hear about it. Mods that involve 'cheats' or alterations to the game itself are less likely to work.

I know it's confusing but the only way I could remove the confusion is to stop supporting mods and I don't think that's an acceptable solution. Cheers!
 
  • Like
Reactions: SenPC and cavebear

poil

Newbie
May 18, 2017
38
35
SR24 version 0.6.1 - Includes 2 new features that make managing more than 6 bots much easier: Capsule upgrades that use AI to increase bot psychocore stability and 'Master Techie' bots that repair other bots by themselves! I planned on creating a new page on F95Zone for this version but decided to wait one more version so this could get out sooner. Managing over 6 bots is a lot of grind and the new features really help! Cheers!
SR24 0.6.1 Folder Link: SR24-0.6.1-dists
Hi, how does "master techie" works ? I searched for it in Roles and Mission but can't find how to assign. I also don't get anything new when training the S-rank techie bot I'd want this feature for.
Besides, kudos to you for your work on this game ! (y)
 

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
Hi, how does "master techie" works ? I searched for it in Roles and Mission but can't find how to assign. I also don't get anything new when training the S-rank techie bot I'd want this feature for.
Besides, kudos to you for your work on this game ! (y)
Not sure what's wrong, it's a role and assigning a role should look like this:
1715125741826.png 1715125741826.png
 
  • Like
Reactions: poil

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
Ohh, I messed with the mods when I transferred the whole folder from 0.5.1 and something broke. Fixed it, thanks
Glad you stopped playing 0.5.1, it has a severe bug in the 'Ray's Online' bot store. I'm sorry but if you used the 'Ray's Online' bot store there's a chance you may have corrupted saves. If you have problems you may have to go back to an earlier save or start over.
  • Only the bots section of 'Ray's Online' is affected, the part store section of 'Ray's Online' is OK.
  • The bot store bug was also in 0.4.1.
 

ClownBug

New Member
Nov 27, 2020
13
14
SR24 version 0.6.1 - Includes 2 new features that make managing more than 6 bots much easier: Capsule upgrades that use AI to increase bot psychocore stability and 'Master Techie' bots that repair other bots by themselves! I planned on creating a new page on F95Zone for this version but decided to wait one more version so this could get out sooner. Managing over 6 bots is a lot of grind and the new features really help! Cheers!
SR24 0.6.1 Folder Link: SR24-0.6.1-dists
I will add this in my Résumé :
2024 - Creative writer for a vidya game about Sexbots :geek:
 
Oct 28, 2021
21
18
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/modules/0010_dscs_base/game/characters/bot_base/role.rpy", line 94: invalid syntax
for tag,tag_info in sorted(role_tags_info.items(),key=lambda (tag,tag_info): (tag_info["list_priority"],tag)):
^

File "game/modules/0010_dscs_base/screens/status/mc_page_inventory.rpy", line 12: invalid syntax
items.sort(key=lambda (item_count,item):(item.name.lower(),item.id,-item.integrity,len(item.defects)))
^

File "game/modules/0020_dscs/game/characters/bots/default/interact_tinker.rpy", line 277: invalid syntax
rv.sort(key=lambda (n,item):(item.id,-item.integrity,len(item.defects)))
^

Ren'Py Version: Ren'Py 8.2.1.24030407
Wed May 8 14:46:43 2024
 

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/modules/0010_dscs_base/game/characters/bot_base/role.rpy", line 94: invalid syntax
for tag,tag_info in sorted(role_tags_info.items(),key=lambda (tag,tag_info): (tag_info["list_priority"],tag)):
^

File "game/modules/0010_dscs_base/screens/status/mc_page_inventory.rpy", line 12: invalid syntax
items.sort(key=lambda (item_count,item):(item.name.lower(),item.id,-item.integrity,len(item.defects)))
^

File "game/modules/0020_dscs/game/characters/bots/default/interact_tinker.rpy", line 277: invalid syntax
rv.sort(key=lambda (n,item):(item.id,-item.integrity,len(item.defects)))
^

Ren'Py Version: Ren'Py 8.2.1.24030407
Wed May 8 14:46:43 2024
I don't know what you're doing but it won't work because the SR24 code (and the DSCS code it's based upon) are not compatible with Renpy 8. If you want to use the code you must have Renpy 7. The actual version is shown on the 'Credits' screen within the game.
 
Oct 28, 2021
21
18
I don't know what you're doing but it won't work because the SR24 code (and the DSCS code it's based upon) are not compatible with Renpy 8. If you want to use the code you must have Renpy 7. The actual version is shown on the 'Credits' screen within the game.
oh ok yeah I was using renpy 8.2 I try running it with renpy 7 Thanx for the help
 
  • Like
Reactions: squirrel24

cavebear

Active Member
Mar 5, 2019
583
152
YuriShikane's mods will sometimes lock up the game SR24 during sex scenes. all other training if fine.
i think Eekhoorn123's Witcher girls mod has the wrong json files to run in SR24 as you can find the bots, but no photos of them.
 
Last edited:

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
YuriShikane's mods will sometimes lock up the game SR24 during sex scenes. all other training if fine.
i think Eekhoorn123's Witcher girls mod has the wrong json files to run in SR24 as you can find the bots, but no photos of them.
Thanks for letting me know, I'll see if I can figure out why.

When I replied it pulled up an older post about Witcher girls mod, don't know why. I've never used that mod but missing photos is caused by either not including the mod's assets folder or a path mis-match between the assets folder and the information in the .json file.
 

cavebear

Active Member
Mar 5, 2019
583
152
Thanks for letting me know, I'll see if I can figure out why.

When I replied it pulled up an older post about Witcher girls mod, don't know why. I've never used that mod but missing photos is caused by either not including the mod's assets folder or a path mis-match between the assets folder and the information in the .json file.
Sithlord86's mod works but bots are missing parts for SR24.
 

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
Sithlord86's mod works but bots are missing parts for SR24.
Sounds like you're doing an inventory! ;) That's going to be the case for all older bot mods. I've posted information on how to make mods work with SR24 so anyone can fix them for themselves but I have no plans to edit and re-post other people's mods. Cheers!
 

cavebear

Active Member
Mar 5, 2019
583
152
is there anywhere in game to sell a s ranked bot body with all s parts and a in mechanics and s in all other skills for more then 200k?? club max is 50k, seems like fleemarket caps at 30k, and bbs offers have limits per request viewed.
and a personal thought is to increase prices for selling bots as there are now 3 more bot parts needed to get them to work.
 

cavebear

Active Member
Mar 5, 2019
583
152
Sounds like you're doing an inventory! ;) That's going to be the case for all older bot mods. I've posted information on how to make mods work with SR24 so anyone can fix them for themselves but I have no plans to edit and re-post other people's mods. Cheers!
i have no programing skills at all, i am a absoulte amature at using computers, as i have posted before i am a ID10T error waiting to happen on a computer.
 

squirrel24

Member
Game Developer
Mar 12, 2021
439
462
is there anywhere in game to sell a s ranked bot body with all s parts and a in mechanics and s in all other skills for more then 200k?? club max is 50k, seems like fleemarket caps at 30k, and bbs offers have limits per request viewed.
and a personal thought is to increase prices for selling bots as there are now 3 more bot parts needed to get them to work.
You're right about the limits at Robosechs and the flea market. On the BBS the upper limit is 200K for combat trained bots and lower than that for other skill sets. I've tweaked BBS payments before, maybe it is time to tweak them again to increase the upper limits. This isn't any help now but planned quests will include building custom bots for high rollers. This will be sort of like the Mob Quest but you'll get paid for the work instead of being forced to give them away.

If you're willing to develop a little computer skill you can open the BBS .json files buried inside the 'mods' folder in any text editor, use 'save as', and then edit them to make your own BBS offers. Sounds difficult I know but it really isn't. Just be careful not to accidentally delete any of the punctuation! :) The first mod I made for DSCS was BBS offers selling parts because I was impatient trying to get what I needed by scavenging or at the flea market. I think veteran players thought I was just lazy!

Editing bot mods is the same. Open the .json file in any text editor, use 'save as', and then add the missing parts being careful to match the punctuation used to enter other parts exactly. Just remember to move the original file out of the mods folder, you can't use both! Cheers!
 
4.60 star(s) 45 Votes