Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. WAW Server Hosting Support
  3. Any way to configure modded map options on a dedicated server?

Any way to configure modded map options on a dedicated server?

Scheduled Pinned Locked Moved WAW Server Hosting Support
4 Posts 2 Posters 179 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • GUCCI_BLASTERundefined Offline
    GUCCI_BLASTERundefined Offline
    GUCCI_BLASTER
    wrote on last edited by
    #1

    There are some WaW maps that have additional menu options (e.g., Backlot's additional difficulty selector), but not a fully customized pre-round start option selection. I wanted to know if there's a way to configure these options on a dedicated server such that it'll launch the map with certain options selected. Thanks!

    JezuzLizardundefined 1 Reply Last reply
    0
    • JezuzLizardundefined Offline
      JezuzLizardundefined Offline
      JezuzLizard Plutonium Staff
      replied to GUCCI_BLASTER on last edited by
      #2

      GUCCI_BLASTER Its possible to do with some modding knowledge. First thing I'd do is dump the map GSC files using something like Jekyll raw file dumper. You'll need a steam copy and the mod loaded to do that. Next you'll need to study the map's GSC files to determine what the pre round start selector actually does to the settings. Likely its dvars but it could also be menu responses if the selector is using .menus to display itself.

      If the map uses dvars you can simply set them to your desired values in your server config, barring the mod doesn't change them after the config loads. If it does you can set them via GSC instead.

      If its not dvars the mod uses to determine the settings at start you'll need to modify the GSC to always use the options you want it to.

      1 Reply Last reply
      0
      • GUCCI_BLASTERundefined Offline
        GUCCI_BLASTERundefined Offline
        GUCCI_BLASTER
        wrote on last edited by
        #3

        Thanks! Unfortunately I'm running into an error with compiling Jekyll's asset exporter. I don't know nearly enough about coding to fix it. Would you happen to have a built version, or an alternative program I could use?

        If it's easier to go over this on discord you can reach me at Pilltacular#2999.

        1 Reply Last reply
        0
        • GUCCI_BLASTERundefined Offline
          GUCCI_BLASTERundefined Offline
          GUCCI_BLASTER
          wrote on last edited by
          #4

          With JezuzLizard's guidance I was able to get this working. Steps are:

          Open the map's IWD as an archive
          Navigate to ui -> modname.menu
          Find the dvar name you are trying to change based on some string or by brute force (I recommend Notepad++'s find in files function)
          Add set [dvarname] ["value"] to server_zm.cfg
          Run

          Tadaa

          1 Reply Last reply
          0

          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Donate