These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Player Features and Ideas Discussion

 
  • Topic is locked indefinitely.
 

Make Blueprint Copies Stackable

Author
Giovanni Ursula
Low Tax Hedge Funds
#1 - 2014-08-07 10:58:33 UTC
CCP, it would be wonderful if blueprint copies could be "repackaged" and made stackable.
HiddenPorpoise
Jarlhettur's Drop
United Federation of Conifers
#2 - 2014-08-07 11:04:14 UTC
It would require making new id codes for every blueprint multiplied by every possible state.

Which is 121 times max runs, that's a lot. And it's for every blueprint.
Abel Kugisa
Science and Trade Institute
Caldari State
#3 - 2014-08-07 11:39:20 UTC
HiddenPorpoise wrote:
It would require making new id codes for every blueprint multiplied by every possible state.

Which is 121 times max runs, that's a lot. And it's for every blueprint.


That's a lot but a 64 bit integer could handle it.

However you could limit it to max run copies.
Or just remove the runs from copies, so you would have a stack of 1 run copies instead of a multiple run copy. But then there would be other things you would have to think about.
A new system where you can merge and split blueprint copies would also be a possibility.
Lothras Andastar
Garoun Investment Bank
Gallente Federation
#4 - 2014-08-07 13:55:32 UTC
Legacy Code. Just be grateful you have different colours for BPOs and BPCs nowadays.

Because the Legacy Code has too much Psssssssssssssssh, nothing will ever get fixed until CCP stop wasting money on failed sparkle MMOs and instead rewrite the entire backend of EvE from scratch.

LT Alter
Ryba.
White Squall.
#5 - 2014-08-07 16:30:27 UTC
Most of them have different stats, without changing the id name to be different for each stat level stacking them would be impractical as you would have a stack of items with different stats (Also I don't believe that is possible with eve's code, and why should it be anyway). Repackaging an item, as far as I know, removes the items personal id (and information connected to that exact item) and replaces it with a group id(The id of the item in question) and a quantity, that then allows the item to be stacked by changing the quantity number. So if you could repackage a bpc it would result in removing all it's stats such as the ME and TE.