Results 1 to 2 of 2

Thread: modding question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default modding question

    i wish to make some changes to the faction standing file but notice it isnt in the data folder of the major mod im playing, i assume the mod maker hasnt made any changes to it.

    is it a simple matter of copying the file from another mod into the data folder then running the mod or is it more complex? is so how is it done?

  2. #2

    Default Re: modding question

    Quote Originally Posted by tonedog View Post
    i wish to make some changes to the faction standing file but notice it isnt in the data folder of the major mod im playing, i assume the mod maker hasnt made any changes to it.

    is it a simple matter of copying the file from another mod into the data folder then running the mod or is it more complex? is so how is it done?
    Yes, it should be that simple. Note that you probably launch the mod with a batch file that uses some additional prefrences file. Edit the batch file and see which ",cfg" file it uses. Open that file and make sure it has a bit of text that looks like what is below,
    Code:
    [io]
    file_first = true
    It probably already has that, but just make sure

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •