Results 1 to 4 of 4

Thread: Crash when adding building

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Crash when adding building

    I'm trying to add a new building to this mod, however whenever I add a building to export_descr_building.txt the game won't boot (the loading screen comes up but crashes without an error).

    Anyone who knows what I'm doing wrong?

    Code:
    building public_order_control
    {
        levels order_watch 
        {
            order_control requires factions { all, } 
            {
                capability
                {
                }
                construction  1
                cost  6500
                settlement_min city
                upgrades
                {
                }
            }
            }
        plugins
        {
        }
    }

  2. #2

    Default Re: Crash when adding building

    Could you try to remove one before adding it?
    I think we might be at the hardcoded limit. (We're pretty close, but I thought there was one left. Maybe it was before or after.)
    Under the patronage of apple.
    Patron of ybbon66.

  3. #3
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Crash when adding building

    Quote Originally Posted by Paedric View Post
    Could you try to remove one before adding it?
    I think we might be at the hardcoded limit. (We're pretty close, but I thought there was one left. Maybe it was before or after.)
    Removing a building doesn't work unfortunately. I only added these lines to the export_descr_building.txt and I didn't add any lines to another file.

  4. #4

    Default Re: Crash when adding building

    No descriptions, nothing?
    I'm pretty sure they need to be there.
    Under the patronage of apple.
    Patron of ybbon66.

Posting Permissions

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