I've wanted to try out EVE Online for a while now. Never found the time, and it seems to be a bit of a time sink. Since I have no idea if I'm actually going to enjoy it or not, it never took priority.
These kinds of news make me want to find the time. Good job!
It is definitely a social game. You're not going to have a good time if you try to play it solo. At least that was the case when I played it 10+ years ago. No clue if they changed it significantly since then.
It hasn't, at best since then they've added more ship personalization options in the form of ship skins, and some gamification via events, daily login campaigns, and now seasonal-like content where they promote different activities. The current one started yesterday, you can track down and / or follow NPC haulers (or something like that; the event does not appear in sov null. I moved there a month ago after it seemed like that's where all the fun stuff happens)
Depends on the way you play can be a time sink, or session-like game. It is extremely deep and complex to learn from scratch though.
I've made some of the best friends playing it when I had time, friendship formed out of high stakes in this game (you regularly lose hours of grind or real money if you pay for the game - in seconds) and respect you have for each other skill.
Last I checked (and remember right) they used Stackless Python. Very interesting, it can serialize tasklets and send them to another machine to continue executing. Seems no longer maintained though.
what you want a game where they take into account the expansion of space? are we also going to model the complete breakdown of causality on the otherside of the ftl?
I hope this will lead to some AI bros quickly finding performance optimization options; the game can be very heavy on graphics despite most of what's visible being a skybox and UI elements, and the UI is often very sluggish and unresponsive, that is, they seem to be doing too much on the main thread.
I followed and forked it on GitHub.
When Eve Online first came out, the graphics were stunning. I'm planning to dig into the code and take a close look at how the graphics renderer was implemented.
These kinds of news make me want to find the time. Good job!
I've made some of the best friends playing it when I had time, friendship formed out of high stakes in this game (you regularly lose hours of grind or real money if you pay for the game - in seconds) and respect you have for each other skill.
...why did they make a website not html-first?
Eve online has always just pretended to be a space sim.
I saw some eve-specific logic in Destiny repo, like warp enter condition and warp velocity math, or entity visibility between grids.
(Also, it’s full of std::(unordered_)map/set. Surprised they didn’t try squeeze some more perf there.)