Lol, I have, like, project-ADHD. I move from project to project to project. I gave up on the Gaia Java Login because I didn't know how to POST The right login parameters, because besides username and password there's a bunch of other parameters that I don't know how to randomly generate. So, then I moved onto a game that I had been working on a few years ago, and had been putting off. I have about 15% of the game engine done, and I've selected a graphics engine but haven't implemented it yet. I just need to finish up the class selection system and then I can move onto weapon stats, physics engine, and the main storyline and everything.
Results 1 to 19 of 19
Thread: c++ question
Hybrid View
- 30 Nov. 2012 04:28pm #1
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.00
- 30 Nov. 2012 10:51pm #2
If you stick a project through to the end rather than abandon it when you get stuck, you'll learn a lot more. As for the login, you don't need to generate anything. Gaia Online does all of that. You go to the website, grab the values they've generated, and post them.
- 01 Dec. 2012 01:05am #3
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.00
Yeah, I know that, but my problem is that no one wants to help me. All of my projects require other people helping me, as they're things that aren't normally documented in programming guides, and I can never get answers on any other online programming forums. Like the Gaia Login: I asked, but no one seemed to want to help, so I just abandoned it. As for this game engine that I'm working on, I had abandoned it before because I had absolutely no idea how to program a game engine, much less how to program in general.
And one other question, how would I grab the values? Would I somehow have to parse the page for the input fields, or the input field names or something? Or would there be some simpler way to do it? Sorry for all of the questions.Last edited by 323; 01 Dec. 2012 at 01:13am.