Create and Fuck your AI Slut -70% OFF
x

Armagedon13

Newbie
May 24, 2018
99
189
226
Okay...
We need to talk about the code of this game.
To justify why I say that: I'm in engineering school for computer science. I don't really know how to code in Renpy but I know a lot about Python, C, C++ ...

Today I wanted to start to code my own Renpy game and I decide to analyse "Rogue-like:Evolution" code to learn how Renpy work (instead of using tutorial I found too long for the quantity of things I already know about programming).

And... my man...the code of this game seems good but the global work is shitty AF !

Two main issues for me:
1) Organisation: why can I find some "ProfessorX" functions in a file called "RogueDialogues" ?!
2) where are the comment ?! Seriously comment are not only for others they are also for the guy who make the code ! If you take a break of 2 mounths and forgetthings abouthow your code work how do you know what is the purposeof each line ? Simple: you waste 2 days to read your own work.
if you unren the code you can't see the documentation because is omitted by compilator
 
  • Like
Reactions: abc123321cba

SwoleSquid

Member
Mar 29, 2021
390
1,064
178
I get complaining about the attitude and the poses, but i really dont get how you can complain about how our jean looks like, shes hot, has a cute phoenix pubic hair patch and nice titties.
I actually like her attitude a lot, but her face is a little off to me, looks too bulbous and her eyes are weirdly beady. 11/10 body though
 

slowparson

Active Member
May 30, 2017
838
572
219
i wonder if we'll also get a spider gwen and then we can have a three way with gwen pool and spider gwen
If all you want is to bang twins in the game, just advocate for adding a female version of Jamie Madrox (which would literally already work, Jamie is a gender-neutral name, works for boy or girl).
 

salscou

Engaged Member
Apr 14, 2020
3,677
17,147
678
This is incorrect, Ren'Py doesn't strip comments from rpy files when compiling them into rpyc. However, Oni may be using an IDE that does. I'm more inclined to think that he just doesn't comment his code, as evidenced by the state of his code.
Did he code get any better in 1.0?
Our silvery friend told us an actual coder was helping oni this time.
 

slowparson

Active Member
May 30, 2017
838
572
219
Did he code get any better in 1.0?
Our silvery friend told us an actual coder was helping oni this time.
"Help" is relative. Could be advice, could be literal coding. Oni's just too cheap or too broke to subcontract it out to someone to unfuck years of less than ideal practices...
 
  • Like
Reactions: vireker

primavera9925

Member
Sep 28, 2020
473
1,094
259
If all you want is to bang twins in the game
I'd just like to interject for a moment. What you’re referring to as Gwen Stacy, is in fact, Gwen Poole, or as I’ve recently taken to calling her, Gwenpool. Gwen Stacy is not a character unto herself, but rather another component of a fully functioning Marvel universe made useful by variant covers comprising a full cosplay bait as defined by comic book conventions.
 
  • Like
Reactions: UnsavouryPursuits

Armagedon13

Newbie
May 24, 2018
99
189
226
This is incorrect, Ren'Py doesn't strip comments from rpy files when compiling them into rpyc. However, Oni may be using an IDE that does. I'm more inclined to think that he just doesn't comment his code, as evidenced by the state of his code.
Really? Because I see some others modders that the documentation is in the vanilla code, I think the commented code is omitted by the compiler like c, c++, and maybe think oni can do something good with the code and document it and now I know is not, thanks for the teaching prime.
 

Alt-0069

Member
Aug 27, 2017
108
152
95
Really? Because I see some others modders that the documentation is in the vanilla code, I think the commented code is omitted by the compiler like c, c++, and maybe think oni can do something good with the code and document it and now I know is not, thanks for the teaching prime.
Yeah maybe but that doesn't except the first issue about is code.
It's absolutly not sorted.
Andafter a little more reviewing of his code, using class like he do is very inefficient.
Child class are better in many ways to treat with exception than including "if" statement in a class.
I don't say you can't include "if" but making a class "GirlClass" and including "if" and "elif" for each character is worst than creating a child class for each character. Then you can manage each character one by one more efficiently.
 
  • Like
Reactions: cjalex111
4.40 star(s) 166 Votes