salscou
Engaged Member
- Apr 14, 2020
- 3,677
- 17,143
- 678
Man, why can't our Jean look like thisOh man thats going back, pic related was the first image i remember of oni, i had it saved on my PC back when i discovered you could find porn of cartoon characters in this thing called the internet.
View attachment 2330620
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.Man, why can't our Jean look like this
if you unren the code you can't see the documentation because is omitted by compilatorOkay...
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.
maybe but documentation is for further informations to understand the codeif you unren the code you can't see the documentation because is omitted by compilator
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 thoughI 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.
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).i wonder if we'll also get a spider gwen and then we can have a three way with gwen pool and spider gwen
bro it was a joke manIf 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).
Don't bro me, frat boy. Them's fightin' words...bro it was a joke man
ok guy, we're gonna go get some beers and talk it outDon't bro me, frat boy. Them's fightin' words...
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.if you unren the code you can't see the documentation because is omitted by compilator
Did he code get any better in 1.0?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.
"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...Did he code get any better in 1.0?
Our silvery friend told us an actual coder was helping oni this time.
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.If all you want is to bang twins in the game
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.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.
Yeah maybe but that doesn't except the first issue about is 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.