v1.8

Discussion in 'Patch Notes' started by Pantera, Jun 15, 2022.

Thread Status:
Not open for further replies.
  1. Pantera

    Pantera Administrator Staff Member

    • Developer
    • Moderator
    Joined:
    Aug 15, 2016
    Messages:
    3,403
    Likes Received:
    6,066
    Hello Galactic Survivalists!

    After four experimental versions we are releasing the public version 1.8 of Empyrion Galactic Survival today! :)

    The main themes of version 1.8 are the following:
    • A new game start on the moons of Akua, Ningues, Masperon and Skillon.
    • A new and improved Robinson Protocol tutorial & a first iteration of a quest system.
    • Improved AI behavior, including all-new creatures on land, in water and in the air!
    • First batch of visually overhauled playfields, including all-new models for above-ground rock resources & new deco.
    • Lots of new toys for content creators, e.g. with new PDA and Dialogue functionalities.
    There is of course a lot more! For full details on all of the additions, updates, and fixes, check out the changelog below!

    As always, let us know what you think about the changes in our feedback forums:

    https://empyriononline.com/forums/faq-feedback.25/

    Please post any bugs and errors in our bug forum:
    https://empyriononline.com/forums/bugs.24/

    Please do NOT post bugs here in the blog or other discussions, otherwise these important messages might get lost or overlooked!

    Our heartfelt thanks go out to all those who, during the experimental phases, have been undauntedly throwing themselves into the latest changes, helping us with bug reports and comments to work towards a successful release!

    We would also like to thank you for your continued help and that of all the new players who have - and will be - joining us. That's what makes a great community!

    For now, have fun playing version 1.8! :)
    Eleon Dev Team


    Important notes:
    • Because we added the new decoration to more planets, all our Official Servers will be wiped.
    • For modders: You have to update Unity to v2021.3.2f1
    v1.8 B3842

    Changes:

    New game start: [​IMG]

    The game start has been completely reworked and may be very different from the previous game experience in the default scenario. Especially for players who have been in the game for a while, there might be some new strategies that can be pursued on the way up into space.
    Exploration will play a more important role than in the previous game start versions!

    New tutorial:
    [​IMG]

    For our new players we offer a revised ‘Robinson Protocol’ tutorial on the starting moon of Akua.

    The new tutorial starts after you crash on the planet with picking up your equipment lying around. The new Robinson Protocol keeps track of all your activities and gives you situational tips and hints whenever you do something for the first time!

    There is no prescribed procedure to follow. So just try it out, explore the surroundings and do what you like!

    Quests:

    [​IMG]

    Once you've gotten around the world a bit, you can accept one or several quests at a time from the NPCs.
    Each quest is related to a specific activity. For example, finding a certain animal or obtaining an item. You will find the corresponding quest item specially marked in your inventory. It cannot be sold and will not be lost when you die.
    You can always see the progress of your quests and what exactly you need to do for them in the PDA and in the associated factions quest log.
    You can also drop quests there without having to visit the quest giver.

    Updated playfields:
    Alien, Arid, BarrenMetal, Desert, Lava, LavaNascent, MoonNascent, MoonForest, MoonIce, MoonIce2, MoonLava, MoonLava2, Prairie, Temperate, TemperatePlateau, TemperateSwamp.

    [​IMG]

    “TemperatePlateau”

    Optimisations:

    - We have worked on some optimisations for the game which should result in your FPS increasing by at least 10 or more when inside or outside a structure (player made bases & vessels, POI's etc) depending on your hardware!

    - LOD Distance (Low, Medium & High) now sets the distance for render range of objects

    New NPC’s added:


    - “Gliding Overseer” (Skillon)
    [​IMG]

    - “Annoying Mosquito” which currently “Stuns” the player (Masperon > Swamp)
    [​IMG]

    - Butterflies that give "Bandage" heal to the player ( Akua > Forests )

    [​IMG]

    - "Salvage Drones" (Skillon)
    [​IMG]

    - “Fish” (Akua > Water/Deep Water)
    [​IMG]

    Status effects & medical item changes:

    - On screen messages for Mitigation & Cures for Status effects updated:
    - These can be seen on the top center of the HUD & in the player inventory window > “Stats” > Place your cursor over the Status effect icon

    [​IMG]
    - Changed: First Aid Kit now restores up to 250 HP; Detox/Decon Kit do not restore HP anymore. Health Pack does not cure Open Wound anymore
    - Changes to Medical items in ItemConfig:
    - Removed negative buffs from all of them except:
    - RadImmunityShot = unchanged​
    -EnergyPills:
    - Positive buff chance from 0.8 to 1
    - BadTrip chance from 0.1 to 0.35
    - PoisonFood chance from 0 to 0.1​
    - AdrenalineShot:
    - BadTrip chance from 0 to 0.2​
    PDA Changes:
    - Enhanced PDA: Added new Check 'BiomeChanged' to check for entered or left biomes
    - PDA: Added new Checks "PlayerLevelUp" and "PlayerStatChanged" to compare player stats with a specified value. How to use:

    Setup of PDA Check "PlayerLevelUp":
    - use "Value" parameter to specify the level the player has to reach so that the Action gets completed
    - example: Value: 5

    Setup of PDA Check "PlayerStatChanged":
    - use "Names" parameter to specify an expression in the form "stat-name comparison-operator compare-value"
    - the action gets completed when the respective stat value changes from a "condition not satisfied" value to a "condition satisfied" value
    - this prevents the action from insta-completing if at the moment the Check becomes active the value is already "condition satisfied"
    - example: Names: [ Food < 100 ]
    - as soon as the player's Food value decreases from 100 or above (condition not satisfied) to below 100 (condition satisfied) the Action gets completed
    - supported stat-names: Health, Food, Oxygen (1), ArmorO2 (2), Radiation, Temperature (3)
    (1) this is the player's personal little oxygen reserve to not immediately have the "No Oxygen" alarm when, e.g. going under water
    (2) this is the oxygen in the armor suit the player has equipped (as displayed in the life stats UI)
    (3) this is the player's body temperature
    - supported comparison-operators: <, <=, >, >=, ==, !=

    ---------------------------------------

    Setup of PDA Check "DayNightChange":
    - use "Names" parameter to specify "Sunset" or "Sunrise"
    - example: Names: [ Sunset ]

    Setup of PDA Checks "PlayfieldLeft" and "PlayfieldTypeLeft":
    - identical to "PlayfieldEntered" and "PlayfieldTypeEntered":
    - respectively specify the playfield name or the playfield type name (from "PlanetType" in playfield yaml)
    - example for PlayfieldTypeLeft: Names: [ Temperate ]

    - PDA: Added new Checks "StatusEffectApplied" and "StatusEffectRemoved" (setup via Names parameter)
    - PDA: Added new Check "PlantHarvested" (setup like ItemsPickedUp)

    Config file changes:
    - Implementation of supporting a "_PoiGroupsConfig.yaml" file in Prefabs folders.
    (see _PoiGroupsConfig_example.yaml in ../Content/Configuration)
    - DialogueSystem: Update function OpenHtmlWindow & added CloseHtmlWindow()
    (see Dialogues-config-and-examples.txt in ../Content/Configuration)
    - Added new config file DamageMultiplierConfig.ecf to allow grouping damage multipliers in one file
    (see DamageMultiplierConfig.ecf in ../Content/Configuration)
    - DamageMultiplierConfig.ecf: added console command parameter "reloaddata dm" to reload the DamageMultiplierConfig.ecf
    - Templates.ecf: Simplified templates & replaced Iron components with PlasticMaterial components for some basic devices and tools (ArmorLight, Chainsaw, small SV/HV generator, Small BA generator,Player Bike,Deco Blocks, Core, Flashlight, Survival Tent); Preparing introduction of Carbon as a dedicated resource.
    - Templates.ecf: slightly modified templates (simplified) for medical items following the new progression
    - Factions.ecf: now outputting an error message on startup when a faction name contains an illegal character
    - DialogueSystem: added variable type dbglobalpoi_int to be globally valid for a poi/npc

    Misc:
    - Added automated machine translations for DE,FR,IT, ES and RU as a test of the process
    - Updated unity to 2021.3.2f1
    - Now it is possible to equip light armor and boosters from inventory without an armor locker.
    - Core handling logic change: now if the LAST core gets removed, the structure is set to NoFaction (old: if any core was removed). This allows POIs with more than 1 core for higher difficulty.
    - Added console cmd "rd bp" to reload the blueprint headers + poi config yaml files
    - Added a warning to the changemode console command
    - Added Detector (handheld) as physical device
    [​IMG]

    - New resource rock models
    [​IMG]

    - Implemented a Join Queue system for MP servers (example can found found in the stock dedicated.yaml or paste this in to a current dedicated.yaml):
    Code:
    ### Number of players that will be put into a waiting queue if the server is full
    PlayerLoginFullServerQueueCount: 10
    ### If specified, the number of parallel logins to a server are restricted to this number. This is important when you expect a big number of people to login at the same time
    PlayerLoginParallelCount: 5
    ### Add steam ids for preferred players that will get a better position in the login queue
    PlayerLoginVipNames: "steamID1,steamID2,steamID3"
    
    - ModAPI: Added function IStructure.SetColorOfBlocks(list-of-data) for setting colors of multiple blocks with one function call (and also only one network transfer)

    Fixes:
    - Optimisations done for the oxygen system: With this you should notice less lag spikes when deconstructing a structure & no more crashes like what was reported here https://empyriononline.com/threads/...akage-previously-named-heidleberg-8164.98851/
    - 00024: Distant warp lines not showing after map is open
    - 07167: Taking off armor with the jetpack still enabled doesn't disable jetpack ability.
    - 00023: Firing sound plays on loop on death of player.
    - 07634: Vessel toolbar doesn't update what attached devices have been destroyed until exiting.
    - Avatar animation glitch after switching from 1PV to 3PV camera. See here https://empyriononline.com/threads/player-pinwheels-in-3rd-person-7178.91846/
    - 'NoSkip: True' doesn't work with Description set for chapter start anymore
    - 00055: Setting up a door with a motion sensor that requires a Token does not block the door
    - 07993: Possible to get damaged whilst in a cockpit with shields enabled
    - BP Group menu: Tags are cleared when POI is saved again

    Default Multiplayer:
    Changes:
    - Changed Player Start to Akua, Skillon, Masperon and Ningues
    - Added Tutorial for new players

    Invader vs Defender:
    Changes:
    - Added Tutorial for new players
    - Added the new NPCs to Atlon, Itaka, Merdar and Korro
    - Added "TalonCrossbowPlayer" to "TalonBasicsAndCommodities"
    - Added new Decoration on the Starting Planets
    - Updated all random generated playfields to the latest version
    - Added TemperatePlateau, Snow2 and DesertBurnt to the Galaxy Generation
    - Removed Ocean Planet from the Galaxy Generation
    - Player Start always in Crash Site on Atlon, Mato, Itaka, Taldor and Korro
    - Player request: Added deposits back to the Void
    - Player request: Changed resources in Cygnus System
    - Player request: Reduced deposits on all PvE planets

    Fixes:
    - Fixed PlayerStart sometimes under the POI
    - Fixed bbcode color tags visible in dialogue window on Traders
    - Fixed Wildlife Cam & Weaponized Negotiations Mission
    - Fixed Taldor not showing on the System Map
    - Fixed Cygnus System couldnt be selected on the Galaxy Map for Warp
    - Fixed reward not been given when player completed "The Gold Freighter Mission" successful
    - Fixed strange GroundFog on Merdar due to water update
    - Fixed spawners on TSO_Polaris01 (wrong faction)
    - Fixed typo in Void description
    - Fixed typo in Polaris Distillery POIs
    - Fixed asteroid names in Golden Phoenix Asteroid Field
    - Fixed white sector icons in Cygnus System
    - Fixed Pulse Laser Turret missing (retractable) from the localization

    EAH:
    - https://eah.empyrion-homeworld.net/download/patch-notes-emp-admin-helper-full
     
    #1
  2. Peter Conway

    Peter Conway Commander

    Joined:
    Jan 28, 2022
    Messages:
    136
    Likes Received:
    124
    Bug.....
    I'm downloading 1.8 now (prolly ready already)
    When I get bitten by a mosquito (bug) is my vac suit still airtight, I ask because it could be a matter of life and death/restart
     
    #2
  3. markoredflag

    markoredflag Commander

    Joined:
    Oct 26, 2016
    Messages:
    66
    Likes Received:
    61
    And! Here we go again! :)
     
    #3
    Germanicus likes this.
  4. Kaeser

    Kaeser Rear Admiral

    Joined:
    Aug 17, 2015
    Messages:
    1,739
    Likes Received:
    2,458

    They are somewhat magical suits, but in a bad way, they let all bugs, viruses, bacteria, infections in but are still magically sealed for space vacuum use...
     
    #4
    stanley bourdon likes this.
  5. Jollinar

    Jollinar Lieutenant

    Joined:
    Jun 7, 2016
    Messages:
    29
    Likes Received:
    15
    Wow
    Have just started the 1.8 on Akua. I half fell over with my chair. What a big leap in graphics. Great. The whole world looks very impressive. great update. Great team that they are still working on their baby.
     
    #5
  6. Postmodern

    Postmodern Ensign

    Joined:
    Jun 13, 2017
    Messages:
    4
    Likes Received:
    3
    Fix-a-flat self-sealing suits at your neigborhood trading outpost. Bubble gum works too.
     
    #6
    Germanicus likes this.
  7. DRJAAM

    DRJAAM Ensign

    Joined:
    Jun 16, 2022
    Messages:
    1
    Likes Received:
    0
    Great... Now I have to back up all the files, uninstall the game wipe all the folders, reinstall the game, replace all the files I backed up and start a new game. All because empyrion won't load. Oh, joy.....
     
    #7
  8. xerxes86

    xerxes86 Commander

    Joined:
    May 7, 2018
    Messages:
    123
    Likes Received:
    115
    No mention of the really cool large graphics that make it impossible to see when you are being shot at. One would think that would be touted as a big upgrade. Having to shoot in the general direction of blobs coming at you, and hoping to hit something, is a sure mark of excellence. It's sure to spike the popularity of the game.
     
    #8
  9. Robot Shark

    Robot Shark Rear Admiral

    Joined:
    Jul 3, 2016
    Messages:
    2,171
    Likes Received:
    5,743
    I'm not finding a Drone Base on Omicron, intentional?
     
    #9
  10. Hummel-o-War

    Hummel-o-War Administrator Staff Member Community Manager

    • Developer
    Joined:
    Jun 15, 2015
    Messages:
    5,506
    Likes Received:
    8,502
    Known issue. Already on the to-be-fixed list.
     
    #10
    Foofaspoon and Robot Shark like this.
  11. Scimarad

    Scimarad Ensign

    Joined:
    Oct 31, 2015
    Messages:
    15
    Likes Received:
    18
    It's very pretty but I'm not quite sure what's going on with Akua. Am I supposed to just wander around and activate all the consoles? I mean nothing is trying to kill me, that butterflies heal me and there's a ready built underground base with a constructor.

    So..er...why would I leave and why does the game still have Survival in the title? More like Empyrion Galactic Holiday!
     
    #11
    Marty, Stampy, akimzav and 1 other person like this.
  12. jadefalcon

    jadefalcon Captain

    Joined:
    Jan 30, 2018
    Messages:
    553
    Likes Received:
    2,299
  13. Germanicus

    Germanicus Rear Admiral

    Joined:
    Jan 22, 2018
    Messages:
    5,032
    Likes Received:
    8,757
    Akua is Peaceful to bring NEW Players slowly to learn how to play the game. Also not willing to leave...in time you will run out of Resources.
    Also if the Questline is played by the NEW Player he/she has to leave for Omicron.
     
    #13
  14. KnowItAllDM

    KnowItAllDM Commander

    Joined:
    Jun 1, 2016
    Messages:
    46
    Likes Received:
    40
    Now that it's possible to equip some armors (defined in the ItemsConfig) without the need for an Armor Locker, would it be possible to get a PDA task "ArmorEquipped" check? I'm sure I'm not the only creator with a "Equip your Armor" task, that used to use the "Inventory Closed, Armor Locker" check, which would now be obsolete with light armor.
     
    #14
    ravien_ff likes this.
  15. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,397
    Likes Received:
    12,004
    Yes please!
     
    #15
    KnowItAllDM likes this.
Thread Status:
Not open for further replies.

Share This Page