Set CPU and W/V in the gameconfig.yaml

Discussion in 'Multiplayer Meeting Room' started by Garr, Nov 23, 2019.

  1. Garr

    Garr Ensign

    Joined:
    Jul 17, 2019
    Messages:
    8
    Likes Received:
    15
    What is the syntax for setting CPU and W/V in the gameoption.yaml
     
    #1
  2. Kassonnade

    Kassonnade Rear Admiral

    Joined:
    May 13, 2017
    Messages:
    2,816
    Likes Received:
    4,111
    Singleplayer or Multiplayer ? Just open one of the "gameoption.yaml" files and look it up. It's a simple boolean value ("True" or "False") and the line has to be commented off (remove the # at start of line) to be effective.

    There are 2 lines, both in the SP and MP sections:

    # EnableCPUPoints: False ______________# default value
    # EnableVolumeWeight: False ___________# default value

    Here, both lines show the default (False), so in game they will be "False". To change it simply remove the # and write "True" instead of "False". You can remove the "# default value" mentions if you want.
     
    #2
    Last edited: Nov 23, 2019
    Garr likes this.
  3. Garr

    Garr Ensign

    Joined:
    Jul 17, 2019
    Messages:
    8
    Likes Received:
    15
     
    #3
    Kassonnade likes this.
  4. Ice68

    Ice68 Ensign

    Joined:
    Nov 27, 2019
    Messages:
    1
    Likes Received:
    0
    Do you have to enable the w/v also to get the cpupoints working, been having a difficult time getting the cpupoints system to work on my server?
     
    #4

Share This Page