Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 56 57 [58] 59 60 ... 104

Author Topic: Cogmind (sci-fi robot-themed roguelike) - BETA RELEASED  (Read 287703 times)

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #855 on: November 03, 2015, 10:52:35 pm »

Garrison Access
[Cross-posted from the devblog here--follow link for better formatting and light-on-dark style.]

Nearly two years ago, five machines were added to the game, forming the core interactive environmental feature in the world of Cogmind. Since then we've seen the addition of a few more environment-based elements in the form of non-interactive machines and traps, but no more hackable installations.

Introducing: the Garrison Access point!


Background
Locating exits to other floors (and reaching them) is your ultimate goal in Cogmind. While there are plenty of other optional activities, everything you do ultimately revolves around escaping. Without XP to grind, engaging hostiles is rarely necessary and you can theoretically sneak your way around everything except when you feel confrontations are necessary to better prepare for unexpected encounters by harvesting new parts. Thus in terms of design, these exits ("access points") cannot be made too easy to find, as their frequency and locations essentially control the overall difficulty of the game.

There are many ways to discover where exits are, from the traditional-but-dangerous "wander around until you find one," to mechanics-oriented hacking-assisted searches, to meta-solutions including learning the types of surroundings in which an exit might be found and looking for those, or learning the general layouts of each type of floor.

More recently players have figured out an inexpensive and foolproof method for navigating to exits on large floors. Notice that other robots use the same access points that Cogmind does when they enter or exit a map (yes, they do this!). So all you need to do is know when a particular robot has entered the map, and retrace its steps (or at least head in the direction it came from) to find the access point they used!

Programmers happen to be the perfect candidate for this tactic, since they are dispatched directly to your position and that dispatch is accompanied by a global announcement/alert, meaning you know when they're coming and that it's from a location you can use to escape.

While preparing the design doc I was aware of this possibility, but there wasn't enough time to implement the intended solution before releasing Alpha 1, so I decided to wait to see how long it took players to discover this and start abusing it... My hand has been forced, and with Alpha 4 we welcomed a new type of access point meant purely for use by hostiles =p


Garrison Access the Machine

Example of a Garrison Access in the wild.

A Garrison Access is white (lighter gray), appears denser than most other machines (these things are armored!), and are of course represented by the letter 'G'.

So why a "machine"? Aren't access points normally just your average '>' stairs? While that would be easy--saving weeks of work, in fact--it would also be kinda boring compared to the potential for depth and related features here. Making them a machine also means they're conveniently compatible with the familiar intel system. You can hack garrison locations from any terminal and they'll be marked on your map. (Also, there is a '>', but we'll get to that later :D)


Responses
What exactly does a Garrison Access do?

As implied earlier, dispatched combat squads may now instead come from a garrison instead of a regular access point, especially if located closer to the target area. So for those of you being bad robots (all of you!), you'll notice enemy response times have gone down. Also, unlike normal access points where the game has been nice about not allowing hostiles to enter through them when you're nearby, hostiles can emerge from a garrison even if you're sitting right next to it! No loitering, please. But wait, there's more...

Combat robots being attacked in the vicinity of a garrison may call for backup. Knowing this you probably don't want to engage targets stationed at or passing by one these places. Unless of course... you're carrying a Signal Jammer ;).

Even unarmed non-hostile robots might report you and call a nearby garrison for rescue if you shoot them (and they survive =p) while close enough. If you can leave the area quickly enough that won't be a problem, though, since the garrison squad will only head to and monitor the area around the reported disturbance.

Of course, garrisons can't spit out hostiles indefinitely. There is a delay before a given garrison will respond to another event, and even some types of responses don't come all at once--a single response might be spread out over time, another reason to not hang around, unless your plan is to attack it :D


Attacking
Like any other machine you can also physically destroy/disabled a Garrison Access, only in this case it's especially meaningful in that hostiles will no longer be able to use it as a point of entry/exit. Doing this will of course piss them off, but leaving them with a close-proximity source of reinforcements is both annoying and dangerous.

However, if you attack and fail to destroy it pretty quickly, there's a good chance you'll be in for some company. It's perfectly understandable if you want to just leave these things alone and give them a wide berth. (Actually, you'd also want to leave them intact if you've installed a Trojan, but... we haven't talked about those yet =p.)

That said, there is another advantage to destroying them: For each Garrison Access taken out of commission, Programmer dispatch frequency is further reduced. Plus if you're really intent on the old Programmer tracing strategy, each garrison destroyed eliminates another distraction in the search for normal access points.


Hacking
Ah, another benefit of Garrison Access being a machine--we can hack it!

Like everything Cogmind, there are always multiple strategic aspects to a feature, and hacking helps add more dimensions to this reinforcement mechanic, or as you'll eventually discover, even turn it on the enemy! This is where things really get interesting...

First we have two regular hacking targets:
  • Seal: This locks the access point permanently (or at least for the while you'll be on that floor), originally meant as a native command to enable containment of a threat on one side or the other. It is difficult to pull off, but is the preferred way to effectively disabled one of these access points, since it won't attract any attention. (Unlike opening fire on it =p)
  • Unlock: If you really, really (really) want to, you can unlock the door yourself! Now why would someone go and do that?

Where does the rabbit hole lead? Do you really want to find out?

Note that the Garrison Access hacking system is no different from any other interactive machine, tracing and all. That means you'll probably want to avoid being traced at a garrison, since the response will come from right there! Normally you have ample time to leave an area after being traced; not so when you're standing on the source of the squad sent to investigate.

With the advent of Garrison Access machines, we also have two new categories of so-called "unauthorized hacks." Trojans and Brute Force Hacks will be covered two posts from now--five of them are applicable to garrisons. How would you like to tell all squads emerging from a given access point to go somewhere else instead? Better yet, how about you instruct the garrison system to reprogram them to believe you're their new leader ;).


Machine Info
In the past, destruction of machines has mostly been a case of collateral damage, not something you set out to do (triggering explosive machines being an occasional exception). That has changed with the addition of garrisons, which you will at some point or another probably want to take out. (This also applies to Garrison Relays and Phase Generators, but those are two machines new to Alpha 4 that I haven't yet introduced--next post!)

So at this point you'll appreciate access to essential stats, stats that the window info is now capable of providing. You can access this information in the same manner as other objects, either by right-clicking on it or using keyboard examine/look mode.


Opening the info for a Fusion Modulator. Oooh, explosions...

Aside from letting you know the armor value of any given machine, the info window's most useful feature is its State identifier. Especially informative for interactive machines, that value can display:
  • System trace reset times and locked status
  • Fabricator processing part and time to completion
  • Repair Station processing part and time to completion
  • Other special machine states including UNSTABLE, DETONATE, OVERLOAD, COMPROMISED, TRANSMITTING, REDEPLOYING (all but the first are new to Alpha 4)

A collection of info for various types of machine systems in different states.

Notice that you also get a convenient list of installed Trojans currently active on the system in question :)

Information about resistances and explosive potential is only available while using a Structural Scanner.

Next time I'll be introducing where that unlocked Garrison Access actually leads (or you can explore it for yourself in Alpha 4).
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #856 on: November 09, 2015, 10:42:27 am »

Well, we didn't quite make it straight from Alpha 4 to 5 after all :P

An oversight regarding the mid-game garrison access points was causing a lot more chaos than intended--I thought I'd applied the proper restrictions to certain special scenarios, but, um, apparently I didn't. So that is now fixed and those should be sufficiently rare. Thank you for complaining about the chaos, zxc! ;)

In other interesting developments... there has apparently been a rather serious oversight in the combat calculations. The accuracy bonus for remaining stationary was working for all robots except Cogmind :-[.

This has apparently been the case since the very first version of the game (all the way back to the 2012 7DRL prototype!), so I'm surprised it's gone undiscovered until now. It's pretty obvious when you follow the full detail combat log and watch the hit chance breakdown. Thanks to @macklemurr for pointing it out.

Basically you're going to get a +10% accuracy bonus to most of your shots from now on. I now expect at least 10% more ownage out of you all!

The full Alpha 4b (0.10.151109) changelog:
* MOD: Stasis traps completely removed from Materials floors
* FIX: Failed to apply rarity limits to special scenarios surrounding mid-game garrison access machines [zxc]
* FIX: +10% to Cogmind's (not hostiles') accuracy while stationary was never applied [@macklemurr]

For the latest primary changelog regarding all the latest Alpha 4 features, see the previous announcement.

4b saves are compatible with Alpha 4, if you have a game in progress (which will benefit from the new changes if continuing the game under the new version).
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

endlessblaze

  • Bay Watcher
  • likes dragons for their fiery breath
    • View Profile
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #857 on: November 09, 2015, 10:44:25 am »

Lol. That long?
Logged
Kids make great meat shields.
I nominate endlessblaze as our chief military executive!

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #858 on: November 09, 2015, 10:51:44 am »

Yeah, it's pretty amusing how long such a major thing managed to endure.

I don't use the full combat log detail myself, but I know a number of players do and like to scrutinize it to make sure they're getting the best possible accuracy (it was originally a requested feature here on Bay 12 back when we were doing the 7DRL)--extra surprised that one of the min-maxers didn't tell me before now :D

To think we've all been fighting at a disadvantage this whole time!
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

endlessblaze

  • Bay Watcher
  • likes dragons for their fiery breath
    • View Profile
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #859 on: November 09, 2015, 11:04:20 am »

Hopefully this will make it easyer to get to higher floors.
Logged
Kids make great meat shields.
I nominate endlessblaze as our chief military executive!

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #860 on: November 09, 2015, 11:08:50 am »

Easier, yes, but you'll still need superior tactics if you want to go all the way :)
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

endlessblaze

  • Bay Watcher
  • likes dragons for their fiery breath
    • View Profile
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #861 on: November 09, 2015, 11:12:18 am »

I WILL ESCAPE! I WILLLLLLLLLL!

It's not like it's as hard as nethack right?..........right?............
Logged
Kids make great meat shields.
I nominate endlessblaze as our chief military executive!

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #862 on: November 09, 2015, 11:17:54 am »

Nah, it's tough but not nearly as hard as Nethack, since the design is at least coherent and balanced :P. Expert roguelike players have been able to win the current version within a week of joining (usually putting in a couple dozen hours or more, though), and there are now a couple dozen confirmed winners using a variety of strategies (still a rather small portion of players overall, but wins are repeatable so it's a matter of experience and skill).

Future versions will add the even higher-difficulty routes and alternate endings.
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #863 on: November 09, 2015, 09:35:28 pm »

Garrisons
[Cross-posted from the devblog here--follow link for better formatting and light-on-dark style.]

Last time we looked at what happens when you use the Unlock hack on a Garrison Access machine. Now about that rabbit hole...

SPOILER WARNING: This post is going to be absolutely full of spoilers. There are so many details to the implementation of this feature that tip-toeing around them would be annoying and not much of a discussion, plus they're interesting to look at for design purposes. So I'm going to go all out and discuss them here.

Technically there is information provided herein that (as of Alpha 4) might take a while to figure out, or even require dumb luck and close observation to learn. This will change later, because all garrison secrets will be revealed via in-game lore, but most of that lore comes in a later section not yet added.

Clearly presenting this information here in advance does help you get the most out of garrisons, though, so if you don't mind being spoon fed mechanics and "secrets," then by all means read on! (I will avoid a few details that aren't required for a thorough overview.)


So what is on the other side of that entrance? Yes, it's exactly what you might expect--an area in which the enemy garrisons its forces. You'd have to be crazy to want to go there, right? Well, that depends on what you're out to do...


Garrisons and the World
First of all, I consider garrisons to be "maps between maps," which is a better angle from which to understand their design. They can also appear at any depth, further distinguishing them from all other map types.

When you pass through a garrison, it will either connect you back to another section of the same floor at the same depth that you came from, or to one of any other maps/areas that were originally connected from your map of origin. To demonstrate, see this modified subset of our hypothetical world map:


World map mockup showing special garrison links.

You can't know in advance whether a garrison will take you to a new map or depth, so that's not likely to be a primary purpose behind choosing to enter a garrison. (More on that later.)

Garrisons as their own map were not in the original design doc, but as soon as I added the Garrison Access for Alpha 4 it seemed like a logical extension which addresses the whole "why can't I go in there if I want to?" issue. Why create a glaring artificial roadblock to exploration where there are opportunities to present the player with interesting options?

Garrisons also conveniently coincide with another idea that did appear in the design doc for probable implementation, but still hadn't been added at this point: "Conduits." The idea behind those was that you could seek out well-hidden protected exits that would take you to further away maps, even up multiple depths. Having garrisons doesn't exclude the possibility of conduits, but the two are very similar in nature, and garrisons honestly do a much better job fitting into the structure of the world by being tightly connected to several of its other mechanics.


Map Layout
As a unique type of map in which I wanted much greater control over certain aspects of the experience, for garrisons I decided against using any of the existing map generators, instead opting for a completely prefab-based approach.

The map area is divided into quarters, each one randomly choosing a prefab map piece and rotating it as necessary to fit that quarter. I've discussed how I create prefabs before, but here's an example of one of the more simple quarter layouts used in actual garrisons:


One of the simplest garrison quarter prefab layouts, showing also the machine layer and script reference layer.

With a large enough pool of prefabs, combined with rotation, there is plenty enough randomness to prevent the overall map from becoming repetitive or predictable, aside from the parts that I want to be fairly predictable. While there is a lot of room for variation, each quarter generally holds true to a set of rules self-imposed while designing the individual prefabs themselves:

Some of the more basic rules:
  • Each quarter contains a primary "arm" connecting a larger central hub to outlying access points (the '0'), one per quarter.
  • The widest corridors almost always connect the hub directly to the access point, making them quite easy to find. Navigating a garrison is therefore no problem unless you leave the main path, in which case it's obvious that's what you're doing, and even then it's not easy to get lost because paths will more often than not be dead ends. Those blue marks in the prefab are impassable phase walls, a new mechanic discussed further below.
  • Most quarters contain one Garrison Relay, generally guarded by a checkpoint. Also more on these below.
The final result when you combine a selection of different quarters can look like this:


Sample garrison layout.

Certainly we could code an algorithm capable of producing a truly limitless variety of garrisons. Having a list of rules and some mockups is a good first step in that process, and a couple times I did briefly consider doing just that. However, it would've been a lot more work, when creating dozens of prefabs gets the job done quite well in a fairly short amount of time (it took about a day to create several dozen variations).

Taking the non-fully-procedural route also has the advantage of being able to more closely control the difficulty, matching potential rewards with corresponding challenges within a single quarter, and influencing map composition overall by adjusting the weighted chance of using each quarter type. The more interesting and/or rewarding quarters are naturally more rare.

Some players will eventually learn to recognize some areas, one of the drawbacks of relying on a limited number of prefabs, but that's the price paid for control. It's not a heavy price, however, since even within a given static prefab there are variables that influence how the map plays out:
  • Part caches with variable contents.
  • Checkpoints. These run parallel to corridor sections, and are automatically detected by the game then populated based on a weighted algorithm. Every move in close proximity to a checkpoint has a chance to be detected and trigger the door, releasing whatever guards contained within. You may see or remember a checkpoint location, but you can never be sure what's behind the door (no, not even with sensors :P).
  • And of course the biggest variable of all--Cogmind! What the player is equipped with and capable of adds a new realm of possibilities.
On the map-wide scale, the composition of randomly placed active patrols will also cause the same base layout to play differently.

There is also some thematic logic to having garrisons share similar layouts, which is part of the reason for using a more controlled map generation system in the first place. And from the player's point of view, it's obvious both from a visual and tactical perspective that you're in a place very different from the other maps--and not just because of the red walls ;).

Much of the garrison content is found in areas off the main paths, either hidden or in the open. These optional routes usually contain some sort of reward or benefit for overcoming whatever challenges they might contain. If not well-prepared, an excursion into these areas could very well attract more attention than you can handle--it is a garrison, after all! But I don't imagine anyone would dare enter a garrison unprepared, right? :)


Inhabitants
Garrisons are the first part of the game in which you will see no non-combat robots! That means... no Recyclers! Also no bots to fix up the walls and clear out debris. Yep, the battlefield will remain just as pockmarked and littered with scrap as your strategy demands.

Garrisons are home solely to combat robots; quite a few of them, in fact. You'll find they're not always active, however. In addition to the checkpoints and patrols mentioned earlier, you may also come across robots in other states:
  • DORMANT: Robots temporarily resting in this mode are only a problem if they wake up, which may be triggered by alarm traps, being alerted by their nearby allies, or by hostiles hanging around in their field of vision.
  • UNPOWERED: Unpowered robots will never become active. There aren't a whole lot of these--in terms of design they exist as fluff. (Though yeah they're very much real and you can harvest them for parts if you'd like.)
  • DISABLED: Some robots have been temporarily disabled and put in garrison storage. Prime candidates for rewiring!


Phase Walls
Hidden doors in Cogmind have always served a very specific purpose: Give hostiles additional routes via which to reach targets more quickly, or ambush them :). Interestingly, players' first "natural roguelike reaction" to "secret doors" is to assume these lead to good loot. Not true (though yes you can benefit--in other ways--from knowing where they are and using them).

That said, we now have a new type of hidden door, and these do sometimes lead to Good Loot. (Warning: They also sometimes lead to Mad Robots :P)

This new mechanic was developed early on during the garrison design process because it makes a lot of sense that the robots would use similar ambush tactics here, but our original hidden door design is insufficient. In case you haven't played, a recap: While only combat robots normally use hidden doors, they open for any robot, even you, when simply moving past. This works fine the way that hidden doors are normally used in Complex 0b10--placed in back or side walls of rooms--since you're unlikely to find them by accident (though it does happen). By comparison, most of your time in garrisons is spent in narrow corridors (there are almost no rooms at all), and if we connect regular hidden doors to corridors for use in ambushes or to hide important things, they're not going to be so hidden because you're quite likely to pass right by them!

Here they use a new type of technology: Phase Walls.

You cannot differentiate phase walls from normal walls, even with a Structural Scanner, and they will not open for you. In effect they're walls that only hostiles can pass through.


A phase wall (both tiles and ASCII versions), shown near a regular hidden door for comparison.

Your inability to use phase walls adds to the difficulty of garrisons, since the enemy can often take advantage of multiple looping routes, while you and your allies are trapped in the relatively limited scope of the main corridors. Of course, if you're packing explosives, all bets are off--you can blow away phase walls just the same :D.

(There is one other cool mechanic regarding a special use for phase walls, but that will remain a secret for now unless you can figure it out.)

While there is no way to visually detect a phase wall without seeing it open, they make a unique sound when dematerializing and materializing, giving you a clue that something's going on nearby. You can also hear through them just fine, even when closed. This is especially interesting when combined with the new machines...


Important Machines
Unlike most other maps, you won't find any interactive machines in garrisons. Instead there is a pair of other machines which have roles to play in the mechanics of the area. As first mentioned in the previous post, it's quite possible you'll want to blow these up.

As objects meant to be destroyed, both of them use the cyan color first seen with Storage Shells and the special Sealed Heavy Doors you find later in the game.

Both also emit ambient sound, enabling you to locate them even when hidden behind phase walls, using volume levels to guess where such walls might be even when you have no other means to do so. (Note that eventually all machines in the game will emit sound, but I'm waiting until later to add those sound effects. In this case it was important to add for gameplay purposes.)

The more common of the two is the Garrison Relay. You'll usually find about four of these things in each garrison.


The primary type of Garrison Relay (tiles/ASCII).

Relays are responsible for transmitting orders to active robots, and also remotely protect those systems from hacking attempts. Take out a relay and you can expect to have a better chance to bend robot systems to your will. Take out more relays, and you could potentially have them all licking your robot boots. Doing this also makes them really mad (i.e. influences security level), but you get bonus points for doing it :)

This effect is strongest within the confines of the garrison itself, but it continues to take effect in the next map you visit, where relays from all linked garrisons are collectively responsible for squads (mechanically, you get half the bonus to robot hacking attempts). Travel further away from the disabled relay (two maps or more) and there is no more benefit.

Phase Generators are the other type of garrison-specific machine, though only about one of these is accessible per garrison.


Phase Generator (tiles/ASCII).

These are responsible for those annoying phase walls. Take out a generator and all the walls come down with it. (Again, they won't be too happy that you've done this.)

The Phase Generator doesn't just turn to scrap metal, either. It's actually one of my more spectacular explosions--very satisfying to see, and hear! Make sure there are enemies standing in the room for maximum MWUHAHA effect. Do try to get out of the way.

Destroying one of these things also puts a stop to their secondary use, a special effect I haven't mentioned yet: sensor scrambling. On entering a garrison you'll notice pretty quickly that your Sensor Arrays don't work as expected. I added this mechanic because garrison ambushes are otherwise kinda pointless, and sensors also give away too much about the level layout and potential secret areas. Yes, you can still use Terrain Scanners, but they're not quite as effective since they don't reveal threats.

More interestingly, sensor scrambling only takes effect if there's something in your detection radius, meaning you can continue to use your sensors to some extent and will know something is nearby, just not what or where, which can be scary =p. (Have you ever imagined a behemoth walking through a wall to open fire in your face? Just kidding, I'm not that mean. Or am I...)


Strategy
Being an entirely optional area accessible from almost anywhere in the game, it's relatively easy to find your way into a garrison. But whether or not to do so is not that easy a decision to make.

First, for some background check out this labeled version of the layout shown earlier.


Sample garrison layout (labeled).

As you can see, there are four access points, one of which you'll enter from and therefore cannot exit from, leaving three possible exits. All you absolutely must deal with are whatever random patrols there might be wandering around (not shown), and whatever is standing guard in the central hub checkpoints. (Note that if careful you can avoid simultaneously triggering multiple central checkpoints, and even avoid some entirely. I can't imagine you'd want to trigger that many checkpoints unless... you're carrying a nuke or something ;).)

About the exits, though, you may not be able to leave from the first one you find! Exits have a chance to be remotely locked when you try to use them, in an attempt to confine you to the garrison. Destroying relays increases the chances you'll be able to make it out when you try, and if you've tried all but one exit, the last will always work.

In summary, here are some beneficial reasons to visit a garrison:
  • Gain allies, possibly raise and maintain a little army of your own.
  • Engage in robot hacking in the subsequent area.
  • Impair defensive capabilities in the following area. Didn't mention this one yet :D. Having created a distraction by mounting a direct attack on a garrison, the enemy will be forced to recall some combat robots, thereby shrinking the average squad size by 1. This only applies if you end up back on the same map you left, not when advancing to a new area, but it's pretty significant!
  • Obtain better parts, if you're lucky...
  • Have a chance to advance to another depth/area without searching for a normal exit in the main complex where floors might be sprawling and dangerous.
  • No Programmer dispatches, though you'll still have to deal with additional assault Carriers if you're causing enough trouble.
  • Earn bonus points for wreaking havoc.
And the top reasons to avoid garrisons:
  • Possibly very dangerous unless well-prepared! Again, this is to be expected; you're in a place where freaking everyone is packing guns, cannons, and other nasty things, quite extreme compared to most other areas of the world. It's also not exactly a huge space. There's less leeway for retreating and tactical positioning, limited sensor support, and a high probability of being ambushed.
  • Instead of gradually going down over time like in other floors, your security level goes up for as long as you stay inside a garrison! (Every time you see the "ALERT: Garrison interior compromised" announcement, your influence just rose again.) Leaving a garrison also does not drop your influence rating as much as leaving other floors does.
  • If you're running a speed/stealth build, my guess is you'll be heading into a death trap (I'm also guessing someone will attempt to prove me wrong here...). While maps are rather small and you might think you can fly your way past everything, one wrong or unlucky move and you could start feeling the pain. Did I mention there are quite a few stasis traps?
All said and done, garrisons are a flavorful addition to the world that come with a number of unique mechanics, benefits, and drawbacks. They're your chance to take the battle to the enemy--think of it as you entering that building lobby in The Matrix :D

Next time we'll be looking at unauthorized hacks, AKA the mischievous things you can now do with machines.
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

sambojin

  • Bay Watcher
  • Three seconds to catsplosion and counting.......
    • View Profile
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #864 on: November 09, 2015, 10:07:20 pm »

Keep on keeping on Kyzrati. The good work. This is why "alpha" is, even though it's a fully playable game. We probably wouldn't have ever noticed (and just thought it was hard), but having a "proper system of combat mechanics" is beyond most AAA titles.

But with Cogmind, it's inherent.

Is, and was meant to be. Thank the RNG for good coders and developers that check their own code.
Logged
It's a game. Have fun.

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #865 on: November 23, 2015, 10:19:32 pm »

Unauthorized Hacks
[Cross-posted from the devblog here--follow link for better formatting and light-on-dark style.]

Hacking has been around since early pre-alpha 2013, and while the early Alpha releases have dozens of commands you can use to achieve various effects, I've always considered the system a work in progress. There are more things that can be hacked, a few tweaks and changes to expect, and furthermore there are three major categories of hacks, and before Alpha 4 we'd only seen the first!
  • Common hacks. Most of these are commands native to the system itself, functions and data that Operators and other robots need access to for their work. There are currently 54 of these.
  • Unauthorized hacks. The topic of this post. Alpha 4 contains 11 of these.
  • Unique hacks. NPCs will under special circumstances, or for plot purposes, give codes that can be used to achieve unique effects. These would of course always be entered manually. (There are actually a number of these coded in the game--originally added to test the implementation and ensure it works--but no way for players to discover them yet =p)
These three categories run the spectrum from common to obscure, in that order. So with Alpha 4 we've begun exploring the second category. Don't worry, there are still more improvements and features to come in category 1.

The concept of "unauthorized hacks" was first introduced in relation to Garrison Access systems. These are hacks that attack the system itself or abuse it in some way, decidedly not what you're supposed to be doing there. They are always entered manually--you'll never see these listed like the others.

SPOILER WARNING: Beyond this point I'll be revealing how to do each hack and how they work, even though you're meant to learn all this via in-game lore! However, right now the necessary lore only exists for one of these hacks--respective lore for the others cannot be added until I create the part of the world where much of it will be found. Reading this will allow you to get around that temporary roadblock and check out this new content, but doing so doesn't make it any less spoilery! Your choice :)

Unauthorized hacks can be divided into two sub-categories...


Trojans
With Trojans you install a program that runs on the target system to provide delayed or continuous long-term benefits. You'll want to make sure the machine itself isn't disabled, since that will of course render the Trojan useless. Once planted Trojans will continue to operate even if you are traced, however.

There are eight Trojans so far, affecting either Terminals or Garrison Access systems.

Terminal Trojans:
  • Trojan(Track): Reports to you the current location of all robots within a square zone around the terminal, as if you were standing there with sensors and an Adv. Signal Interpreter. The area of effect is determined by the security level of the Terminal--higher tier systems have a greater range.   
  • Trojan(Assimilate): An Operator attempting to use this Terminal will instead be permanently converted to an ally (to join your personal hacker network :D).
  • Trojan(Botnet): As long as this terminal is active, it provides a bonus to both direct and indirect hacks at any other machine on the same floor. This effect stacks across multiple infected Terminals (with diminishing returns, in the same way multiple allied Operators stack). Build your own network!

Installing a Botnet Trojan at a terminal.


Machine info lists the currently active Trojans, and allows you to call up context help for each.
  • Trojan(Detonate): Sets all explosive machines within the Terminal's zone of influence to explode immediately when your enemies pass by. Create your own oversized minefield!

Oops, Mr. Programmer, looks like you should've taken a left at the Subcomponent Replicator. (Nuclear Reactors previously infected by the Detonate Trojan--they glow yellow so you know/remember which ones they are).

Garrison Access Trojans:
  • Trojan(Broadcast): Any squad dispatched from this garrison will have its type and composition reported to you immediately, and their location added to your intel database for reference.
  • Trojan(Decoy): The next squad dispatched from this garrison will have its intended target switched to somewhere/something else at the last moment.
  • Trojan(Redirect): All squads dispatched from this garrison have their target altered (more difficult than a one-off decoy).
  • Trojan(Reprogram): The entire next squad to emerge will be converted to loyal followers!
Brute Force
A "brute force" hack completely disregards stealth and overwhelms the target system to achieve some effect, rendering it useless in the process (permanently locked). While brute forcing a system is guaranteed to attract attention, it's quite easy to do and allows for some more extreme benefits.

Three different machines are currently susceptible to brute force attacks.
  • Force(Extract): At any Scanalyzer, extract from the system's memory a number of schematics for parts previously scanned by other robots. You can't control the results, but if lucky it can be fairly useful.
  • Force(Jam): Use this to prevent a Garrison Access system from opening the door for any squads trying to exit into the local area. This is the easiest way to cut off access from a garrison, but is also the most meddling from the enemy's point of view, a third-rate option behind the much more difficult Seal hack, or simply blasting the Garrison Access system.
  • Force(Overload): For those of you who don't have much need of Fabricators, how about turning them into engines of destruction? :D This very unauthorized hack causes the machine's EM imprinting system to go haywire, randomly zapping passing robots with corrupting beams of energy. Use only with intent to cause maximum chaos. And you'd better get out of the way! (This is the one which has already been added to the lore, so I didn't really have to mention it here, but may as well for completeness sake--plus it's the most fun =p)
There's plenty of room for more unauthorized hacks in the future. This first batch was just a medium-sized "side project" alongside Garrison Access, to enable some additional strategic options for that machine.
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #866 on: December 02, 2015, 10:34:40 pm »

The first round of IndieDB Game of the Year 2015 voting has begun. Show your love for Cogmind by voting here if you can. Thank you! :D

(Last year we made it into the top 100, and Cogmind wasn't even released yet :P)

You can also vote for any of your other favorite roguelikes represented on the site--I put together a list here. You can vote for as many games as you like.

Also, check out this juicy new explosion just recently created for a new map area (seen here in a testing area):
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #867 on: December 03, 2015, 09:01:49 pm »

I've written an article about map design in Cogmind, examining form, content, and the process behind development: http://www.indiedb.com/games/cogmind/news/map-design

Check out lots of development approaches like this mapgen visualizer at work:


I should really put this on my main blog, too. Lots of articles and drafts I haven't polished/transferred over to there from where I've been doing much of my development writing this year: /r/roguelikedev :D
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

Kyzrati

  • Bay Watcher
    • View Profile
    • Grid Sage Games
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #868 on: December 07, 2015, 09:10:18 pm »

Year 2 of the Cogmind
[Cross-posted from the devblog here--follow link for better formatting and light-on-dark style.]

Cogmind has been in mostly full-time development for 2.47* years now, and things got especially interesting this year with alpha opening up. Again it's time to recap the past year's highlights and make, um, "educated guesses" as to what the future holds ;).

Like last time, let's first check out a collage of development images from the past year:


Images from the past year of Cogmind development as shown on this blog (click for mega size).

I've been showing a heck of a lot of gifs instead of static images, so that doesn't really do the past year justice, but it's still pretty to look at :D.


Development Timeline
In the period since full-time development began, I've invested 4,339 hours of work into all things Cogmind. Below is a summary of how work was distributed over that period:


Cogmind Monthly Development Hours, 2013.7-2015.10 (click for crisper full-size version). (The color coding is for different aspects of development tackled each month, which I'll be covering in detail in a future article along with many other interesting charts when we have even more data :D)

Comparing year 1 and year 2 (note that for discussion purposes each of these "years" was more like 14 months), it's obvious the average input varied between the two: 115 average hours per month in Y1 vs. 195 in Y2.

During the first year I wasn't yet certain how long Cogmind might take to develop, or that it would be able to support itself when the time came, so I was occasionally taking on short freelance jobs to supplement the huge chunk of preexisting savings I was drawing on for development.

Then at the start of this year I decided there was no way about it--I needed to be 110% in, not 75% in, to make 1.0 a reality without spending several more years on it. I made a four-month release plan and set a deadline in April. I ended up getting pretty sick in April and postponed the release until May, but as you can see, the deadline and focus vastly increased the amount of work put into the game beginning in January.

One of the pre-release development highlights focused on early this year was the addition of a tileset pixeled by the great Kacper Woźniak. Like ASCII, the tiles emphasize recognizable shapes and readability over flair. Detailed yet not detailed. Simple and beautiful. He agonized over every pixel, I assure you ;).

Unfortunately his greatest works remain under wraps because 1) those parts of the game have not yet been added, and/or 2) spoilers. Still, we can admire this sample:


Tileset sample, with some closeups.

This year we also got our new website. For the first year Cogmind's home page was little more than one of those curiosity-inspiring black pages with a logo and basic description of things to come.

Then on May 19th, 2015, Cogmind Alpha was released into the wild.

The launch was a great success for an indie alpha game in an obscure niche. (Or maybe it was successful because it's an innovative new game in an obscure niche--but still, alpha!) You can read about the release process and first month of sales data in my in-depth postmortem here.

Since sales began in May, I haven't broken even on development costs, nor do I expect to before 1.0, but just yesterday the 1,700th player purchased Cogmind, and revenue is impressive for a game still in alpha and not sold through any major platform. Thank you everyone for your strong support!

I'd spent a few weeks before release putting together the launch trailer, and it was time well spent as it does a fairly good job of summarizing the game in 80 seconds. To date it's had more than 36,000 views, a majority of which watch through to the end. I wrote about the trailer production and results in a postmortem for that, too.

We've had three major releases since the first, so far aimed mostly at adding yet more features rather than jumping right into the long-term roadmap as originally planned:


Cogmind Releases through November 9, 2015.

One major drag on development itself, but helpful in its own way and a community reward for early supporters, was the Alpha Challenge event held in September. Fun, prizes, and DATA! In this year's collage you'll see quite a lot of graphs, and this is where they came from.

Other developments:
  • Over the summer I did an interview with Roguelike Radio--a podcast dedicated to our favorite genre--in which you can hear me talk about the past, present, and future of my projects (mostly Cogmind, of course :P).
  • Quite recently I've started doing a bit of streaming, which is kinda weird but fun, and I need to do some real playing for playtesting purposes anyway, so I might as well share it. I stream the weekly seed runs when I have time.
  • As the year comes to a close, IndieDB is once again voting for Indie of the Year, and it would be nice for Cogmind to make the Top 100 as in 2014 (before Cogmind was even released, heh :P). I'd appreciate any votes here!
2016
The decision to ride the wave of amazing initial support and allocate more effort into expanding Cogmind's feature set rather than immediately heading straight for 1.0 has pushed back the potential completion date, though there is a high chance that will still happen in 2016.

The next release, Alpha 5 (coming soon!), is starting to put us back on track with the original roadmap as we fill in the world's many more maps and story-related elements.


Cogmind Development Roadmap as of November 9, 2015.

As you can see: maps maps maps maps maps maps maps...

Not that there aren't a number of non-map features to work on--a couple of the newly-acknowledged major ones aren't even listed yet because I'm not yet sure if or how they'll be implemented. (Note the FAQ always has the latest version of the roadmap, which is updated at least once per release. The next update will involve more significant adjustments.)

I'd like everything to be in perfect shape by the time we hit Steam, but if funding starts running low and I think it will work I may have to cut some optional pre-1.0 features and join Steam earlier. (Don't worry, I'm not referring to anything you see listed there, and we can consider "these other features" again after 1.0, which is actually a good thing since it gives a suitable source of post-launch updates.) That's not a near-term thing--I'm talking like more than 6-8 months away.

This year GOG also approached me some time ago, asking if I'd be willing to put Cogmind on their platform. That was kinda nice, and a likely possibility as well.

For now I'm perfectly happy not giving a huge chunk of the revenue to a middleman. It all goes straight into Cogmind where it belongs :D.

 

*For the record Cogmind is technically 3.77 years old counting from the first prototype. Interestingly this is the same age as my son--too bad they can't play together :P
Logged
Cogmind - Sci-fi Roguelike (devblog) | X@COM - The X-COM RL | REXPaint - ASCII art editor | Patreon

puke

  • Bay Watcher
    • View Profile
Re: Cogmind (sci-fi robot-themed roguelike) - ALPHA RELEASED
« Reply #869 on: December 07, 2015, 09:17:54 pm »

Great work thus far!
Logged
Pages: 1 ... 56 57 [58] 59 60 ... 104