(Future) Era 4 Development Discussion Thread

General discussion for the game Anacreon
george moromisato
Developer
Developer
Posts: 2997
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

These are great ideas! Thank you!

My current plan is to do two weeks of development after the release of Transcendence 1.8 Beta 2, which should be no more than two weeks from now.

I haven't yet come up with a plan of what to fix (two weeks is not a lot of time), so the list that you're all talking about here is very useful.

One thing I'd like to do is re-implement nebulas. In the current design, nebulas are implemented as complex polygons. Unfortunately, that means testing whether a ship is inside or outside a nebula is somewhat hard. In particular, the test is vulnerable to various floating-point precision issues. So if two nebulas (two polygons) are right next to each other, sometimes the test will find a "gap" between the two polygons that the ship won't cross.

I want to try a new design. First we tessellate the map into a set of cells. At game-create time, we assign each cell to be either open space or some nebula type. The advantage of this is that any point is space is always in one cell or another. There will never be any gaps to confuse the engine.

The easiest tessellation is a square or hexagonal grid, but that results in blocky nebulas. Instead I'd like to try some variation of Voronoi tessellation (which is how we create the current nebulas).

One disadvantage of this scheme is that it is harder to get the current rift nebulas (which have gaps through which fleets can pass). I'm not sure exactly how to fix this. We can increase the resolution of the tessellation grid to get this effect, but then performance could be a problem. This is the piece that I'll need to experiment with.

Beyond that, I hope to implement some of the UI ideas that you've all talked about in this list plus, of course, fix as many bugs and balance issues as I can. I'll write more as we get closer to Era 4.
Wayward Device
Militia Lieutenant
Militia Lieutenant
Posts: 119
Joined: Thu Dec 25, 2014 10:42 pm
Location: Earth

Awesome, thanks George! We'd all been resigned to Era 4 being at least 6 months to a year away, this is very exciting news. I think we've covered most of the bugs/things we'd really like to see with the UI already in this thread. With nebulas, the only thing we haven't really covered is exogalactic starship movement or the "going outside the galaxy to bypass nebulas" bug. Never been sure if a bug or a feature but it sure does have an impact on the game with the introduction of beacons and the increasing importance of gunships as a mobile non-jump attacking force that can also carry jumpships with them.

Anyway, because you can go outside of the galaxy with starships, the nebulas, as well as being broken, have much less of a strategic impact. In Era 3, I have a nice area in the South East corner that should be totally isolated from other clearspace except for a tiny gap in a rift. Would be a perfect spot to fortify with a ton of citadels (well, if they get buffed/improved). Except that it is accessible on the South and East map border by anyone who can move ships outside of the galaxy, which is anyone who can reach a map border anywhere. The only clearspace in Era 3 that cannot be reached by starships is the patch in the middle of the North where Imperator has his capital (a fact that has saved the Imperium from destruction on more than one occasion, arguably the only natural fortress in Era 3).

With the map cells/rift generation issue, I think it's important to consider the role rifts play at the moment. Essentially, they are the deserts of Anacreon, being both difficult to travel through and of very limited economic value (low world count). This is a good thing! Deserts/difficult terrain is one of the key things that turns a game like this into a grand strategy instead of a pure numbers rock paper scissors fest. I get issue of not wanting to have to many cells but needing to have loads if we keep the current rift gaps. Here is what I propose:

- Keep Rifts as desert areas, low world count wastelands. Maybe allow a few moderate "blob rifts" as well as the long lines we currently have.
- Rifts, as deserts, should be hard and restrictive to travel through. Right now this is accomplished by nebula unit limits (no starships) and them being awkward to find a point to cross, made more so because of the general nebula issues. Maybe allow them to be directly moved over (as opposed to being blocking objects) but with severe movement restrictions, maybe everything is reduced to 1 LY/watch.
- This would mean no more nice "shattered" looking rifts, as they would function more or less like a new kind of nebula. Could a texture be overlaid to keep them looking nice? They are the most defining thing that gives the galaxy shape and form as it stands. I'm sure between us, small as this community is, we should be able to find someone able to make a nice texture if this is possible/would take to much time for George to do it.

Aside from that, I just thought of another minor suggestion as I got to the end of this post. How would people feel about the ability to bombard a planet to kill population or to blockade its trade route? As it stands, we have two hostile acts: attack everything in orbit and attack everything in orbit and then invade. Bombarding would just kill a certain amount of pop each watch. I'd set it very low, something like 100k Adamants to kill 1 million/watch so you have to commit to having a large fleet in orbit over many hours, no easy genocide. With the blockade, it would be an action like attacking that while the fleet was engaged would block all trade route access, but only after all hostile space forces were eliminated.

I really want to blockade someone's hub now.
--Imperator--
Militia Lieutenant
Militia Lieutenant
Posts: 242
Joined: Wed Aug 10, 2016 8:35 am

Oh, excellent news!

Nebula overhaul sounds great, that should hopefully fix the current bugs with ramjets being unable to path etc. With regard to fleets being able to path outside the map:
Watch TV, Do Nothing wrote:
Thu Mar 29, 2018 10:05 pm
It would be even easier to just put a single rift zone polygon around the entire galactic periphery, just outside the edge of the map. This would block movement and not require any additional code. If it had a crenellated edge (like \/\/\/\/) it could potentially improve fleet pathing near map edges since it would provide additional vertices for the pathfinding algorithm (not totally sure if that is a true statement, just a guess).
That would fix the problem. Not sure how this would work with a randomly generated map, but presumably the placement of a square rift zone just outside the visible area could just be incorporated into the galaxy generation algorithm.

UI fixes are undoubtedly at the top of everyone's Era 4 wishlist, especially with regard to suppressing messages.

For diplomacy mechanics proposed by WD in the 2nd post:

To allow "gifting" or "abandoning" of worlds, just make a separate designation e.g. "grant independence" that sets the sovereign of the world to independent and designation to autonomous. To allow gifting of fleets, simply remove the restriction of not being able to Transfer ships between different sovereigns. I.e. the Transfer button would always be present on the bottom panel. A simple solution which doesn't have any problems as far as I can see. Message log sounds cool but may be trickier to implement, depends on how much time George has, or if the time spent on that would be better used on more pressing features. Different player empire colors would be the best new feature for diplomacy IMO.

So, following on from the first few posts: what does everyone else think about increasing the halfLife of planetary defenses and jumpmissiles? Also, what about increasing starships' speed - would that be a good idea? What about introducing new units - the warptransports specifically? How about extending it to bringing back fighters, hunterkillers and penetrators?

As I see it, adding new units or adjusting existing ones' stats is supremely easy to accomplish (George doesn't even need to code, just accept/edit the github push request which we can all contribute to compiling). Any balance changes can also be tested out on the existing Beta 3 map as both the Imperium and Hegemony already have massive empires with economies which can quickly produce any new units to be tested against each other.
--Imperator--
Militia Lieutenant
Militia Lieutenant
Posts: 242
Joined: Wed Aug 10, 2016 8:35 am

Wayward Device wrote:
Wed May 09, 2018 9:25 pm
Aside from that, I just thought of another minor suggestion as I got to the end of this post. How would people feel about the ability to bombard a planet to kill population or to blockade its trade route? As it stands, we have two hostile acts: attack everything in orbit and attack everything in orbit and then invade. Bombarding would just kill a certain amount of pop each watch. I'd set it very low, something like 100k Adamants to kill 1 million/watch so you have to commit to having a large fleet in orbit over many hours, no easy genocide. With the blockade, it would be an action like attacking that while the fleet was engaged would block all trade route access, but only after all hostile space forces were eliminated.

I really want to blockade someone's hub now.
Hilarious. Have you been playing Stellaris?

This is literally how wars are fought there, by bombarding an opposing world until its population has been effectively genocided, after which the enemy empire surrenders to a predetermined set of demands. What fun!

I agree its a cool feature (I'd use it!), but probably lies more in the realm of "nice to have stuff but not critically important" in terms of how realistic it can be to easily implement. Probably one for Era 5 or 6, as George said 2 weeks is really not a lot of time. All the Era 3 fixes were done in 2 weeks too, so that's what can be realistically accomplished in that time frame.

Also some questions for George: Is it possible to just combine the two methods of nebula generation? I.e. still use solid polygons for rift zones but use cell-by-cell generstion for nebulae? Perhaps the rift zones just overlaid on top. And do these nebula changes mean we're getting a new map too (I assume so)? We'd all be looking forward to a fresh start anyway, I think most are tired of the Imperium/Hegemony chokehold on the galaxy.
Watch TV, Do Nothing
Militia Captain
Militia Captain
Posts: 803
Joined: Sun Feb 05, 2012 12:22 am
Contact:

Exciting stuff! I can compile a new master list ( edit: here it is) of low-hanging fruit on Ministry. Changing nebulas and rift zones is a very positive step. It would also be very nice to have fleet and planet scanner ranges be more explicit in the user interface somehow.

Long-term it is worth discussing whether it makes sense to retain the initial exploration phase (with the map unrevealed) in long-term persistent games. If there is going to be a finite duration game mode, an exploration phase makes sense. In persistent games however, starting with the map unrevealed handicaps joining players for no good reason. It takes a long time to fully explore the map with rift zones, etc. but once it is fully explored the exploration mechanic disappears; the scanner mechanic (for detecting fleets) is not explicit enough in the game interface for most players to make the most effective use of reconnaissance.

There are issues with balancing building wide/tall and with how spending lots of time playing the game is rewarded. A player who is willing to dedicate a ton of time to playing the game will become absolutely unstoppable. These issues are broad and conceptual and I don't have great solutions worked out. However, revised planetary invasion mechanics would probably help; committing infantry to long-duration combat would be a practical check on how fast expansion can occur against other players (edit: I have in-depth suggestions about this in a later post in this thread)

My pet mechanic idea is fleet orders and I'm sure everyone would like to see better trade route demand handling and constructions.
Wayward Device wrote:
Wed May 09, 2018 9:25 pm
I really want to blockade someone's hub now.
I proposed a blockade mechanic, but now feel ambivalent about it. I think the most interesting applications of blockades would be to reduce sector capital control radius and potentially to cut off jumpbeacons, which did not exist when I proposed the mechanic. Blockades (combined with protecting longer planetary invasions) would certainly give starship fleets something to do while a player establishes jumpbeacon coverage to bring in transports.
Last edited by Watch TV, Do Nothing on Fri May 25, 2018 6:33 pm, edited 2 times in total.
Watch TV, Do Nothing
Militia Captain
Militia Captain
Posts: 803
Joined: Sun Feb 05, 2012 12:22 am
Contact:

--Imperator-- wrote:
Thu May 10, 2018 2:55 am
So, following on from the first few posts: what does everyone else think about increasing the halfLife of planetary defenses and jumpmissiles? Also, what about increasing starships' speed - would that be a good idea? What about introducing new units - the warptransports specifically? How about extending it to bringing back fighters, hunterkillers and penetrators?
For ship speeds: I would be curious to see how current players feel, since I have never really been active during the jumpbeacon era. My impression is that starcruisers and starfrigates could stand to be a little faster in the absence of constructions. If constructions are introduced we will want to keep them slow, since there will be other ways to move them around (gates, warp links and fortresses or something comparable.)

For those of you who never played Anacreon Reconstruction 4021:

Warptransports were big, cheap, starship-speed transports. The classic uses for a warptransport - running trade routes and building constructions - do not exist in modern Anacreon. I do not see any merit to introducing a warptransport if it will just get annihilated during invasions the way that jumptransports currently get killed. There would only be merit to them if jumptransports couldn't be joined to warp fleets; if transport and invasion mechanics changed substantially; or if they could carry Partisans and deployable defense units.

Fighters were like weak, slow, cheap, low-tech gunship (gunships weren't in R4021) I don't see a role for them in the current game except possibly as a defense system. Gunships fill their role. Since fighters would form wings instead of rings in the current tactical system, I think they could be an interesting planetary defense. I implemented something like this (a "monitor" defense unit) in my untested Gas Giant expansion. Maybe fighters could be carried around in warptransports to fortify newly-captured worlds.

Penetrators were like gunships that didn't show up on planetary scanners. Until scanners are a little more clearly indicated in the game interface, I don't think having fast low-detectability ships adds much to the game. In modern Anacreon nobody has construction sites to destroy or trade routes to mess with, so there is no obvious cause for stealth- transports aren't stealth, so the only use case for a stealth ship is defeating small unconsolidated fleets at yards, and your first attack will induce the enemy to consolidate. If there were a blockade system, penetrators might make sense for performing that. Or maybe they could carry troops and cargo as well, serving as an all-purpose raiding ship. Penetrators were able to get through mines and were useful as a relatively fast ship that could still operate in a disruptor field, but neither of these mechanics exist in the game right now.

Hunter-Killers were like jumpcruisers (which didn't exist in R4021), but were they almost impossible to detect until they attacked. HKs were commonly used for piracy (attacks by a small fleet were untraceable- you didn't know who attacked you!) and for intercepting transport fleets on trade routes. They also had an advantage in the tactical combat screen: until they attacked they were undetectable so they could first-strike ground defenses or gank transports during invasions. Modern Anacreon doesn't use transports to conduct trade, and has no obvious targets for piracy, so I'm not sure they have a role. They could be advantageous for neutralizing citadels if citadels otherwise autofired against incoming fleets, but citadels don't do this right now. A unit that could get into low orbit without being targeted and then attack ground defenses could potentially be useful. It is bad tactics right now to commit transports during a main attack; if this were changed, HKs could have a role as transport hunters. HKs would likely be coding-intensive to implement.

Ultimately I think that there are already lot of unit classes in the game, and it's hard for new players to keep track of them all. It's a good idea to implement more differentiation between units, but maybe this would need to be accompanied by cutting out some high-tech/low-tech variants or by giving the high tech units special effects rather than having them be what they are right now (across-the-board improvements to low-tech models.)

For example, replace the Undine with a Hunter-Killer. Replace the Minotaur with a Penetrator. Eliminate high-tech starship variants entirely. Replace the sucky autocannon constellation with a fighter squadron. Have more units be doctrine-specific rather than available to everyone. Something like that.
Last edited by Watch TV, Do Nothing on Fri May 25, 2018 7:00 pm, edited 1 time in total.
Wayward Device
Militia Lieutenant
Militia Lieutenant
Posts: 119
Joined: Thu Dec 25, 2014 10:42 pm
Location: Earth

I can definitely talk about starship balance. Gunships are in a good place right now, I don't think any changes are needed there. There is a strong argument that Era 3 has been the Age of the Gunship, but I'd say it was more the Age of the Six Way Rock Paper Scissors, with a lot of people (especially me) taking a while to figure out the new meta, especially with beacons. Gunships are a strong attacking force and the ability to move (relatively) speedily without beacons has been a key part of the (much more fun and tactical than previous eras) Era 3 wars but people have still fought long distance jump wars across the galaxy without gunships and jumpcruisers are a solid hard counter to them (cheap too, if you go Adamants).
Watch TV, Do Nothing wrote:
Thu May 10, 2018 7:43 pm
especially starfrigates which do not serve a clear purpose at the moment.
Starfrigates are, in my opinion, a little too fragile now but they are absolutely required if you want to defend anything using starships. Minotaurs are an ok defense if you are also making a ton of them as an offensive force (see the Era 3 Imperium) and their threat value adds some soft defense power too but it will always be a secondary role. For example, with the Imperium's massive Minotaur production they have about 2-3 million Minotaurs defending each exposed cap, and these can be easily used for a counterattack. But a fleet of 2-3 million Adamants would blow throw them with modest losses, and Adamants are cheap. I have a single cluster making them right now that has built a fleet of 5 million in about two weeks and should cap out at about 6 mil in 10 days or so (admittedly, it's pretty much 100% optimized and has the best world density/quality out of any of my clusters but still, that's a lot of good ships ). Anyway, in Era 3 if you want to defend a world against a determined player not afraid of a counterattack who has equivalent industrial capacity your only option is a mix of Gorgos and Megatheres. Megatheres are of course by far the better ship and are ridiculously hard to make, almost on par with Exotroops, with incredible offensive/defensive power. If there was no missile defense in Anacreon there would be no reason to ever build Gorgos. But an Eldritch fleet hard counters such a defense. It takes about ten minutes to do it but it does it. So starfrigates are basically an umbrella against Eldritch attacks that would otherwise hard counter your real Megathere defense. They also help out a little against Minotaur attacks, even though they will get shredded and their damage vs Minotaur armor is very much in the "I'm helping!" category.

With speed, the current 0.2 LY makes it impossible to attack with them in all but the most local wars, and what tiny empire can afford to build up a non-gunship starship fleet? Raising it to 1LY would be reasonable in my opinion without significantly diminishing the role of gunships or ushering in the era of unstoppable Gorgos/Megathere doomstack invasions.

Aside from actual development stuff, can we talk about the idea of a little-internal-to-the-Kronosaur-forums publicity for Era 4? There wasn't a thread in Announcements when Era 3 launched and it's not exactly crowded down here in the depths of Anacreon General Discussion, an incredible two standard mouse wheel scrolls down from the top of the board index. Although mouse scrolling is not currently implemented, I believe this to be roughly 5000 LY in Anacreon terms. An Announcements thread about Era 4 from George with a nice followup post from us lot with some stuff about what this weird game is like to play, links to the guides and a noob questions thread would go a long way to get more people interested. Plus, a fresh map would be the ideal time for a bunch of noobs to get started without huge established empires dominating everything.

Finally, since Era 4 is approaching, Imperator has told me that the Imperium is coming for the Hegemony in 4 weeks time with everything they have. It will be an interesting test of the relative strengths of all in offense/defense doctrines on a large scale. At current estimates, I should have 6 million Gorgos and 3 million Megatheres by then, translating to about 500k Gorgos/250k Megathere on each cap. I wonder how 30 million Minotaurs will handle it. Although I am sorely tempted to flip all my production to Hellions to see what kind of monster fleet I can build. I've run some very rough numbers and I believe that I could be making between 15 and 50 million a day before attrition kicks in.
--Imperator--
Militia Lieutenant
Militia Lieutenant
Posts: 242
Joined: Wed Aug 10, 2016 8:35 am

Well, looks like some others agree starships should have increased speed to 1LY. I feared it would have been quite the controversial change, powerful as they are already. I think their ability to form doomstacks is offset somewhat by citadels, which if buffed will present a credible threat to slow moving starship fleets, presuming the defending player logs in once every few days.

How challenging would it be to implement some kind of autofiring mechanism for citadels? Jumpmissile half lives can be increased relatively easily.
Wayward Device wrote:
Thu May 10, 2018 10:05 pm
Aside from actual development stuff, can we talk about the idea of a little-internal-to-the-Kronosaur-forums publicity for Era 4?
An excellent idea. Barring those who played the original DOS version back in the day, I don't think many players from Steam or those on Multiverse playing Trans even know about the existence of a second game by Kronosaur, especially not a multiplayer one. I for one, didn't, I only found out about this when it was in Beta 2 while exploring the kronosaur.com website out of curiosity/boredom. After getting my ass handed to me by the Bug King a few times I finally managed to learn the ropes and such. I think new players will definitely be in for a steep learning curve, especially with the lack of a tutorial. Best of luck to them...
Watch TV, Do Nothing
Militia Captain
Militia Captain
Posts: 803
Joined: Sun Feb 05, 2012 12:22 am
Contact:

Does it make sense to increase capital ramjet speed too? Their high speed previously distinguished them from capital starships. Maybe they should be gunship speed, eliminate the Manta's parts requirement, and remove the underwhelming nebular gunships entirely? Nebulas are smaller theatres than clearspace so I'm not sure they're enriched by having high unit diversity.
--Imperator--
Militia Lieutenant
Militia Lieutenant
Posts: 242
Joined: Wed Aug 10, 2016 8:35 am

Yes, IMO. Capital ramjets have always been faster than capital starships. Not sure about "gunship speed" exactly, that would make capital ships both fast and powerful, even if they are confined to a nebula. Plus, if the bug/exploit allowing purchasing and using ramjets in clearspace isn't addressed, this could lead to some VERY interesting scenarios. Increasing their speed to 2LY would be an acceptable compromise, I think. Doing away with nebula gunships is also another option.
--Imperator--
Militia Lieutenant
Militia Lieutenant
Posts: 242
Joined: Wed Aug 10, 2016 8:35 am

As I see it: without considering bugs, the most important balance issues to address at present are:

1. Planetary defenses still aren't good at actually defending planets!

The meager defensive bonus they provide cannot justify dedicating 5-10% labor towards their construction. Even after the Era 3 Rebalancing massively boosted their stats, a single world's PDs won't even make a dent in the massive middle-to-end-game fleets so often seen.

Right now, the Imperium's capital is at 99.7% efficiency and produces 30%/30%/30% HEL/autocannons/hypersonics and 10% imperial guard. That's 90% of a worlds production towards PD ONLY, giving us a grand total at the attrition cap of... 280k HEL cannons, 400k autocannons and 240k hypersonics. Not even enough to defend against the many medium sized players on the map, let alone a similar-strength rival like the Hegemony.

Suggested solution: Triple the halfLife value of all planetary defense units.

The idea of PDs is to dissuade rivals from going after production worlds, at the cost of investing a few % labor in them. We don't want enemies to capture production worlds en masse by splitting their main fleet into many smaller ones. See: The Great War Archives - Windsor & Imperium vs. Auroran Hegemony At the same time, we don't want massively reinforced unconquerable worlds, so PDs should be JUST strong enough to discourage invasion with smaller fleets, but still falter against a determined assault.

2. Low tech units have little to no advantages compared with high tech units.

Any Era 3 player here who built exclusively low tech units and managed to actually win one or more wars? Of course not. The Adamant is an exception: probably the only low tech unit balanced well enough such that players consider whether or not to use it instead of its high tech counterpart.

Note: the key difference here is that Adamants can be built all the way up to TL9, as opposed to being cut off at TL7. So players can trade up the Undine's superior stats for a cheaper Adamant in greater numbers by just lowering their world's TL by 1. The production bonus from higher tech levels is nothing to scoff at, I did an experiment a while back that showed the almost exponential increase in labor output between TL7 to TL10.

Suggested solution(s): Allow ships of all types to be built at all TLs, i.e. don't lock out low tech ships at TL8+. So, if players choose to, they can dedicate their TL10 economy to building TL7 Stingers, ammassing ungodly amounts of them to compete with a similarly sized rival building a smaller but more powerful force of TL9 Eldritches.

Alternatively, simply increase the halfLife of low tech ships similar to the idea of with PDs above. This can be explained as low tech ships requiring less maintenance (i.e. less prone to failure reflected in the reduced attrition rate)

If we consider bugs/exploits as well...

3. Defenders don't prioritise their targets.

This can be observed in action very easily. Deploy Fleet A of one ship type and move it over a world. Deploy Fleet B of a different ship type and send it to the same world. Few seconds before B arrives, attack with A. The defenders will only attack A, completely ignoring B. We can see how this can be exploited by sending a fleet of cheap Helions as A and a fleet of Minotaurs as B. No prizes for guessing which empire does this all the time to great effect.

Without knowledge of how combat is handled in the game's code, I don't have useful suggestions as to how to exactly fix this issue as well.
Watch TV, Do Nothing
Militia Captain
Militia Captain
Posts: 803
Joined: Sun Feb 05, 2012 12:22 am
Contact:

Imperator, you have identified important issues but I am not sure that I fully agree with your conclusions.

For 1. defenses: the example planet you pointed to is building low-tech, high-attrition defenses even though it is the capital of a major high-tech empire. The intuitive solution for really old empires that are not getting enough bang for the buck from low-tech defenses should be to transition to high-tech defenses which are more powerful and have longer halfLifes. These defenses are slower to reach their cap but should in theory have much higher strength caps (if they do not, they definitely should get longer halfLifes so that they do). If high-tech defenses are ineffective, that's the real issue that needs to be addressed: make high-tech defenses stronger or have longer half-lives, don't increase halfLife across the board. If you make low-tech defenses have long halfLifes, I fear that it will eventually become too hard for new players to pop independent planets in a longer-running game (some anecdotal evidence suggests that this may already be the case).

One problem is that the game interface does not do a good job of communicating attrition to the player, so it's hard to weigh the potential apex strength of different defenses. Next to where the player assigns labor to a structure, the interface should show the theoretical strength of that structure's units near the attrition cap (where unit attrition = unit production) for the planet at its current TL and labor allocation assuming max population & 100% efficiency. I don't think this is a super complex calculation, but it involves calculus so players can't readily intuit it themselves. The game currently does a good job communicating when a structure will be completed; it should provide a similar service for what strength planetary defenses will max out at.

Another issue with the capital example is that you are splitting production between 4 different structures, with corresponding production penalties. The penalty for a 30-30-30-10 split is very high (if the capital is a hostile world then it's even worse, something like a 29-29-29-10-3 split which is a really serious total WU reduction.) This is another core mechanic that the game doesn't communicate well. It would be good if the game interface lumped WU reduction in with efficiency or had SOME way to communicate WU reduction from labor splits to the player.

With regards to 2. low-tech/high-tech units:

If you increase low tech units halfLife, it is not clear to me on what basis players would choose whether to build low or high tech units unless you add some additional capability to the high-tech units that gives them a tactical or strategic use that the low-tech unit lacks.

Here's how I think things should be:

Low-tech/low-cost/high attrition unit and a high-tech/high-cost/low-attrition unit should be differentiated by the fact that:
  • A planet building a fleet of a cheap high attrition unit approaches the attrition cap (where attrition matches production) much faster than the same planet building the expensive low attrition unit.
  • The strength of the expensive, low-attrition unit fleet should be higher once it starts approaching its cap.
Starting from zero units: if an empire is building low tech units it should build a medium size medium strength fleet relatively quickly. If the same empire is using the same labor to build high tech units, it should take longer to get a fleet of the same strength as if it were building the cheap low-tech unit, but building high-tech units should eventually result a higher strength fleet for the same ongoing WU expenditure.

At the strategic level it means that empires primarily building low tech ships should have reduced intervals between when they can wage war because their fleets rebuild faster, whereas empires with the same net WU output that are primarily building high tech ships should get stronger fleets but need longer to reconstruct those fleets between wars.

If low tech and high tech variants are preserved as a game mechanic, I think that this distinction needs to be retained and even exaggerated (make low tech units even cheaper and with even higher attrition so that they build up faster but also approach the attrition cap faster). This gives players a choice: do you need to build up fast now, or build up a lot over time? It's also worth considering that Anacreon: R4021 did not have low- and high-tech units and this did not really harm the game. All units were mechanically distinctive and higher-tech units had more interesting abilities, like stealth, mine clearing, etc.

You are right that 3. target prioritization is not good right now. Right now a wing seems to select a target at the time that it enters combat and again when its target is destroyed. One solution would be to have wings perform target selection every couple seconds, if this is not too computationally intensive; this would also solve the opportunity fire issue. There are a few cases where combat can go on for days (e.g. small stinger wing vs small victory wing), so these would need to be addressed or a lot of computational cycles will get wasted. A simpler option would be to have ALL wings perform target check every time a new fleet enters the system (right now only arriving wings perform the check, it appears that wings that are already at the planet do not). I think that a check should also be performed when the target wing gets very weak; during battles, lot of wings waste time mopping up survivors from decimated wings instead of attacking strong threatening ones.

If decimated wings went into high orbit and consolidated with one another every so often this would not be an issue; the attacker would just continue to attach the merged wing, and the merged wing would pick an appropriate target and reenter the battle. Reducing total wing count through merger would probably also make battles easier to follow on the visualizer, which is important because the visualizer can't accommodate a lot of wings for manual targeting right now.

One more issue that would be nice to have would be icons for units and structures, even if they are just simple placeholders. There are spaces for them in the interface and their absence makes the interface harder to use.
Last edited by Watch TV, Do Nothing on Fri May 25, 2018 7:15 pm, edited 2 times in total.
TheBugKing
Militia Lieutenant
Militia Lieutenant
Posts: 217
Joined: Sat Nov 05, 2016 1:38 pm
Location: The Void

Gosh, there is so much to discuss. Not just with issues and mechanics, but also just how the player interacts with the game.

I'll try to make my post as coherent as possible, but I doubt that it will last long.
The game itself is intuitive, once you build an intuition for it. I think the major disadvantage to the new player is they must contend with the older, larger empires with their experienced player kicking butt all of the galaxy. That is daunting. I remember very well when I first joined and saw the galaxy spanning empires. But I also think it serves really well to inspire. I don't think that there should be a separate galaxy for newbies, there is a nice "welcome to the galaxy" when you join and see an empire One Million times your size. I do however think that there should be an inability for them to interact. Not a penalty but simply an inability for them to attack each other. The switch to a penalty could be made at a certain percentage, I think right now the penalty is disabled around 45 - 60% of the other empire's strength. An inability to attack, for either empire, below something like 25% sounds ideal to me.

The planetary defenses seem right to me for the moment. Making them stronger creates a problem for the very new player, especially when the worlds surrounding them are the old defended worlds of large empires with left over armories. For a small empire protecting itself from other like sized empires, the defenses work, mainly because neither empire can produce a lot of defenses or a lot of forces to attack with. A medium sized empire can produce a lot of defense, so the defenses protect the world from other like empires and eliminate attacks from small empires because it is still economically feasible to create defenses on every single world.
Large empires have a change in regime though. They produce the most units to fight with, now you have so many forces that you can use them to defend the planets instead of having planetary defenses. For a large empire it is more feasible to have as high production efficiency as possible, but this also makes you vulnerable to attack from even small empires. The reason being is that 100% efficiency is 0% Planetary defenses. However, even though the small empire can attack you, he eliminates the attack penalty and essentially opts for oblivion. Hegemony as Exhibit A, no matter how many worlds you take, a smaller than like sized empire simply cannot take it on and kill it by taking those planets. They absorb the hit, take the worlds back, and then kill you for your efforts. All in all what I'm saying for PD is that they are fine. Making them strong enough to defend against an endgame attack is senseless, that is what your military is for.

Also, for Imperium, you are not using the max Hypersonics with max Plasma with max Battle Stations. Perhaps this is more of the defense a tech 10 world is supposed to be striving for that George had in mind and why you are not getting the results you want. However, I believe that max plasma and max BS would be very difficult to achieve, but not impossible. Much like the Megathere and Exo-troops, difficult, but very very worthwhile.

I can't really say anything at all about the old style space forces and constructions since I have no idea about the DOS Anacreon. They all sound very confusing though and I don't see how they make the game better in anyway at all, but this may be due to only my ignorance of them.

I agree that Star Ships would benefit from being a smidgen faster.

I agree jumpmissiles should have auto-fire. Transports that have jumpmissiles makes me drool. I don't think they would be too useful though.

I agree with a mechanic that shows the WU, because frankly I have no idea how you guys even know about those. They make sense, but no idea about them and I cannot see anything in the game that would lead me to the conclusion that there is such a thing. Except for there being the visible struggle to create different things. Maybe something like the percent efficiency that we have now would be useful.

I agree that targeting in battles needs to be improved, like we have said for some time. Also, maybe interface for fleets would succeed by the addition of being scroll-able. Even an arrow to cycle through them would be amazing.

I can't say anything about the mechanics of the idea of destroyed fleets coalescing at a high orbit into larger fleets and then rejoining the battle, that seems like it would look really cool. The only issue with that that I can foresee would be that it would end your ability to have small manual fleets in battle, the mechanics would take over and force them to coalesce. A solution may be to CLICK ON THE ORBITING FLEET and have the selected fleets merge OR have those fleets merge automatically when they are ordered to the farthest flight distance. If they make it there without getting destroyed then they merge.

I want the ability to click and drag to select fleets/worlds/trade routes. Then mass manipulate whatever you want. EX. All these be renamed, all these go here, all these import from that. Only this thing, and this thing over here, and this one right there do this specific thing. That would simplify things...

...The issue with fleets and equalizing the low tech empires and high tech empires...
It seems that everyone wants the low tech to equal the power of the high tech, why? Low techies need something to aspire to, while being able to fight amongst themselves so only the worthy join our grand ranks. The larger empires have no business fighting the low tech small empires. They should be a separate as possible while existing side by side. That being said, if a player decides to be large and have a low tech empire or small and have a high tech empire, there should be changes associated with that. It is elegant and subtle the way the mechanics for Planetary Defenses change for the large empire vs the small empire, the techs should change in this way. PD importance is inverse to the ability of creating a powerful military. Tech should be this way I think, but more exaggerated. Maybe I am merely misunderstanding and you all are saying exactly what I am saying. The low tech should be good at mass production, and bad at creating good things: High Production, High Attrition, proportional to the size of the empire. High tech should be strong, and good at making things that last: Medium Production, Low Attrition, inverse to the size of the empire.

It seems reasonable to me that if game mechanics worked as such things would be more reasonable.
For a low tech empire to have a lot of worlds, and a lot of forces, your stuff will fall apart rapidly, but you have a lot of slave work available, so high WU. For a high tech empire to have a lot of worlds, would be cost prohibitive, people like to be free, people hate working, so you make really good reliable stuff, at a decent pace, but the larger your empire is the lower the WU because free people don't want to be in an empire. Ok so the story mode excuse for it is lame, but in reality it would regulate empire size/strength. You would not be able to have a 1500 world empire at Tech 10 that is on the verge of conquering the galaxy if only he had the time. Instead we would have massive empires at low tech smashing wave after wave of forces against super strong empires that are able to fight and take out each other and other empires, but unable to expand without greatly affecting their ability to create such an intimidating force. Meanwhile, the low tech empires need to have large empires to have the ability to defend themselves against these smaller, stronger, and older empires. This would also seriously require an ABANDON BUTTON for the large empire to shed worlds as it grows in size. The counter to this would be, as the empire gains tech levels the worlds on the fringes approach max rebellion.
Essentially, if you are a tech 10 and above a certain world limit worlds on the fringes of your empire would be in constant rebellion. Tech 9 would have worlds that are hovering between rebellion and not. Tech 8 would have fringe worlds unhappy always. Tech 7 would just be content to take over the galaxy if it could just conquer the Imperium.


I am really beginning to think that a lot of this game is just how you think about it. We can make it as complicated as possible or not without changing a thing. I don't deal with spreadsheets and counting actions yadda yadda, I play the game, I learn stuff, sure I suck at Hubs, but whatever, I've tricks up sleave to over come that and I don't ask George to make it more simple. So, the more stuff we cram into this section, the less he will do, but if we really focus on some very simple, game changing things, he will do those and we will all be happy about it. I am not saying what I proposed is simple, only stating my ideas. I really hope all of those made sense. If I should clarify let me know and I will make a bunch of edits.
Fire, Fire, Fire;
Streaks of golden light,
Rays of cosmic waves crashing through still dead night.

Gifts of diamond rays,
Strewn pearls of days not measured,
Treasured gleaming quests fade through the absolute oblivion of infinite time, no matter the direction.

And war died the day it noticed itself,
Peace, yet still dead, peace in the void of voids.
User avatar
Finnian
Militia Lieutenant
Militia Lieutenant
Posts: 241
Joined: Thu Dec 11, 2014 12:09 pm

Another Idea:

What about an option like "Assign work" to a fleet?

It can be some simple cyclic duty like "Go to planet X - Transfer Hexacarbide - Go to planet Z - Transfer Hexacarbide" AND REPEAT THE SEQUENCE AGAIN AND AGAIN

Is it possible?
IN GEORGE WE TRUST
User avatar
Finnian
Militia Lieutenant
Militia Lieutenant
Posts: 241
Joined: Thu Dec 11, 2014 12:09 pm

Moreover we ABSOLUTELY need a button to donate resources from a planet to a trade hub of the same empire
IN GEORGE WE TRUST
Post Reply