I'm now an officially mad man.

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,663
Right now, it's 5:49AM, and I haven't slept or taken a shower since yesterday.

To tell you the truth, the reason I didn't take a shower (I should be taking one between 10PM and 12AM) and start sleeping (I should be asleep by 12AM to 1AM, depending on how heavy I sleep), is because of a programming hobby burnout. I'm getting close to losing my mind (well, erratic behaviors of hygiene and sleep), and I need to find a place to vent all of this out "permanently".

My creativity somehow dropped massively. I can't think or create anything other than mere simple objects, such as a cube-shaped polygon, or typing the same old codes back and forth. I've been trying to practice the arts of setting up an OpenGL environment, especially on the smartphone, where it supports OpenGL ES 1.1 and 2.0.

To create, one must have a design plan to back it up. One does not simply design it, though. It's either me with a designer's block, or there's no definite goal plan, unlike the clear goals I once had when working on my "big" Android project.

Not only the above mentioned just barely scratched the "surface" of this craziness, the main "core" issues, is that I'm being put off with idealistic plans, which I think you can call me an idealist for it. One of my major plans is to learn how to animate 3D objects via OpenGL ES 2.0 on my Android phone. Having stepped through the basics of 3D animation, I know about the simple concepts of rigging and using a dopesheet to create keyframes for the animation.

The difficulty of exporting animation to a file format that's small (binary files), supports animation, and it's easy to parse/read it is enormously huge. It's as if the learning curve suddenly went O(n^n). Not only that, as a person who hates relying on imported libraries, the learning difficulty is raised up by 2 orders of magnitude.

It is here that kills me for no apparent reason. It irks me, even if my conscious mind is telling me there's nothing wrong, and I'm just thinking too much on it. I don't even know how to describe it.

I was planning on adding an animated mesh into my OpenGL ES game, hopefully (ideally) improve more on it so that it may turn out to be 3D RPG game, with an overhead chase cam. Right now, it's 6:17AM, the sun is above the horizon. Been typing and thinking to myself don't seem to help me much anyway.

Just wanted to vent all of the frustrating feeling that I simply get without realizing out of my body. Perhaps I need to start making much more realistic goals, perhaps I need to start from 2D, and work on 3D when I earn more job experiences (which I'm currently not, in fact, I'm going in the opposite direction). I probably don't even know if I can be able to get programming animation integration experiences from future jobs, as my outlook of my future is bleak as hell.

The last "core" issues is probably the hygiene. Because of the way I'm "blocked", I lost motivation to clean myself and take a rest. Now I keep smelling body odor, to the point that I know that I'm in deep shit. The lack of sleep isn't going to help me get out of this mess I have created subconsciously.

Just start picturing me of some homeless shaved guy typing away on the keyboard. I'm that filthy.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Dude what the fuck. Get a hold of yourself man.
If you lost your motivation just do anything else.
A week ago i realized that there is a major flaw in my current Item-System of my main project. It just didnt work the way I actually wanted it to work. Since then I kinda lost motivation to work on it until i am absolutely 100% sure what i want it to look like.
So i have spent alot of time with my girlfriend, or even learning for university. (wtf?)

And working on side-projects, writing documentations for my code, etc etc etc.

And for the love of god just take a shower man...
 

Syndrome

You can change this now in User CP.
Reaction score
126
Tom_mai, if you're dead set on trying to get some creativity done you could try listening to music and imagine scenes to them. That's what I do whenever I hit writer's block or any other kind of block.

My tastes in music are questionable at best, but maybe it might help you.

http://www.youtube.com/playlist?list=PLgfmCE_jA75kdGCy5uWuOPvWh_PvxS2I0

My other advice would be exactly like Accname, but the priority would go to the shower first.
We're here for you bud, hopefully this might help you a little.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,663
And for the love of god just take a shower man...

I did right around 7AM, and slept from 7:30AM to 2:50PM.

You want to make a 3d game and learn how to code it, then focus on one aspect. Code or 3d model. After that break those into chunks.

Realistically, I should try staying in the 2D, and not venture forth with 3D. I should side with that decision until either someone guides me with 3D animation programming, or tries to help me set a few goals (on second thought, this is to be discouraged.).

-------------------------
Off-topic:

I think I have asked this "where do I begin if I'm lost?" type of question since 2006 on multiple forums, but I haven't had any answers to it. This question is directly correlated to focusing on the aspects of each individual projects. Venting out my current state is somewhat unrelated to this, but it's just worth mentioning anyway.

In order to reach a knowledge level of A (learning new stuffs and fully understand them = reaching A), where should I start? Reading books that aren't available to you (i.e., how to do 3D animation by programming) is one thing, trying to find online free tutorials that teaches the very thing I wanted to learn about is almost non-existent (only being able to find discussions about it, but not learning materials).

Either that, or I can only go up to A, slowly and painstakingly.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
In my opinion its much harder to make somewhat decent looking 3D models then good looking 2D sprites.
3D might actually be alot easier if you know how to do it, but it will probably look like crap if you are not great at it.
You can make some very simple 2D graphics and still have a good looking game. Simple but nice.

But if you are actually interested in learning 3D modeling then just do it.
There are plenty of people who make 3D models for wc3 for example at thehiveworkshop.
That would be a start to understand the basics of model making. And you can see the results fast and easy.

But making all 3D models for your project yourself will probably be pretty hard.
 

s3rius

Linux is only free if your time is worthless.
Reaction score
130
In my eyes making simple models for 3d worlds (think Minecraft) sound easier than making 2d sprites.
I tried both, I suck at both, but my 3d models at least marginally represented humans :)

My suggestions:

A) Take a god damn break! It's your hobby, not a punishment. Read a book or watch a movie, play some video games (maybe one that inspired you to try animations). Or at the very least find yourself some other small programming project you'd like to do.

B) Jump over your own shadow and accept that you can't find a perfect solution for everything.

I'm very much like you in this aspect: I dislike others' libraries because I want to make them myself, I made my own 3D model format instead of relying on an existing one, I always try to do things perfectly.
But at the end of the day you're still only one guy. At some points it's just too much work.
By all means, go ahead and make your own model format, but screw efficiency. Make sure it does what is has to do (and make sure it does what you need it to) and just get it working.

I'm sure that's nothing you haven't heard before. But it has worked for me.

Oh, and a nice link:
http://research.ncl.ac.uk/game/mastersdegree/graphicsforgames/
Newcastle University has game programming courses, with most of their materials available for everyone. There's some cool stuff.

My tastes in music are questionable at best, but maybe it might help you.

Anyone who questions this choice of music should be put to death, then tortured and finally put to death again.
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
612
My tastes in music are questionable at best, but maybe it might help you.
my god that was so beautiful +sub

EDIT: OH FUCK TIME IS ON THE LIST DAMMIT WHY DOES THE WORLD HATE ME

I think I have asked this "where do I begin if I'm lost?" type of question since 2006 on multiple forums, but I haven't had any answers to it. This question is directly correlated to focusing on the aspects of each individual projects.
When you're lost, anywhere but here is a good destination. Even if you can't learn 3D modelling in its optimal context, you might still tinker around until you find something that pleases you. Doing so also helps in coming up with ideas.

If you're facing creative block: You could simply choose a random topic and brainstorm with some friends; multiple minds are more productive than one. Or go to Google Images and type a random word, then draw inspiration from the things that come up.

Either that, or I can only go up to A, slowly and painstakingly.
And you will be so much better off for doing so. It's ecstasy when you finally see the fruits of labour.
 

Varine

And as the moon rises, we shall prepare for war
Reaction score
805
You've gone insane, Tom. This, us? This forum? It's not real, none of it is real. It's time to wake up.

Wake up, Tom. There's work to do.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,663
I'll be damned...

Alright, who decided to make tom a super moderator?! Just 7 hours later, and we've already driven him mad?!

Tom, check out your new magic powers. Preferably not on me. :)

Wut? It has no correlations with what I'm about to do here. :/
 

FireCat

Oh Shi.. Don't wake the tiger!
Reaction score
533
Immortal? Oh lol
Tom would only be immune to death by time, but he could still get eaten by a shark!! ha ha
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    I ordered like five blocks for 15 dollars. They're just little aluminum blocks with holes drilled into them
  • Varine Varine:
    They are pretty much disposable. I have shitty nozzles though, and I don't think these were designed for how hot I've run them
  • Varine Varine:
    I tried to extract it but the thing is pretty stuck. Idk what else I can use this for
  • Varine Varine:
    I'll throw it into my scrap stuff box, I'm sure can be used for something
  • Varine Varine:
    I have spare parts for like, everything BUT that block lol. Oh well, I'll print this shit next week I guess. Hopefully it fits
  • Varine Varine:
    I see that, despite your insistence to the contrary, we are becoming a recipe website
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top