Results 1 to 6 of 6

Thread: Need help creating a mod!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Jamez88's Avatar Foederatus
    Join Date
    Feb 2012
    Location
    Earth
    Posts
    34

    Default Need help creating a mod!

    I'm trying to make a traits mod. But for some reason when I edit the traits they don't show up in the faction menu!

    I'm making a new mod. So I went FILE>MY MODS>NEW everything looks ok but I can't figure out what's wrong. Any help would be greatly appreciated!

    If it helps I'm using Pack File Manager 3.5.1 with schema_54 and I save the mod as "Mod" type. Also I used another mod as the template!
    Attached Files Attached Files

  2. #2

    Default Re: Need help creating a mod!

    I don't know much about DB files, the only thing I can suggest you is to take a look at some mod with the PFM.

  3. #3
    Semisalis
    Join Date
    Sep 2011
    Location
    New Zealand
    Posts
    412

    Default Re: Need help creating a mod!

    Hi, I have downloaded your pack to look at it. Can you be more specific about what "traits" you are trying to change that isn't working. From what I am looking at I assume that you have created some new effect bundles but I cant be sure. Or have you added additional effects to already existing bundles? Let me know and i may be able to suggest something but cant promise as I have had nightmares with effects to the point i fave up for a while.
    ~ Too soon old, too late smart ~

  4. #4
    Jamez88's Avatar Foederatus
    Join Date
    Feb 2012
    Location
    Earth
    Posts
    34

    Default Re: Need help creating a mod!

    All I wanna do is add traits from other factions to the one I wanna play. I have done it before and it worked fine. But for some reason it won't work. E.G.: Adding "Trade Crossroads +15% to trade income" from Colchis to Pergmon

  5. #5
    Semisalis
    Join Date
    Sep 2011
    Location
    New Zealand
    Posts
    412

    Default Re: Need help creating a mod!

    alrightey, first you have tried to use a table fragment but you need to rename it otherwise it will replace the whole base table. So, instead of effect_bundles_to_effects_junctions call it something like ct_effect_bundles_to_effects_junctions . the way you have done it will delete all the effect bundles that arent in your table.

    Second, if you use a table fragment then you are adding traits to the original table. So you dont want effects listed twice for a given effect bundle
    ie dont have rom_faction_trait_black_sea_colchis_trade_crossroads listed in both tables for the bundle rom_faction_trait_black_sea_colchis

    thirdly, is the 150 a test value? Have you tried just the 15%? It maybe you have just used too high a value

    Those are my best shots, i cant get some of this stuff to work either so maybe someone else can pitch in
    ~ Too soon old, too late smart ~

  6. #6
    Jamez88's Avatar Foederatus
    Join Date
    Feb 2012
    Location
    Earth
    Posts
    34

    Default Re: Need help creating a mod!

    I'm an idiot I forgot to rename the table. It works fine now. Thanks Col.KanKrusha!

Posting Permissions

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