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.

Tobe

Member
Game Developer
May 24, 2017
270
789
251
Hey everyone!

I just uploaded the source code on GitHub. But, since I'm not familiar with Git and GitHub, I'm currently still learning how those work before allowing to push something onto the project. I'll try to be ready asap.

For those interested in taking a look at the code, the project's name is VenusClub on GitHub. As I said, I'm still learning, so it might not work properly... If you try it out and find a problem, please report it so I can try and fix it.

And if you're interested, you might be able to use GitHub for Unity to import the project in Unity. That's what I used to publish it.
 

eneas56

Member
Feb 16, 2021
372
193
166
Yeah... looks really good. Would be nice to freeze time as well and add three more cabins...
 

ThroneAweigh

Newbie
Aug 7, 2018
65
128
183
Little bit of an update on my project:
Got a customer system working that requests specific performances like the original game, albeit manually. Still no implementation of global variables like popularity or upgrades, which I should do.
Started working on the girl hiring scene, it manages to load pretty quickly once built. (Roughly 4 seconds for 635 girls)
Implemented loading the portraits and their basic data, as well as button click/arrow key movement.

The biggest pain though was the search.
ezgif.com-gif-maker.gif
C#/Unity has some interesting issues with string concatenation when used with string comparison.

I'd like to do some sort of animation easing for this, like a turntable, but I'm honestly just glad I got the functionality down lmao

I'd be willing to upload this barebones build(just the shop interface) if anyone would be willing to see how it runs on their computer. I've got a Ryzen 3800X, so I know I'm gonna be zippy no matter what.
 

Loganfin

Well-Known Member
Dec 2, 2020
1,256
1,509
214
Little bit of an update on my project:
Got a customer system working that requests specific performances like the original game, albeit manually. Still no implementation of global variables like popularity or upgrades, which I should do.
Started working on the girl hiring scene, it manages to load pretty quickly once built. (Roughly 4 seconds for 635 girls)
Implemented loading the portraits and their basic data, as well as button click/arrow key movement.

The biggest pain though was the search.
View attachment 1235469
C#/Unity has some interesting issues with string concatenation when used with string comparison.

I'd like to do some sort of animation easing for this, like a turntable, but I'm honestly just glad I got the functionality down lmao

I'd be willing to upload this barebones build(just the shop interface) if anyone would be willing to see how it runs on their computer. I've got a Ryzen 3800X, so I know I'm gonna be zippy no matter what.
I'd love to check it out and let you know what I think.
 

ThroneAweigh

Newbie
Aug 7, 2018
65
128
183
I'd love to check it out and let you know what I think.
Aight, here you go.

(17MB)

Drag and drop your girlpack folder into VC_Data and you should hopefully be set. This doesn't come with any girlpacks whatsoever.

I made it as lightweight as possible so you could drop it into your Venus Club folder, move the girlpacks in, play with it, then move them out when you're done. Shortcuts don't seem to work.

Left/Right arrow or mouse clicking the buttons moves left and right across performers, typing auto-searches.

If you do try it, tell me how it is loading and if you have any issues with search inputs if you're on a non-qwerty keyboard.
 

taler

Well-Known Member
Oct 5, 2017
1,758
1,405
370
Hey everyone!

I just uploaded the source code on GitHub. But, since I'm not familiar with Git and GitHub, I'm currently still learning how those work before allowing to push something onto the project. I'll try to be ready asap.

For those interested in taking a look at the code, the project's name is VenusClub on GitHub. As I said, I'm still learning, so it might not work properly... If you try it out and find a problem, please report it so I can try and fix it.

And if you're interested, you might be able to use GitHub for Unity to import the project in Unity. That's what I used to publish it.
Great job thank you, my primary interest is in making it playable without the putting things in boxes gameplay, sorry it's hard to do it with 1 hand. So I'll be trying to make a fork that does that.
 
  • Like
Reactions: Tinuss

taler

Well-Known Member
Oct 5, 2017
1,758
1,405
370
Hey everyone!

I just uploaded the source code on GitHub. But, since I'm not familiar with Git and GitHub, I'm currently still learning how those work before allowing to push something onto the project. I'll try to be ready asap.

For those interested in taking a look at the code, the project's name is VenusClub on GitHub. As I said, I'm still learning, so it might not work properly... If you try it out and find a problem, please report it so I can try and fix it.

And if you're interested, you might be able to use GitHub for Unity to import the project in Unity. That's what I used to publish it.
Hi Tobe, thanks for sharing but unfortunately the github is broken. I cannot download the repo because of this error:

Error downloading object: Assets/Dodging Game Resources/Sprites/Icons/Date_eyes.png (1f7ef49): Smudge error: Error downloading Assets/Dodging Game Resources/Sprites/Icons/Date_eyes.png (1f7ef49ad73cfb9047ebf9e3790d0faf029906decda91e33cd8c68ea48a2320e): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Can you upload the game code as a zip on a file sharing site or consider using a different git host like gitlab or gitgud.io? Thanks.

ATM this is not working for me.
 

Watcher X

Active Member
Dec 26, 2017
756
2,371
372
Just spitballing here, but I'd like to see where clients ask for one of the available girls to perform a task, much like they ask for a drink or cigarette. And if you give them the wrong girl or she isn't available they get pissed off and leave. Adds a layer of game play to the work day.
 

Tinuss

Member
Mar 31, 2018
479
650
300
Just spitballing here, but I'd like to see where clients ask for one of the available girls to perform a task, much like they ask for a drink or cigarette. And if you give them the wrong girl or she isn't available they get pissed off and leave. Adds a layer of game play to the work day.
To me that just sounds like more micro management that distracts me from my fapping.
 

AlexisBN

New Member
Jul 4, 2017
11
9
13
Hi every one, can someone give me an advice, there are a several packs that still didn't work, i even tried using the HEVC extension, but nothing.

Packs like:

Janice Griffith
Christy Mack
Amy Reid
August Ames
Teanna Trump
Phoenix Marie
Gina Valentine
Alexis Fawxs
Karma Rx
and others


What could be the reason.

Thanks for your help.
 

Tobe

Member
Game Developer
May 24, 2017
270
789
251
Hi Tobe, thanks for sharing but unfortunately the github is broken. I cannot download the repo because of this error:

Error downloading object: Assets/Dodging Game Resources/Sprites/Icons/Date_eyes.png (1f7ef49): Smudge error: Error downloading Assets/Dodging Game Resources/Sprites/Icons/Date_eyes.png (1f7ef49ad73cfb9047ebf9e3790d0faf029906decda91e33cd8c68ea48a2320e): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Can you upload the game code as a zip on a file sharing site or consider using a different git host like gitlab or gitgud.io? Thanks.

ATM this is not working for me.
Indeed it doesn't work. I'll try to find a way to make it work. In the meantime, is a link to an archive of the source code. You just need to unzip it and add a project pointing to this folder in UnityHub and it should work. Tell me if it doesn't.
The transcoding of the videos may take a while, but it should work if you skip it (although if you have the patience, I'd suggest letting Unity do its thing).

Good luck working on the game!

Aight, here you go.

Shop Test (17MB)

Drag and drop your girlpack folder into VC_Data and you should hopefully be set. This doesn't come with any girlpacks whatsoever.

I made it as lightweight as possible so you could drop it into your Venus Club folder, move the girlpacks in, play with it, then move them out when you're done. Shortcuts don't seem to work.

Left/Right arrow or mouse clicking the buttons moves left and right across performers, typing auto-searches.

If you do try it, tell me how it is loading and if you have any issues with search inputs if you're on a non-qwerty keyboard.
I like the look of it! I tried it (relatively quickly) and I'd say the only problem I had was a small delay when clicking or using the keys to go to the next/previous girl. It's not much, but I think it could become cumbersome for a large number of girls.
I like the search feature! (although I'd say it could be displayed more clearly, but I'm assuming it is already planned).
No issues for me on a non-qwerty keyboard.
I can't say much about performances in loading packs, as I only used 8 (the "basic" ones). With those eight, it was pretty much instantaneous.
Good luck!
 

Morkar

Well-Known Member
Aug 9, 2016
1,223
714
372
I have read the last post and it is a pity that Tobe leaves the game due to loss of interest and the rest feels good I hope that that leads him to resume the game a bit to finish it or based on what we learned let's see a "venus club 2.0" your new game is even much better

I only have a couple of suggestions / mechanics that I think that doing them should be enough for the game to be terminated

1st finish the secretary's plot and 2nd implement a section or mode for the use of the girls personally by the MC

because basically he is the one who least enjoys them, it would be good if he had a private room in his office where he could train or enjoy the girls themselves (he does not It is necessary to change any scene with which it represents that instead of dancing or fucking a random man, do it with the player character enough) I think that adding these 2 details could be considered "finished" the game

If later it occurs to you to add other mechanical ideas, options etc it would be even better but I think that with allowing the MC to use the girls personally for their enjoyment and close the secretary's plot it would be perfect
 
  • Like
Reactions: heitormonaco
4.40 star(s) 48 Votes