Xenonauts 2 - PaulMode7
Here we are again with another monthly update - more behind-the-scenes stuff for you this time so stay tuned if you're interested in that sort of detail. Let's kick things off with a little bit of art, though - here's some new advanced armour…



Code Progress

Base Defence

The most significant new feature implemented this month was the Base Defence missions, which are now fully functional on the strategy layer.

We've now added base defence turret structures that can be upgraded. UFOs spawn and attack your bases, the defence turrets attempt to destroy them, and casualties are inflicted on the alien ground forces based on how much damage you do to the UFO.

Additionally, the alien base attacks now operate on a "threat" system that triggers attacks based on how proactive you are about shooting down UFOs. The system also takes into account which bases the interceptors are flying from, so the aliens will tend to strike back against bases that have lots of interceptor activity and ignore more research or manufacturing-oriented bases.

Thanks to our work on the dynamic map loading last month, we were also able to implement the tricky bit of the ground combat code - the part that creates the tactical map dynamically based on the layout of your base. We now need to create the ground combat assets for each room and then base defence missions should be fully functional. That'll happen in a few months, but in the meantime it just loads in a generic "under construction" room for each building if your base gets attacked.

Alien Patrol Routes

We've also added the basic movement system for the new AI, which allows us to set patrol routes for aliens. This will be most useful within UFOs: in X1 the aliens would usually be in the same positions (mostly camping in a corner) because the AI had calculated they were the "best" positions.

Our new system is much more dynamic, and we expect the aliens to move around a lot more and potentially catch players off guard. Note also that aliens go into "combat mode" as soon as they sight an enemy unit and are allowed to move freely, so this doesn't constrain the AI - it just encourages it to move around more when not in combat.

We're now starting work on the last remaining parts of the Geoscape base separation, as a few things are still shared between bases that should not be - specifically personnel, items and the engineering project queue - and we're now starting to split those out so each base is fully independent from the others, as well as implementing the UI to allow you to transfer items and staff between them. This task is quite a bit of work relative to how much it affects gameplay, but ultimately it's necessary to maintain immersion. If we don't do it, weird stuff happens like all your soldiers being present at base defence missions no matter which base gets attacked.

There's also been more work ironing out issues with the night missions, the UFO hull hiding system and the ground destruction systems, which are still continuing to cause problems. Hopefully we'll have them fixed up fairly soon too.

Content Progress

Our content work this month has mostly been on level design and assets related to the ground combat environments. The first UFO has made the jump from being a temporary test blockout to having final assets in place, which has allowed us to properly test the dynamic loading of the crashed / landed variants for the first time (thankfully it's working fine).

We've now started work on the final art for the second UFO too, and we've made some progress on 2D design for the next UFO (which is an early-game transport craft somewhat akin to a more compact version of the X1 Landing Ship).

Level design and art work continues on the tactical maps. The layouts for most of these maps across all the existing biomes are complete and we're now splitting them out into small randomisable sections and adding spawn points, etc.

The visuals are a bit of a weird mix of old and new right now but that'll naturally change as we work through the remaining art assets. These maps should be complete by the end of the week, however.
Finally, we've brought a new artist on to paint the background art for the various strategic screens. We've unfortunately had several artists unsuccessfully attempt this job in the past, but the work produced by the new artist is looking good so far.

Beta Update

We are currently shaping up for a major beta milestone which will include pretty much all of the fundamental game mechanics, as night missions, base defence missions, dynamic map loading, ufo hull hiding and full separation of the bases will now be in place.
There is a fair amount of balancing work to be done as well in advance of this but we're continuing to head in the right direction.

Many thanks for reading and for staying up-to-date with our work - as ever please do join us on Discord, the forums or the Steam community if you have any questions. We can't promise to get to everything but we'll do our best to answer things which come up frequently from the community.



Xenonauts 2 - PaulMode7
We're back once again with a monthly update. A lot of under-the-hood stuff for you this time but also a few cool things to show you as well, so let's get started with one of those...

2D Art

Take a look at this swanky new 2D art for the Phantom Interceptor...



We've also made some progress on the end-game exosuit armour artwork and the Fighter UFO design - hopefully we'll be able to show those off to you soon.

Dynamic Map System

We have now moved to a system which generates maps dynamically when missions are loaded, rather than from a pre-baked file. This was something we thought might not be technically possible at the start of the project but thankfully we've managed to overcome the issues.

This means, for example, that a map does not require a separate variant to be created for every different UFO type it supports - it can just load in the required UFO depending on the mission.

You can read more about the ins and outs of this system over on the forums if you're interested but the short version is that we're now able to facilitate the following (among many other things):

  • Xenonaut base defence mission maps will be able to mirror the layout of the base being attacked, as they did in X1
  • Much greater support for map randomisation
  • Saves players a load of hard drive space and makes our updates much smaller downloads!

New Ground Combat Maps / Art Style

Over the last couple of months, a lot of work has gone into creating new maps and improving the consistency of the ground combat visuals. We’ve spent a lot of time on the Desert and Polar biomes, and have also started work on the Farm.

We’re still experimenting with the finer points of the art style, but the main improvement has been to retexture our new assets in a consistent style that draws out additional detail. You can see a before / after shot of one of our retextured vehicles below (before is at the top, after is at the bottom):



We’ll be showing off larger sections of the maps in future updates once we’ve nailed down the overall art style, but the work is coming along nicely so far!

Biome / Map Randomisation and Raids

All of this ground combat work has enabled us to create a new set of Desert, Polar and Farm maps for the small UFO's - these maps use a mix of randomised and preset areas, which provides a great balance of "authorship" (ensuring the map is consistently fun to play) with a healthy dose of variety.

In addition to these, we've added a few Raid maps for the Desert, Farm and Polar biomes. Raids exist in the game already, but eventually they will occur more frequently and support all the major biomes instead of being limited to the Dockyard biome as they are at present.

These maps will feature capturable alien bombs, so the player will be able to seize some Alenium for successful completion - this should make them much more strategically rewarding and less of a chore than the Terror Sites in Xenonauts 1 and classic X-Com could be.

This dovetails nicely with our other work to minimise map repetition. In Xenonauts 1, the location of your starting base had a significant bearing on the type of map you would see on a regular basis: if you started in a Desert region, for example, you'd be cycling through the small UFO desert maps in rapid succession rather than seeing any of the other maps and biomes that the game had to offer.

Our new system attacks the problem in multiple ways. Firstly, it tries to randomise the map biome if at all possible, as each area of the Geoscape can support up to two biomes.

Once the biome is set, the game will then check a list of the last 100 maps you've played across all your different campaigns. It'll then try to select one you've not already seen from a pool of relevant maps. Raids will contribute even greater variation to this system, as they'll allow the game to place missions in biomes you may not encounter much otherwise.

Quick Notes

Here's a brief summary of some of the other development work that's been taking place...

New UFO Style

The new UFO art style that we've been showing off recently has finally made it into the ground combat (these are still untextured models at present as the internal floorplans are still being tested). We've also managed to replicate the "hull hiding" system from X1 that makes it easier to fight inside UFOs, with additional support for the 3D rotatable camera. We’re planning 8 crashable UFO's in the full game total, and we'll show those off as they are finalised.

Fog of War / Shroud

We've been working on cleaning up the visuals for this - there were some annoying edge cases where bits of terrain would clutter up the edge of the player's non-visible area and some significant work has gone into resolving this.

Final Thoughts

In the short-term, we'll be working on further level design to get all the new content in there. At the moment, it currently takes around one week per biome so we should hopefully be in a good place to start planning another beta build in around a fortnight.
Jul 30, 2020
Xenonauts 2 - PaulMode7
Welcome to this month's Xenonauts 2 development update - lots to talk about this time around so buckle in, Commander…

Modular MARS

The first new thing we've been working on is the art for the modular MARS vehicle, take a look at these concepts:



The in-game models for these are nearly complete but not yet fully integrated - we'll be able to show those soon.

The MARS is now a vehicle that can use one of three primary weapons (rocket launcher, cannon or machinegun); these are all upgradeable as you research new weapon tiers. It also has upgradeable heavy and light armour variants: these allow you to give the vehicle additional HP at the cost of slightly reducing its time units.

The chassis itself can also be upgraded: once you reach a certain tech level you'll be able to replace the tracks with a hover chassis. This has additional TU's as well as jetpack functionality, and acts as a replacement for the existing ARES vehicle, making the MARS the only vehicle in the game. However, the initial MARS can now be upgraded and enhanced throughout your campaign, from a simple tracked unit with steel armour and a ballistic weapon to a high-tech alloy hovertank with powerful plasma weaponry.

The core idea here is that - just like a soldier - vehicles don't become obsolete as the game progresses: their relevance is determined by their loadout. However, we'll test this to see if it works and potentially return to a model based on separate vehicles depending on how it feels.

Ground Combat

This month has also seen us make some strides in terms of how ground combat looks and feels in the game.

There have been a couple of additional changes to improve the clarity of the maps: the shroud now hides objects on hidden tiles (this avoids visual confusion such as shadows sticking out of the shroud); and the tile height has been changed to 3 meters. This latter alteration has several knock-on effects, the most significant being that it's now substantially easier and clearer to fight in enclosed spaces like UFO's.

One final tweak we've made is to speed things up a bit. We recently increased the run speed of units and we've now updated the code to remove the pause before units die. This makes things a lot snappier and more responsive- closer to that traditional X-Com feel.

Finally, we've been doing more work on night missions (which are nearly there and will be playable very soon) and the new UFO's. Our new UFO hull hiding system (ie when you see the inside of a UFO, the hull disappears and it turns into a floorplan like in X1) appears to be working well: we're in the process of building out the hull models and floor plans for the first 4 - 5 UFO's which will be a good point to do some more testing.

A quick note to say thanks for the great response to our new updates so far - we really appreciate all the support, feedback, criticism and discussion so keep it coming.
Xenonauts 2 - PaulMode7
We've covered some general aspects of the Xenonauts-2 backstory in our previous updates, but today we're going to be looking at something that will directly affect your strategic approach to the game...

You'll quickly learn that the aliens' tactical capability isn't limited to small craft entering Earth's atmosphere as in Xenonauts-1: this time, they're taking aim at major cities with a terrifying new weapon.

Shortly after beginning the game, your Chief Scientist will discover an unknown object designated UOO-1. A few days later you'll learn that it is not friendly. The alien space station hovering above Earth is in fact a superweapon that will regularly destroy a major city from orbit, causing a large Panic spike in the affected region. This happens more and more frequently as the game progresses, ratcheting up the tension as you build towards the end of the campaign!



A Thematic Twist

We’ve introduced this system for both thematic and gameplay reasons. Thematically, this emphasises the technological superiority of the alien forces - even if you’ve managed to intercept all the UFOs that have spawned in recent weeks and won all your tactical battles, the aliens still control space and are inexorably bombing humanity into submission!

Gameplay Impact

In gameplay terms, this serves to cut short games where the Xenonauts are already losing badly. If you are doing well in your campaign, the Panic damage from UOO-1 is largely counterbalanced by passive Panic reduction that occurs from completing research. However, if a player has fallen behind the technology curve and can’t win ground battles that allow them to unlock new research options, they’ll quickly see Panic rising out of control.

Of course, we don’t want this experience to be unfair: it would be no fun if a player suffered bad luck and lost a region because the Orbital Bombardment repeatedly hit the same region, or was unlucky enough to suffer a bombardment on a region just after they’d failed a Terror Site there, etc. In order to prevent this from happening, the Bombardment always hits the region with the least Panic.

Orbital Bombardment should help us avoid the "death spiral" scenarios which can plague other long-form strategy titles: you'll need to stay ahead of the curve to maintain tactical supremacy.

Many thanks for reading and for staying up-to-date with our work - as ever please do join us on Discord, the forums or the Steam community if you have any questions.

As ever, we have a lot going on behind the scenes so join us in two weeks' time for the next full development update.
Xenonauts 2 - PaulMode7
Welcome to this month's Development Update - we hope everyone is safe and well out there.

Development and Testing

We've been working on a variety of structural and behind-the-scenes things over the last three weeks, culminating in the release of Closed Beta V13 on the Experimental branch for our existing closed beta testers. This has already had a hotfix, and another is on the way.


We have some new (more exciting) screenshots up on the Steam store page as well

Narrative

In other news, Chris has been working hard on writing for the game. Twenty-three in-game research reports have been completed over the past six weeks and quite a few more have been drafted. Much of the setting is already complete, so this is largely about fleshing out content and making sure that the progressive lore reveals throughout the campaign are coherent and compelling.

A couple of these research reports will be unlocked in the Xenopedia from the start of the game to set the scene - we gave you a sneak peek at some of this content in our previous development update.

Over the next month, one of our tasks will be tidying up the Xenopedia UI so that projects are organised nicely into category headings and the whole thing is much more readable.



Ground Missions

Progress has been a little slow in this area but we're continuing to work on the new art style: we hope to have the first set of maps built with the new tiles very soon. We expect players will see this as a significant aesthetic improvement - it's certainly making levels a lot more readable. It's absolutely critical that enemies and cover objects are clearly delineated, so that's one of our main goals. This is all a work-in-progress but we hope to have something to show you very soon.

Here's a few other elements of ground missions that we're working on:

  • Getting the hull-hiding system for the UFOs working properly continues to be troublesome but we're nearly there now!
  • Night missions are largely functional but need a few fixes and minor details, such as vehicle headlights, to be added
  • If we have time, we'll be fixing a few rough edges - jerky camera movement, missing action during the alien turn and the lag on unit death animations are just a few of these
Early Access

We're not ready to set a formal Early Access date just yet but, as you can see from the above, we are making progress in that direction.

Our objective is a release that contains a polished version of the first three months or so of the campaign, which in Xenonauts-1 terms would take you roughly up to Landing Ships. There will be further (less polished) content available from release as well, but we feel that focussing on the full experience for that first phase of the game will give the best impression of the final product.

The date will be announced once we've completed the following:
  • All of the research reports which appear in this first chunk of the game - as you can see above, we're making good progress on this right now
  • Three maps per biome for each of the UFO's / ground missions that appear in this section of the game (including night missions)
At that point, we'll announce the date 2 - 3 months in advance and polish up what we have in advance of release to make it as enjoyable as possible.

Mod Support

We have also been spending some time on making preparations for mod support. This requires us to save data in editable text files rather than leaving it deep in the impenetrable recesses of the game's codebase. Since the last update, we've managed to externalise the base buildings and we'll be moving on to unit loadouts, UFO crews and UFO missions shortly.

Once this is done, almost everything the game will - in theory - be editable by modders. In practise, however, you're likely to need some editor tools…

On that front, we've been chatting to our long-term community hero Solver about general community involvement with this. Our internal tools are embedded within Unity and aren't particularly user-friendly, so Goldhawk is planning to do a bit of work to prepare the code interface so that external programmers are able to build mod tools which can easily read and write to these data files.

We can't make any promises here, as our priority is obviously completing the game for players, but we're continuing to explore the possibilities.

Many thanks for reading and for staying up-to-date with our work - as ever please do join us on Discord, the forums or the Steam community if you have any questions.

We can't promise to get to everything but we'll do our best to answer things which come up frequently from the community.



Xenonauts 2 - PaulMode7
We thought it was high time that we break down the context around your efforts to thwart the alien menace in XENONAUTS-2...

The game isn’t a direct sequel to Xenonauts (narratively there’s not many places to go from the end of the first game!) but a reimagining of the same scenario: how could a small multi-national organisation cope with defending the world against an alien invasion?

To set the scene, let's delve into a little backstory...

The Iceland Incident

The Iceland Incident was a political crisis that occurred in 1962. The official story is that the discovery of a secret American missile base in Iceland led the Soviet Union to mobilize an invasion force to blockade the island before nuclear warheads could be deployed. A large-scale face-off between the American and Soviet navies almost led to a nuclear confrontation - but the situation was eventually deescalated when the Americans agreed to abandon the missile base and allow Soviet inspectors to verify the closure of the site.

In reality, the confrontation was sparked when American engineers building a secret missile base in Iceland discovered fragments of an extraterrestrial spacecraft embedded in a nearby glacier. When the Soviet high command heard reports of this discovery, they assembled an invasion force - fearing that extraterrestrial technology might give their opponents a permanent advantage in any conflict. De-escalation occurred when the Americans agreed to hand control of the artifacts to a jointly-established research organisation that would study the recovered technology and report to both sides. This organisation was known as the Xenonauts.

In the end, less than half of the crashed UFO was ever recovered from the glacier and no sign of the extraterrestrials themselves was ever found. No major scientific discoveries were made as a result of the research work performed by the Xenonauts, and with no obvious signs of further alien activity, the superpowers eventually lost interest.

Undeterred, the Xenonauts continued to operate over the following decades (on ever-smaller funding) and developed several important pieces of technology that would prove invaluable in the coming invasion. The first of these was the inference radar; an extremely sensitive radar capable of tracking UFOs via the disturbances created by their energy shields as they moved through the air. The second was the X-24 Angel interceptor - a small reconnaissance jet equipped with a small inference radar and designed from scratch specifically to resist alien weapons.




The Present Threat

XENONAUTS-2 begins in 2015 on an alternate timeline where the Soviet Union did not collapse and the world is still in the throes of the Cold War (in no small part due to extraterrestrial interference).

The game opens with an invasion of Earth by alien forces: a wave of strikes by UFOs on major cities causes only minor damage but demonstrates that the various regional governments are woefully under-equipped to deal with such a sophisticated threat. Any attempts to rebuff these incursions are foiled: conventional radar tracking is near-impossible and conventional fighters are no match for the advanced energy weapons of the alien craft.

One solitary successful operation is conducted: an unarmed reconnaissance plane is able to intercept a UFO and gather a wealth of data. The Xenonauts, still in operation as a clandestine research organisation, are revealed to be behind the efforts and take it upon themselves to share their findings with both NATO and the Soviet powers.

Hurried bilateral talks are conducted: it is agreed that a unified planetary defense force is the only hope for the survival of humanity. The Xenonauts emerge as the only viable option and are provided with significant funding to conduct an expansion programme; their objective is to act as the "first response" force against extraterrestrial attacks. They are granted unprecedented jurisdiction to establish bases and deploy military forces anywhere in the world, provided they agree to share any research data with all participating nations.

An esteemed military officer - someone whose credentials are sufficient to garner the respect of both sides - is placed in charge to spearhead these efforts (which is where you come in!)

Next Time...

That’s the background to the game explained. In our next update we’ll be discussing one of the new mechanics added to the strategy layer - an alien superweapon that humanity (initially) has no answer for!
May 29, 2020
Xenonauts 2 - PaulMode7
Communications

Hello all - first thing to do is introduce myself! I'm Paul - I've worked previously on Mode 7's strategy titles as well as a host of other things. Chris has brought me on board to help out with comms at Goldhawk to keep you all more informed about how Xenonauts-2 is progressing.

This will mean more regular updates, info and content.

We've kicked things off by starting up a Discord which you are more than welcome to join over here: https://discord.gg/fG4Xr6q

Artwork



As Chris mentioned in his Kickstarter update, it's time to discuss the game's art.

A lot of new artwork is starting to arrive, but one of the biggest changes has been to the UFOs. As you can see from the images in this thread, we've decided to revert back to the style of UFOs from the original Xenonauts - the previous "grey box" style of UFOs was rather limited in terms of shapes, and a lot of players were telling us they weren't getting that same feeling of excitement and curiosity when a new UFO appeared on the Geoscape. We're therefore painting up a new set of UFOs for X2 inspired by the style of those from the first game.

However, one of the biggest problems with the X1 UFOs was that the hulls were not destructible so you always had to assault them through the front door. This won't be a problem in X2, as we are setting up destructible breach points in the hull that allow you to create additional entrances using C4 charges. The coding work here has been rather complicated, but we think it's worth it - combining the nice visuals of the X1 UFOs with the destructibility of the "grey box" UFOs should give us the best of both worlds!

We're also updating various other pieces of art in the game. Some of the strategy screen backgrounds have been updated (you can see the Research screen background below), and we're also getting artwork done for the early game research projects to replace the existing placeholder art.

Finally, we're starting to update the visuals in the ground missions. This is the first 3D game we've made and right now the environment art isn't working as well as we'd like, so we've brought in some more experienced freelance artists to tweak our textures to improve consistency and help bring out the detail in the assets we've already built. It's still too early to show off screenshots, but what we've seen so far is very promising!



Code Progress

There's been a lot of code work done in the past few months too - getting the UFO hull hiding (and destructibility) set up, setting up the code for night missions, getting jetpacks working, sorting out the grenade throw mechanics so soldiers spend less time blowing themselves up with their own grenades, upgrading the ground combat soldier inventory screen, improving the usability of the soldier equip screen, etc.

We've also implemented a new armour system with relative penetration system that factors in the hardness of the armour and the penetration of the weapon. Armour now provides a pool of HP that is drained before the soldier underneath takes damage, but particularly hard armour also applies a damage reduction % against weapons with poor penetration (whereas high penetration weapons punch straight through low hardness armour).

This system scales much better with advanced tech than the old armour system from the first Xenonauts. Also, rather than weapons just doing random damage from 50% to 150% of their damage value, hits are now assigned to a specific body part that then controls the damage suffered. This is the foundation for the locational injury system that will follow in a future update.

Finally, we've implemented the proliferation system into the game and set it up. What this means is that specific research (i.e. Laser Weapons) will be shared with your funding regions when completed, which gives you a small Relations bonus and means you will see the local AI soldiers in this region deploying that equipment in Terror Sites etc about a month later. It's pretty cool to see the world changing as a result of your research efforts!



Builds & Early Access

We're planning to release a new Closed Beta build on our Experimental branch in the next week or two. All the upcoming changes to the maps (the new visuals, the new UFOs, night missions, etc) will break the existing maps, so it makes sense to put out one last build with the old maps before we have to rebuild them all.

As for Early Access, the game is now largely feature-complete and the two remaining major obstacles are the research text and the ground combat maps. I'm working on the research text right now, and will be switching over to creating the new set of maps once we've finished upgrading the level editor. Once both those tasks are done we'll be publicly announcing our Early Access date - and then we'll start frantically polishing and fixing the game in preparation for the launch!

Have a good weekend - we'll be back soon with more updates.



...