Results 1 to 4 of 4

Thread: Cannot construct custom building chain.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senator
    Join Date
    Mar 2013
    Location
    Home
    Posts
    1,050

    Default Cannot construct custom building chain.

    I am trying to make a new settlement superchain for the empire. I built it by seeing how cataph's mods work in how buildings are added to the game.
    It has 3 levels in the .pack file and they are correctly linked to each other.


    All in all, I have modded the following tables

    building_chain_availability_sets_tables

    building_chains_tables

    building_culture_variants_tables

    building_effects_junction_tables

    building_instances_tables

    building_levels_tables

    building_set_to_building_junctions_tables

    building_superchains_tables

    building_upgrades_junction_tables

    effect_bonus_value_basic_junction_tables

    effects_tables

    slot_template_to_building_superchain_junctions_tables

    The problem is, I am unable to build the new building as it gives me the following error.
    Construction slots unavailable.
    I have enabled the superchain to be buildable on the altdorf_secondary slot.

    The image is on http://imgur.com/a/d66LP if the link doesn't work.




    Any idea on what I have to do to make the damn thing buildable and link to later buildings in the same chain?
    Last edited by Tankbustaz; December 20, 2016 at 10:53 AM.

  2. #2

    Default Re: Cannot construct custom building chain.

    I would double check all of your pointers. Make sure chains points to the proper superchain, levels points to chains, etc. I had a similar issue a few months ago, but I don't recall what the exact issue was. It looks like you're using all of the correct tables, but it may be that something isn't referencing the proper entry in another table.

    Once you get the slot thing fixed, the upgrades will most likely sort themselves out, as that uses the upgrade junctions table and references building levels.

  3. #3
    Gengi87's Avatar Libertus
    Join Date
    Sep 2013
    Location
    Florence, Italy
    Posts
    52

    Default Re: Cannot construct custom building chain.

    Quote Originally Posted by Tankbustaz View Post
    I am trying to make a new settlement superchain for the empire. I built it by seeing how cataph's mods work in how buildings are added to the game.
    It has 3 levels in the .pack file and they are correctly linked to each other.


    All in all, I have modded the following tables

    building_chain_availability_sets_tables

    building_chains_tables

    building_culture_variants_tables

    building_effects_junction_tables

    building_instances_tables

    building_levels_tables

    building_set_to_building_junctions_tables

    building_superchains_tables

    building_upgrades_junction_tables

    effect_bonus_value_basic_junction_tables

    effects_tables

    slot_template_to_building_superchain_junctions_tables

    The problem is, I am unable to build the new building as it gives me the following error.
    Construction slots unavailable.
    I have enabled the superchain to be buildable on the altdorf_secondary slot.

    The image is on http://imgur.com/a/d66LP if the link doesn't work.




    Any idea on what I have to do to make the damn thing buildable and link to later buildings in the same chain?
    Hi man! Have you checked that Id value in slot_template_to_building_superchain_junctions_tables is different from any other Id values?

  4. #4
    Senator
    Join Date
    Mar 2013
    Location
    Home
    Posts
    1,050

    Default Re: Cannot construct custom building chain.

    well, I forgot to enable it in the culture_variants.
    but thanks for the reply guys.

Posting Permissions

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