daffyyyy / CS2-SimpleAdmin

Manage your Counter-Strike 2 server by simple commands :)
GNU General Public License v3.0
101 stars 33 forks source link

No map Menue ?? #144

Closed ddbmaster closed 3 weeks ago

ddbmaster commented 1 month ago

You can no longer select maps in the menu, neither normal maps nor workshop maps or will these now be integrated differently My map menu looked like this until now

My CS2-SimpleAdmin.json "Discord": { "DiscordLogWebhook": "", "DiscordPenaltyWebhook": "" }, "DefaultMaps": [ "cs_italy", "de_anubis", "cs_office", "de_inferno", "de_thera", "de_mirage", "de_vertigo", "de_mills", "cs_italy" ], "WorkshopMaps": [ "de_piranesi", "Dune", "de_westwood_royal", "de_santo", "de_tides_cs2" ], "CustomServerCommands": [],

Has anything changed and if so, what or how can I change it?

daffyyyy commented 1 month ago

Read release description https://github.com/daffyyyy/CS2-SimpleAdmin/releases/tag/build-222

ddbmaster commented 1 month ago

OKAY But that doesn't work with the DefaultMaps

Thats OK "WorkshopMaps": { "de_piranesi" : null, "Dune" : null, "de_westwood_royal" : null, "de_santo" : null, "de_tides_cs2" : null },

Thats not OK "DefaultMaps": { "cs_italy" : null, "de_anubis" : null }, or "DefaultMaps": { "cs_italy" , "de_anubis" : }, or "DefaultMaps": [ "cs_italy" , "de_anubis" : ],

then the menu is empty Can you help me with that

daffyyyy commented 1 month ago

Default maps not changed, I'll check soon

ddbmaster commented 1 month ago

Hmm okay, I wait

But I find it strange that these no longer work

VaaLaaKi commented 1 month ago

Works perfectly for me with the latest version:

    "DefaultMaps":
    [
        "ar_pool_day",
        "cs_italy",
        "cs_office",
        "de_ancient",
        "de_anubis",
        "de_assembly",
        "de_dust2",
        "de_inferno",
        "de_memento",
        "de_mills",
        "de_mirage",
        "de_nuke",
        "de_overpass",
        "de_thera",
        "de_vertigo"
    ],

    "WorkshopMaps":
    {
        "de_toscan_d_prefab" : null,
        "de_season_d_prefab" : null,
        "de_zoo" : null,
        "aim_deagle7k_css" : null,
        "de_cbble" : null,
        "de_train" : null,
        "de_mirage_css" : null,
        "de_dust2_css1" : null,
        "de_dust2_classic" : null,
        "de_nache" : null,
        "de_cache" : null
    },

image image

ddbmaster commented 1 month ago

Okay, I don't know but it's working now THANKS

Puhhhhhhh Okay can closed