1. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    cb:reset also does not work for me. It kicks you from the server but upon logging back in it did not reset anything.
     
    #141
  2. Jascha

    Jascha Administrator

    • Moderator
    Joined:
    Jan 22, 2016
    Messages:
    1,141
    Likes Received:
    713
    It will be fixed in the next version. The game saves the player after I delete it. If you don't want to wait, search for the following property in the Config\Settings.xml
    "Kick_WaitSeconds="
    It might contain a 2.

    And then set it to 6

    Kick_WaitSeconds="6"

    That should fix it. Afterwards start the tool.
     
    #142
  3. Jascha

    Jascha Administrator

    • Moderator
    Joined:
    Jan 22, 2016
    Messages:
    1,141
    Likes Received:
    713
    Hey,
    Thanks for the info. Do you have any examples? The yamls changed so much that I feared that would happen :(
     
    #143
  4. Crusty

    Crusty Lieutenant

    Joined:
    Jun 15, 2017
    Messages:
    34
    Likes Received:
    0
    Hallo

    Ich wollte mal ein paar bugs in der Version 8 melden.
    Wir haben einen privaten Server und es gibt da so einige Felhler die uns von Spielern berichtet wurden.

    1. Das regenerieren der Pois geht zur zeit gar nicht.
    Normal kann man bei der funktion keinen Kern setzen was aber zur zeit geht.
    Aber wenn eine Poi abgebaut wurde wars das nach eingestellter zeit kommt nix.
    2. Es werden Erzlager angezeigt mit 100% sind aber leer.
    3. Texturen bug. Chunks Fehler.
    4. Schiffe bugen durch den Boden.

    Gruss
    Admin Crusty

    Vom Server StarTrek Universum Borg vs Mensch
     
    #144
  5. Jascha

    Jascha Administrator

    • Moderator
    Joined:
    Jan 22, 2016
    Messages:
    1,141
    Likes Received:
    713
    Hey,

    vielen dank für den report. Aber das ist das falsche Forum ;). Hier gehts nur um das EAH Tool.
     
    #145
  6. Crusty

    Crusty Lieutenant

    Joined:
    Jun 15, 2017
    Messages:
    34
    Likes Received:
    0
    Habs h
    Jetzt im richtigen Forum gepolstert.
    Aber hatte dann mal eine Frage zum EAH.
    Unter timetable gibt jetzt ja auch die Funktion reset pois. Geht diese Funktion zur Zeit. Oder kann sich das mit dem regenieren wenn es wieder funktioniert stören.

    Gruss
    Crusty
     
    #146
  7. Jascha

    Jascha Administrator

    • Moderator
    Joined:
    Jan 22, 2016
    Messages:
    1,141
    Likes Received:
    713
    Die Funktion ist neu seit A8.0 und funktioniert.
     
    #147
  8. {SB} Baron Von Beedy

    {SB} Baron Von Beedy Lieutenant

    Joined:
    Jun 9, 2016
    Messages:
    48
    Likes Received:
    39
    Yeah i remember you had to wait 5 seconds before attempting to log back in, but that was way back in Alpha 3
     
    #148
    Last edited: Jun 24, 2018
  9. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    The biggest example is the autominerdepletion setting. But I think some of the antigrief stuff is off as well
     
    #149
  10. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    thanks.
     
    #150
  11. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    I tried the 1.41.0.10 and the autominer depletion bug still exists. With the box checked to enable depletion, the option gets removed from the config.
     
    #151
  12. Jascha

    Jascha Administrator

    • Moderator
    Joined:
    Jan 22, 2016
    Messages:
    1,141
    Likes Received:
    713
    Thanks I will fix that immediately. Sorry I concentrated on the difficulties and overlooked it :(.

    Ok I checked that Yaml setting. But True is the default value and therefore gets removed. But what you say is: If it is removed its turned off ingame (as if it is not true)?
    Can you please verify this? Keep in mind that this setting only works for resource rock cluster deposits.

    If so this is a game bug too since even if you set it in the yaml manual to true, after stopping the server the Game removes it also (since he thinks its the default). Game and EAH use the same Yaml funcitons.
     
    #152
    Last edited: Jun 26, 2018
  13. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    Thanks

    The autominer depletion check box is checked in EAH , the option gets remove from the gameoptions yaml file. So if the default is autominer depletion to be true then I guess EAH does not have an issue.

    The deposits are the old style, not the rock cluster, so that must be the issue. I don't see that documented anywhere, is that a bug game bug?
     
    #153
  14. Jascha

    Jascha Administrator

    • Moderator
    Joined:
    Jan 22, 2016
    Messages:
    1,141
    Likes Received:
    713
    Ah ok. good to know.
    Don't think its a game bug. Devs mentioned it as its supposed to be that way.
     
    #154
  15. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    They responded to be in the bug thread, said it was a "known issue".

    Side note, do you know of a way to disable autominers all together?
     
    #155
  16. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    For those wanting to know.

    Config.ecf change will disable autominers.

    { Block Id: 1108, Name: AutoMiningDeviceT1
    Material: metalhard
    Info: bkiAutoMiner, display: true
    HitPoints: 200, type: int, display: true
    EnergyIn: 40, type: int, display: true, formatter: Watt
    Mass: 200, type: int, display: false, formatter: Kilogram
    StackSize: 6
    XpFactor: 0
    Category: Devices
    BlockColor: "26,50,89"
    FuelAccept: ""
    BlastRadius: 2
    BlastDamage: 50
    UnlockCost: 15, display: true
    UnlockLevel: 12, display: true
    TechTreeNames: Misc
    }

    Removed accepted fuel.
     
    #156
    Jascha likes this.
  17. Taelyn

    Taelyn Guest

    Did u try if it works? Since basicly removed entries mean it should use game default
     
    #157
  18. demolish50

    demolish50 Commander

    Joined:
    Dec 8, 2015
    Messages:
    63
    Likes Received:
    23
    It worked in SP. I put it on my server last night, had not had a chance to check it but I assume it would since it works in SP.
     
    #158
  19. The_Holo

    The_Holo Lieutenant

    Joined:
    Aug 28, 2017
    Messages:
    31
    Likes Received:
    32
    Not sure if this thread is still active, however, latest build on steam of the dedicated server, fetched via steamcmd, Windows Defender reports the 'EmpyrionAdminHelper\EmpAdminHelper_NoGUI.exe' file to be infected with Trojan:Win32/Zpevdo.A.
    Verified on two different systems.
     
    #159
  20. Jascha

    Jascha Administrator

    • Moderator
    Joined:
    Jan 22, 2016
    Messages:
    1,141
    Likes Received:
    713
    Hey,

    thanks for the info. We will try to recompile it, then it should be gone.

    About the Virus alerts:
    https://eah.empyrion-homeworld.net/documentation/trouble-shooting/virus-alert
     
    #160

Share This Page