Yes. You can simply submit a support ticket and you'll get your credits back.Commander Henna got this twice in a row the lucky guy, couldnt afford to rebuy twice
Haven't had it yet and I'm being very careful with my credits, what do frontier do to people that have been killed because of this? credit refund?
Has anyone encountered this bug since today's server-side update?
I feel the need to voice my opinion on this 'bug'. I find it very, very disheartening.
Not because it's there; bugs happen. But because of what can be inferred from it.
Unless a player can reproduce this bug for his own weapons - and there has been to my knowledge no such instance - it IMHO shows that the statement 'the AI plays by the same rules as players (minus MC ammo)' is misleading.
If that was the case, the weapon model
* would stop firing for the proper ROF and reload (both visibly missing)
* would decrease WEP capacitor storage (missing, those plasma balls would empty any capacitor after at most 10)
* would increase ship heat (the ship should boil with modules failing everywhere - not conclusive, but I don't see any degradation in, say, maneuverability).
It fails to do so, otherwise there would be no such videos. And the AI shouldn't be able to do anything else than a player: pull the trigger & juggle PIPs - I take FDevs word on that. Hence, the weapon model alone would not permit this behaviour if it was identical to the players'.
From that I conclude that the NPC ship modules use a completely separate set of module/model parameters - and if there's an issue with that second/NPC parameter set (e.g. like here: ROF 10/sec, reload 0s, heat +0, energy -0) like behaviour occurs - a bug.
So yes. The NPCs play by the same rules as players. It just seems with their own special parameter set. I dread to think about the possible consequences.
There's much guess work here all of which may be wrong. But I consider this conclusive enough to be disheartened and disappointed by it. Thus, I really wish FDev would describe how to reproduce this with player ships to prove me wrong.
They may have a significant advantage here too, of course; the best human pilot with them most efficient macros can still only juggle pips at a maximum rate if only because there's a finite time between muscle stimulus and the electronic signal reaching the PC. NPCs have no such restrictions and could be doing pips to engines, apply a brief thruster burst, pips to weapons, trigger a pulse laser shot, pips to systems to absorb a couple of shots, rinse and repeat very quickly which would give the illusion of a more efficient capacitor system over time. Not that it explains all of the AI behaviour. But it might contribute to AI that, while not actually cheating, can be much more efficient than a human pilot.And the AI shouldn't be able to do anything else than a player: pull the trigger & juggle PIPs - I take FDevs word on that. Hence, the weapon model alone would not permit this behaviour if it was identical to the players'.
I think I have every right to be fed up...ain't played since saturday because the game is utterly unplayable for me. I don't know FD well enough to give them my trust...I don't have the experience you guys have with them therefore I can only judge from what little experience I have here, and the emerging conclusion is they couldn't care less. The reason I say this is because I have done a lot of reading since this shambolic update and I see that beta testers did point out to the devs that new players would likely suffer the most...but they released it anyway. So either they don't care or...someone else can fill in the blank at this point. If it is indeed a bug, then fair enough but on a great many threads, I'm seeing hardcore players claim this is just the beginning and things will get a lot harder...so if things are nigh on impossible now, then with the prospect of things getting even harder, then where is my incentive to stay? What is the point in even offering me guns in the store when they so useless, it's comical. All they do is shorten my jump range at this point ^^
No argument here, it is harder to make the AI seem human than to make it god-like. But I feel this is not relevant to my observations. I know of no capacitor that would at 4PIPs put out enough power to fire (guesswork) 40 PA shots in a row. If the AI takes the PIPs elsewhere, as instantaneous as that may be, this would reduce the recharge rate accordingly making the 'MultiPA' behaviour even less probable.which would give the illusion of a more efficient capacitor system over time. Not that it explains all of the AI behaviour. But it might contribute to AI that, while not actually cheating, can be much more efficient than a human pilot.
Technical, quite possible. And with the degrees of freedom the Engineers give to modules, likely required. Also, this makes having different parameter sets for the modules much more practical.wstephenson said:but those are represented on the actual ships you see in a session not as types such as '2F Fixed Pulse Laser' but as a long list of attributes usually defined by those types
Lots of good info
-Mark
So you're saying Thargoids?Much as I love the insane weapons, and part of me likes having the proof that actually the system is hugely flexible... lets add them when we mean to next time! er... Sorry![]()
I want that plasma accelerator. Sounds way more fun.Now I want a laser shotgun.![]()
Given the speculation about what might be causing this bug, and what it means for the game - I thought I'd clarify a few things on the technical side. Sadly it wasn't as simple a change as an un-initialised or out of range value, my head would be a lot less hurty this week if it had been!
So, to try and explain.
The data for a module in Elite is split up into a set of blocks: things like power consumption, vulnerability to overheating, health, and of particular interest in this case, Weapon data. Weapon data is about 40-50 values controlling everything from the more obvious rate of fire & range, to slightly obscure things like how fast the beam fades after you release the trigger. More or less any combination of values is allowed (you want a laser shotgun? sure, take a pulse laser and set the Rounds Per Shot value to 12). This flow is identical between players and npcs, even stations and skimmers actually.
Prior to 1.6/2.1 the cached pointer each weapon held to its data was a simple affair pointing at a bit of data loaded from resources, but as part of the changes to make items modifiable I had to change this so it could also be a pointer to a block of data constructed from a base item plus a set of modifiers - ideally without the code reading that data caring (or even knowing) where it actually came from and therefore not needing to be rewritten to cope. This all works great in theory, and then in practice, up until a few naughty NPC's got into the mix and decided to make a mess. I'll gloss over a few details here, but the important information is that a specific sequence of events relating to how NPCs transfer authority from one players' machine to another, combined with some performance optimisations and an otherwise minor misunderstanding on my part of one of the slightly obscure networking functions got the weapon into an odd state. The NPC's weapon which should have been a railgun and had all the correct data for a railgun, but the cached pointer to its weapon data was pointing somewhere else. Dangling pointers aren't all that uncommon (and other programmers may know the pains they can cause!) but in this case the slightly surprising thing was that it would always be a pointer to a valid WeaponData - It's correct enough that it'd never have tripped any of the sanity checks or asserts that something was wrong, and yet.. clearly it's not right either!
What did this do exactly? Well in that example the weapon would have thought it was a slugshot: it'd make decisions on ammo, when to fire, how much power to consume and heat to generate as if it were a slugshot. It then tells the game to fire 12 shots but now we're outside the areas that use the cached data, the weapon manager knows its a railgun and dutifully fires 12 railgun shots. Depending on which machine this occurred on exactly it would either be as a visual artefact only that does no damage, or (more rarely but entirely possible) the weapon would *actually* fire 12 shots and carve a burning trail of death through the space in front of it. The hilarious part (for people not being aimed at) is that the bug can potentially cause hybrids of almost any two weapons... In my testing I've seen cases of railguns firing like slugshots, cannons firing as fast as multicannons, or my favourite absurd case of a Huge Plasma Accelerator firing every frame because it thought it was a beam laser... Ouch.
Why does this never occur on players? Well AI and players aren't governed by different rules in combat - but one thing AI's do that players never do is transfer authority between machines (it's rather hard to move out of range of yourself after all), which is the trigger at the heart of this bug. Removing modified weapons from NPCs earlier in the week will have reduced the frequency of the problem as it's more-or-less tied to how many modified weapons are in the session, the fix included in the build Zac mentioned coming soon should stamp it the rest of the way out. With the usual caveat of programmers: I fixed the problem I found, can't promise it's the last one!
Much as I love the insane weapons, and part of me likes having the proof that actually the system is hugely flexible... lets add them when we mean to next time! er... Sorry
-Mark
Given the speculation about what might be causing this bug, and what it means for the game - I thought I'd clarify a few things on the technical side. Sadly it wasn't as simple a change as an un-initialised or out of range value, my head would be a lot less hurty this week if it had been!
So, to try and explain.
The data for a module in Elite is split up into a set of blocks: things like power consumption, vulnerability to overheating, health, and of particular interest in this case, Weapon data. Weapon data is about 40-50 values controlling everything from the more obvious rate of fire & range, to slightly obscure things like how fast the beam fades after you release the trigger. More or less any combination of values is allowed (you want a laser shotgun? sure, take a pulse laser and set the Rounds Per Shot value to 12). This flow is identical between players and npcs, even stations and skimmers actually.
Prior to 1.6/2.1 the cached pointer each weapon held to its data was a simple affair pointing at a bit of data loaded from resources, but as part of the changes to make items modifiable I had to change this so it could also be a pointer to a block of data constructed from a base item plus a set of modifiers - ideally without the code reading that data caring (or even knowing) where it actually came from and therefore not needing to be rewritten to cope. This all works great in theory, and then in practice, up until a few naughty NPC's got into the mix and decided to make a mess. I'll gloss over a few details here, but the important information is that a specific sequence of events relating to how NPCs transfer authority from one players' machine to another, combined with some performance optimisations and an otherwise minor misunderstanding on my part of one of the slightly obscure networking functions got the weapon into an odd state. The NPC's weapon which should have been a railgun and had all the correct data for a railgun, but the cached pointer to its weapon data was pointing somewhere else. Dangling pointers aren't all that uncommon (and other programmers may know the pains they can cause!) but in this case the slightly surprising thing was that it would always be a pointer to a valid WeaponData - It's correct enough that it'd never have tripped any of the sanity checks or asserts that something was wrong, and yet.. clearly it's not right either!
What did this do exactly? Well in that example the weapon would have thought it was a slugshot: it'd make decisions on ammo, when to fire, how much power to consume and heat to generate as if it were a slugshot. It then tells the game to fire 12 shots but now we're outside the areas that use the cached data, the weapon manager knows its a railgun and dutifully fires 12 railgun shots. Depending on which machine this occurred on exactly it would either be as a visual artefact only that does no damage, or (more rarely but entirely possible) the weapon would *actually* fire 12 shots and carve a burning trail of death through the space in front of it. The hilarious part (for people not being aimed at) is that the bug can potentially cause hybrids of almost any two weapons... In my testing I've seen cases of railguns firing like slugshots, cannons firing as fast as multicannons, or my favourite absurd case of a Huge Plasma Accelerator firing every frame because it thought it was a beam laser... Ouch.
Why does this never occur on players? Well AI and players aren't governed by different rules in combat - but one thing AI's do that players never do is transfer authority between machines (it's rather hard to move out of range of yourself after all), which is the trigger at the heart of this bug. Removing modified weapons from NPCs earlier in the week will have reduced the frequency of the problem as it's more-or-less tied to how many modified weapons are in the session, the fix included in the build Zac mentioned coming soon should stamp it the rest of the way out. With the usual caveat of programmers: I fixed the problem I found, can't promise it's the last one!
Much as I love the insane weapons, and part of me likes having the proof that actually the system is hugely flexible... lets add them when we mean to next time! er... Sorry
-Mark