Silito13

Member
Aug 9, 2016
195
94
This is what's been confusing me as well. The game in and of itself is just a medley of repeat content. Every girl in a cell is functionally the same with asset swaps and changes to their dialogue strings.

Apparently he's been having issues with the vault, but looking at it, even there the girls are all functionally the same w/ an equal number of slots for potential scenes.

He'd probably be better off just admitting that he hasn't been working on it very much, its hard to imagine he's having tremendous issues with bugs when from my outside perspective every new girl just inherits the same base class.

Unless his code is absolutely horrific these delays dont seem to make much sense. I wish I was artistic.
I think the code is horrific. He did standardize the cells code structure, but well after he started putting girls in cells. I am guessing it didn't get maintained. Honestly I would say he might want to cut his losses in the unity engine and go into something easier to code like Renpy if he is as bad as coding as it appears.
 

petur

Member
Jul 29, 2017
231
378
I've got a breast size guide I use.
View attachment 1089057
Wonder Woman has the largest breasts proportion wise and in general (In SU). Giganta could be bigger if she decided to grow bigger though.


Galatea is a couple of sizes smaller than WW and SW.
I'll be damned. Wonder Woman is even bigger than normal size Giganta! She really does put the Wonder in Woman (y):ROFLMAO: Galatea looks pretty big in some of her scenes but since she is shorter(she is shorter, right?) she probably isn't as big as Super Woman and Wonder Woman.
 

lolgotem

Member
Jun 8, 2020
298
446
I think the code is horrific. He did standardize the cells code structure, but well after he started putting girls in cells. I am guessing it didn't get maintained. Honestly I would say he might want to cut his losses in the unity engine and go into something easier to code like Renpy if he is as bad as coding as it appears.
Man needs to learn the is-a/has-a test pronto. Blows my mind that he didnt't build from the onset for standardization with absolutely everything in this game being both very basic and the same.

Even if the game is just a bunch of spaghetti code... The girls are mostly copy paste? It's confusing. He definitely needs a competitor.
 
  • Like
Reactions: Jarul and Cyberious
Jul 2, 2017
161
326
Ok guys, im not programmer , but I know my fair share of coding. For the last week I tried to examine the code of the game
( latest version at this point).

First, take my statement with a some skepticism, because I dont know in what quantity bugs and errors occurs when you add content to the game.
Second, I only focused on the cell and leash code (which are basicly similar in coding)
If you would assume all the assets and writing is done, coding a cell from start to finish (just before leash) should take up mostly up to 6/7 hours if you dont run in any issues. You can do it quicker or slower, depending on how familiar you are with the code and if you have a preset pattern and only switch the variables.

For the leash scene I would guess 2-4 hours (maybe?) the code there was somewhat strange and I dindt really get most of the lines because they seem to be coded more difficult than they should be.

I tried to look into the vault too, but that thing is just spagetti code and I would suggest them to code this part completly from scratch again (its really programmed terrible).
I would guess without issues it would take 2-3 hours to get for example a new event in there, but it can take up to 12 or more hours ...

If they want a quicker update shedule they have to change the code ( make a wipe of all unnececary lines and test the whole game) or programm the game anew. There are so many parts of code which have no use in the game and just increase the size and error probability.
I dont want to say they are working slow under the given circumstances but 2 month should be more than enough time to code double the amount even with countless eroors accuring ( MAYBE I dont know how long they take to make assets and dialogue ).
 

gnd53

Member
Jul 6, 2017
269
493
Ok guys, im not programmer , but I know my fair share of coding. For the last week I tried to examine the code of the game
( latest version at this point).

First, take my statement with a some skepticism, because I dont know in what quantity bugs and errors occurs when you add content to the game.
Second, I only focused on the cell and leash code (which are basicly similar in coding)
If you would assume all the assets and writing is done, coding a cell from start to finish (just before leash) should take up mostly up to 6/7 hours if you dont run in any issues. You can do it quicker or slower, depending on how familiar you are with the code and if you have a preset pattern and only switch the variables.

For the leash scene I would guess 2-4 hours (maybe?) the code there was somewhat strange and I dindt really get most of the lines because they seem to be coded more difficult than they should be.

I tried to look into the vault too, but that thing is just spagetti code and I would suggest them to code this part completly from scratch again (its really programmed terrible).
I would guess without issues it would take 2-3 hours to get for example a new event in there, but it can take up to 12 or more hours ...

If they want a quicker update shedule they have to change the code ( make a wipe of all unnececary lines and test the whole game) or programm the game anew. There are so many parts of code which have no use in the game and just increase the size and error probability.
I dont want to say they are working slow under the given circumstances but 2 month should be more than enough time to code double the amount even with countless eroors accuring ( MAYBE I dont know how long they take to make assets and dialogue ).
What was your process for getting the code? You claim to not be a programmer, but decompiling a unity game isn't straightforward.
 
Jul 2, 2017
161
326
What was your process for getting the code? You claim to not be a programmer, but decompiling a unity game isn't straightforward.
I used a programm to convert certain files to a Java /Unity Script from there on you can just scroll through parts of the code. Most is asset placements as well as scene placements, mostly spagetti from what I can tell, dont know íf the dev has a certain system for coding , but doesnt seem like it to me. From there on you have to search for certain key words he uses, thats how i managed to somewhat coordinate myself in there. Just so you knwo I didnt make any changes to the code and just watched how it likely was programmend and estimated how long it would take. You can also see that most of the code for cell scene reperat with changed variables like names, locations, requirements as well as finding the locations and so on. The hard part was for me to find special events like henchwomen / heroine scenes which I still dont t understand.
Most of my IT knowledge I got from advanced IT classes during my bachelor. Its simple coding knowledge and NOT coding knowledge in unity, but I understand enough general coding, to kinda understand some of the simpler lines, as well how long it would take a professonal or somebody with experience to make them.
And even if you have limited IT knowledge you can see that there are some code lines which arent implemented and will confuse people who try to make future improvements on the game. Even making mods for the game like the money one and heroine capture mod which exists are really hard to code in this confusing mess and may break the game in a future update when they decide to change or modify the source code.
From my limited point of view I would suggest them to pause development for like 4-5 month and either fix the code (difficult and may break the game) or to rebuild it from scratch , so you can make updates more easily. In the long term, if they plan to keep updating for 2 or more years it would make their lives a whole lot easier. I think, coding may take them like 20 hours max per update and managing conflicting lines, bugs and errors are likely the main center of work to get and update out, not counting assets.
 
Last edited:
  • Like
Reactions: Theokrat

Skirata

Newbie
Dec 7, 2017
37
29
.................Take a shot, if SR7 delay release for another day.............With every day I take one more shot..........I wonder which will give up first my liver or SR7.................................I would tell that this is better game than most, but It is killing me........or at least my liver.
 
4.00 star(s) 163 Votes