4.60 star(s) 45 Votes

Harabec

Member
Nov 11, 2019
394
117
So I thought I'd try my hand at creating a mod for this game, was relatively easy given all the other mods whose code i could look at. This mod is a just a sneak peak at a much larger mod that I'm planning to do based around characters from Sogna's Viper game series. Included in this mod are 4 bot models 1S,1A,1B, 1D taken from Viper F-40, plus my own custom bot parts (which may be a tad bit op but I'll work on balancing later).

Hope you enjoy.


Well that failed a virus check....
 
Apr 3, 2019
113
47
Well that failed a virus check....
That's weird, It shouldn't be giving a virus warning. I Ran a virus scan of the archive and it seems fine on my end, not sure why it would be giving you a virus warning. Double checked the file on racaty, downloaded and ran a virus scan and it's clean.
 

Radnor

Member
Game Developer
Nov 9, 2021
365
943
I don't see executables in that archive. Maybe some movie/image had bytes pattern from some malware, not sure.
When in doubt check with - if file triggers not just some obscure chinese/AI-based anti, but also major ones, beware.
Also any software you download from not-trusted sources, not just games, should be used inside sandbox, like
 
  • Like
Reactions: eugene67

Harabec

Member
Nov 11, 2019
394
117
I don't see executables in that archive. Maybe some movie/image had bytes pattern from some malware, not sure.
When in doubt check with - if file triggers not just some obscure chinese/AI-based anti, but also major ones, beware.
Also any software you download from not-trusted sources, not just games, should be used inside sandbox, like
My protection systems wont give me time to examine it. Instant threat detection - followed by deletion
 
Apr 3, 2019
113
47
I don't see executables in that archive. Maybe some movie/image had bytes pattern from some malware, not sure.
When in doubt check with - if file triggers not just some obscure chinese/AI-based anti, but also major ones, beware.
Also any software you download from not-trusted sources, not just games, should be used inside sandbox, like
Checked the archive on virustotal.com, everything seems fine. Don't know why it would even trigger a virus alert, given there's no executable files contained within. ¯\_(ツ)_/¯
 
Jun 13, 2021
317
42
Is there YouTube channel guide follow how to place mods on Android phone cause I'm not sure what I'm doing wrong since I been following instructions I don't really know much mess around my android download data
 

Harabec

Member
Nov 11, 2019
394
117
What virus program do you have installed? It could also be a browser issue, it was fine in chrome when i downloaded from racaty but another browser might have issues.
This is basic Windows 11 Security virus protection. As soon as the zip finishes downloading, it kicks in.
 

Daedalron

Member
Oct 19, 2018
151
125
Working on it at the moment. I had a pretty heavy work schedule last week, so I couldn't really work on it. Hopefully it should be ready this week-end.
 

r4w2k9

Newbie
Apr 7, 2020
29
2
Just gonna leave this here. Might update it when new versions drop if I have time.
Please do not contact me directly unless it is for one of the following reasons:
Suggestions regarding this post.
Telling me about a mod upload/update to update the list below.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
Attached JSONs for modders to reference. Vanilla assets are now easily accessible in mods/0050_base_content.zip
Also attached a template mod. Might help someone.
While running game code:
File "game/modules/0020_dscs/game/locations/flea_market/flea_market_buy_bot_parts.rpy", line 19, in <module>
File "game/modules/0020_dscs/game/locations/flea_market/flea_market_buy_bot_parts.rpy", line 8, in flea_market_generate_bot_parts_for_sale
File "game/modules/0010_dscs_base/game/characters/bot_base/part.rpy", line 131, in apply_damage
File "game/modules/0005_core/core/events.rpy", line 30, in process_event
File "game/modules/0010_dscs_base/game/notifications/chassis.rpy", line 10, in bot_chassis_part_integrity_changed
AttributeError: 'NoneType' object has no attribute 'name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "modules/0005_core/core/main_loop.rpyc", line 62, in script call
File "modules/0020_dscs/game/locations/flea_market/flea_market_buy_bot_parts.rpyc", line 19, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/modules/0020_dscs/game/locations/flea_market/flea_market_buy_bot_parts.rpy", line 19, in <module>
File "game/modules/0020_dscs/game/locations/flea_market/flea_market_buy_bot_parts.rpy", line 8, in flea_market_generate_bot_parts_for_sale
File "game/modules/0010_dscs_base/game/characters/bot_base/part.rpy", line 131, in apply_damage
File "game/modules/0005_core/core/events.rpy", line 30, in process_event
File "game/modules/0010_dscs_base/game/notifications/chassis.rpy", line 10, in bot_chassis_part_integrity_changed
AttributeError: 'NoneType' object has no attribute 'name'
everytime i go to the flea market and try and buy parts this happens any fix? only mod template installed BTW
 
Last edited:

Ayame

New Member
Jun 6, 2017
14
0
It is possible to add male bots already with mods, just specific "gender": "male". Later on may add support for moddable genders too, with custom pronounces and some logic flags. As for vanilla version, i don't think i can do any good gay content and there is not plans for female mc in near future (though code can handle it, so eventually i may add it), so your best option would be mods if you interested.
you don't necessarily have to use gay content. Male sex-bots can be trained only by female sex-bots. (I don't know if it can be done) :)
 

Hornyrhino89

Newbie
Jan 26, 2019
26
34
This is basic Windows 11 Security virus protection. As soon as the zip finishes downloading, it kicks in.
There's your problem.
Windows Security is crap.
The ONLY reason I use Windows OS is because it's compatible with most every game.
My suggestion:
Download MalwareBytes, Install.
Disable WinSec.
Download archive, then right click, scan with MalwareBytes.
And everything between this post, and yours, also.
If nothing pops with all that, you're good.
 

Mr_Shaky

Member
Nov 6, 2017
216
200
While running game code:
You don't have permission to view the spoiler content. Log in or register now.
everytime i go to the flea market and try and buy parts this happens any fix? only mod template installed BTW
its was just the mod template i had installed
Because it's a template. It's not meant to be ran as a mod and has stuff like "placeholder" in place of tier and part slot.
 

saneulae

Member
Sep 18, 2020
107
55
hey Rad, here's a thought- Keeping true to Roles and a bigger house/ shop in the future, would it be possible to designate a bot to run their own shop or bay?
-Bot meets role requirements of "mechanic", assign bot to role, assign mechanic to 'alcove'. Then mc can send 1-3 broken bots to "mechanic" shop and they would be repaired after so much time passes.. (consuming mc parts inventory)
same concept for "trainer" role... assign S rank combat bot to "trainer" role, assign combat trainer to 'alcove', and designated bots can be trained in combat after time.
maybe first house has 1 alcove, but bigger houses/ garages could have more alcoves..
Just pitching ideas. You always sound like you've got a good image already in mind, so maybe you've already got this covered.
 
4.60 star(s) 45 Votes