• Register

Please check my new game "Beastmancer" on Steam Greenlight by clicking this link!

Summary

Nomad Fleet is a RTS game for PC, Mac and Linux where you must lead the last remnants of Mankind to safety after a mysterious alien race has hunted them near extinction. Lead a fully armed fleet of battleships, carriers and fighters through a series of randomized scenarios and encounters where they must fight for their survival while scavenging for resources, trading and researching new technologies.

Features

  • Command your ships in a fully 3D environment.
  • Obtain resources by harvesting asteroids and salvaging ships and use them to build a massive fleet.
  • Research upgrades for your ships.
  • A procedural galactic map with random encounters that allows for multiple and varied playthroughs.
  • Unlock two different fleets by finding special missions.
  • Uncover the story of the mysterious alien race that has hunted Mankind for centuries.
  • Meet other alien races and deal with them by diplomacy or warfare.

The game was released on Steam on April 19, 2016, visit the store page:

Store.steampowered.com

Also check the launch trailer:


Launch Trailer - Indie DB



Official Website: Nomad-fleet.com

Follow me and my other projects in: Twitter.com

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Post article RSS Articles

Hi

Its been a while since my last update. This is probably my last article for this game because I intend to start a new project soon and I want to have a pretty honest postmortem about my experience making my first serious game and publishing it on Steam (also in April 19, it should finally leave Early Access). I will also mention several mistakes and controversial decisions I made during the development (like using store assets) so this will be a long article but I reccommend you to read it completely if you are just starting with your career because there's a chance that it can help you.

The Idea

Like most of you I have plenty of ideas and dream projects but since I started learning game development I realized that all of them were outside of my reach by being a single developer with no deep pockets nor contacts. I was tired of waiting for some funding or help to fall from the sky so I went against my instincts and instead of focusing in the games I wanted to make, I focused in the game I COULD make with my limited resources. Of course, I still wanted to make something with quality (or good enough that I would play it if I saw it on Steam) and since I'm a longtime fan of Homeworld and I also like roguelite games (like FTL) I decided to experiment by making a mix between them (it also helped that I found several store assets that could be enough to make a game but I'll talk about that later).

Several images and gifs


The Technology

I'm an experienced .NET developer (around 14 years working in several companies, making and mantaining corporate software) so it makes sense that I would choose the Unity engine since it uses Mono and C#.

Thanks to this the coding of the game went pretty smooth at first but my inexperience (and probably some bad timing) led me to make several mistakes that end up being a burden during the whole development, for example:

Movement:

Since the movement of the ships was in 3 dimensions I couldn't just use a normal pathfinding solution (at least I didn't knew about one that could use 3 dimensions at the time) so I went with Steering behaviours, these behaviours are ideal for vehicle movement because they simulate inertia, local avoidance and maneuvers. This made the ships move in a way that looks "smart" without actually having a smart AI.

The problem is that I was (and still am) a rookie in regards to Steering Behaviours so I went with a Unity-ready library called UnitySteer, while this saved me a lot of time, my inexperience stopped me from extending this system properly so I couldn't implement advanced behaviours like formations (if you played Homeworld, you'll know that formations are a critical feature so not having them was a big minus for my game).

GUI:

When I started this game, Unity didn't had its current UI system so I was stuck with the old GUI system or a store alternative. Since the old GUI system added a lot of overhead and messy code I went with a store alternative that was easy to use and pretty decent at the time so the UI coding went also smooth and quick.

The problem came with my choice: Daikon Forge. At the moment looked like a great choice, easy to use and compatible with other plug ins but a few months later the developer stopped supporting it (apparently he couldn't handle all the work alone). Now this was not an issue at first because I had access to the source and the GUI didn't gave me problems... but that would change when other issue appeared: rendering paths and color space.

Rendering:

When I started with Unity I didn't knew about Rendering Paths nor Color Space so my first projects were using Forward and Gamma by default. At first this wasn't a problem, because I wasn't expecting to make a good looking game but eventually some options started to appear that tempted me to improve the graphical aspect of the game.

Physical Based Rendering: using a free PBR library called Lux allowed me to make my ships look better and more metallic. Setting this library introduced me to rendering paths but I was lucky that it still worked with Forward/Gamma.

Better effects and planets: this proves to be a problem because I found several good looking effects but they needed Deferred/Linear and when I tried to switch I found that my dear Daikon Forge UI shader looked weird unless I used Forward... also I had some problems because to simulate distant objects like planets I use two cameras and some deferred elements didn't looked ok using the second camera.

Basically I tried a lot of combinations but in the end I was stuck with Forward/Gamma because I didn't had time to change my UI plug in and rewrite all its code so I decided to abandon some of the new effects and planets.

My advice in this case is to make sure that all your assets, UI and camera effects share the same rendering path/color space from the beginning so you don't have problems in the middle of the development.

AI:

Coding the AI was not a problem, my ships were simple enough that they only needed finite state machines since more of their logic was to obey a direct order or get close to a target.

More of a challenge was the "tactical AI" that would control the enemy fleets. At first I had a lot of ideas but the complexity kept snowballing so I finally decided to make a simple AI that would choose targets and assign ships based on fixed templates (for example: a player bomber would be targeted by at least 3 fighters while a capital ship would be targeted by bombers or other capital ships with heavy weapons).

While these AI prove to be enough for the game, where I had problems was with the debugging and that is because as a seasoned programmer I was too busy trying to code everything and didn't realized the flexibility of a visual system. Now I'm not telling you that you should ditch your code for a visual scripting system but you should have at least a dinamyc diagram where you can see the thought process of your AI (for example: a Mecanim diagram with AI states instead of animations could help you a lot with your debugging).

Also it didn't help that I end up putting a lot of code in a single file for the ship's AI, I should have used more inheritance or interfaces so I could keep the logic of the ships separated by function (for example: the AI of a resource collector should be a different script than the AI of a carrier or destroyer but both should inherit from an abstract base AI class).

Upgrading Unity:

This was mostly bad timing. I started working with Unity 4 and while I was in the middle of development, Unity 5 made its appearance, while it was tempting to upgrade I decided not to because I was running against the clock with my savings so having to deal with all the bugs and changes would take a good amount of code rewirting, debugging and general headaches. So this project is now stuck with Unity 4.7.

Linux version:

While Linux users are patient and tech-savy, their setups seems to be too heterogeneous so when one of my customers has a problem is hard or impossible for me to reproduce it (even by asking my scarce voluntary testers). Adding to this, Linux sales are really low (around 3% of the total without considering possible refunds) and the post-sale support is way bigger than with the other platforms so I'm not sure is a good idea to try to make a Linux version, even if with Unity is only changing a switch most of the time, it will still give you a lot of work and very little sales to justify it.

More images for last article

Funding and Assets

I want to give you a little context so you can understand why I made some of my decisions. On 2014 I lost my job in a small software company, they lost a contract with a state mining company so they couldn't afford to pay me and several other of my coworkers so they just had to fire us.

I wasn't worried at the time because in other ocassions I was pretty fast at finding a job so I took some months in trying to make a "serious" game. During my learning I made a lot of unfinished ambitious prototypes and 2 pretty mediocre but finished mobile games so I considered myself ready to make something that I could sell on Steam.

After having a prototype ready I decided to start looking for a job but I was surprised because despite being in a lot of good interviews I didn't get one, this was new to me, I'm usually liked by interviewers because I know how to sell myself and corporate software development is a job that I can do with my eyes closed.

So the months kept passing and my savings started to deplete so eventually I decided to stop looking for a job and finish the game instead. That led me to some tough decisions: I was expecting to generate some attention, funding and maybe recruit some people with my playable prototypes but that didn't happened so I had to "promote" my placeholder assets (several ships bought from the Unity Asset Store, made by the talented artist MSGDI) to definitive assets. I had to do the same with all art assets: music, GUI, etc., I just didn't had the money for anything else, what was left of my savings was destined to bills and my mortage and still wasn't enough so I had to take a bank loan (good thing I have a good credit score).

After 10 months of full time development my game was ready for Early Access. Obviously it wasn't finished, I still wanted to add unlockable fleets, more content and an alternate ending but at least it could be played from start to finish and it was pretty stable, which is much more that you can say for a lot of Early Access titles.

About the assets: I was worried at first that I would be treated as an "asset flipper" but if someone noticed they didn't mentioned it. Frankly, all my assets keep an artistic coherence because they belong to the same artist and pack so I know for a fact that it doesn't count as an "asset flip".

That said, I would probably try to limit store assets to environment and props for the next game, your main characters should be custom so no one notices the generic props. Also I would like to avoid the fact that shortly after my game was released, 3 (YES, THREE!) indie games with the same assets appeared on Steam (with different levels of success, some of them apparently did worse than mine). Nobody seemed to noticed it though... that would have been awkward.

Several images and gifs

My Early Access experience

When you are new to Steam, you have this idea that you could sell at least a few thousands of copies during your first month. This is probably because we are used to read about all the games that made such amount, we just don't hear about the games that don't... and believe me, there's a lot of that.

During my first day, I sold little more than a hundred copies and during the first month I sold around 500 copies. After the initial shock I realized this wasn't so bad, here in Chile the life cost is pretty low so I could make do with what I received the next month. Now, life problems tend to get in the way so shortly after my mother found (by pure luck) a malignant tumour in one of her kidneys. I was worried so I started looking for a job again, this time I luckily found one and the operation to remove her kidney was a success but still had to spend my first earnings in the surgery and treatment (I come from a poor family so I'm the only one that can pay these sort of things).

Well, returning to the game, the initial reaction was pretty mixed, some people liked the idea of having a mix between Homeworld and FTL (they also liked the "Battlestar Galactica style" of the game) while others accused me of "ripping off" Homeworld. Now, at the moment it seemed like a big deal and I got pretty anxious but eventually those critics disappeared and many other gamers defended the game so the "controversy" was short lived. If I learnt anything from it is that if you are going to be inspired by a game you need to choose between gameplay and style, you can't take both.

Now, this is something that a lot of games suffer on Steam because there's a good number of gamers that apparently enjoy more the "meta-game" of trying to find something to hate instead of playing games but they will only stay if they get the validation they crave by having people agreeing with them, if they find people that disagree, they will most likely leave shortly after trowing a tantrum.

Being a new and solo developer I tried to use that as my strentgh by mentioning it everywhere I could. I also focused in making fast patches and talking directly to my customers in the Steam forums. This proved to be a good decision because it led to create a small but dedicated group of fans that kept supporting me during the development. I imagine that if their numbers were greater they could really make the popularity of a game snowball.

My real enemy during EA was the lack of visibility, when you release that way you don't get access to a million guaranteed impressions on the main page that are given to new releases so your visibility takes a strong fall after the first day. Of course, I don't want you to believe that I'm trying to blame something else but me for my failure, if my game wasn't a success is because it wasn't atractive enough on first sight nor notorious enough to generate hype or media attention before launch (which seems to be critical for short term success in my opinion). I just mention this so you can take that into account for your projects: you want to maximize visibility on those first days on Steam so using Early Access should be only as a last resource in case finishing your project is the real challenge.

I still had 5 visibility rounds and this was a new concept to me. In theory you are supposed to use them when you make a big update and they will give you at least 500.000 impressions on the main page so that's how I used most of them. I think that was a mistake, you should make big updates but you should try to combine them with a weekly discount so you can get a good amount of sales from them, I know because I did that with my 4th round and I got a way bigger response than with the others. Now I'm saving my last round for a future sale.

Regarding reviews, at the moment I have 36/40 positive reviews, which is good but you have to consider that Steam uses something called a Wilson Score to sort titles so a title with more reviews but a lesser average than mine will appear first (at least that's how I think it works). Of course, this makes sense, Steam is not gonna spend their resources promoting games that can't sell by themselves.

More images for last article

Some conclussions about the game

At the moment (just before full release), the game has sold around 2100 copies and it has around 5% refunds. While I don't get more haters in the forums and most of my reviews are positive, I do get some nasty refund notes because apparently those are not moderated (this and the lack of useful feedback made me stop reading them) and I also imagine that this people won't make a public negative review because like most people on the Internet: they crave validation, most of them don't want downvotes or people arguing against them when they make a public review so they'll just insult me in private (which frankly I prefer it, negative reviews are bad for your visibility).

At the end, I don't think my game is bad and several people seem to agree with me. I think its main problems are:

- Mediocre controls: having a strategy game in 3 dimensions is a challenge specially for the controls part, this need to feel responsive and intuitive from the beginning. This is a challenge that I underestimated and while I manage to improved them a lot during EA, they still seem lacking. Its hard to put in words, these issues are not something specific that you can point at and fix, this requires careful planning, testing and a LOT of polishing.

- Not notorious enough: the market is too saturated so you need something that will make the player stop his browsing and read. A game being good enough is not enough, it needs to be notorious. Also everything seems to be ruled by "Power Law" so if you don't get visibility from the start, its gonna be harder to get it later.

- Too niche: its a strategy game, in space, with roguelite elements, with 3 dimensional movement, no multiplayer, no modding, no AAA assets, short duration, etc. Its a good combination but too casual for the hardcore RTS gamers and too hadcore for the rest, its in a difficult middle ground.

- Bad timing: maybe this game could have made some noise some years ago when there was less competition and there was no Homeworld Remastered. In a world with HW Remastered there's no place for my game (or at least that's what many people told me in the refund notes).

- Comparing yourself to a timeless classic: this is a tricky one, I just didn't wanted to make a retro platformer or something simpler for my first game, I wanted something that I would play. Many gamers will say that they want indies to take bigger risks by trying different genres but in reality trying to make something similar to a AAA classic will get you compared to that game at any moment. Now, there's people that will realize that they can't compare a game made by one guy with pocket change to a game made by a team of veterans with proper funding but there will be many others that won't care and they will ignore the game because is not "as good as Homeworld" (the worst part, is that none of them are wrong, judging a game by itself and ignoring its indie origin is not wrong per se).

Now, I expect that the game will sell around 400-500 copies during its launch week and sink to 1-2 per day after that until the next sale, also I expect more negative reviews since its not gonna be using the "its Early Access" excuse anymore but it should stabilize in a "Mostly Positive" after that... we'll see.

More images for last article

What now?

After reading about all these mistakes and low sales you may be thinking that I'm burned out and ready to treat game development as a hobby... well, you are WRONG!

I quit my job in January so I could finish this game (one of the best and probably most stable job I've found), I have new savings and I even took another loan. I just love this, I love making games and I can't go back to being a corporate programmer. I need to create my own studio or die trying.

Making a game fills me with anxiety and crazy expectations but I feel... ALIVE! I'm finally working for myself, working in things that I feel proud of. I've being unhappy most of my life, during my twenties (I have 34 now) I had plenty of money and I only wasted it in vices because I felt hollow every day. When I made the first trailer for Nomad Fleet I felt something I never felt before: real sense of achievement. Not even financial failure can take that away from me.

Of course, not everything is crazy passion, like I said before, life cost in Chile is pretty low so I can make do if I manage to make another game in little time and with low costs. Also having limited resources has increased my creativity and productivity so now I have plenty of ideas and dream projects that don't require AAA funding to be made.

I'll keep "failing forward" to success.


Regards,

Jorge Pacheco

Autarca Studio

Beastmancer in Greenlight!

Beastmancer in Greenlight!

News

This is it, Beastmancer is now in Steam Greenlight. Check the gameplay video and trailer and please consider voting for my project.

To flank or not to flank

To flank or not to flank

News

Here I talk about the basic combat mechanics of Beastmancer.

Announcing Beastmancer!

Announcing Beastmancer!

News 6 comments

After finishing Nomad Fleet I'm ready to start the development of Beastmancer: a monster tamer tactical RPG.

Early Access available on Steam now!

Early Access available on Steam now!

News 4 comments

After almost a year of development, Nomad Fleet is finally available for purchase on Steam. I also talk about the process and a small controversy.

Add file RSS Files
Nomad Fleet Alpha Demo (Mac version)

Nomad Fleet Alpha Demo (Mac version)

Demo

This is the Mac version of Nomad Fleet's Alpha Demo (space RTS with random encounters). It includes several levels but is limited to 5 jumps. Note: in...

Nomad Fleet Alpha Demo (Linux Version)

Nomad Fleet Alpha Demo (Linux Version)

Demo

Here's the Linux version of Nomad Fleet's Alpha Demo. The game is a space RTS with random encounters and the demo includes a tutorial and several sample...

Nomad Fleet Alpha Demo (PC)

Nomad Fleet Alpha Demo (PC)

Demo

Here's the Alpha demo of my Space RTS "Nomad Fleet". It includes a tutorial and several sample levels but is limited to five hyperspace jumps. Please...

Post comment Comments  (0 - 10 of 17)
Guest
Guest

Been playing through this for a few hours. Highly under-rated by people, despite limitations in gameplay my play through has been quite interesting, with each encounter being life or death. I would encourage you to continue developing Nomad Fleet further, because this is a hidden gem. If you need help with improving the mothership design or creating higher poly models I'm a concept artist and 3D modeller.

Reply Good karma Bad karma0 votes
ARGHouse
ARGHouse

I forgot to sign in.

Reply Good karma Bad karma+1 vote
WulfeeGrey
WulfeeGrey

Similarity shouldn't be in issue. What they should focus on instead, is what 'you' as the dev can add into the game. Innovation and exploration on new idea's and mechanics. Every game dev in the past started by creating what they thought was fun, you should be granted that same measure of freedom. Good luck Autarca.

Reply Good karma Bad karma+3 votes
deleted10101
deleted10101

Hi

This game seems a good one
It seems to be similar to Nexus the Jupiter Incident rather than Homeworld
I cannot understand why people are complaining that other games might copy Homeworld when i bumped into several space titles that wanna copy Master of Orion ( a particular thing i grew tired of making me almost steer clear of games that promise something along the lines of Master of Orion but with few exceptions of course like the former game i voted before this comment here namely Multiversum )

I like the graphics of Nomad Fleet and i would only agree that it would be good to offer mod support for it in the future unless you are going to expand the game and add DLCs , expansions and stuff to keep it going

I voted you max not just out of my altruistic heart but because i'm into space games a lot too so i hope everything turns out right for you

Reply Good karma Bad karma+3 votes
Danarogon
Danarogon

I'll be honest. As soon as I saw the Homeworld hyperspace jump, and the gameplay inspiration. It somewhat annoyed me. However, I see enough original material here to find this small project interesting. But there are several things that need to be worked on (by order of importance):

1st the game needs a better camera control, is not fluid, too slow and down right annoying to use, I'd sugest you to see how the Homeworld camera works and try to mimic it, considering the fact it works perfectly for it's game.

2nd Sometimes I'd find the UI to just vanish, pretty much preventing me from doing anything worth while.

3rd I think some of the ships and background art are in need of a redesign. They are just ugly. I understand the idea of the ships is for them to be old and clunky, as one would expect from a fleet that had to use century old ships. however you can still have those same elements and still have a good looking, and well designed ship. I also found the backgrounds to be too dark, plus with dark looking ships. it makes it hard to see them. I'd recommend you to ask for / hire an artist's help to fix all of these problems (I'd even offer myself to help, however regardless if you consider my advice and wish to either hire or ask for an artist's help, I am sure you'd find someone else whom's style fits more your own artistic vision of the game).

4th I'd Really recommend not to have the Homeworld hyperspace jump, and instead have an original one. It's like having a light-saber knock off in an non Star Wars title, it just makes you look bad.

asides from these few things. I think you are on an interesting path, I really liked the rpg elements in the game, to negotiate with other races, confront them or avoid fights. plus I completely love this sub-sub-genre of Scifi, of a small fleet trying to survive an overwhelming force like Battle Star Galatica, Homeworld and several others. I'll defently stick around to see where this game is going.

Reply Good karma Bad karma+1 vote
Autarca Creator
Autarca

Thanks for your feedback.

Reply Good karma+3 votes
AmDDRed
AmDDRed

Will be there modding support: possibility to do mods, tools, workshop?

Reply Good karma Bad karma+3 votes
Autarca Creator
Autarca

Sorry but no. That and Multiplayer was one of the first features I had to cut in order to make the project achievable.

Reply Good karma+4 votes
AmDDRed
AmDDRed

Well, that's sad. It decreases replayability and fan base.

Reply Good karma Bad karma+1 vote
go0der
go0der

Really great, awesome controls, and I really like the Homeworld inspiration

Reply Good karma Bad karma+5 votes
Autarca Creator
Autarca

Thanks, is good to know that you liked the controls. So far opinions seem mixed on them.

Reply Good karma+3 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

X

Latest posts from @autarcadev

Painting the female assassin body now. Next I'll be working in new bodies for the Mercenary and Techno Sorcerer cla… T.co

Jul 5 2023

Making a new base body, this time for the Assassin class. I'm also thinking of adding a Cloaking skill to this clas… T.co

Jun 29 2023

My games are part of the #SteamSummerSale , please check them out: Store.steampowered.com #Steam #indiegamesT.co

Jun 29 2023

Made a new body/armor for the male raider class. #blender3d #indiedev T.co

Jun 27 2023

Oh boy, a problem I didn't anticipate is beards. I can easily add them but they would need to react to the characte… T.co

Jun 26 2023