• Ever wanted an RSS feed of all your favorite gaming news sites? Go check out our new Gaming Headlines feed! Read more about it here.

Venture

Member
Oct 25, 2017
1,584
So wait, did the console versions have noticeably better AI than PC? Or would this have affected them too somehow?
 

Keldroc

Member
Oct 27, 2017
11,971
spaceballs-alien-gif-9.gif

 

Pasha

Banned
Jan 27, 2018
3,018
Man is the AI really controlled by external .ini files? Thats crazy!
Is this the same case for Borderlands?
 

Kain

Unshakable Resolve - One Winged Slayer
The Fallen
Oct 27, 2017
7,592
This sounds like the people who wrote the code never even touched the game itself and the testers probably raised all the flags but the publisher didn't care/didn't have budget to fix it.

What you call a mess.
 

deepFlaw

Knights of Favonius World Tour '21
Member
Oct 25, 2017
23,488
Oh. Oh no.

As a programmer, typos like this scare the shit out of me.
 
Oct 25, 2017
12,569
Arizona
I'm not sure exactly what you mean, but the entries in the INI file don't need to correspond to files. They're just text that the game reads and stores in some sort of key-value data structure. If I had to guess, I'd say that there's a part of the code that decides for each enemy type the type of AI behavior it should use, depending on what it says in the configuration file. If there's no value or an unrecognized value, it'd probably fall-back to the default behavior (which is what happened here).
Gonna be honest, I skimmed the fuck out of that and saw long strings immediately below the path to the ini and my mind instantly went to file paths.
 

Smash Kirby

One Winged Slayer
Member
Nov 7, 2017
4,066
Someone should bring this to the attention of Jim Sterling, it has been a while since he covered Colonial Marines.
 
Oct 27, 2017
12,374
5 years later, a single typo is fixed, raising the game from poor to mediocre.

Pitchford vindicated.

I bet that typo fix didn't resolve the fanfic story though
 

Dorfdad

Banned
Oct 27, 2017
731
Five years since the game has been released so about that same time.

I'm more amused by Gearbox Software themselves never picking up on this.

Especially after all the damning AI complaints wouldn't they fire up a retail copy and say hmm this looks odd and investigate? Simple mistake cost them money I'm sure!!
 

tbyte64

Member
Dec 30, 2017
396
Do people ITT understand that they don't pay programmers by the letter? It literally doesn't matter how many letters fixes the bug, what costs money is the several days to investigate the bug, understand the code, rebuild, re-run QA, redeploy, etc.

Yes it's still puzzling why Gearbox was penny pinching so hard on this game that they couldn't fix this bug, but the nature of the bug and how many letters it is is completely irrelevant.
 

ChrisJSY

Member
Oct 29, 2017
2,053
I don't know what's worse, this or specifically having a test environment to test something, acknowledge what you are testing isn't working and ignore it, pushing it to live and letting it rot for years and doing it hundreds of times.
 

Dusk Golem

Local Horror Enthusiast
Member
Oct 25, 2017
5,804
The surprising thing isn't a single typo breaking elements of the game, I think anyone who's done any level of coding knows the dread of the infamous, "find the single mistake in my code that's breaking everything," and it being in an external file means it's less likely they'd check there initially to find the mistake.

But it is very surprising that they must've known the AI wasn't working as intended and shipped it in that state, maybe they figured something broke in development they couldn't fix, but the solution is humorous/ a bit sad. I know with bug fixes you can't fix everything, so you do have to prioritize what to fix, but this seems like such an important part of the game to fix, that them not prioritizing fixing this just seems insane to me.

It also reminds me of those periods something in a game I'm working on that SHOULD BE WORKING just absolutely isn't, I recheck my code, I feel like I've done everything, only to find there was one simple external mistake I made that fixes everything. Given I don't ship my games in that state, my games aren't nearly as complex as something like Colonial Marines, but I'm also one person and they're a hired team, but yeah.
 

Cess007

Member
Oct 27, 2017
14,072
B.C., Mexico
As a QA myself, it pisses me off when people come and post things like this is QA fault.

QA doesn't review code, nor .inis and I can assure you there's a bug logged somewhere about the poor AI in a Gearbox database
 
Oct 27, 2017
9,417
Thats programming, the dudes who created the algorithim were probably in their own box. Someone came to check it out and it did what they wanted. The game was probably put all together at the last minute and the people who developed it were either gone or occupied with other things so it wasn't caught.
 

convo

Member
Oct 25, 2017
7,364
I agree. The hate is silly. who ever mis-wrote that line of code had a brain fart that doomed peoples careers. its more sad than humorous.
It is a mundane mistake but a costly one, if they ran out of time to find the mistake it just makes it more tragic not that it would have saved the game completly. 5 years later this is just a funny reminder to check your code for any typos.
 

Dusk Golem

Local Horror Enthusiast
Member
Oct 25, 2017
5,804
As a QA myself, it pisses me off when people come and post things like this is QA fault.

QA doesn't review code, nor .inis and I can assure you there's a bug logged somewhere about the poor AI in a Gearbox database

Yup, QA aren't programmers, they're not looking at the code of a game.

I also know several people in QA, QA finds bugs all the time and report them, but it's up to the actual teams if they choose to fix it or not. Most bugs get a marking from the QA team of how crucial they are to fix, but there's MANY examples of QA telling the teams a bug is a bigger deal, and the leads not prioritizing it to focus on other things instead. It's not feasible for a game team to fix every bug in a game, there's not the time and money for that, but some stuff they neglect they really shouldn't, and often QA DID report it, just the leads didn't prioritize it.
 

data

Member
Oct 25, 2017
4,716
Is it appropriate to say lazy devs?
I wouldn't say that.

Probably had a budget and time constraint and who would expect it wouldn't be a problem with the code but a configuration file.

Even the modder took 5 years to find this even when the ini was open for all to see.
 

Orb

Banned
Oct 27, 2017
9,465
USA
I reviewed this game at launch and I'm sorry to say that this is not nearly enough to "fix" it
 

Corporal

Member
Oct 27, 2017
807
Sweet ogly mogly. How. Why. That's just hilariously terrible. How fitting that the fix took several MONTHS to propagate outside a tiny modder blog.

I'm just sad that development must've been so borked that even a (likely) error log or exception upon encountering the parsing error didn't alert the devs to this critical yet easily fixable bug. I know it's tempting to just tune out the various warnings these modern code behemoths barf out by the bucketload, but shouldn't that have been one of the first things to check? And I don't know just how strict their engine script parsing is, but shouldn't this have thrown huge amounts of critical errors in succession for using an object that was either nonexistent or uninitialized? Meaning, the dev in question would have gone through their own changelog with a fine comb, probably with half the team riding his ass for breaking the AI?

What a mess.
 
Oct 25, 2017
11,667
United Kingdom
Fix is a strong word. It might make it a little better but let's not get carried away, the game still has many problems that this doesn't fix and is still a kick in the balls to all Aliens fans.