Need to edit 3 things

  • Hi!


    I need to edit a Battleship energy stats, and a BS Missile turret`s velocity and refire rate.


    Whit what tool and how do I edit that?


    Sorry fo the bad english

  • Check out this thread...


    Request: New to Modding FL. Couple of Questions... - Freelancer Modding Tools - The Lancers Reactor


    The three things you mentioned are all entries in various 'ini files', on a default install, these are in a binary ini format, so you will need either a 'bini' converter to unpack the files into plain text format, and a good text editor, OR, you will need to install one of the unofficial patches, that contains unpacked and bug fixed ini fies, that you can then edit, again with a text editor.


    The entries for the turret will be in the weapons_equip.ini file, and the energy level will be set by the ships 'power converter' in misc_equip.ini, both of which can be found in the freelancer/data/equipment/ folder.


    Missile velocities are a combination of the initial launch velocity, which is a parameter of the 'gun' that fires the missile, and the acceleration listed for the missile's motor.


    velocity = launch velocity + (acceleration * flight time)


    The refire rate is also part of the definition for the 'gun' firing the missile and is entered as 1 divided by the number of shots per second, so, a refire rate of 0.25 in the file gives 4 shots a second in the game.

    AestheticDemon


    Terror Trooper #666


    Give a man a fire and he's warm for a day...
    Set a man on fire and he's warm for the rest of his life...

    Edited once, last by AestheticDemon ().