What would you like me to add to the game in the next update?

  • The connection (police) mechanic. This would be a new "currency" and a new batch of upgrades.

  • More events and the possiblity for the packmakers to add some in their packs.

  • The possbility to train the skills of the girls

  • Progress the story and add story missions (mostly focused on Nicole)

  • Something else (tell me either by PM or in this thread).


Results are only viewable after voting.

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
man this game is addicted.. is there any new update?
greetings to the game creator by the way
View attachment 2034806
When I have something I can show, you'll know. I need a good amount of time to just sit and code and not think about anything but. Things are stabilizing a bit, and I can feel the itch, though.
 

phalanger

New Member
Jan 13, 2018
5
3
97
Code:
NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
 
(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
 
(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

ArgumentNullException: Object Graph cannot be null.
Parameter name: graph
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize (System.Object graph, System.Runtime.Remoting.Messaging.Header[] inHeaders, System.Runtime.Serialization.Formatters.Binary.__BinaryWriter serWriter, System.Boolean fCheck) [0x00012] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream serializationStream, System.Object graph, System.Runtime.Remoting.Messaging.Header[] headers, System.Boolean fCheck) [0x0006e] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream serializationStream, System.Object graph, System.Runtime.Remoting.Messaging.Header[] headers) [0x00000] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream serializationStream, System.Object graph) [0x00000] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at StaticFunctions.Save (System.String saveFile) [0x001a0] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at StaticFunctions.PassADay (System.Boolean displayDayRecap, System.Boolean comeFromWork) [0x00315] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameBehavior.EndBoothGame () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameBehavior.Update () [0x000d0] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
 
(Filename: <44afb4564e9347cf99a1865351ea8f4a> Line: 0)

IndexOutOfRangeException: Index was outside the bounds of the array.
  at BoothGameDragHandler.CheckKeyPresses () [0x00044] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameDragHandler.Update () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
 
(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
 
(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
 
(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)
Log like this.
 

phalanger

New Member
Jan 13, 2018
5
3
97
Code:
NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0

(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0

(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

ArgumentNullException: Object Graph cannot be null.
Parameter name: graph
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize (System.Object graph, System.Runtime.Remoting.Messaging.Header[] inHeaders, System.Runtime.Serialization.Formatters.Binary.__BinaryWriter serWriter, System.Boolean fCheck) [0x00012] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream serializationStream, System.Object graph, System.Runtime.Remoting.Messaging.Header[] headers, System.Boolean fCheck) [0x0006e] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream serializationStream, System.Object graph, System.Runtime.Remoting.Messaging.Header[] headers) [0x00000] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream serializationStream, System.Object graph) [0x00000] in <44afb4564e9347cf99a1865351ea8f4a>:0
  at StaticFunctions.Save (System.String saveFile) [0x001a0] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at StaticFunctions.PassADay (System.Boolean displayDayRecap, System.Boolean comeFromWork) [0x00315] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameBehavior.EndBoothGame () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameBehavior.Update () [0x000d0] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0

(Filename: <44afb4564e9347cf99a1865351ea8f4a> Line: 0)

IndexOutOfRangeException: Index was outside the bounds of the array.
  at BoothGameDragHandler.CheckKeyPresses () [0x00044] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameDragHandler.Update () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0

(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0

(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at BoothGameBehavior.DisplayGirlIs (GirlClass g) [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.CheckKeyPress () [0x00000] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0
  at BoothGameClientEnd.Update () [0x00012] in <c1c7a0d4f9594dc9a0b74c45dab2d3c2>:0

(Filename: <c1c7a0d4f9594dc9a0b74c45dab2d3c2> Line: 0)
Log like this.
I know what's going on now, okay. I shouldn't copy the save files from version 8 to version 9.
:(
 

SikaNauta

Newbie
Jul 21, 2017
78
115
265
I'm trying to rebuild my girlpack collection after a catastrophic hard drive failure. I'm missing a lot but mostly Kascha and Rocki Roads, does anyone have either of those?
 

mgunner2010

Member
Dec 9, 2020
185
66
38
I'm trying to rebuild my girlpack collection after a catastrophic hard drive failure. I'm missing a lot but mostly Kascha and Rocki Roads, does anyone have either of those?
I have Rocki Roads and do you mean Kasha because I have her also if you want them, messsage me on the Requested Girls Thread or a PM and I will give them to ya!
 

GrooveDaddy

New Member
Nov 13, 2018
10
10
73
Hello! Been following this game since it began and have recently begun digging into making music, girlpacks, and lessons now.

One question tho, is it possible to make a particular lesson trigger only if a girl has a certain trait? Like a lesson that only triggers if she is a Brat and such to add more personality to events since pornstars sometimes play a wide variety of characters lol.

I appreciate you reviving this already great game and making it more amazing!
 

Teritius

Newbie
Jan 5, 2021
74
58
119
I have a strange bug where some girls are stuck at 0 Openness. Even lessons won't increase it.

Edit: Nvm. I found out it was a feature, not a bug.
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
One question tho, is it possible to make a particular lesson trigger only if a girl has a certain trait?
No, the lesson system comes from wayyyy before I added traits, and I'm not even sure how I would go about putting those kinds of prerequisites in.


is there any mod for money etc ?
If you have the source code and unity 2019 and some c# knowledge....
 
  • Like
Reactions: GrooveDaddy

xxxtent

Member
Feb 26, 2018
158
57
98
the auto pause feature does not work for me, the option is ticked on evertime but it still does not work. what do i do?
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
the auto pause feature does not work for me, the option is ticked on evertime but it still does not work. what do i do?
Try setting it, then entering the settings menu and leaving it. I'll try to see what's not executing in the script.
 

Kenarius90

Member
May 18, 2020
138
98
170
Try setting it, then entering the settings menu and leaving it. I'll try to see what's not executing in the script.
можно ли четкий ответ? игра пойдет дальше по содержанию пакетов и актрис? или будет какой то сюжет с развилками на действия?
 

Kenarius90

Member
May 18, 2020
138
98
170
под развилками я имею ввиду действия в диалогах, ответишь так, будет такое, ответишь иначе, будет другое, ведь все что мы видем николь идет на 100% по своей ветке, только так и ни как иначе, буду признателен получить ответ
 
4.40 star(s) 48 Votes