Computers, Entertainment, Games, Technology, Video Games

Overcooked – Fun Coop Multiplayer Action

I recently a recorded a bunch of videos of the game Overcooked on Xbox One.

Your goal is to assemble meals out of various ingredients, cook them, and serve them. Over time the meals get a bit more complicated and the levels get a lot more complicated. It is strongly designed to be played cooperatively with up to four people, and even supports two players on a single controller.

My only complaint would be the difficulty is based too much on complicated level design (and jumps up a bit too quickly). Some times the controls are not exactly tight and you can end up selecting the wrong thing – having levels with moving targets or slippery floors for instance just accentuates an otherwise minor problem. I would have preferred more meal variations (that are also more complicated) on simpler levels.

But despite all that it’s a fun party game that almost anyone can play. And of course it is made in Unity.

One final note. The first video in the playlist above was generated by Google Photos. It turned out well, except for its automatic cropping.

Computers, Programming

[SOLVED] System.ExecutionEngineException: Attempting to JIT compile method

TLDR: Check multiple references to the same nuget package are all on the same version if you use the Mono linker.

Since my ability to post regularly on things I’m interested in is not great, I figured I could at least post stuff that might be useful.

I recently upgraded a Xamarin iOS app from the “classic” (32bit only) API to the Unified API. After doing so I got the error message:

System.ExecutionEngineException: Attempting to JIT compile method

.

This is caused by the Xamarin (Mono) linker removing code that is only referenced dynamically. The usual solution is to let the compiler know somehow that you are using the code (using a Preserve attribute if it’s your own code or something like MvvmCross’s LinkerPleaseInclude.cs otherwisr).

In my case, this did not fix the problem. It turns out the Unified API upgrade was a red herring. I had also updated a few nuget packages at the same time. One of them was used in several projects, but I’d missed updating one of them (so I had Project A using v1 of a package and Project B using v2 of a package). This meant my efforts to stop the linker from removing some stuff only worked on one version of the package.

Computers, Entertainment, Games, Programming, Technology, Video Games

Gravitas has been released!

Gravitas
Gravitas is now available on the Xbox Live Marketplace for 80 MS points.

An artillery game, somewhat akin to scorched earth, but in 2D, set in space and featuring different planets with gravity you have to slingshot your shots around. Primarily a multiplayer game supporting four local players it’s excellent for parties and an absolute bargain for $1. Although I may have a slightly biased opinion.

Computers, Entertainment, Games, MPOGs, Star Trek Online, Technology, Video Games

Cardassian Galor class cruiser

Star Trek Online recently gained a new loot drop that has been generating strong opinions, a Cardassian Lock Box. Inside each lock box is a random item. Possible items include a special tribble, some special team commodities, some cross faction consoles, a DS9 uniform set, or a few others. On the whole people aren’t interested in those, the only item they actually want is the Cardassian Galor class cruiser.

The actual odds of getting a cruiser are unpublished but assumed to be very low, possibly in the 0.5% range. This wouldn’t be very interesting in itself without one final piece to the puzzle: you require a “Master Key” to open the box and the keys have to be bought on the C-Store for real money. They cost 100 c-points each, or 10 for 900, making them £0.72 each (I think).

Many people have complained about this, and with some justification. My post isn’t really going to touch on that. Instead I’m going to reveal that I got one, and without spending any money on keys. You see, the ship is tradable via the exchange for normal in game energy credits. When it first launched prices were around 500 million. In three days they were down to 100 million. I snagged one for 82 million.

This amount of in game cash is not a small amount by any means. In fact when I bought it, 82 million wass the most I’ve ever had at once, but at level cap there is very little else to spend energy credits on. There are also a couple of ways to earn a lot quickly. The first is Ker’rat. It’s a space warzone in Eta Eridani that features the Federation fighting the Klingons while simultaneously trying to complete some Borg related objectives. If you can win the warzone you get a very rare drop. If you’re second or third you get a rare drop. If you’re at max level the drop will be at least mk X, sometimes even mk XII. Also, all the ships you destroy drop loot in the mk X to XII range. The second way is STFs. Most STF runs on normal succeed with the optional these days. They also drop quite a bit of loot now (especially Cure). Between those two methods you should be able to amass your millions with relative ease (I had 40 million when the Galor was first released and reached 82 million in a week). Also, as an extra bonus, Ker’rat has a wrapper mission that gives you 1440 dilithium for every three completions (and is not a daily so you can just keep running it).

So with all that information asside, here’s a couple of pictures of the Galor in an STF:

Computers, Entertainment, Games, Programming, Technology, Video Games

Gravitas in final review

It’s been a while since I reported that Gravitas was in final play testing. To be honest the process didn’t actually take that long, I just became busy in the meantime. But I have now finally submitted Gravitas for peer review and it’s currently marked as “60% complete”. Based on what I’ve seen of other games as a reviewer that means it should be a few days before it’s eligible for release.

Over the past couple of weeks I’ve been some work not related to the release. Firstly, the game now runs successfully on a Mac thanks to MonoGame which I hope will lead to a Mac App Store release. Secondly, I’ve been cleaning up the code (mainly separating out anything that isn’t Gravitas specific in preparation for beginning my second game, which for the moment I’m going to keep quite about.

To keep up to date on that and any other Gravitas news, visit Gravitas on Google+.

Computers, Entertainment, EVE Online, Games, MPOGs, Technology, Video Games

DUST 514 will be a Playstation 3 exclusive

CCP have just announced DUST514 will be exclusive to the Playstation 3. Which is a shame (check out the EVE Online forums for some stronger opinions). Unfortunately it makes sense for a few reasons (well making it exclusive to one console makes sense – whether the 360 or the PS3 was the better choice is more debatable).

Developing for a single console is quicker and easier – especially important for a game that will probably have more updates than the average game.

There are suggestions that one or both of Sony and Microsoft aren’t happy about cross-platform multiplayer games.

Since the idea of the game (a console FPS interacting with a PC MMO) is quite revolutionary they could get a lot of support (both financially and in terms of marketing and other benefits) from the console manufacturer, but only if it’s exclusive.

That being said, it may not be the end for the Xbox 360 and DUST.  Sony have suffered recently and definitely have lower consumer confidence (will players have to give Sony any personal information to play DUST?) and this decision will have been made long before Sony’s hacking problems. If sales are lower than CCP hope they may rethink the plan. And remember, “exclusive” in the games industry can be a vague and rarely lasts for ever.

The game is scheduled for a Spring release so at least 360-only owners have a while to decided if they want to get a PS3 just for this game…

Computers, Programming, Ruby on Rails, Technology, Web Programming

Clarifying my position on ASP.net

One of my most read (and most commented on) posts was the one claiming “ASP.NET sucks”, which only goes to show being a little offensive goes dissapointingly far on the internet. Since it has now been five years since I posted that, I thought a quick follow-up was in order.

I stand by most of what I said my initial post, but with a little specificity. It’s not ASP.net that’s the problem but Webforms. Unfortunately at the time Webforms was all you ever saw. There are alternatives around today (and may have been back then but none were especially high profile and none were by Microsoft).

These days of course Webforms are very much out of fashion. Following on from the success of Rails (and then many) Microsoft realised that Webforms weren’t an idea that could keep up with modern web development. A quick glance at the ASP.net home page today shows four out of five articles talking solely about ASP.net MVC and one article talking about both MVC and Webforms (of course that will vary by day I but I doubt the result will be very different).

So taking into account a minor title change (ASP.net Webforms suck!) I’d say my original point stands…