Author Topic: I need a job...  (Read 2529 times)

Kixie

  • Veteran
  • *
  • Posts: 1868
  • I chase the moon, liquour, cars and women.
    • View Profile
I need a job...
« on: February 11, 2004, 07:43:14 pm »
Well mostly there are nice people on this forum so hopefully I\'ll get my question asked.

I hate normal jobs. It sucks to be in a normal routine every day to just go to work and work on something boring and dumb. Thats why I definally want to pursue a job that is different where I dont have to go into a cubicle or an office. I have thought about a bounty hunter but they dont get paid well...

So a work at home job would work great for me. I would love to work on the computer or something related to that. I am taking photoshop classes later this year so I have been thinking of being a web designer. I already know hmtl so this seems like the most logical route to me. But for one i dont know how much this really pays, so my first question is.. Does anyone know somone who works as a web designer? How much is the usual pay? High or very low?

Now to my 2nd job choice. Being a game developer. I have had lots of good gaming ideas and I would love to make games and be a 3d modler and texture designer. the Question i have for this is, What kind of work schedule is there for this line of work? Do i go into a building, get told by a supervisor to work on this model and this texture and then when im done I work on another they give me? What exactly happens in a normal day for a game developer?

3rdly my last choice is a musician. I am a very good guitarist and it would be cool to persue a career with it. I know I can go to a musical college and work at a recording studio but I dont think I would like doing that much at all. So my question is, Is there much demand for online musicians? Do many game developers want musicians to work for them? Is music an integral part of making a game? I watched that discovery channel special on the making of Crimson Skies, and it seemed like music was very important to them. Is this true or normal?

Leander256

  • Guest
(No subject)
« Reply #1 on: February 11, 2004, 07:55:58 pm »

Kixie

  • Veteran
  • *
  • Posts: 1868
  • I chase the moon, liquour, cars and women.
    • View Profile
(No subject)
« Reply #2 on: February 11, 2004, 08:52:39 pm »
Quote
Originally posted by Leander256


HEY!!! HOW DID YO FIND THAT PIC OF ME???!!! lol but really I really need my questions answered.

Also i forgot to ask, I know i need to learn c++ to develop games but what other things do most of you use when developing a game. I need to know what to learn before i can get a job....

Uyaem

  • Hydlaa Notable
  • *
  • Posts: 747
    • View Profile
(No subject)
« Reply #3 on: February 11, 2004, 10:43:52 pm »
beeing a programmer myself I can tell you one, no, two things:
- most of the time you are not doing creative work, what in fact is the real fun about programming. A lot of the time is spent on design-blahblah and assurance of quality, as well as performane analysis and bug fixing/avoiding
- If you are in a project you have to get used to work many more hours hours than your contract says without getting paid for it (at least where I come from my worst week so far had 80 hours) as well as to sleepovers at the office.

For software development to work properly you need a lot of correspondence with the ppl in your team. In spite of instant messengers, email and video conferences I don\'t think working at home will ever work too well in these jobs.

Hm that sounds very negative, but don\'t get me wrong: I still like what I do. ;)
The internet is "the terrorists'" most important weapon, they say.
Wrong.
Fear is their most important weapon.
Ours is our freedom.

Kixie

  • Veteran
  • *
  • Posts: 1868
  • I chase the moon, liquour, cars and women.
    • View Profile
(No subject)
« Reply #4 on: February 11, 2004, 10:56:23 pm »
see i relize both of these things but i really want to know what i need to start taking classes in. i dont even know where to start.

Grakrim

  • Hydlaa Citizen
  • *
  • Posts: 468
    • View Profile
(No subject)
« Reply #5 on: February 11, 2004, 11:32:17 pm »
Quote
Originally posted by Pogopuschel
For software development to work properly you need a lot of correspondence with the ppl in your team. In spite of instant messengers, email and video conferences I don\'t think working at home will ever work too well in these jobs.

That\'s true, but its certainly is possible for a development team to work without actually meeting in person; take the Planeshift team, for example (or practically anything on Sourceforge, or, to a lesser extent, anything open source).

Whemyfield:
It all depends on what you want to do.  Most games these days are programmed in C++, so that\'s a given if you want to program.  Although you mentioned modeling and texturing, for this you would need a proper background in graphic design.  Modelers rarely program and vice versa.

If you\'re overly creative at all, programming probably isn\'t for you, for the reasons mentioned by Pogo.  I\'ve seen too many reasonably good programmers get burnt out simply because the work doesn\'t reward creativity. Although Software Engineering is certainly a bit more of a creative avenue than Computer Science, but if you\'re going to make use of Software Engineering, you\'ll most likely need managerial experience, too.

I\'ve recently read that, in the game industry, experience is more important than credentials.  That is, if you can show that you know how to work, via a demo (for programmers) or a render (for modelers), then you don\'t need as much of a proper education, although it certainly helps.  So, I would recommend getting involved in a project while you\'re learning, or trying to get a job; especially one you can use as a referance.

Heh, \"Will code HTML for food\"; the real work is in PHP, you hungry hobo.  But that does give me an idea...
Grakrim:\"Will code for rubies\" ;)
« Last Edit: February 11, 2004, 11:33:52 pm by Grakrim »
\" I think you should just follow Grakrim\'s advice ;)\"

\"A universe is enough for more than one opinion.\" - Maxximus

Xalthar

  • Forum Addict
  • *
  • Posts: 2121
  • Tisfjæsing.
    • View Profile
(No subject)
« Reply #6 on: February 12, 2004, 01:26:08 am »
Quote
Originally posted by Grakrim
Quote
Originally posted by Pogopuschel
Heh, \"Will code HTML for food\"; the real work is in PHP, you hungry hobo.  But that does give me an idea...
Grakrim:\"Will code for rubies\" ;)


*throws a at grakrim*

code me a nice program that tells one over and over how great the person who uses the program is... oh, and put in some fancy colours :P
« Last Edit: February 12, 2004, 01:26:46 am by Xalthar »

Grakrim

  • Hydlaa Citizen
  • *
  • Posts: 468
    • View Profile
(No subject)
« Reply #7 on: February 12, 2004, 02:34:05 am »
Sorry to do this, but I can\'t just ignore a challange like that...
Code: [Select]

#include
#include
#include

int main(int, char**)
{
    unsigned char fore = 0, back = 7;
    enum {UP, DOWN} direction = UP;

    std::string name;
    std::cout << \"Name please\\n\";
    std::cin >> name;

    while(true)
    {
        textcolor(fore);
        textbackground(back);

        std::cout << name << \"is great!\\n\";

        if(kbhit())break;

        if(direction == UP)
        {
            if(fore == 7)
            {
                direction = DOWN;
                fore--;back++;
            }
            else
            {
                fore++;back--;
            }
        }
        else if(direction == DOWN)
        {
            if(fore == 0)
            {
                direction = UP;
                fore++;back--;
            }
            else
            {
                fore--;back++;
            }
        }

    }
}

I haven\'t tested it, but it should work... I\'ll have to dig out my DOS compiler...
The use of means this will only work in very few cases.  That is, only programs compiled with a MS-DOS target; yes, no *nix, no Win32.  And yes, there are better ways to do this, but I don\'t care.

If you\'d like, I can make a binary version available soon enough...

Now for that ruby, sucka\'... Err...What do you mean its illegal to use rubies in that way? Bah! Damn you, Xalthar! :P
« Last Edit: February 12, 2004, 02:40:03 am by Grakrim »
\" I think you should just follow Grakrim\'s advice ;)\"

\"A universe is enough for more than one opinion.\" - Maxximus

Xandria

  • Hydlaa Citizen
  • *
  • Posts: 453
    • View Profile
(No subject)
« Reply #8 on: February 12, 2004, 09:01:06 am »
whemy,

You first need to really decide what you\'re good at and, more importantly, what you like to do.  If creativity is something that comes naturally to you, I doubt you\'ll want to be a programmer.  Programming is about 95% logic and 5% creativty, and most programming jobs involve way more planning and discussion than actual coding.

And tons of people have great ideas, but that means that you should send them to open-source coders (software companies have more than enough ideas and probably get tons more in the mail anyway, so I doubt they\'ll listen to you) and go do something else that suits you better.  I read an article once about people asking if there was a \'think tank\' job for the software industry, as in a guy who does nothing but sit around and think of new ideas for games.  Their answer was, of course, no :P

So if you\'re on the creative side, you can still get invovled in creating games.  You said you know a bit about creating computer art and making music.  So I\'d say your best bet is to try to work with a game in development (hmm, I know of this great open-source MMORPG called PS you might be interested in ;) ) and try to get on the team.  If they use your artwork/music, you might be able to go to a real software company and use the previous game as a reference.  As Grakrim (basically) said, hands-on experience is way more valuable than just education (but it is of course still important).

EDIT: Oh yeah, this guy game to our Systems Analysis class today and told us all this stuff about getting jobs and such.  One thing he said is that your first job will probably be really boring and pay you hardly anything, but use that job to gain as much experience about work environment and business as possible, as well as doing some darn good work to (hopefully) get a good reference, then bugger out of there and go for a slightly better job.  Just a small piece of advice from something I remember from class in between naps :)
« Last Edit: February 12, 2004, 09:03:39 am by Xandria »

How I set my timezone:

ln -sf /usr/share/zoneinfo/Antarctica/Davis /etc/localtime

Kixie

  • Veteran
  • *
  • Posts: 1868
  • I chase the moon, liquour, cars and women.
    • View Profile
(No subject)
« Reply #9 on: February 12, 2004, 06:25:14 pm »
thank you xandria for finally putting this in perspective for me. I guess that i should work on my music then because everything else kinda seems boring and dull. But dont the 3d animators on the team have to have some sort of creativity?

Pegasus

  • Hydlaa Resident
  • *
  • Posts: 98
    • View Profile
(No subject)
« Reply #10 on: February 12, 2004, 08:21:22 pm »
You should also consider the amount of money you want to earn in the long run and what wishes you have regarding house, cars, expensive hobbies, family, etc.

Music can be considered a hobby - if you are good than that is only the entrance ticket ... its all about image more or less and then money ;)

But why are you limiting yourself down to like 3 jobs? I think there are a lot more possibilities.

You see i am studying economics ... but i do not really favor working in an enterprise like 10 hours a day for 6 days a week. I have no idea what i am going to do - but i know that i want to have enough free time to do funny, interessting, exciting stuff.

Kixie

  • Veteran
  • *
  • Posts: 1868
  • I chase the moon, liquour, cars and women.
    • View Profile
(No subject)
« Reply #11 on: February 12, 2004, 08:24:10 pm »
Well there are 3 seperate jobs i can have as a guitarist. I can work at local pubs 3 nights a week. Then I can also develop game music. And finally I can work as a day job at a record company being a back up musician for pop singers and bands whose guitarist couldnt make it to record that day.

Pegasus

  • Hydlaa Resident
  • *
  • Posts: 98
    • View Profile
(No subject)
« Reply #12 on: February 12, 2004, 08:33:28 pm »
Well its a start i suppose but they are rather short-termed jobs arent they? I mean you could do it for a couple of years but after that what else can you do?

Kixie

  • Veteran
  • *
  • Posts: 1868
  • I chase the moon, liquour, cars and women.
    • View Profile
(No subject)
« Reply #13 on: February 12, 2004, 08:34:51 pm »
actually a studio artists is more of a lifetime career. working at bars is easy because i can always find another one. and finding another game to work on is REALLY easy.

Pegasus

  • Hydlaa Resident
  • *
  • Posts: 98
    • View Profile
(No subject)
« Reply #14 on: February 12, 2004, 08:50:34 pm »
Ever thought about doing a SWOT* Analysis on the jobs? Thats what you get for studying economics ;) I think though that it could help you to decide on what job would be the best for you.

*Strength, Weakness, Opportunities, Threats for those who didnt hear of it before. Some edutainment doesnt hurt does it?