DiffPlayerBackpackDrop: DropNothing

Discussion in 'General Discussion' started by Zevix, Jul 25, 2020.

  1. Zevix

    Zevix Ensign

    Joined:
    Jul 25, 2020
    Messages:
    4
    Likes Received:
    4
    Not sure if this is a bug or a "feature" so posting here first.

    I can adjust that option on a solo game, and a local coop game through my own client.

    But I cannot seem to find or get it to work on a multiplayer server (Nitrado). Since it cannot be found in their settings page (like somehow their version isn't up to date enough for it to exist?) I have gone to the gameoptions.yaml and tried inserting it directly in several combinations of location(s) and it still seems to never engage when I load the game and die.

    Please do not tell me this is not available for default multiplayer games and something others have gotten to work (the how would be nice to share) or a problem I can take to Nitrado that they can fix.

    Attached yaml from Nitrado present right after a reinstall, before any alteration or loading of the game.
     

    Attached Files:

    #1
    Last edited: Jul 25, 2020
  2. SylenThunder

    SylenThunder Captain

    Joined:
    Jul 30, 2016
    Messages:
    219
    Likes Received:
    138
    I am curious about this. Was tinkering with SP today and noticed that there was an option for drop everything, keep toolbelt only, or drop nothing. Would love to set it so the toolbelt remains on our server.
     
    #2
    Ambaire likes this.
  3. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,424
    Likes Received:
    12,030
    It goes in the mp section of the gameoptions.yaml in the save game while the server is shut down.

    If this does not work then you'd have to contact Nitrado support.
     
    #3
  4. Zevix

    Zevix Ensign

    Joined:
    Jul 25, 2020
    Messages:
    4
    Likes Received:
    4
    I have tried, have you successfully gotten that to work? I have yet to find anyone that has gotten it to work other than in solo or local coop.
     
    #4
    Ambaire likes this.
  5. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,424
    Likes Received:
    12,030
    Rented servers are different, you'd need to contact them if it does not work.
     
    #5
  6. Zevix

    Zevix Ensign

    Joined:
    Jul 25, 2020
    Messages:
    4
    Likes Received:
    4
    I have, but right now I am trying to see if anyone else has been able to at all and if so how. I am beginning to think this might be broken for dedicated servers.
     
    #6
    Ambaire likes this.
  7. Ambaire

    Ambaire Captain

    Joined:
    Nov 23, 2015
    Messages:
    154
    Likes Received:
    232
    Why would someone contact a third party server host support for a broken config option in a game? Seems one would want to contact game support instead.
     
    #7
  8. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,424
    Likes Received:
    12,030
    Because it's the third party host that is running the server. Empyrion developers have no control over what third party hosters do. It's up to them to enable their clients to change the various game options.
     
    #8
  9. Ellazul

    Ellazul Ensign

    Joined:
    Jan 2, 2016
    Messages:
    3
    Likes Received:
    0
    I don't think so that there is anything to do with Nitrado or any other host.
    The only question is:
    Does this option works for a dedicated server or not.
    I also tried to put that options inside gameoptions.yaml under MP and also nothing happened.
    Would be nice to find somewhere a list or a table with options for all game modes, simple, true/false statement if it works or not (if there is, my apologies)
     
    #9
  10. Tarc Novar

    Tarc Novar Commander

    Joined:
    Nov 14, 2017
    Messages:
    72
    Likes Received:
    37
    Yes, it does work, but third-party hosting has the possibility of being able to alter the file.
     
    #10
  11. Ellazul

    Ellazul Ensign

    Joined:
    Jan 2, 2016
    Messages:
    3
    Likes Received:
    0
    Thanks, after reading this and with the knowledge that it works, I went to check my gameoptions.yaml again if I made a mistake and ofc because I just copied and pasted the values from another file, yaml structure was not set correctly. I had tab in front of the option and yaml is sensitive about spaces and tabs. After correcting my mistake and uploading the file to Nitrado server everything works. As a suggestion, please use an editor like Notepad++ who has YAML syntax highlighting. You can also use online yaml syntax checker like YAML lint http://www.yamllint.com/


    I attached my gameoptions.yaml for the reference. I also added pictures of both good and bad gameoptions.yaml how they look like inside the Notepad++, picutre of the error how it looks like inside YAML lint and finally the location of the file inside Nitrado server. Because the game was in progress, I stopped the server, uploaded the file to Empyrion\Saves\Games\YourGameName folder, in my case Eden, and restarted the server.

    I hope this will prevent you to make the same mistake I did.
     

    Attached Files:

    #11
  12. Tarc Novar

    Tarc Novar Commander

    Joined:
    Nov 14, 2017
    Messages:
    72
    Likes Received:
    37
    Thanks for the update.
     
    #12
  13. SylenThunder

    SylenThunder Captain

    Joined:
    Jul 30, 2016
    Messages:
    219
    Likes Received:
    138
    I have configured it on our server and tested it. Seems to be working fine. Was fun to be able to adjust this, because drop everything seemed a bit severe sometimes.
     
    #13
  14. Zevix

    Zevix Ensign

    Joined:
    Jul 25, 2020
    Messages:
    4
    Likes Received:
    4
    Huge thanks. I actually got miffed at Nitrado's "Let's wait and see if Empyrion fixes it in the next update" attitude and went over to a Low.ms server.

    Your yaml has some of the degradation settings and difficulty set separately but they should be usable in a dedicated server scenario. If I edit those will they work or be ignored as your yaml states at the bottom grouping?
     
    #14
  15. Ellazul

    Ellazul Ensign

    Joined:
    Jan 2, 2016
    Messages:
    3
    Likes Received:
    0
    No problem, if you want to disable something then you need to add # and space in front of the parameter

    Original:
    DiffBpProdTime: Instant
    # DecayTime: 24 # default value


    disabled DiffBpProdTime

    # DiffBpProdTime: Instant
    # DecayTime: 24 # default value


    and ofc vice versa, remove # and space in front of the parameter to enabled again.
    Just be careful with spaces.

    Hope this helps.
     
    #15

Share This Page