STUDIO BLOG

  1. Work at Fireproof!

    GRAPHICS/PERFORMANCE PROGRAMMER


    FULL TIME POSITION BASED IN GUILDFORD, SURREY UK.

    Fireproof Games are best known for the critically acclaimed mobile game series “The Room”, and we’re beginning production of a brand new PC/console IP. We’re looking for a Graphics/Performance Programmer to join our award winning team and help deliver the high performance, visually beautiful games Fireproof are known for.

    WHAT YOU’LL NEED:



    • Experience of shipping games on the current generation of consoles (PS4/Xbox One) in a graphics/performance programming role.

    • A thorough knowledge of modern graphics techniques, and the enthusiasm to stay up-to-date

    • Strong understanding of graphics hardware

    • Excellent maths skills

    • Experience with graphics APIs (DirectX, OpenGL)

    • Experience in profiling and optimisation

    • Experience with multi-threaded programming

    • Experience of the Unity engine is preferred

    • Experience of working with characters and animation would be an advantage.

    • 3+ years of relevant games industry experience.

    • A passion for working with art and code teams to create smooth, amazing looking experiences.


     

    WHAT WE’LL PROVIDE:



    • Relaxed working environment in the centre of Guildford

    • Free drinks, fruit & snacks

    • Well stocked games room & pool table

    • Team pub lunches & outings

    • 24 days annual leave

    • Contributory pension scheme

    • National Rail Season Ticket Travel Loan

    • Childcare voucher scheme

    • Relocation assistance

    • Flexible working hours

    • £Negotiable



    ABOUT US:


    Fireproof Games was formed in 2008 as an art outsourcing company collaborating on projects such as Little Big Planet and Killzone (among many others). In 2011 we started releasing original games of our own, starting with the BAFTA winning mobile hit, The Room. Since then we’ve released three sequels, all of which has garnered critical praise for our egos and commercial success for our business. We’re now looking to bring a new IP to a PC and console audience.

    Our philosophy is that by working smartly and hiring the best candidates, we can deliver games that delight our audience while avoiding the stress and long hours that are common at other companies. If this sounds like your cup of tea then please email your CV with a covering letter to jobs@fireproofstudios.com

    Fireproof Games is an equal opportunities employer hoping to attract applications from diverse backgrounds. Recruitment selection is based on objective, job-related criteria. Candidates will be chosen on their merits and abilities.

    • Share
  2. OUT NOW ON ANDROID!

    The Room: Old Sins is OUT NOW on the Google Play Store! - goo.gl/5gT7a9

    • Share
  3. The Room: Old Sins ANDROID BETA!

    The Android Beta for The Room: Old Sins is live!

    There are limited testing spaces available, with places allocated on a “first come, first served” basis. More spaces are likely to become available later in the week.

    To take part in the Beta test you do have to pay for the game - doing so will give you full access to the game when it's released on April 19th.

    We’ve been through QA and are pretty sure the game is solid, but we need to test on a wider range of devices. Certain devices might experience crashes, graphical corruption or slow performance – those are the things we really want to hear about!

    We’ll do some updates to solve problems as they come in, although some fixes might not be available until the game launches on April 19th.



    Beta Sign Up - https://goo.gl/HVY4Fk

    Help Page - https://goo.gl/kqdXhB

    • Share
  4. The Room: Old Sins - Android Release

    We’re excited to announce that after a lot of hard work, The Room: Old Sins will be available to download on Android devices from Thursday 19th April! Pre-registration and Beta test information will be announced as soon as we have confirmed dates, so keep a keen eye on our social media pages over the coming weeks!

    We genuinely can’t wait for you to get your hands on Old Sins! A massive thank you goes out to our Android fans for staying patient and supportive throughout the final weeks of development.

    From the Fireproof Team

    • Share
  5. Android Update!

    We’re getting a huge amount of questions at the moment about where the Android version of The Room: Old Sins is, and why in general it takes us a couple of months to release on Android after the Apple version comes out. Rob, our Technical Director, is here to explain; over to you Rob!

    We released the game on iPad and iPhones on January the 25th. It’s now more than a month later and the Android version still isn’t out. I’d like to take a little time to explain what we’ve been up to, and what we still have left to do before we can release.


    BUGS!


    The first couple of weeks after releasing on Apple are always very hectic. In an ideal world, we’d release the game, there’d be no problems with it and we’d get straight to work on the Android version. In reality, no matter how much testing we do before we release (and we do a lot), there’s always the odd issue that slips through and causes problems for customers. The Room: Old Sins was no exception – a number of our players found a few pretty gnarly bugs which required fixes. Some were relatively easy (taking maybe only an hour to fix), while some were considerably trickier (taking a few days to even figure out what the cause is, before we can get to fixing it). Virtually all of these issues would also affect the Android version, so the priority for the first couple of weeks after releasing was bug-fixing, more testing, and releasing patches to make sure the Apple version is nice and stable and the foundation for Android is solid.


    FIRST STEPS


    Then we get to work focusing solely on Android. At this point we already have the game running on Android, thanks to Unity, the game engine that we use, supporting it natively and also due to having built the game on top of our previous games, which already supported Android. However, having the game running on a couple of devices in the office, and having something that we can release on Google Play are very different things. First off, there’s a few systems that will need upgrading or in some cases entirely replacing from previous games. Things like Cloud Saving, Achievements, and the system for downloading the game from the store were all out of date. Those are now all up and running.


    SO MANY DEVICES!


    At that point we can begin the process of supporting as many different devices as we can. On Apple, this is pretty easy. There’s a fairly small number of devices we support (around 15-20), and they’re all very similar; more or less the same hardware which varies in how quickly it runs, how much memory it has and what the screen resolution is. That’s the key reason why we release on Apple first.

    On Android, it’s a big job. For example, at the last count, The Room Three on Android is available on 13,825 different types of device. There’s a bunch of different manufacturers for graphics chips on Android, all of which have different characteristics and require different optimisations (and expose different bugs). There’s a much wider range of CPU speeds, memory sizes and screen resolutions, as well as lots more active versions of the Android operating system (including the customised versions that device manufacturers supply). We’re not able to test and optimise for all of those combinations individually, but we need to make sure we’ve got a solid representative set of them covered, and then solve problems as and when they arrive (that’s where the open beta comes in, which I’ll talk about later).

    So, where do we start? First off, we can pick a baseline of the minimum capabilities that we want to target. For The Room: Old Sins, we’re restricting the game to devices that support OpenGL ES3.0. That’s a reasonably old standard now, and there won’t be many devices capable of playing the game that don’t have that. By adding that restriction, there’s a bunch of assumptions we can make about the capabilities of the hardware (especially around texture formats) which makes it quicker and easier for us to get the game ready.


    TESTING


    Our first round of testing is automated. There’s various on-line services that allow us to upload a special version of the game, and it’ll get run automatically on a wide variety of devices. We have that version load up a few levels, check the framerate and take some screenshots and send us back the data. We can then look at that data, find the problem areas in the game and start optimising for them. We’re going through that process now.

    Once we’re happy with that, we’ll go into Quality Assurance. This is where we hire a dedicated QA company to test the game. As well as playing the game on a variety of devices, they’re experts in testing things like the cloud saving system and other things that would spoil the game if it were given to customers. They’ll report back problems, we’ll fix them and send back an updated version of the game. They’ll then double check that the problems are gone. We repeat that until we’re happy that the game is solid.


    OPEN BETA


    At this point we have a game that we’re confident is ready to go, but we’ve still only tested on a fraction of the supported devices. That’s where the Open Beta comes in. We’ll release the game, but limited to (say) 1000 people, who can sign up via a link that we’ll put on Facebook and Twitter when the beta starts. Between them, those people will have a few hundred different sorts of device, many of which we haven’t tested. Some of those devices will show up problems which will get reported to us, and we’ll fix (or, in extreme cases, mark that device as incompatible). We’ll release an update, and if everything goes well, we’ll extend the beta to more people. We’ll do a few rounds of that, which will likely take a 2-3 weeks, until we’re confident that a full release of the game will work on the vast majority of the devices that it’s available for.


    RELEASE!


    At that point, finally, we’ll release the game. A few more problems will inevitably crop up on some rare devices so there’ll be a few more rounds of fixes and updates, before we can finally relax and start thinking about what we should make next!

    We understand that the delay for Android is frustrating, but I hope that this post has explained some of the reasons behind it!

    We’ll announce the date for when we'll start the open Beta on Facebook and Twitter as soon as we have details so keep a keen eye out! (Please note there won’t be pre-registration for the Beta).

    Thanks for staying patient!

    • Share
  • 12 | 25
Fireproof Studios
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.