Jeśli jesteś graczem EVE Online z Polski, to jak najszybciej zarezerwuj sobie wolne 30 i 31 lipca. Dlaczego?
Ponieważ z dumą ogłaszam oficjalny zlot graczy EVE Online w Warszawie, 30 lipca 2014, który uświetni swoją obecnością sam CCP Gargant z teamu Community!
GDZIE: Hard Rock Cafe
ul. Złota 59
Warszawa, Poland (mapka dojazdu)
Q: Jak dojechać?
A: Planujemy zlot w ścisłym centrum Warszawy, więc pociągi zatrzymujące się na stacji Warszawa Centralna to najprostszy dojazd. Przed Pałacem Kultury zatrzymują się też prywatne busy i autobusy, więc z dojazdem nie powinno być problemu. Możesz też wybrać Polski Bus, który zatrzymuje się na stacji Młociny. Stamtąd wystarczy dojechać metrem do stacji Centrum. (mapka dojazdu)
Q: Ale 30 lipca to przecież środa, cóż za fatalny termin na zlot!
A: Wiemy o tym. Z drugiej strony tylko w tym terminie możemy gościć w Polsce CCP Garganta. Jednak jeśli zlot wypali, koledzy z CCP z pewnością odwiedzą nas ponownie.
Q: W jakich godzinach będzie zlot?
A: 19:00 – 23:00, przy czym nic nie stoi na przeszkodzie żeby zostać dłużej
Chcielibyśmy ocenić jak dużo osób wybiera się na event – dlatego proszę wypełnij formularz rejestracyjny pod tym postem. Z góry dzięki!
PS. Mail nie musi być prawdziwy, ale po evencie wystawię zdjęcia ze zlotu i namiary zostaną wysłane na podany w formularzu adres.
Do zobaczenia na miejscu!
—
If you are an EVE Online player, and you are from Poland, you should arrange a day off on 30th and 31th of July. Why?
Because I’m very proud to announce that on July 30th there will be an official Player Meeting in Warsaw, attended by no other, but CCP Gargant himself!
WHERE: Hard Rock Cafe
ul. Złota 59
Warsaw, Poland (downtown map)
WHEN: 30.07.2014, we start at 19:00
You can already start arranging accomodation and travel to a party in the hottest summer capital in the Central Europe!
Q: How to get there?
A: We plan the event in the Warsaw downtown, so coming by train to Warszawa Centralna is probably the easiest way. Some buses and coaches which have a stop near Pałac Kultury will also work for you. It is also possible to travel with Polski Bus, which stops at Młociny station in Warsaw. You can then take the underground directly to the Centrum station. (downtown map)
Q: But July 30th is Wednesday, what a lousy timing for a gathering!
A: We are well aware of this. On the other hand it’s the only way we can have CCP Gargant with us. But I’m pretty sure that after doing it once, we will be able to pull it off again, so everyone interested will be able to attend.
Q: What time will the event take place?
A: 19:00 – 23:00, but you can stay longer if you want.
If you already know that you’re coming, please fill the short registration form below. Thanks!
See you there!
Rejestracja
Jeśli wybierasz się na zlot ( wystarczy 90% pewność 😉 ), proszę wypełnij formularz poniżej. Dzięki!
Rejestracja została zakończona
Jeśli nie zdążyłeś/aś się zarejestrować, nie przejmuj się i przyjedź na zlot! Po prostu wypełnisz identyfikator markerem na miejscu 😉
Hello internet spaceship industry moguls! With Crius and big changes to industry just around the corner, one would surely benefit from a contribution tracking tool such as LMeve.
I realize that, and despite the fact that I’m retired from the game, I still support the tools.
New features
First, thanks to an amazing dev known as CCP FoxFour (@regnerBA) and his recent work on CREST & EVE API, LMeve will now display the list of POCOs owned by your Corporation (or Corporations) and tax rates set on each of them.
Another new feature is one that was well overdue – it even had a placeholder in the menu, but it was not completed before my retirement. Say hello to PVE Activity window. It shows how many missions and incursions have been run in a given month (based on the WalletJournal data; number of missions equals the amount of agent mission payouts and CONCORD payouts account for incursion sites run). A similar graph for PVP is in the works as well (will show kills vs losses).
Some bugs have been squished as well (for example all graphs will now show proper number of days for each month instead of hardcoded 31). Another bug was in poller code for POS list (StarbaseList.xml.aspx). Due to the way it was written (INSERT ... ON DUPLICATE KEY UPDATE...;), all old POSs would continue to exist in the database, despite the fact they have been unanchored or destroyed. New code (DELETE...; INSERT...;) removes all old POSs and updates them per latest API data. The same code was used for Pocos, so they should update correctly as well.
By the way, I have a patch ready for EVE: Crius industry changes (new ME and TE formulas), but I will hold it until this new expansion is released.
CCP is not updating the 3D models on their CDN automatically, which means that 3D preview will not work for a good deal of them (or will show old models instead, for example for Tristan or Moa). I have tweeted to @CCP_raRaRa, who is the person behind CCP WebGL, so we have to wait until he runs his model export scripts again.
Does it mean Lukas Rox is back?
If only life was so easy 😉 Nope, I’m still retired from EVE. This is just some necessary maintenance work on apps I’ve written for you guys!
unpack all PNG files from Types to ./wwwroot/ccp_img/
unpack all PNG files from Icons to ./wwwroot/ccp_icons/
2. Database setup
Import ./data/schema.sql file to MySQL database before using LMeve. Remember to set the db config options in ./config/config.php
If in ./data/ there are any delta schemas, import them as well (up to the version you’re installing)
Import latest static data dump (can be in a different db schema for clarity, for example you can import lmeve db to lmeve schema and static data in sde_rubicon. LMeve will always use SDE schema set in$LM_EVEDB variable in config.php file) You can download latest static data from Steve Ronuken’s website:https://www.fuzzwork.co.uk/dump/
If necessary, change table names to lowercase using script ./data/sde-rename-lowercase.sql
Access the database using phpmyadmin or other tool, go to lmusers table
Edit record for user admin
Paste the password hash from clipboard in the pass field afterwards you will be able to login as admin/admin . Password should be be changed in Settings as soon as possible.
Add corp API key (or keys) to cfgapikeys table. keyID goes to keyID, vCode goes to vCode
Full corp API key works best, but the app will adjust the amount of visible information according to the rights it has been given.
3. API Poller setup
Set up API poller in cron to run every 15 minutes*/15 * * * * [path-to-php]/php [path-to-lmeve]/bin/poller.php
Credits and copyrights
LMeve by Lukasz “Lukas Rox” Pozniak
LMframework v3 by 2005-2014 Lukasz Pozniak
rixxjavix.css skin by Bryan K. “Rixx Javix” Ward
Thanks!
TheAhmosis and Razeu – it’s their idea that I had the pleasure to wrap in code
Crysis McNally – for excellent ideas and thorough testing
Aideron Technologies – for excellent closed beta
CCP Games – for making such a great game and providing API for us, developer kind, to tinker with
After yesterday’s dev-blog about ship skins, most players again discuss the micropayment issues. Others discuss the technical aspects – instead of introducing 8 ship skins, maybe it should be possible to create your own, unique color sets?
Remember the game Homeworld? Even though it’s several years old, it allowed changing the colors of the stripes on all ships in the fleet. Would that be possible to do in EVE Online? Could corporations have their own “stripe colors”?
The answer is YES, technically it’s not very difficult*
* – I know for sure it’s possible to do in CCP WebGL, but I do not have enough knowledge about EVE Online client code
When me and T’Amber talked about CCP WebGL, I remember we’ve discussed ship shaders being text files. What does it mean? Each CCP WebGL ship skin is simply an XML plaintext file that says which files contain the 3d model, what textures to load and all the other parameters (hue, specular, effects etc.) are set there as well, all in plain text.
How does that apply to fully customizable ship skins? Some parameters could be dynamically changed at runtime, for example Diffuse Color (hue). You wouldn’t be freely able to change the entire textures, or shape of the ship, but you would get the Homeworld-like ability to change the colourable parts of the hull to any shade you want. Like Punkturis’ neon pink? Change the hue to pink (#FF00FF) and set saturation to max. Like matte black? Change the saturation to zero and luminosity to low, and you’ll get your black.
As an example, below is the color for Gallente ships from Tristan’s .red file:
for those who want to test, here’s the same colour as HTML ( 0.2901961 * 255 -> convert result to hex )
#4A6062
What does it give us? Instanced ships items (i.e. unpacked ships) would have to contain a few more numbers, that are then used by the game client to replace the default Diffuse Color a moment before rendering the ship on screen. Would that put a lot of strain on GPU? A little bit, yes, because client would have to keep many more shaders at runtime, but the amount of actual texture files would be exactly the same.
Here I replaced the default Gallente color with this:
#FF4CFF
And this is the result (requires WebGL compatible browser):
Jovians are the fifth, technologically superior, elusive race of New Eden. For years their ships were in the game, even despite the fact that the race is non-playable. Sometimes one could see them, when CCP Actors were flying Jovian ships during live events. According to these two tweets below, Jovian ships will soon be no more:
Technically it’s possible to download ship 3D assets from CCP CDN and preserve them on external server, which means it would always be possible to view them in 3D using CCP WebGL. Unfortunately there is also some legal implications (this is CCP’s intelectual property after all, and they would have to explicitly allow copying these ship assets to a third party website). If the answer was ‘yes’, I would be more than happy to run and maintain such “virtual museum” for EVE ships.
What are we talking about? Of course about these little fellows:
Until CCP removes these ships from their CDN, you can still view these ships in 3D in LMeve Database:
Last friday @Darkblad_eve, maintainer of a german fansite schildwall.info, sent me some resources regarding Rubicon 1.3. I couldn’t just ignore it, so here you go: the usual feature compilation for upcoming 1.3 Point Release for Rubicon!
New way of acquiring the Astero, Stratios and Nestor
High demand caused new Sisters of EVE ships to have quite a pricetag. CCP came up with a solution, that will reduce these high prices slightly, boosting Rogue Drones nullsec regions at the same time. Since Rubicon 1.3, Rogue Drones will start dropping nexus chips. It will be possible to turn in said chips at any Sisters of EVE agent for a one-run BPC of either a Nestor, Stratios or Astero. The chips will be called:
Combat Frigates:
The Punisher will now follow the new Amarrian high mass pattern. It will be getting a boost to cap recharge and fitting. Kestrel gets a slight a mobility buff. The Breacher is getting a boost and a nerf at the same time: its missile damage bonus will be changed to Rate of Fire bonus (which means higher dps, but also the need to reload more often). It will also be getting a tad more speed at the cost of agility. The changes to Rifter are however the most significant. Rifter will have its Small Projectile Turret tracking bonus changed to a 10% falloff bonus. Judging by the replies under original post, this change was welcomed by the community.
Support Frigates:
First, the whole class is getting more base cap (but with lower cap recharge) and more speed (with lower agility). CCP’s idea is to reward actual piloting skills. Lowered agility will for sure require more attention when flying support frigs. The Inquisitor is also getting additional mass.
Cruisers:
The Augoror, Maller and Omen are getting their mass increased substanially. Vexor gets a tiny nerf to agility and speed, but gets its mass reduced to comepnsate. Moa will get a bit more shields at the cost of hull, slightly more cap with better recharge and substantially reduced mass. Osprey gets a bit more speed and less mass at the cost of agility. And Caracal? Caracal will loose just a tiny bit of agility.
‘Packrat’ Mobile Tractor Unit – best durability
+200% higher sensor strength than the base MTU (affects difficulty of probing)
+25% higher tractor beam velocity than the base MTU
+50% Armor and Shield HP, +33% Hull HP compared to the base MTU
‘Magpie’ Mobile Tractor Unit – best range and tractor speed
+500% higher sensor strength than the base MTU (affects difficulty of probing)
+50% higher tractor beam velocity than the base MTU
+40% higher max tractor beam range than the base MTU
In Rubicon 1.3 the effect of all four of the Corporation Management skills that affect corp membership limits will be doubled:
Corporation Management will provide +20 members per level. Megacorp Management will provide +100 members per level. Empire Control will provide +400 members per level. Sovereignty will provide +2000 members per level.
Hull repair modules are the only logistic modules that didn’t have drone counterpart. Since Rubicon 1.3 there will be Hull Repair Drones in Light, Medium and Heavy sizes, and Tech I and Tech II flavours. Their skill requirements will be very similar to Armor Repair Drones, but will be using Remote Hull Repair Systems skill instead of the Remote Armor Repair Systems skill. Other skills required will match other logistic drones. Both Repair Drone Operation skill and Drone Repair Augmentor rigs effect will now be applied to Hull Maintenance Bots just like they do for Armor and Shield drones currently.
Light Hull Maintenance Bot I – 6HP restored over 5s
Light Hull Maintenance Bot II – 7HP restored over 5s
Medium Hull Maintenance Bot I – 12HP restored over 5s
Medium Hull Maintenance Bot II – 16HP restored over 5s
Heavy Hull Maintenance Bot I – 30HP restored over 5s
Heavy Hull Maintenance Bot II – 36HP restored over 5s
These have not been officially confirmed by the CCP, neither they are visible on market on Singularity. They have been found in static data dumped from the current Singularity client.
Yup, those two guristas ships look like this year’s Alliance Tournament prizes.
On 6 of March CCP Xhagen unveiled the secret of the above ships. According to dev-blog, These are ship skins. They have exactly the same stats as normal ship variants, and will come as BPCs. Some will cost LP, some will be sold for AUR. The microtransaction prices should be moderate, at 45 AUR per 1 run frigate BPC and 350 AUR for Battleship. Of course all ships and blueprints can be sold on market for ISK. While many players question AUR payments in itself, these skins seem to be exactly the same as 100 AUR pants. Don’t like them? Ignore them. Like em? Fly skinned ships. By the way, Police Pursuit Comet blueprint will cost 3,000 CONCORD LP and 3,000,000 ISK and will be available in any station with a CONCORD LP store. I can’t wait to fly the Woop Woop Comet!
By the way, if you inspected the link from @Darkblad_eve that I’ve mentioned in the first paragraph, you’ve probably noticed some new clothing coming to game, too. I like the New Eden Open shirts best:
All ore and ice asteroids have received their Shader Model 3 treatment. EVE has just become prettier.
V3 doesn’t end there, because Territorial Claim Units have been redon as well. They will correctly display alliance logos, and have fancy activation animations.
Remember the Tristan redesign mentioned on last fanfest? Well, Fat Man does look like a fat man now.
Linear Lighting, which is supposed to get more details out of ship textures (but for the moment causes them to look a tad darker than usual).
has a counter to show you how many pilots are in the station
can be searched in a similar way to search in hangars
You can now assign a label when you add a contact
It’s now possible to open more than one Kill Report at a time.
Orbital bodies in the Show Info window will now have a more functional right click menu
The Directional Scanner has now 2 input fields (km and AU) and a slider for range input. The 3 inputs are connected so when one is changed, the other ones update.
The angle slider in the D-scanner as been changed so it’s non-linear and has even steps to make it easier to select the lower angles
In chat windows:
you can specify words to be filtered out
you can specify words to be highlighted
highlighted words can always blink the chat tab, even if the channel is set “Blink Off”
Right click on booster will now show “Consume” as the topmost option
The “Fitting” tab in the Show Info window has been given a bit of a facelift
The capacity of the bays of your current ship is now displayed in a bar in the Show Info window (just like resists)
If you want to know what happens when Lockefox (@HLIBIndustry) and I team up, see these two links:
What’s that?
This is animated kill stats for 2013. Each blink is a ship of given type (or group) being destroyed!
You probably wonder if you can watch the battle of Asakai here? Well, not really. Let’s say 1,167,452 capsules got killed in 2013. That means, on average, every 27 seconds one was popped. The Capsule image on the webpage will therefore blink every 27 seconds (since I speed up time by 20x, it will blink every 1,5 seconds instead). In short, it’s showing the average frequency, not the actual kills. It doesn’t mean it’s impossible to playback live data on this “ship grid” – it’s only matter of getting hold of the actual kill data as it happened. It should be even easier for a single battle – B-R – I’m looking at you!
How did we do this?
Lockefox had a database with kill data for the whole 2013 (downloaded from zKillboard.com), but we didn’t have an idea how to show it. Our inspiration came from XKCD Frequency – an animated gif, which shows how often some things happen in real world. Making it an animated gif however would be rather time consuming, so instead I’ve chosen javascript. First, javascript does a lot of things automatically. If I want to change something, for example update the data or make a 2014 version, I only have to update the CSV data with kill information. Scripts will do the rest. Later in the development I realized that for ship types I can actually use their icons instead of text, which should look better. So I came up with an idea of ship type grid, with icons blinking every time something is destroyed.
I have some more ideas how to present this information, so stay tuned. More pretty graphs and visualisations is coming soon!
Update
After we’ve published the 2013 kill stats yesterday, people kept asking if it was real time data. But it wasn’t.
So today I got the B-R5RB killmail database from Lockefox and used the ship grid from yesterday to make… an actual EVE Online Battle Player!
Since the event was played at 10% TiDi, if you set the time compression to 10x (yes, I’ve added a slider for that!), you will get real time as it would have happened without TiDi. Of course the entire battle took over 24 hours, so it’s best viewed at 100x 😉 Enjoy!
I’m sure there’s plenty of high-sec industrialists, who are afraid of wardecs. There are players who do PVP on one character and Industry on another, but there is also lots of those who only like to build sandcastles, letting someone else destroy them (as long as it means profit of course). Corporations made of the other kind of players are at increased risk of non-consensual PVP. That’s why I’ve decided to write up how such corp can deal with agressors, based on our recent experiences.
There are two types of wardecs
One that is merely a nuisance and another that can be a show-stopper.
The beginning of new year saw an omnidirectional “Burn highsec” campaing by the Marmite Collective. While dangerous for travellers, these kinds of wardecs are more less safe for business, as Marmite’s rearely attack POS or POCOs, and logistics can always be done by out of corp freighter alts (or even Red Frog if need be).
But Aideron Technologies has fallen victim to another wardec in January: The BEA’s – Unintended Consequences alliance (a merc wing of what otherwise looks like a probably dead industry/pve alliance: The Butterfly Effect). They claimed they have a contract against Aideron Technologies for transgressions of one of our members. It sounded unlikely, even more so because they didn’t give any names. They were seen around our home system, so we have promptly halted all the production and pulled all the labs, turning on hardeners and waiting for the agressors move.
They didn’t talk to us until the last day of the first week, when they demanded a ransom (slightly more than one PLEX worth of ISK). Otherwise a fleet of Vindicators and a handful of other faction battleships would level all our POCOs and POS (mind Aideron Technologies has no POCOs at all, but whatever). Of course they all logged on instantly and undocked their shiny battleship fleet to show they’re not joking. Not sure why (probably has something to do with our diplo), but they let the first wardec expire and started another one, giving us 24 hours of time. It was a perfect window to pull down all towers to safety, thus there was nothing more they could ransom us for.
Fear not, the agressors didn’t stop there. For us not honoring the ransom they offered, they stated they are going to wardec us indefinitely, to completely break and disband our corp.
The war lasted exactly one more week
I am not going to lie. After having a blast in Stay Frosty FFA, I was eager to do some PVP. I was even devising strategies how to fight their Vindicator bash fleet. Unfortunately, Aideron Technologies being a purely industrial corp with only a handful pilots experienced enough in PVP was not going to fight. And my one man army of me, myself & I was not nearly enough to do so either. But I’ve gathered as much intel as I could, written it all down on the corp wiki (there is a few pages of information there now!) and had my locator agent pin the enemies on the map. Guerilla warfare favors use of fast ships like Vagabond and e-war ships like the Curse, so I fit a few of each. Surprisingly enough, the whole second week of wardec they only hopped online briefly to what seemed skill queue updates. Their killboard ends on January 30th. There is no sign of them afterwards.
Does it mean Aideron Technologies is not doing industry anymore?
Well, we’ve pulled all our POS down, which means we no longer have the labs to use. Our enemies thought we have no other choice: either pay up the ransom, or loose the POS towers (which means the industry would have to stop entirely, plus, AT has no standings with Gallente Federation to put the towers back up). Obviously, they were wrong, because we had a few more choices:
First, having a POS is a simple convenience. A high sec corp doesn’t need POS at all to run industry. All you have to do is decentralize, find NPC stations with free Invention and Manufacturing slots. Copying in NPC stations is indeed a pain, but we are patient fellows.
Secondly, we could join an alliance, increasing the wardec cost to a point where it’s not feasible for the attacker to keep the wardec up anymore
Thirdly, high sec manufacturable capitals, namely Freighters and Orcas can be easily made without a POS, and the whole enterprise can still be profitable.
Lastly, out of corp alts can always do the logistics
As you can see, wardeccing a high sec corp is easy. Killing their POS towers is only a matter of having enough force at hand. Stopping a corp from doing industry in high sec entirely? Nearly impossible, as they can stay turtled indefinitely, still making ISK in the safety of station.
And of course there is a handful of counters to a Vindicator bash fleet if you wish to fight back. They are short range Neutron Blaster fits you see. Is this enough of a hint?
Wardecs will happen, because this is EVE
As long as you stay in high sec, you will always be at the risk of wardecs. And that’s ok really. I mean, yes, they are a disruption of normal day-to-day operations. But this is exactly what I love EVE for: it’s unpredictable. Wars are a refresher, that makes the boring life of an industrialist less boring. They require creative thinking and using game mechanics to your favour. Which, again, is great. If I wanted a game that takes material records from database table A, inserts them as manufacturing tasks to table B, and then outputs them as new product records back to table A, I would write a browser game that does it myself (damn, this is an awesome idea! I think I should start writing that! …wait a minute, I still have a few outstanding projects).
The recent survey about industry by CCP Arrow has awakened hope in industry oriented players of EVE. Wait, does it mean something is wrong with the industry in EVE?
To answer this question we should first have a look…
Who is doing industry in EVE and why?
alts of PVP oriented characters
busy individuals who can’t stay logged in game for long
Industry (which is basically how crafting is referred to in EVE) caters to the needs of people who don’t want to (or can’t) spend a lot of time on EVE. Why? Because industry requires a brief period of activity, and then you are free to do something else. Install another Linux box, change diapers, shoot stuff on another character (* delete where inapplicable). It means industry is a rather passive activity. Should it be made more active? Should mining become a gang activity that requires 100% attention? Should industry be made more active like the hacking minigame was? Well, as long as it adds to the current system, rather than replaces it, I’m ok with it. But EVE requires different types of activities – it is great because you don’t always have to grind. Skillpoints are gained regardless if you’re logged in or not. There are activitites which require undivided attention, like PVP or Incursions. Or missioning/exploring low sec. There are those which require moderate attention – for example missioning in high sec. And there are activities that require low amounts of attention or none at all. Mining would be example of activity which doesn’t require much attention. Do you know why miners are so pissed with James 315 and his crusade to get rid of miners in high sec? Because ganks require miners to pay much more attention that they would otherwise have to. And there comes industry: most of production is done in the safety of a station, be it in high sec or low, or even null, not to mention PI which is as simple as “push button, wait x time, receive bacon”.
What’s wrong then? It seems industrialists are pretty happy with the state of affairs, no? They have their activities in EVE, that don’t force them to sit at the computer for hours on end. So, again: what’s wrong?
GUI is wrong. Well, maybe not in a strict sense wrong. It is wrong as in seriously outdated. It haven’t changed much over the years. Yes, it was iterated upon, for example when Reverse Engineering was introduced in Apocrypha, but it was rather adding a new record in an already existing database.
The core problem with industry in EVE is clickfest
Most activities are highly repeatable. You have to login every x hours to start 10 invention and 10 manufacturing jobs. Starting up each job is 9 mouse clicks and 1 or 2 entries from keyboard.That gives 180 clicks just to set up one batch of invention and manufacturing jobs. It’s funny how CCP changed the first implementation of PI to reduce the amount of clicks. This is exactly what manufacturing, invention and copying needs: getting rid of the clickfest.
Possible solutions:
Introduce ability to start multiple jobs with just one set of clicks:
Choose an installation with free slots: Corp lab/assembly array or NPC factory
Set up parameters for a single run like you would right now
Choose to repeat the same job x times
As long as installation has free slots, there are correct number of blueprints and materials that meet the criteria, the job is inserted this many times
Make GUI remember past choices.
It already remembers if we used Corp or Public installations. Why can’t it remember the last invention/decryptor choice?
client should remember the choice for each blueprintTypeID
Change the “Pick Installation” window to have installation list on the left, and production lines on the right, rather than one on top of the other.
In corporations with many installations (over 50) the majority of time is spent on scrolling this list. Why scrolling? Because the size of the installation list is fixed, and cannot be resized after reaching a certain height.
If the lists were displayed next to each other, the height limit would be the size of the window. This should make it possible to see either most or all available installations
Contribution tracking
Manufacturing and invention are very much like real ife work, so many corporations decide to pay their members for the work contributed towards corp goals. Unfortunately besides the API, game offers no GUI to track participation in the S&I program. Even if CCP wanted to introduce it in EVE it will be hard, because some corporations will choose to pay for the time character spent on manufacturing or invention jobs for corporation, promoting long jobs over short ones. Other corporations will choose to promote people who do a lot of clicking, paying for the amount of jobs installed, rather than for how long it took to complete them. There will also be those who would be willing to pay a share of the profit on specific item. As you can see, there is a multitude of options to choose from (which is bad for implementation).
Since there is no tools in game, Aideron Technologies has chosen to build our own tool (this is how LMeve was born). We have also chosen to pay for the amount of time, because if people run jobs for corp, they can’t run jobs for themselves.
What should CCP do?
Make a report available to corp Directors, which allows contribution tracking
The report should show (for each character)
How many jobs have been installed (per activityID)
How much time they took (per activityID)
How many products (t2 BPCs, items) have been produced
This would allow CEOs to pay their members for their chosen contribution metric. A contribution-to-isk calculator, that says how much corp owes their members would be perfect.
Progress Tracking
Corp members can have many different production tasks assigned by corp. How would they know how many more Heavy Neutron Blasters they should build or invent? This is where progress tracking chimes in. Each character should have a small UI that shows their progress through the tasks that the Directors/Production Managers assigned to them. This way corp member “A” can invent exactly 100 BPCs, and corp member “B” can build exactly 100 modules, not to mention corp members “C” and “D”, who will make enough R.A.M.s and tech II parts to make said modules.
Planning
So the corp wants to make 200 Covert Ops Cloaking Devices II. This requires quite some effort:
400 Tech I BPCs have to be copied
200 Ishukone and 200 CreoDron R.Db.s have to be made to enable copying
200 Tech II BPCs have to be invented
50 Electronics R.A.M.s have to be made
Photon Microprocessors and Graviton Pulse generators have to be made (4000 and 3000 respectively)
Finally, 200 Tech II Covert Ops cloaks can be manufactured
of course Logisitcs have to provide all the materials, including PI, moon goo, minerals and datacores
How did I know how much work is required? Well, everything was in the Static Data Export, all I’ve done was connect and display that information. What should the GUI do in such case?
Insert a Copy task
Insert all intermediate Manufacturing tasks
Insert an Invention task
Insert a T2 Manufacturing task
Generate a shopping list for Logistic pilot
Of course some of the items above can be sourced from market instead of manufacturing them in-house. By the way, I’m pretty sure the ISIS interface would be great to visualize even the most complicated production process.
What’s wrong with Industry in EVE?
First, it’s a clickfest. It takes several mouse button presses to set up a single job. Secondly, game offers no tools to coordinate large scale S&I efforts. The GUI works good enough for a solo manufacturer, who uses either public or limited number of player owned installations, but is completely unprepared for corps which own hundreds of labs and run thousands of jobs each month. There are also no tools for planning or tracking S&I activities of a group.
The result: a multitude of third party tools to choose from
All the above results in players making third party tools which help with tracking and planning:
Hi #DevFleet! CCP has again published the static data dump before deploying expansion to Tranqulity. I would like to thank @Darkblad_eve here, who sent me and @FuzzySteve a heads up tweet on Twitter last night about new SDE being available. It seems CCP has a new procedure: SDE is deployed on friday immediately preceding the usual tuesday expansion deployment on Tranquility (only database is available for now, icons have not been published yet). Anyway, today I had a few spare mintues to run the conversion. Please find the results here:
The item database has been updated to use the new Static Data dump as well. For example: Nestor stats are up to date now, and Deployable Structures have been move to Structures group, along with other POS and Outpost modules. When you head there, you will find all the new deployables (they will be missing icons until CCP publishes them, though).