Search results

  1. Willy

    Villagers stuck in Town center despite Nav Ribbon use

    Hi Wheezy, I don't think this issue has anything to do with the act of moving the towncenter. As objects don't affect the workings of the nav ribbon (as far as I know). I once had this issue, on a land I had made myself where I clearly remember creating a nav ribbon, but for whatever reason...
  2. Willy

    Anyone have a list of Static Objects?

    Hi The lists come with the scripting tool. In Black & White 2/Tools/Script Compiler you'll find lots of .h files. These files contain the constants for all the objects, actions, properties etc... in the game. For example in the file MobileStaticInfoEnum.h you find: #ifndef...
  3. Willy

    info.cdat and info.txt files

    The command: TownDefenders[Ctr] = create platoon PLATOON_INFO_AZTEC_MELEE_1 at {TownDefenderPos[Ctr]} with 12 men and 0 women Will simply create an army from nothing at the location provided, it will not take the villagers from any town. The other command: recruit ARMY_UNIT_TYPE_MELEE_1 town...
  4. Willy

    How do you like my towns?

    Wow, those are some really nice towns!  :D I like how you use two types of suburbs, your town on the last Japanese land is a great example you have rows of houses in the middle around the nurseries, but then in the back you have more of a garden layout. I also like the housing variety. A lot...
  5. Willy

    Can't control creature fights

    I'm guessing you've forgotten your password, and since the website cannot send emails you are unable to change it. I can change your password for you then send you a personal message via your Gebre account with your new password, then you can login again. You'll probably want to change the...
  6. Willy

    BW2 Syntax Highlighter Notepad++

    Willy submitted a new resource: BW2 Syntax Highlighter Notepad++ - Using Notepad++ this download will add syntax highlighting for the BW2 scripting language. Read more about this resource...
  7. Willy

    BW2 Syntax Highlighter Notepad++ 1.0.0

    This syntax highlighter only works with Notepad++ Thus if you'd like to use this syntax highlighter you'll have to download and install notepad++ if you don't already use it. This is a link their website: https://notepad-plus-plus.org/ Once you have notepad++ installed then you can use this...
  8. Willy

    land 2 lethys' creature kidnapping skip

    I know that when one attacks another's temple without first taking his villages the game will destroy the towns before damaging the temple. From the image you posted, it would appear that this is the case, there doesn't seem to be anything left of his towns. This raises the question: Did this...
  9. Willy

    Hades

    Since there hasn't been much going on here on BWfiles recently, I've decided to reveal to you what my current project is. The project is called Hades, currently consisting of three lands. The plot is quite basic, where Hades the Greek god of the underworld has come and is laying waste to all in...
  10. Willy

    A few questions

    I found it. You you wish to override a towns impressiveness you can do it with this command: enable town MyTown impressiveness override with 175000 The reason I could find it before was because I was looking for a set command.
  11. Willy

    Lionhead Studios UK closure, Fable Legends cancelled

    Oh Kratzean, there is always a chance. We'd just have to make BW3 ourselves.  :laugh2
  12. Willy

    A few questions

    1. The impressiveness of a town can only be set through the landscape editor. There is no command in the scripting language to do this. I'm not sure how BW2 determines how much impressiveness you need to capture the town. You'll just have to experiment by setting the impressiveness value of the...
  13. Willy

    Getting rid of migrations.

    I just did a real quick test. When I removed the impressiveness from the Greek temple just as I described above, the influence ring around it was unaffected.
  14. Willy

    Getting rid of migrations.

    I agree with you, the most annoying part of BW2 is the concept that one can take towns purely through impressiveness. I've been working on a solution to this, something which can replace the impressiveness in the game. But that solution is still just a theory that I'm working on. Currently...
  15. Willy

    blurry issues

    Could you post some screen shots of this focusing problem? It'd really help in picturing whats happening. There could be a problem with the way your graphics are configured, but I have to see the problem before I can be of any use to you.
  16. Willy

    BW2 Modding Wiki

    There appears to be an issue with email confirmation. I keep getting this error: B&W2 Modding could not send your confirmation mail. Please check your email address for invalid characters. Mailer returned: Unknown error in PHP's mail() function. It did successfully create my account, but I am...
  17. Willy

    BW2 Modding Wiki

    Is it alright if we edit some things on there as well? I could write up some tutorials for those empty pages.
  18. Willy

    Turtle Creature Strengths/Stats?

    The Gorilla and Ape are two completely separate creatures. The Aztec creature on the final land is the Gorilla not an ape. They look similar and act the same but from the data I gathered it seems the Gorilla is a better fighter. To do this testing I downloaded the modeling tools from this site...
  19. Willy

    Turtle Creature Strengths/Stats?

    The reason you don't find as much information about creatures in BW2 is because they're not as important as they were in BW1. I can finish BW2 without a creature easily, but I'd never be able to finish BW1 without my creature. Creatures in BW2 aren't at all as complex as creatures in BW1. I...
  20. Willy

    Land 8 (Aztec 1) quests (fields on fertile land & attack at night)

    The quests "Never Attack" and "Only attack under cover of night" are conflicting quests. To get one you must surrender the other. Which makes it impossible to get both. To get the "Only attack under cover of night" you must attack. The reason it still appeared as uncompleted is because the game...
Back
Top