Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://www.nexusmods.com/empyriongalacticsurvival/mods/163/
Steam is not that great for sharing large files and text. I use github, for example
https://github.com/zaphodikus/EGS-scenario-Lost-Paladin
I have solar capital ships. This requires 100x power for engines and more durability for battle resistance. If solar batteries were together, one exploding would take out all that were grouped together. Just a mess. Several changes to solar, as well as what tech trees they are seen on. Leaving a ship in orbit and it dies because it ran out of fuel was a dumb way to die in my opinion. Single player bots taking a cheap shot.
Epic Heavy Armor edit or totally new item Iron Man Suit has infinite flight and no fall damage. Can go to space and back safely in your Armor. Super fun. Total cheat. Can also make yourself not hungry or not tire out, but I don't have issues with that mechanic of the game so they are normal. Some POI you can't just fly away high enough to get away, so it doesn't prevent all stuff.
Window hit points for bridge of capital ships to survive attacks better when they aim at you in single player and not your ship.
Make more items craft-able, not just recyclable, when using them all the time. Like auto-miner cores. Never seemed to find enough of those.
One alien weapon you can hold for your Iron Man to shoot with longer range then most weapons. As I like building in the game more then the fighting. Sometimes remodeling a base I take over is fun. Other times I scrap the whole thing for higher end blocks till nothing left.
You mentioned liking recipes. Interested in any of mine? How do I share a large file here?
I'm on a hiatus with the game at the moment, so volunteer editors are very welcome.
However, as stated, the log points you directly to where the parsing failure is. It's not the best , since it points out the line, but not the character where parsing fails, but it gets the job done. Back in A12, I was pleasantly surprised to find out that the logs provide any code validation, as it's often the case that there's none.
Digression aside, if you "rubber duck" the line the error has thrown on and find no issue, either you fundamentally misunderstood one or more function or there's something else wrong in the definition the line is a part of (e.g. an error will throw for duplicate parameters such as Mass,Volume, or HP, regardless of whether the associated values are correct, incorrect, the same in both instances, or different in the same).