CubeCoders / AMPTemplates

For the AMP community to share Generic Module templates.
MIT License
93 stars 287 forks source link

Additional Ark Survival Ascended UI Settings #1099

Closed Gomezb3 closed 3 weeks ago

Gomezb3 commented 3 weeks ago

Module Request

Note: Please try setting up a configuration yourself before raising an issue to request a configuration: https://config.getamp.sh/ ***There is a newer beta version available at https://iceofwraith.github.io/GenericConfigGen/

Game Information:

Game Title: Ark Survival Ascended How to obtain: Steam Link Suppoted OSs: Windows, Linux? Supports RCON/Console input? Yes

I confirm:

A setting that is missing in the UI that can be applied through command line flags is dino event colors. I believe this would be greatly beneficial to all those hosting ASA servers as these command line flags NEED to be set for dinos to have the event colors, even if the event mod is enabled. Ark wiki has some of the colors listed, but not all. To my knowledge, there is -EasterColors, -PrideColors, -OlympicColors, and as of yesterday, -HalloweenColors.

I went ahead and edited the GenericModule.kvp and added the following in configmanifest.json in a testing instance to test this and it seems to work:

{
    "DisplayName":"Dino Colors",
    "Category":"ARK SA:stadia_controller",
    "Subcategory":"Server:dns:1",
    "Description":"Sets dino colors",
    "Keywords":"colors,event",
    "FieldName":"Colors",
    "InputType":"enum",
    "ParamFieldName":"Colors",
    "DefaultValue":"",
    "EnumValues":{
        "":"None",
        "-EasterColors":"Easter Colors",
        "-HalloweenColors":"Halloween Colors",
        "-OlympicColors":"Olympic Colors",
        "-PrideColors":"Pride Colors"
    }
},
Greelan commented 3 weeks ago

Thanks. Feel free to create a PR for the two ASA templates

Gomezb3 commented 3 weeks ago

Thanks. Feel free to create a PR for the two ASA templates

Done, ty.