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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
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.
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...
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.
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...
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...
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...
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...