Results 1 to 12 of 12

Thread: Xl:tiberius mod:gunsmiths unavalibity

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Needs more flowers Moderator drone's Avatar
    Join Date
    Dec 2004
    Location
    Moral High Grounds
    Posts
    9,286

    Default Re: Xl:tiberius mod:gunsmiths unavalibity

    I think I see the problem:
    {CASTLE4},{CASTLE7,GUNSMITH},{CASTLE10, GUNSMITH2},{CASTLE13,GUNSMITH3}
    means that to build the Gunsmith's Workshop, you need a Gunsmith, however:

    {FN_EGYPTIAN},{},{},{}
    at the end of the line means you must be Egyptian to build the Gunsmith. So this limits the entire Gunsmith line to the Eggys.

    So you have 2 options: either make the Gunsmith available to everyone, or remove the Gunsmith as a prerequisite for the Gunsmith's Workshop. To replicate the vanilla build tree, change:
    Code:
    {CASTLE4},{CASTLE7,GUNSMITH},{CASTLE10, GUNSMITH2},{CASTLE13,GUNSMITH3}
    to
    Code:
    {CASTLE4},{CASTLE7},{CASTLE10, GUNSMITH2},{CASTLE13,GUNSMITH3}
    To allow (and force) all factions to build Gunsmiths, change:
    Code:
    {FN_EGYPTIAN}[/B],{},{},{}
    to
    Code:
    {},{},{},{}
    It also looks like there are mismatches in the brackets and quotes in that line (the one you posted, I fixed them in my quotes above). The entire section with the building prerequisites should be in quotes, looks like the one at the end is missing (before the "Workshop Level 1...". And there should be "},{"between the "{CASTLE10,GUNSMITH2" and "CASTLE13,GUNSMITH3}" instead there is just a ","

    Hope that works out for you!
    Last edited by drone; 05-21-2008 at 03:28.
    The .Org's MTW Reference Guide Wiki - now taking comments, corrections, suggestions, and submissions

    If I werent playing games Id be killing small animals at a higher rate than I am now - SFTS
    Si je n'étais pas jouer à des jeux que je serais mort de petits animaux à un taux plus élevé que je suis maintenant - Louis VI The Fat

    "Why do you hate the extremely limited Spartan version of freedom?" - Lemur

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO