How much time does a game company give programmers to solve something

Started by
10 comments, last by swiftcoder 9 years, 10 months ago

something that solving a complex problem, something innovative and "has not been done before"

I remember when the engineers working on Assassin Creed III were tackling "slopes"(climbing problem) which combines animation and engineering.

I also remember a documentary about how the team working on God of War I were doing some really technically heavy things on all fronts: I remember it took the team a week to get a monster in the game.

Source: http://www.vg247.com/2012/06/07/assassins-creed-is-about-climbing-not-buildings/

I do understand that game is a business and there are deadlines and there is never enough time to work on the game no matter how big the team is.

I have seen Ubisoft being more considerate about the polish of their recent game "Watch Dogs".

So does it depend on the publisher since they are the ones financing the project or does it depend on the project(scope and money invested into it) ?

Advertisement
How long is a piece of string?

If something needs to be done then you have to give it time to be done; at worst you'll feature cut if you run out of time.

I've worked on features which had had days to completed and others where I've managed to get a couple of months by convincing people the extra time will be worth the cost even though it over ran initial estimates.

So does it depend on the publisher since they are the ones financing the project or does it depend on the project(scope and money invested into it) ?


It depends also on the task and the experience level of the programming manager and the programmer, and the schedule of the project, and whether there are dependencies...

-- Tom Sloper -- sloperama.com

So does it depend on the publisher since they are the ones financing the project or does it depend on the project(scope and money invested into it) ?


It depends also on the task and the experience level of the programming manager and the programmer, and the schedule of the project, and whether there are dependencies...

What do you mean by dependencies? As in members of the team working together to bring a feature to its fruition?

something that solving a complex problem, something innovative and "has not been done before"


The process is generally broken into steps. An engineer (or a small team) may be given some time to research the topic and investigate ways it could be solved. The results of that are then used to estimate the time it would take for an initial prototype. If that time is within the constraints (time, money, manpower) of the project, the prototype work is given the greenlight. If the prototype actually works and does what is needed and can reasonably work in a bigger game, further estimates are made for integration of the feature, creation of tools support, etc. and again if within constraints the work commences. Larger features may be broken down into separate pieces that are independently researched, estimated, prototyped, etc.

Sean Middleditch – Game Systems Engineer – Join my team!

What do you mean by dependencies?


I mean, are there things in the game that can't get done until that thing gets done. (Other things depending on this thing being done.)

-- Tom Sloper -- sloperama.com

What do you mean by dependencies?


I mean, are there things in the game that can't get done until that thing gets done. (Other things depending on this thing being done.)

Ah I see, thanks Tom! Wow so many more factors to consider.


Larger features may be broken down into separate pieces that are independently researched, estimated, prototyped, etc.

Ah yes, that is true. That does make more sense.

As for the time given to individual staff-members, the lead will generally have a decent idea of each person's capabilities, and will try to delegate tasks to the appropriate people.
Lesser experienced staff generally won't be given or asked to make estimates on the length of large/complex tasks. Everyone is given as long as they need to complete a task, so you give tasks to the people who can finish them the quickest (unless those people are already busy with a higher priority task). The exception is when your time estimate for a task is deemed too long to fit into the schedule/budget -- in that circumstance, there'll be discussion between the implementors (you), designers and management, to come up with an alternative that is actually doable.

I sometimes get this long:

|----|

And sometimes if I am lucky this long:

|-----------------------------------------------|

But most of the time I get somewhere between.

Just driving home the point that there are as many answers as there are replies, and many factors.

I don’t know what a useful answer would be, as it depends on:

What everyone else has said.

Size of the company.

Location/country of the company.

Your position within the company.

The client.

Your own relationship with the client (there will usually be none until you become upper-up).

While in Thailand I was the senior programmer and on a project for Eidos I had to make a Nintendo DS game in which you could draw on the face of a 3D model in real-time.

This had never been done on Nintendo DS and I was part of the meetings with Eidos, and I gained their trust by continually showing them improving results. After a while they would make requests for changes and be much more tolerant on the time I requested.

Meanwhile, later, in my first job in Japan I was allowed no flexibility. The schedule is the schedule, period. Same at NTT Data, the software side of mobile giant NTT DoCoMo.

But that doesn’t mean location is the only factor. I am still in Japan but I am in R&D, so I don’t really have deadlines, and my entire job is about new technology. Every task is solving a new problem and the time I have is “as long as it takes to finish it properly”.

So there isn’t a single useful answer.

All I can say is you will find out when you get a job, and if you don’t like what you get quit and find another job. There are plenty of fish in my stomach the sea.

L. Spiro

I restore Nintendo 64 video-game OST’s into HD! https://www.youtube.com/channel/UCCtX_wedtZ5BoyQBXEhnVZw/playlists?view=1&sort=lad&flow=grid

This topic is closed to new replies.

Advertisement