4.60 star(s) 45 Votes

Mr_Shaky

Member
Nov 6, 2017
216
200
Ok I never covered that symbol as far as I can recall. A quick 2 minute search leads me to believe the answer is 27
You calculated it in the wrong order if your answer was 27
Parenthesis first. Then exponent then division
6/2^(1+2) -> 6/2^3 -> 6/8=0.75
Usually it would look like this:
6/2⁽¹⁺²⁾ -> 6/2³ -> 6/8=0.75
But exponents are annoying to get on a computer. Let alone phones and stuff so we use "^" instead 2^3=2³

And if you don't know what it is it means you multiply a number with itself a number of times equal to the exponent.
2³ = 2x2x2=8
3³ = 3x3x3=27
2⁴ = 2x2x2x2=16
 
  • Like
Reactions: Daedalron

tessarhea

Newbie
Jul 2, 2017
88
133
a) Off-topic
b) It depends on order of operations. Parentheses first, as agreed. Then it depends on whether it goes directly to "left to right", or if ^ has a higher priority than multiplication/division (lacking any addition/subtraction outside the parentheses). Which can depend on the language you work in. If it goes straight to "left to right", it's 27. If ^ goes before * or /, it's 0.75. Or even 0, if you're working with an Int variable.
 

saneulae

Member
Sep 18, 2020
107
55
You calculated it in the wrong order if your answer was 27
Parenthesis first. Then exponent then division
6/2^(1+2) -> 6/2^3 -> 6/8=0.75
Usually it would look like this:
6/2⁽¹⁺²⁾ -> 6/2³ -> 6/8=0.75
But exponents are annoying to get on a computer. Let alone phones and stuff so we use "^" instead 2^3=2³

And if you don't know what it is it means you multiply a number with itself a number of times equal to the exponent.
2³ = 2x2x2=8
3³ = 3x3x3=27
2⁴ = 2x2x2x2=16
Even this thread is easier to follow than the monotone teacher I had for HS Trig. I learned more from osmosis during his class than I did from him.
 

Daedalron

Member
Oct 19, 2018
151
125
Is there a way to mod in new traits and events? I'd like there to be a possibility for a bot with an unstable psychocore to develop personality traits like Yandere, Obsessive, Nymphomaniac etc. So if a bot becomes Yandere it will jump you in your sleep regardless of whether it has the bedroom toy role, and it might even tie you up and have sex with you repeatedly until you manage to escape your restraints (a combat check) depending on the level of the trait. Very high levels of Yandere will result in it secretly damaging any other bot you fuck out of jealousy. I tried decompiling the .rpyc files after extracting the .rpa with unren but it failed every file.
Personality traits are planned by Radnor for a future (next one?) update. Unstable psychocore are also supposed to lead to bad events (in future updates again).
 

ravenhawk

Member
Jul 2, 2017
338
446
a) Off-topic
b) It depends on order of operations. Parentheses first, as agreed. Then it depends on whether it goes directly to "left to right", or if ^ has a higher priority than multiplication/division (lacking any addition/subtraction outside the parentheses). Which can depend on the language you work in. If it goes straight to "left to right", it's 27. If ^ goes before * or /, it's 0.75. Or even 0, if you're working with an Int variable.
Exponents have a higher priority than multiplication, but lower than parenthesis. Try typing that formula into any scientific calculator or use it in a spreadsheet. You will get .75

1646060293183.png
 
  • Like
Reactions: dmmt

dmmt

Well-Known Member
May 8, 2020
1,003
971
a) Off-topic
b) It depends on order of operations. Parentheses first, as agreed. Then it depends on whether it goes directly to "left to right", or if ^ has a higher priority than multiplication/division (lacking any addition/subtraction outside the parentheses). Which can depend on the language you work in. If it goes straight to "left to right", it's 27. If ^ goes before * or /, it's 0.75. Or even 0, if you're working with an Int variable.
It does not "depend on order of opertions". Order of Operations is a defined thing. Para are done 1st, then exponents, then multiplication or division as encountered left to right, and lastly, addition or subtraction as encountered left to right.

1st...you add 1+2=3
2nd, you take 2^3 = 2*2*2=8
lastly, you divide 6 by 8 = 3/4 or .75

ALWAYS. There is no "depends".
 
Apr 3, 2019
113
47
So I'm working on more bot models for my mod and everything is going fine until I run into a snag with one of the girls, for some reason the videos don't always play, I checked to make sure the videos are named appropriately for the preview images and that the videos are using the proper codec but for some reason there is a persistent intermittent playback issue.
 

Mr_Shaky

Member
Nov 6, 2017
216
200
So I'm working on more bot models for my mod and everything is going fine until I run into a snag with one of the girls, for some reason the videos don't always play, I checked to make sure the videos are named appropriately for the preview images and that the videos are using the proper codec but for some reason there is a persistent intermittent playback issue.
Doesn't really help troubleshooting much. Check that there is no uppercase filenames and such. Otherwise you'd probably need to send a sample. PM me with it if you don't want to share it here.
 
Apr 3, 2019
113
47
Doesn't really help troubleshooting much. Check that there is no uppercase filenames and such. Otherwise you'd probably need to send a sample. PM me with it if you don't want to share it here.
Turns out preview was misspelt on some of the preview images.

Edit: Ok I edited all of the preview files and now it's working perfectly, figures I'd be undone by my own bad spelling lol.
 
Last edited:
  • Like
Reactions: dmmt

dmmt

Well-Known Member
May 8, 2020
1,003
971
We've all heard, when we awaken in the middle of the night with a "brilliant idea", write it down or yu won't remember in the morning, right? Well, it seems I awoke last night, no I do not remember it at all. My notepad this morning next to the bed:

Name: Replicunt
Protagonist: Lt Pecker

Use sexbot "engine" to pornify original Blade Runner. (Didn't 90% of the American mid 20's aged males wanna bang Sean Young?)


You got your combat bots, pure sex bots, then you got Sean Young. (S) class that thinks she is not a bot. It would take a far FAR better writer than I, and coder too for that matter, but I gotta wonder...why the hell not?
 

hardcorecu

New Member
Oct 14, 2019
4
2
hey guys need some help here i played multiple times creating a new game but train or hack is always off it says not allowed and a bot that i can buy never shows up in the grey market seen some comments about a club flea market dump site i dont have those am i doing something wrong i can see the files in the game/mods/base content/... /locations
 
Last edited:

Mr_Shaky

Member
Nov 6, 2017
216
200
hey guys need some help here i played multiple times creating a new game but train or hack is always off it says not allowed and a bot that i can buy never shows up in the grey market seen some comments about a club flea market dump site i dont have those am i doing something wrong i can see the files in the game/mods/base content/... /locations
Did you get the bot from the work requests? Like the one where you use the work action and someone ask you to repair a bot. Because those can only be tinkered with. Not trained or hacked. Because they're not yours. You're just hired to get them into working order.

The grey market is kinda new. I know that some mods add bot buyers but I don't know if there are any that sell them.
As for the locations you can find them by pressing leave.
1646252786928.png
1646252727535.png
 

hardcorecu

New Member
Oct 14, 2019
4
2
Did you get the bot from the work requests? Like the one where you use the work action and someone ask you to repair a bot. Because those can only be tinkered with. Not trained or hacked. Because they're not yours. You're just hired to get them into working order.

The grey market is kinda new. I know that some mods add bot buyers but I don't know if there are any that sell them.
As for the locations you can find them by pressing leave.
View attachment 1683142
View attachment 1683131
thanks man i can be blind sometimes all that time i was thinking i broke the game with some mods it was front of me whole time.
 
  • Like
Reactions: WayonF95
Apr 3, 2019
113
47
Did you get the bot from the work requests? Like the one where you use the work action and someone ask you to repair a bot. Because those can only be tinkered with. Not trained or hacked. Because they're not yours. You're just hired to get them into working order.

The grey market is kinda new. I know that some mods add bot buyers but I don't know if there are any that sell them.
As for the locations you can find them by pressing leave.
View attachment 1683142
View attachment 1683131
I'm looking at the code and it should be rather easy to add BBS bot sellers, might add one for my mod bots with the next update.
 
Apr 3, 2019
113
47
We've all heard, when we awaken in the middle of the night with a "brilliant idea", write it down or yu won't remember in the morning, right? Well, it seems I awoke last night, no I do not remember it at all. My notepad this morning next to the bed:

Name: Replicunt
Protagonist: Lt Pecker

Use sexbot "engine" to pornify original Blade Runner. (Didn't 90% of the American mid 20's aged males wanna bang Sean Young?)


You got your combat bots, pure sex bots, then you got Sean Young. (S) class that thinks she is not a bot. It would take a far FAR better writer than I, and coder too for that matter, but I gotta wonder...why the hell not?
Sounds like a bit of TC from back in the day but pretty much everything you want to do should be possible with the game as it exists atm. Hit me up if you want to work on ideas/story sometime.
 
4.60 star(s) 45 Votes