| » Stats |
Members: 103,490
Threads: 85,004
Posts: 1,031,271
Top Poster: Karky (9,545) | | Welcome to our newest member, ankkaycrat | |
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
 | |
11-01-2007, 09:12 PM
|
Beta Patch & testing Post #101 | | Newb
Join Date: Aug 2007
Posts: 0
Rep Power: 0 |
Also they clearly stated that this patch is a BETA. I for 1 appreciate them putting it out so promptly, even though I found nothing fundamentally wrong with the out of the box version. I find it hard enough waiting until October for the update all this is going to do is push back release dates in future. At £25.00 this is the bargain of the century. :thup:
|
| |
11-01-2007, 10:02 PM
|
Beta Patch & testing Post #102 | | Newb
Join Date: Dec 2007
Posts: 0
Rep Power: 0 |
This patch is god awful. Didn't have the closing down problem before but now I do and I'm losing 8-0 and 8-1 to teams like Barnsley as Manchester United. What the hell is going on?
|
| |
11-01-2007, 11:01 PM
|
Beta Patch & testing Post #103 | | Registered User
Join Date: Jul 2007
Posts: 0
Rep Power: 0 | Quote:
I think you should read quite a lot more forum posts before making a statement like that | I've read all of your posts Kriss, and to sum them all up: "I'm a tester and I know what I'm talking about, but I can't talk about the testing procedures(and no one else will either). But let me tell you, you're wrong oh so wrong! Of course I can't tell you why because it's a state secret." I think you should concentrate on getting the testers to do a better job than make the same post day after day.
|
| |
11-01-2007, 11:41 PM
|
Beta Patch & testing Post #104 | | Registered User
Join Date: Jul 2007
Posts: 1
Rep Power: 0 | Quote:
Originally posted by Fire Bracelet:
<BLOCKQUOTE>I think you should read quite a lot more forum posts before making a statement like that | I've read all of your posts Kriss, and to sum them all up: "I'm a tester and I know what I'm talking about, but I can't talk about the testing procedures(and no one else will either). But let me tell you, you're wrong oh so wrong! Of course I can't tell you why because it's a state secret." I think you should concentrate on getting the testers to do a better job than make the same post day after day. </BLOCKQUOTE>
I think you should read quite a lot more forum post before making a statement like that |
| |
11-02-2007, 12:08 AM
|
Beta Patch & testing Post #105 | | Newb
Join Date: Jan 2007
Posts: 0
Rep Power: 0 | Quote: |
appreciate what Matt from Sega mentioned in his post; FM is clearly a huge piece of software. The question is, as the game has progressed a fair bit from FM07, has the resource allocated for testing increased in similar proportion? Commercial realities have been mentioned as the main argument against increasing resources for testing/QA, but more time spent in this area is surely an investment in itself? I fear the situation can spiral out of control (which no one wants) in years to come if the current QA/release processes aren't amended.
| Perhaps the most perceptive comment so far- the game has evolved and grown in line with its fanbase but have the resources allocated to testing and QA been adjusted accordingly? Sometimes the most important resources are overlooked in the frantic quest for volume, numbers and deadlines
No one expects perfection in a game as complex as FM, but surely it is not too much to ask that the first version of the game does not have huge, immediately noticable, bugs which will cause massive dissatisfaction with those buyers who do not appreciate the whole testing procedure problem ( like some of the comments in this thread and all the other rants in the forum )
Anyway we have all learned something from this thread at least.
|
| |
11-02-2007, 12:12 AM
|
Beta Patch & testing Post #106 | | Joe Blow
Join Date: Nov 2007
Posts: 0
Rep Power: 0 |
Having read lots of posts on this and several other forums discussing FM 08, I thought I would add something to the debate.
Although I am not a Beta tester for FM; I do Beta test for another games company.
In my experience, I have found that it is only possible to fully test a game when it is getting pretty close to the release date.
Until then, it has been possible to check some aspects of a game, but it is entirely different when the so called 'finished article' is to be tested.
The vast complexity of a game like FM makes it impossible to check every variable unless there is an infinite amount of time to do this.
I have bought the CM and FM series for years, and believe this is their best effort yet. The game itself is much better in my opinion than FM07.
The game I believe, will become much more reallistic and enjoyable than earlier versions; but we must be patient.
The comments on this board (especially on the bugs forum) giving 'this game is crap' etc are obviously posted by morons.
The idea to post a beta patch in my opinion was good. Unfortunately, many people obviously don't know what a beta patch is.
The best thing everyone can do, is to play the game as usual, posting anything they think may be a bug, and stop screaming at SI for instant fixes.
SI have said they are working on a fix. They have a history of patching their games. I believe they will strive to make the game that they too want us to enjoy. Unlike some other software companies, it is very much in their interests to do this.
Give SI the information they need in the form of bug reports. Save your game at that point in case they need it. Play a few games of FM to get used to the new season and new features. Install the next patch when available. Carry on bug reporting etc.
This is the only way we will get the game that everyone wants. No games for PCs are ever perfect on release. It is not reallistic to expect they will be.
|
| |
11-02-2007, 12:21 AM
|
Beta Patch & testing Post #107 | | Registered User
Join Date: Aug 2007
Posts: 0
Rep Power: 0 | Quote:
Originally posted by Matt - SEGA:
- The reality is, however, that FM as a project is matchless in this industry in terms of testing scope required. As soon as you install the game and push continue, your game is doing something different to the guy sat next to you who started at the same time.
| Sorry, but this goes for pretty much every game out there, so I don't see why this would lead to more problems for SI. Quote: |
The entire game is effectively a series of variables - so (and excuse the gross oversimplification, but I do work in marketing) they change values up and down with a view to improvement. This tweaking takes time, which is the one factor that SI don't really have control of in development.
| This is incorrect. You do have control over time in a project. Software project management has more to do with time management than anything else. From the explanations about testing procedures I read on these forums I gather that SI is using a very old-fashioned and inefficient testing method. Modern developers have long switched to fully automated testing and unit testing to take care of the brunt of the testing work, leaving only a small part for human testers. Especially considering the relatively minor user input in FM, the game engine is the perfect candidate for full automated testing.
If one tweak in the engine can break something else and that is not discovered until a QA person has looked at it, there is something really wrong in the development process at SI. In any of my (very complex) projects I run a full automated test suite after every feature addition or tweak. This suite gives me a full report on anything that is broken or falls outside of certain given parameters. With the right automated tests set up, the closing down bug would have been discovered instantly, or immediately after the test suite ran after committing the code (likely the next morning).
If SI is using these methods, they are not using them correctly or enough.
|
| |
11-02-2007, 12:43 AM
|
Beta Patch & testing Post #108 | | Registered User
Join Date: May 2007
Posts: 0
Rep Power: 0 | Quote:
Originally posted by FrazT:
<BLOCKQUOTE>appreciate what Matt from Sega mentioned in his post; FM is clearly a huge piece of software. The question is, as the game has progressed a fair bit from FM07, has the resource allocated for testing increased in similar proportion? Commercial realities have been mentioned as the main argument against increasing resources for testing/QA, but more time spent in this area is surely an investment in itself? I fear the situation can spiral out of control (which no one wants) in years to come if the current QA/release processes aren't amended.
| Perhaps the most perceptive comment so far- the game has evolved and grown in line with its fanbase but have the resources allocated to testing and QA been adjusted accordingly? Sometimes the most important resources are overlooked in the frantic quest for volume, numbers and deadlines
No one expects perfection in a game as complex as FM, but surely it is not too much to ask that the first version of the game does not have huge, immediately noticable, bugs which will cause massive dissatisfaction with those buyers who do not appreciate the whole testing procedure problem ( like some of the comments in this thread and all the other rants in the forum )
Anyway we have all learned something from this thread at least. </BLOCKQUOTE>
Top post! :thup:
|
| |
11-02-2007, 01:16 AM
|
Beta Patch & testing Post #109 | | Registered User
Join Date: Jun 2007
Posts: 0
Rep Power: 0 | Quote:
Originally posted by Matt - SEGA:
- The testing of FM never stops. SI have in-house testers constantly reviewing the game. Additional to that, SEGA has a large QA department who work on the game and put in an amazing amount of hours - some of the guys post here and can probably give more details than me. Beta testing then takes place over and above that and as a general rule, starts around the same time each year with approximately the same number of people.
| Yet look at the finished product. There is a whole army of in-house testers and a full QA department, and yet THIS is what we get. This series was far better when SI was a very small crew and relied almost exclusively on forum posters as beta testers. That's because SI would not have released this game. It would have delayed this game until it was ready.
I believe those testers are doing their jobs, and SI is doing its level best as well. But Sega is ruining everything. Because THAT is where the market pressure is coming from. I defy Matt or anyone else at Sega to tell me that business practices and policies have not changed since Sega got onboard. Why else would we see decisions and behavior that we never saw before from SI?
I've played this series for more than a decade, and I've been a beta tester in the past. Never before has there been a release or beta patch with such monumental bugs.
This is the first time that I have actually thought a version of this series was bad. It's just plain terrible in its present state, even with the beta patch. It is unenjoyable, and I've been unable to tolerate playing it since I bought it.
Sega has ruined it all. Before Sega entered into the equation, I rarely had anything negative to say about the game series or the development team. It's no coincidence that we've seen some terrible decisions since Sega became involved. The best thing that could happen for this series would be for Sega to disappear and for SI to focus solely on making FM for the PC and Mac. No FM Live, no handhelds, no game consoles, no other nonsense.
I still trust that the core team at SI will get this game corrected in due time, but I believe 100% that the "commercial considerations" and "market pressures" are coming from Sega. It's Sega's influence and decisions that have ultimately caused these problems. In the past, SI delayed releases if it was necessary to get it right. But this release proves that the policy has changed. FM08 was released before it was ready, and I blame that entirely on Sega.
|
| |
11-02-2007, 01:58 AM
|
Beta Patch & testing Post #110 | | Registered User
Join Date: May 2007
Posts: 0
Rep Power: 0 |
I'm getting a bit bored of people claiming to know everything about testing/beta patches etc..
Fact is, this game is not ready for release, so shouldn't have been.
The communication from Sega/SI is poor regarding the final patch. Every day I'm on this site, as I'm sure are many others waiting for details. As the game isn't worthy of playing until this "final" patch is released.
Si, in my humble opinion, not as one of the people on here claiming to know everything about testing, but as a loyal customer to the series, you have let your customers down, and are lucky to be in a genre with such little competition.
If the boys at Championship Manager ever got there act together, you could very well have lost a considerable amount of your customer base from this.
I bid you all goodnight.
Ps - to the fella above that called people "morons" for saying the game is crap, mate, take your head out your geeky little world and come into the year 2007, when people are asked to stump up £25 for a game they wait 12 months for, do you think that it is unreasonable for that game to be bug-free? I dont, and I'm certainly not a moron.
|
| |  | | | Thread Tools | | | | Display Modes | Linear Mode |
More threads of Major Raver | | Thread | Date | Forum | Replies | Last Post | Player Praise
Player Praise: Don't know if anyone else is having a problem...
| 11-30-2007 | Football Manager | 1 | 12-01-2007 12:05 AM | Beta Patch & testing
Beta Patch & testing: Yep its a rant, sorry people.
When FM2008...
| 10-28-2007 | Football Manager | 205 | 11-20-2007 11:23 AM | Major Raver's do it yourself DDT File.
Major Raver's do it yourself DDT File.: Seeing as ive had so many requests for my ddt...
| 12-09-2004 | Skinning Hideout | 58 | 08-08-2005 12:24 PM |
Other threads in forum Football Manager | | Thread | Date | Thread Starter | Replies | Last Post | HELP!!
HELP!!: iv just chosen a new skin on my fm08 and it...
| 02-10-2008 | roooonaldooo | 4 | 02-11-2008 12:33 AM | i would like to see background pics in FM 09
i would like to see background pics in FM 09: It was really motivating to see the various...
| 12-15-2007 | di_cello | 0 | 12-15-2007 01:47 PM | Sorry quick question.
Sorry quick question.: team_holland.ddt
Whats the deal with the...
| 11-24-2007 | Drunk Beware | 1 | 11-24-2007 03:15 AM | Anyone up for a long game via hamchi??
Anyone up for a long game via hamchi??: easy tigers, i set the hamachi network name to...
| 11-07-2007 | Ricardos | 2 | 11-07-2007 02:14 AM | Stop The Domination
Stop The Domination: In France, Lyon have won the last 5 titles (6 if...
| 07-10-2007 | gse0x8 | 8 | 07-11-2007 11:23 PM | | » Online Users: 28 | | 0 members and 28 guests | | No Members online | | Most users ever online was 2,128, 07-21-2008 at 08:27 PM. | |