And we all know that define you did, even though you mean define in a different way.
When it comes to Quake engine code, I know ZERO. I've been tempted to find an old source, rip it apart and "grasp" it, but it would just be another distraction. I have what ?6? projects going...lol. It's retarded. I need to start knocking them out 1 at a time.
I live in this F'd up land (my head) where no matter how much I have to think and create I never feel fulfilled and once I have the entire scope, the puzzles are primarily solved and I can see "the end", I get bored cause there is no challenge left. I trudge through finishing and it's torture. This is how the projects just keep building up. I never completely abandon any of them, but I need that ?WTF am I doing? factor, so more projects get invented.
I actually got pissed at parsing delimiters. I was rolling and everything was hard. There came a point where challenges had me totally stumped, sometimes for days...then POOF, there was nothing that I couldn't make it do. That's gonna change though. I'll be going back to it soon to make it do things that I don't understand at all. LOL
aside: I told you you deserve beer, but that's why I don't remember 10 years ago...lol. I've only been sober for 9 and before that, I was never sober.
also to stay on topic
floats are number values in qc.
When it comes to Quake engine code, I know ZERO. I've been tempted to find an old source, rip it apart and "grasp" it, but it would just be another distraction. I have what ?6? projects going...lol. It's retarded. I need to start knocking them out 1 at a time.
I live in this F'd up land (my head) where no matter how much I have to think and create I never feel fulfilled and once I have the entire scope, the puzzles are primarily solved and I can see "the end", I get bored cause there is no challenge left. I trudge through finishing and it's torture. This is how the projects just keep building up. I never completely abandon any of them, but I need that ?WTF am I doing? factor, so more projects get invented.
I actually got pissed at parsing delimiters. I was rolling and everything was hard. There came a point where challenges had me totally stumped, sometimes for days...then POOF, there was nothing that I couldn't make it do. That's gonna change though. I'll be going back to it soon to make it do things that I don't understand at all. LOL
aside: I told you you deserve beer, but that's why I don't remember 10 years ago...lol. I've only been sober for 9 and before that, I was never sober.
also to stay on topic
Code:
float x = 10;

Comment