Changing the Limit on Max Warp Distance on CV Ships

Discussion in 'Empyrion API' started by zolop, Sep 6, 2020.

  1. zolop

    zolop Ensign

    Joined:
    Sep 6, 2020
    Messages:
    3
    Likes Received:
    0
    Changing the Limit on Max Warp Distance on CV Ships...

    I would like the just change the warp distance limit for CV ships to be much greater. Where would I look for the files to change the system generator to increase that limit drastically and is it possible to do it to a save game too? What would the files be called and do we know the line of code I would be looking for to change that.

    If I have the time I would like to spend the time create a more powerful Warp Core for CVs using a homemade 3d model from blender, but that is a long term project.

    Thank you!
     
    #1
  2. Vermillion

    Vermillion Rear Admiral

    Joined:
    Jul 15, 2018
    Messages:
    3,287
    Likes Received:
    8,959
    You can do this with a Config.ecf file.
    1. Make a copy of the Config_Example.ecf and name it Config.ecf.
    2. Search for Warpdrive
    3. delete everything else in the file except the warp drive section and the bit at the top with the version number.
    4. Change the LY or AU warp distance to whatever you want.
     
    #2
  3. zolop

    zolop Ensign

    Joined:
    Sep 6, 2020
    Messages:
    3
    Likes Received:
    0
    Thank you. As a example of where to look (my current install path) "H:\SteamLibrary\steamapps\common\Empyrion - Galactic Survival\Content\Configuration"

    File in that folder Config_Example.ecf . I will copy the config file example and rename it, just want to make sure my syntax isn't messed up somewhere (I know python 3.x is specific with Tab indents as an example).

    I know that # is a comment and have a understanding of uses of " { } ".

    From part of that file (Coloring file Contents for readability)

    # How it works:
    # - rename to 'Config.ecf' to activate
    # - change original values of parameters as desired
    # - listed parameters will overwrite the game's internal original values
    # - parameters not listed (commented out / removed) will cause the game to continue using the internal ORIGINAL values

    VERSION: 9


    # ==================== BLOCKS, DEVICES ==========================


    # Properties:
    # IsAccessible: shows up in Control Panel
    # O2Accept: "OxygenBottleLarge,OxygenBottleSmall" > items that can be used to fill a O2 tank. First item in list will be filled when O2 is withdrawn
    # FuelAccept: "EnergyCell, EnergyCellLarge, EnergyCellHydrogen, FusionCell, BioFuel" > items that can be used to fill a fuel tank. First item in list will be filled when fuel is withdrawn

    { Block Id: 720, Name: WarpDrive
    Group: cpgWarp
    Material: metal
    ShowBlockName: true
    Volume: 4800, type: float, display: true, formatter: Liter
    Mass: 82200, type: float, display: true, formatter: Kilogram
    MaxCount: 1, type: int, display: true
    IsOxygenTight: false, display: true
    StackSize: 250
    BlockColor: "110,110,110"
    Category: Devices
    Info: bkiWarpDrive, display: true
    EnergyIn: 25, type: int, display: true, formatter: Watt
    CPUIn: 40000, type: int, display: true
    BlastRadius: 5
    BlastDamage: 200
    CostPerAU: 1, display: true
    CostPerLY: 1, display: true

    #This is the MAx Warp distance?
    RangeAU: 50, display: true
    RangeLY: 30, display: true
    #######

    Radiation: 25, display: RadiationLevel
    Temperature: 40, display: true
    UnlockCost: 15, display: true
    UnlockLevel: 10, display: true
    TechTreeNames: Capital Vessel
    }

    Will this will effect the savegame too or is there another config that I need to modify? If I am starting a new co-op survival survival game while hosting does this effect that too (I want it too)?

    thank you again
     
    #3
  4. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,425
    Likes Received:
    12,030
    This is the only part you need to include within the brackets. Plus the name and block I'd.
     
    #4
  5. SylenThunder

    SylenThunder Captain

    Joined:
    Jul 30, 2016
    Messages:
    219
    Likes Received:
    138
    If I recall, isn't there a limit to the max distance? I believe it was 50Ly.
     
    #5
  6. Myrmidon

    Myrmidon Rear Admiral

    Joined:
    Mar 26, 2016
    Messages:
    1,729
    Likes Received:
    2,058
    Source?
     
    #6
  7. SylenThunder

    SylenThunder Captain

    Joined:
    Jul 30, 2016
    Messages:
    219
    Likes Received:
    138
    Saw it in a thread a couple of months ago. Will see if I can locate it.
     
    #7
  8. Alhira_K

    Alhira_K Captain

    Joined:
    Jan 16, 2017
    Messages:
    287
    Likes Received:
    377
    There only seems to be a hard limit due to the pentaxid tanks volume capacity. I got my distance on 100ly and it works without a problem.
     
    #8
    Myrmidon likes this.
  9. If there is a hard limit it's a real high limit.

    I've set mine to 10,000LY as a test and it basically let me warp wherever I wanted to without issues.
     
    #9
  10. Myrmidon

    Myrmidon Rear Admiral

    Joined:
    Mar 26, 2016
    Messages:
    1,729
    Likes Received:
    2,058
    Did you find the outer ring end of the galaxy? Or the center? :eek:
     
    #10

Share This Page