john.K

New Member
Dec 4, 2022
12
2
No, the coding in this game is a total mess. To Dundie as well, many of the wife scenes being broken are either because of $wife being used instead of $wife.name or the issues I mention below.

I enjoy the game, so I've been working to fix it piece by piece as I notice things wrong, but yeah, it's not just images with wrong links, it's all kind of fundamentally broken mechanical code things, it'll assign values to a variable which was inherited from another variable without updating the original variable.

====================================================================
In plain english, an example is when you hire your work assistant, it copies the values from that character, eg Debby Ryan with her friendship values etc. Say a week later, when you're flirting with Debby or giving her gifts, it changes Debby Ryan's friendship. Good. But then it never updates the work assistant's friendship value, which is a condition for several events, since it only copied it over once at the start.

There are TONS of gameplay issues related to this inheritance issue (or whatever it should be called, im not really a coder). Girlfriend's levels not adding properly, other people you talk to not being available when they should be, etc.


If someone with more coding experience wants to chime in I'd love to hear any contributions, I know next to zero html or java so it's foreign to me how

<<print "<<set $" + $girl.var + ".friend +=2>>">>

is different from

<<set $" + $girl.var + ".friend +=2>>

and what rules html or java has for strings..
goodday sir Can I expect you to include the pregnancy section and fertility statistics?
 
  • Like
Reactions: tankdick

Gakko_dev

Vice President
Donor
Game Developer
Jul 17, 2019
1,271
1,789
No, the coding in this game is a total mess. To Dundie as well, many of the wife scenes being broken are either because of $wife being used instead of $wife.name or the issues I mention below.

I enjoy the game, so I've been working to fix it piece by piece as I notice things wrong, but yeah, it's not just images with wrong links, it's all kind of fundamentally broken mechanical code things, it'll assign values to a variable which was inherited from another variable without updating the original variable.

====================================================================
In plain english, an example is when you hire your work assistant, it copies the values from that character, eg Debby Ryan with her friendship values etc. Say a week later, when you're flirting with Debby or giving her gifts, it changes Debby Ryan's friendship. Good. But then it never updates the work assistant's friendship value, which is a condition for several events, since it only copied it over once at the start.

There are TONS of gameplay issues related to this inheritance issue (or whatever it should be called, im not really a coder). Girlfriend's levels not adding properly, other people you talk to not being available when they should be, etc.


If someone with more coding experience wants to chime in I'd love to hear any contributions, I know next to zero html or java so it's foreign to me how

<<print "<<set $" + $girl.var + ".friend +=2>>">>

is different from

<<set $" + $girl.var + ".friend +=2>>

and what rules html or java has for strings..
Fixing the game ends up making entire new game
 
Oct 1, 2020
91
236
No, the coding in this game is a total mess. To Dundie as well, many of the wife scenes being broken are either because of $wife being used instead of $wife.name or the issues I mention below.

I enjoy the game, so I've been working to fix it piece by piece as I notice things wrong, but yeah, it's not just images with wrong links, it's all kind of fundamentally broken mechanical code things, it'll assign values to a variable which was inherited from another variable without updating the original variable.

====================================================================
In plain english, an example is when you hire your work assistant, it copies the values from that character, eg Debby Ryan with her friendship values etc. Say a week later, when you're flirting with Debby or giving her gifts, it changes Debby Ryan's friendship. Good. But then it never updates the work assistant's friendship value, which is a condition for several events, since it only copied it over once at the start.

There are TONS of gameplay issues related to this inheritance issue (or whatever it should be called, im not really a coder). Girlfriend's levels not adding properly, other people you talk to not being available when they should be, etc.


If someone with more coding experience wants to chime in I'd love to hear any contributions, I know next to zero html or java so it's foreign to me how

<<print "<<set $" + $girl.var + ".friend +=2>>">>

is different from

<<set $" + $girl.var + ".friend +=2>>

and what rules html or java has for strings..
Many of the bugs in this game are broken in such a way where if you "fix" something you just end up breaking something else. As corpodev says if you really try to fix this game you will end up making another game. The remake by the author is pretty good tho, even if barebones.
 

Pr0GamerJohnny

Forum Fanatic
Sep 7, 2022
4,866
6,859
goodday sir Can I expect you to include the pregnancy section and fertility statistics?
no, im not the dev.

Many of the bugs in this game are broken in such a way where if you "fix" something you just end up breaking something else. As corpodev says if you really try to fix this game you will end up making another game. The remake by the author is pretty good tho, even if barebones.
Heh its so true, like trying to reconcile the mixed used of "$pornmanagername" versus "$pornmanager.name".
 

AnHorse

Member
Aug 2, 2018
125
111
for anyone still holding out for a hero, should have been made available to the public
Unless I'm missing something this one is insanely broken. Even worse than the last patreon releases were, you can't even take celebrities on dates now when that used to be the only mechanic that was properly implemented.
Any word on when(if newer versions will follow?
Probably 12 months, the dev has been insanely slow. This one took like 3 months when patreon said 'next week' on the previous update
 

Feloton

New Member
Sep 3, 2022
9
5
insanely broken. Even worse than the last patreon releases were,
Of course it is because it is the April release made public, not a new release.

I didn't ask for senseless devbashing but for an educated estimate. Maybe it is written in the latest Patreon message which I can't read.
That is why I asked here.
 

AnHorse

Member
Aug 2, 2018
125
111
Of course it is because it is the April release made public, not a new release.
Nvm I actually must still have access to the patreon version saved in my browser.
EDIT: Althought that's called ( Version 0.2 ALPHA - April 2023 ) on the start game splash screen even though it has features that weren't in June or whenever the fuck it was that the dev released the last version.
That's the one that's even more broken to the point where it's unplayable lol. The 0.2 which is linked here has way less bugs.

Got confused because the release I accessed has cheats and other features locked behind a patreon code so I thought I was on the public version because why the fuck would you add patreon codes to a patreon only version
 
Aug 9, 2021
139
357
Does Corpo life have the same access to celebrities or just the same engine?
like 20 celebrities, most of them asian, but very entertaining and with a well developed story, fun to play, the number of celebs is completely secondary with the main story being so good
 

Pr0GamerJohnny

Forum Fanatic
Sep 7, 2022
4,866
6,859
Thanks for the link.

The sex system is better but everything else is way less developed RN. Also the Sadie dinner is straight up broken no matter what you pick up.
Man what a let down, you weren't kidding. Sex system overhaul, at the cost of LITERALLY everything else, like no company games etc - all that made the stuff actually interesting past a boring html text sex descriptions.
 

Dababylahey

Newbie
Apr 25, 2023
21
15
Man what a let down, you weren't kidding. Sex system overhaul, at the cost of LITERALLY everything else, like no company games etc - all that made the stuff actually interesting past a boring html text sex descriptions.
Yeah, it's still in development, so hopefully if it doesn't get abandoned again it will end up being better. But there's a ton of features missing from the old one [dating/seducing away married/taken women (my fav. one); basically all of the t.v., music, porn production; marriage/divorce etc.] Not to mention features that were in the original but them got removed in later versions (specifically written booty calls and hookups). There seem to be a lot less girls in the cast too, tho I might be wrong on that. It's still fun and I do like the sister best friend thing this one has going on, hopefully it improves in future updates.
 

GD147

New Member
May 31, 2023
2
1
Actually this is the April build version, the game had been way more developed since then but it's behind a paywall I guess. See his Patreon posts and you would understand.
 
4.00 star(s) 2 Votes