Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Starcom: Unknown Space - Top-Down Action RPG of Space Exploration and Adventure

cyborgboy95

News Cyborg
Joined
Aug 24, 2019
Messages
3,031


ss-b158a685966879d2b09805ddfa92512ada5bb89f.jpg

ss-ba854df178c1da55e33cd48ee674c83d989ba55d.jpg

ss-a48cfeaa262e01344130aa32d6c47d3c2a549e8f.jpg

ss-68adab3c6377f12fbe1842d37fca13060b04f976.jpg

ABOUT THIS GAME​

Explore a mysterious open-world universe filled with alien factions, strange worlds, mysterious artifacts and an epic story.

As a new commander you and your crew will transform your ship from a small scout into whatever you want: a deep-space explorer, a fast strike craft or an armor-leaden battlecruiser.

ShipBuilderLaunch.gif


Meet alien races, both friendly, hostile or enigmatic. Turn foes into allies and vice versa.

Investigate new worlds and anomalies to unlock new technologies, gather valuable resources and discover the secrets of this unknown universe.

Features:

  • Explore a fully open-world universe with multiple quests and storylines
  • Build your own starship with different weapons, defenses and modules
  • Research new technologies
  • Survey planetary anomalies
  • Talk with different alien factions, each with their own strengths, weaknesses and motivations
  • Fast-travel between discovered wormholes

Fans of Starcom: Nexus should know that the overall game mechanics have remained similar (with a number of improvements), this is not a direct sequel-- it is a brand new story. New players will not need to be familiar with the plot of Starcom: Nexus to jump right in.
 

cyborgboy95

News Cyborg
Joined
Aug 24, 2019
Messages
3,031
https://store.steampowered.com/news/app/1750770/view/3401926123937507853
Shipyard Evolution
Progress update and the shipbuilding system
Development is going ahead at full warp. I’ve been so busy that I haven’t had time to keep you all updated on what I’ve been doing. I’m going to try to post more regular updates with a quick snapshot on what I’ve been up to, as well as some more details on particular aspects of the game.

The game has been through 2 small rounds of closed betas at this point and the feedback I’ve been getting is very positive. I’m aiming to do a larger beta once the next batch of features and content are polished to my satisfaction, probably around the first week of September (fingers crossed).

In the past month, I’ve worked on:
  • Started working with the composer, Moritz, on music for the game
  • Crew UI work, started working with the portrait artist on crew character portraits
  • Implementing player controls for secondary weapons
  • Missile and beam improvements and technologies
  • Heat dissipation and simulation
  • Shipbuilding updates
  • Lots more minor tasks and features
I mentioned in the announcement that the shipbuilding system has undergone a significant overhaul, so I thought I’d give a little more detail on that.

In
Starcom: Nexus
ships were built on a hexagonal grid with module prefabs. In the game logic, a ship consisted of a hex coordinates and the corresponding module. Each module only occupied a single hex in the ship layout data, but some modules had special logic to “fake” being larger than a hex.

For the sequel, I had a few changes that I wanted to try to implement: modules of different sizes and shapes, support for module rotations, and a unified set of modules for both player and NPCs with faction coloring being handled in the shader, rather than each faction needing their own set of module prefabs with their own materials.

The first step was to produce a prototype of the new module layout logic, shown below:

277e30ba5fff1000ae6f58c03e8cab772a92fd3b.gif


Getting this working was a bit harder than I envisioned: modules needed to define both the hexes they occupied, as well as the edges that were valid connectors. With these definitions, the ship-building logic needed to transform both the occupied hexes and their edges by their rotation, as well as handle “reflection” for asymmetric modules. It also needed to maintain a map of connections so that if a module was removed (or destroyed in the case of NPCs) any modules that no longer had a path to the bridge would also be removed.

Once I got the prototype working, the next step was to find out how it would look with actual 3D models. In
Starcom: Nexus
, I made all the modules myself in Blender. They came out “okay” but it was obvious I think that they weren’t made by an artist. And it took me a ridiculous amount of time to make them.

For
Starcom: Unknown Space
I was able to work with a concept artist and 3D modeler to produce much better models in much less time.

It took a lot of work upfront to figure out what kind of module shapes and designs “worked” with this system, and how to create a shader that could make them a) look good, b) distinctive, and c) not overload the GPU.

The very simplified workflow was I described what modules I needed along with a very bad sketch and some reference art, Ruslan (the concept artist) would come up with some more detailed sketches and then Povilas (the modeler) would use these as a guide for creating the final model:

3eaddf2a12307f77e1e233ff579bca24a7893ec5.png


Here is a small ship being built in the shipyard with some of the new modules:

9a128fb715bece4162836d32ef9c2f75870aabc4.gif


The modules use a custom shader which has a number of color multipliers for the various layers (plating, detail and underlying). I can modify these for the different factions (and players with Chromaplating tech can customize their own colors).

7f6e9d5047cbc42d30ca0461d56bf0bcc47b4d75.gif


One new feature I’ve been working on in the past week is thermal dissipation. In Starcom: Nexus, players got a small boost to their weapon fire rates for every empty space they were next to. I’m now experimenting with high-energy modules like plasma and lasers generating heat as they fire. This heat flows to cooler modules and into space. When modules are too hot, they suffer an efficiency penalty. This creates a trade-off between compact well-protected layouts and layouts that can sustain intense
energy use.

9af3ca5d65afd996bd1a0b8dee4d0ed7a9f239d8.gif


There’s more new features and changes to shipbuilding, but I’ll leave off for now. Thanks for reading!

Don’t forget to wishlist and follow on Steam so you don’t miss any important announcements!
 

Zarniwoop

TESTOSTERONIC As Fuck™
Patron
Joined
Nov 29, 2010
Messages
19,151
Shadorwun: Hong Kong
After the joke that was """Star Control""" Origins, left me wanting, this should be good.
 

cyborgboy95

News Cyborg
Joined
Aug 24, 2019
Messages
3,031
https://store.steampowered.com/news/app/1750770/view/4649425839620335521
Closed Beta News
9adffa9afdb74f5903805f8e23f2b2b170f5388e.png


I spent most of the last week testing and fixing bugs in preparation for the next round of Closed Betas. By Wednesday I had a release candidate and have now started to send out batches of invites. So far, I've already received a lot of valuable feedback. There do not appear to be any serious game-breaking bugs that should prevent the larger beta from proceeding, so I'll be sending out additional larger rounds of invites over the weekend.

One person reported the invite being flagged as spam, so double-check your spam folder.

If you don't get an invite, don't worry, there will be more rounds before the game enters Early Access. Also, there's another opportunity for playtesters:

Observing a player experience the game for the first time visually can sometimes identify issues that analytics data and feedback submissions can't. During the development of Starcom: Nexus, there were issues that I identified for the first time only after watching a player play the game at a convention. I haven't done any conventions for Starcom: Unknown Space, so I'm lacking data in this area.

If you know how to record and upload a video playthrough to YouTube, but haven't received an invite, let me know by emailing me at starcom@wx3.com and I'll get you access. You don't need to be a professional streamer: I just want to observe some candid first-time player experiences.

One final note, there are a number of Steam key "scammers" who try to get keys not to play games, but to resell the keys after the game launches. To combat this, all playtest keys are not for resale: they activate the playtest product version.

- Kevin
 

Harthwain

Magister
Joined
Dec 13, 2019
Messages
5,346
This looks a lot like Space Rangers 2. I will watch this develops with caution.
 

cyborgboy95

News Cyborg
Joined
Aug 24, 2019
Messages
3,031
Crew & Skill System
Here’s a quick summary of the progress I’ve made since the last news update:

  • Work on content for a new storyline. I won’t go into detail here to avoid spoilers.
  • Started work on an updated version of the trailer.
  • Various fixes based on additional tester feedback.
  • Crew portraits.
Speaking of crew, I thought this would be a good time to talk about the new crew system.

6557fe4a6428c5bbc3edaf500919960d5bf6a736.jpg


If you played Starcom: Nexus, you may remember that your ship’s crew were a nameless, faceless resource that helped with repairs and could be killed in combat, but that was about the extent of their gameplay impact.

For Starcom: Unknown Space I wanted to give crew more depth, at least in providing a command crew with names and some contribution to gameplay besides ship repair.

Here is how crew currently works. Bear in mind that this is a new feature and will likely undergo additional changes before and during Early Access:

Shortly after the game begins, the player acquires a command crew of six cadets. Over time as they gain experience and rank, you can increase their skills in different areas: Tactics, Engineering, Diplomacy, Xenoculture, Biomed, Observation, and Astrosciences.

Skills offer several different benefits:

  • Skill checks: Some anomalies and alien encounters require skill checks which can have a variety of outcomes. For example trying to repair an alien artifact might require a successful engineering check.
  • Insights: Similar to skill checks, during anomalies and encounters a crew member may pass a hidden skill check that reveals some insight. These might help provide hints for some puzzles, additional lore, or extra discovery.
  • Performance boosts: Each skill offers some gameplay benefit outside of anomalies and conversations. Engineering speeds up repairs, observation extends scan range, diplomacy improves trade prices, etc.
  • Tech discoveries: A new aspect I’m experimenting with is some tech tree nodes can be unlocked after a minimum skill is reached and the probability of unlocking a tech per minute will rise depending on the skill level.

Design Challenges
This new system adds some new design challenges and there’s definitely still some work in figuring out the best solutions:

Don’t Lock Content
I don’t think it will be fun for players to be locked out of a fun side-quest because they rolled poorly in a skill check. At most, a skill check might allow a player to change the result of a previous decision. This places a limit on what kind of skill checks can be incorporated into anomalies and quest lines.

Phrasing
Anomaly text can refer to crew– for example noting that “Lt. Rouge-Chemise has been wounded in a rock slide.” However, I want to maintain the flexibility that crew members may change: maybe a story event swaps out a crew member, or I give the player the ability to rename their crew. So in the current system crew aren’t hard-written into the content, instead identified in text by their role, e.g., [CREW_ENGINEERING]. The text parsing system can then replace the symbol with the appropriate name. This works pretty well, but there are some challenges. One playtester already noted that the current system chooses crew by highest skill, but a crew member can fill more than one role, leading to an awkward situation where [CREW_BIOMED] helps [CREW_XENOCULTURE] but they’re the same person.

Also, it’s not practical to use pronouns: English has three forms for each (he/him/his vs. she/her/hers) and writing anomalies littered with [CREW_BIOMED_SUBJECT_PRONOUN] would be way more trouble than its worth, not to mention making localization a nightmare.

Getting Some Respec(?)
An open question is if/how skill respec-ing should work. Since players will learn the importance of each skill during the game, it makes sense to give them some possibility of backing out of a focus. At the same time, I’m not a fan of unlimited respec. There are a number of possible solutions: maybe there’s a rare anomaly that allows for respec, a one-off technology that when researched allows it, or crew can respec at certain ranks.

Specialization vs. Diversification
Right now, most skill effects are determined by the command crew’s combined skill against some difficulty. The only exception is insights, which is based off the skill of the most skilled team member. There’s not a huge incentive to have any well-rounded crew: you’ll get the same check benefits from having all specialists, plus better insights. Ideally, I’d like there to be some interesting trade-off between specialist and generalist.

Meaningful vs. Balanced
Giving players the ability to assign skills should have some noticeable game play impact. At the same time, no major game mechanic should move from “over powered” to “tedious” based on skill choices.

No Depletable Resource
One side effect of removing the old “crew as disposable resource” mechanic is there’s now no critical depletable resource the player needs.

Final Thoughts
The crew/skill system is the most significant new feature that didn’t exist at all in Starcom: Nexus, so it may take some iterations to get right. If you have any thoughts, feel free to share them in the discussion forum.
 

cyborgboy95

News Cyborg
Joined
Aug 24, 2019
Messages
3,031
Starcom: Unknown Space
It's been almost 3 years since Starcom: Nexus graduated from Early Access and I've spent most of that time working on the follow-up title. Based on player survey responses, I've kept the core gameplay close to the original, while at the same time trying to improve a number of features. While I'm immensely proud of Starcom: Nexus, there were a number of aspects that both players and I felt could be improved such as the appearance and layout of ship modules, improved mission tracking, autopilot etc.

The game is neither a direct sequel, nor a reboot. I won't say more for the benefit of players who want to avoid spoilers, but it again has you as a newly minted commander exploring an unfamiliar universe.

Many of you have already participated in the rounds of closed betas that have shaped the new title. If you haven't, there will still be at least one big round of tests before Starcom: Unknown Space drops out of warp into Early Access. Playtest invites are sent to random subscribers/survey respondents[www.starcomnexus.com].

f2a39652a9e796b25cf4c0d20ed6b65bf9c88a36.gif


Significant changes from Starcom: Nexus:
  • A new story with a new universe, characters, aliens and mysteries
  • Completely revamped ship-building system featuring multi-hex modules and higher-quality models
  • Faceless crew replaced with a command crew that progress in rank and skills
  • Improved mission tracking system
  • Numerous QoL improvements, like destination autopilot
  • Improved VFX and UI
  • Lots more!
So if you enjoyed Starcom: Nexus and want more of the same but better, Starcom: Unknown Space enters Early Access on December 14, 2022.
 
Joined
Jan 14, 2018
Messages
50,754
Codex Year of the Donut
forgot to give a capsule review of this from when I got it in closed beta

If you liked the first game, you'll like this. It's more of the same + full crew mechanics.

20221224111130-1.jpg

20221224111143-1.jpg

20221224111218-1.jpg

20221224111540-1.jpg

20221224111554-1.jpg


I appreciate that they didn't go with the minimalist UI seen in a lot of recent sci-fi games that has become overused.
 

Lyre Mors

Arcane
Joined
Nov 8, 2007
Messages
5,401
I've held off on getting the first game because of what I read about this essentially being an enhanced version of it, but with a new campaign and setting. Would the first game still be worth playing despite this?
 
Joined
Jan 14, 2018
Messages
50,754
Codex Year of the Donut
I've held off on getting the first game because of what I read about this essentially being an enhanced version of it, but with a new campaign and setting. Would the first game still be worth playing despite this?
yes, has good exploration which is a large part of it. Plot falls apart a bit at the very end but doesn't overstay its welcome overall.
 
Joined
Jan 14, 2018
Messages
50,754
Codex Year of the Donut
be mindful of your void drag in open space btw, never know what you might find that wasn't on the scanners
 

cyborgboy95

News Cyborg
Joined
Aug 24, 2019
Messages
3,031
Draconis Incoming
Since Starcom: Unknown Space entered Early Access in December, I've been hard at work on fixes, changes and new content. Due to the interconnected open-world nature of the game, major changes to the game's content are not save compatible. To minimize player confusion, not every content change is immediately posted to the default branch (which most players are on). Instead, these are posted as opt-in betas so that players can switch to them. Once the combined betas have enough new content and have been tested by several dozen players, they will be made the default.

Details on Beta updates and how to switch to them can be found here[wx3.com].

The latest beta, Draconis Unstable (combined with the changes and content from Cassiopeia) is on track to be made the default build in a little over a week, barring any major new bugs discovered between now and then. If you are about to start a new game, you may want to switch to the beta now, so you can start on the latest version. As always, even if the default version changes, you will always be able to switch back to older versions to access previous saves.

Summary of the major changes from Betelgeuse (with minimal spoilers):
  • Several new story lines, regions, missions, mostly in the current mid-game
  • Numerous new anomalies and discoveries
  • Changes to region placements
  • Buffs to several techs and level II modules
  • Increase max thermal penalties, slow dissipation
  • Thermal exhaust modules
  • Tactical "slicing" to improve item drop probability
  • Add mission coordinates to mission log entries
  • General improvements to the tracking and completion of certain missions
  • Smoothed item drop frequency
  • Flinger speed increased, fling sound
  • Change to skill check result display
  • Menu option to adjust intensity of anomaly image distortion/noise effect
  • Esc now closes Ship menu
  • Change player name input to separate first / last name
  • Fix for issue where NPCs would fail to respawn
  • Fix for issue for random anomalies not being added
  • Fix for Plasma/Flinger issue
  • AI better at avoiding star damage radius (still not perfect)
  • Edgedar Icons no longer block firing action (also fixes bug where sometimes there would be small a firing dead zone)
  • Lots of minor bug fixes
  • Numerous minor mission, balance adjustments
  • Numerous typos fixed

Thanks for reading, until next update!

- Kevin
 

ropetight

Savant
Joined
Dec 9, 2018
Messages
1,643
Location
Lower Wolffuckery
Gave it a spin last night, we will have some good times, Starcom and me.
50796b2e-233d-6c0e-7c50-4a1926d3df2a.png
It's finally here! After 20 months in Early Access, Starcom: Unknown Space has finally graduated to its full 1.0 version. I, and more importantly the players, are very happy about the current state of the game. The game has evolved and improved with the help and feedback from countless brave commanders during EA. I couldn't have done it without them.



The official "Kepler" version has a complete storyline with:
  • 230+ unique anomalies
  • 60+ main story and side-quest missions to investigate
  • 150+ technologies to research
  • Lots of alien factions and characters to discover, ally, trade with and/or disintegrate
  • Median time for players to reach the main game ending is roughly 30 hours
2f25db9c-fb2f-a6e3-7e57-618977cd16cc.png

Images from some of the 230+ anomalies

While I am still continuing to improve the game with quality of life enhancements and side exploration content, future updates will be save compatible with the current build. As usual, there is an "unstable" beta branch where new builds will be deployed first for opt-in testing. This branch also has more detailed anonymous analytics, helping me find and fix problems before deploying to the default branch.

As always, you can submit anonymous feedback in-game at any time by pressing F8. If you have questions or issues that you want me to be able to respond to, please post in the Steam discussion forums.

How You Can Help​

Some players have asked how they can help the game besides providing feedback and suggestions. As an indie developer, I depend heavily on word of mouth, streamers, and the mysterious Steam algorithm and am grateful for players' help spreading awareness. Besides buying the game during launch, you can suggest the game to your favorite streamer, and/or leave a review.

But as I've said before, I'm extremely fortunate to have had a fantastic player base who supported the game throughout Early Access and provided enormous amounts of feedback, bug reports, suggestions, as well as encouragement. While I haven't implemented every single suggestion, the game would never have reached the quality it has without them. So thank you again Early Access players, and thanks to everyone has supported this ongoing journey!

- Kevin

https://mailchi.mp/92b465b37f67/starcomnexus-update-steam-store-and-closed-beta-5674953
 

JarlFrank

I like Thief THIS much
Patron
Joined
Jan 4, 2007
Messages
34,315
Location
KA.DINGIR.RA.KI
Steve gets a Kidney but I don't even get a tag.
Is Starcom: Nexus worth playing, or should I wait for this?
Is Fallout 1 worth playing or should you wait for Fallout 2?

Silly question, considering these games have hand-made galaxies to explore, with plenty of secrets to find by manually tracking down coordinates or comparing an ancient star map (with flipped perspective!) to yours. The first game has a lot of cool exploration, best game of its kind that I played since the original Starflight games. The hand-made content really elevates it above all the other space exploration RPGs that rely on proc gen galaxies.

I just started playing the sequel and so far it feels like more of the same, in a good way. Same level of exploration, but the mechanics are expanded just a little, like crew members actually having names and faces and they can earn skillpoints and level up.
 

Catacombs

Arcane
Patron
Joined
Aug 10, 2017
Messages
6,101
The first game has a lot of cool exploration, best game of its kind that I played since the original Starflight games. The hand-made content really elevates it above all the other space exploration RPGs that rely on proc gen galaxies.

I just started playing the sequel and so far it feels like more of the same, in a good way. Same level of exploration, but the mechanics are expanded just a little, like crew members actually having names and faces and they can earn skillpoints and level up.
Nice. I'll try the first game. Coincidentally, it's 50% off on Steam until September 9.
 

TheKing01

Novice
Joined
Jan 18, 2024
Messages
86
Played a couple of hours. It's simplistic, like the last game

It's also visually more competent than majority of other space 'sims' of this kind
 

JarlFrank

I like Thief THIS much
Patron
Joined
Jan 4, 2007
Messages
34,315
Location
KA.DINGIR.RA.KI
Steve gets a Kidney but I don't even get a tag.
I spent almost all day playing this, really scratches the explorefag itch in the same way as the first game, although I haven't found any exploration puzzles on par with the original's best ones yet. There are more RPG elements though, some fun crew banter as you explore, and a little bit of C&C in how you handle your relations with alien races.

While I haven't found exploration puzzles as good as the first game's (which included things like getting an ancient star map that's flipped on its head and having to compare it to your own map to find a remote star marked on it; and a quest that leads to a very remote system if you follow vague directions found in an ancient ruin), the exploration flows very organically and just makes you wanna keep playing. You discover a new star system, it contains a pusher that rapidly propels you to another nearby system, so you follow the path and discover more systems nearby...

Every discovery leads to more discoveries, so you just wanna keep exploring.

Great game.
 

Haba

Harbinger of Decline
Patron
Joined
Dec 24, 2008
Messages
1,872,076
Location
Land of Rape & Honey ❤️
Codex 2012 MCA Divinity: Original Sin Project: Eternity Torment: Tides of Numenera Wasteland 2
The reviews for this are very disparaging to me, mainly the parts about little content spread very far and repetitiveness.

Hnnng. Maybe I will wait till it is discounted to ~10€
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom