Aztec Walls Mod Problem

Talus

New member
Joined
May 11, 2007
Messages
7
I downloaded the mod today and tried to install it following the instructions from the readme.But apparently the installer doesn't work.So i guess i will have to put the files by hand.

Can anyone tell me where exactly the files are going?

Thanks.
 
So by puting all the .dds and .bwm files in /art/models i also change the Aztec walls to Norse right? Pretty sure it does, but have to be sure.

Thanks for the help Dark-heaven
 
It's a batch file and it should work if you double click on it. I did it that way because a lot of the files are the same with just a name change. If you want to do it manually it's a pain..

This is from the batch file. COPY is just that, REN is rename and * is a wild card

Code:
COPY "%CD%\[color=green]t_aztec_gatehouse_*.dds[/color]" %dir%\Data\art\textures\
copy all of the files which start with t_aztec_gatehouse and end with .dds to the textures folder

Code:
COPY "%CD%\[color=green]t_greekwallfull_tech*.dds[/color]" %dir%\Data\art\textures\
COPY "%CD%\[color=green]t_greekwallfull_good_*.dds[/color]" %dir%\Data\art\textures\
then do the same for these

Code:
REN %dir%\Data\art\textures\[color=green]t_greekwallfull_good_crenellations_tech01.dds [/color] [color=red]t_greekwallfull_evil_crenellations_tech02.dds[/color]

now rename "t_greekwallfull_good_crenellations_tech01.dds" to t_greekwallfull_evil_crenellations_tech02.dds

Code:
REN %dir%\Data\art\textures\[color=green]t_greekwallfull_good_tech01.dds[/color] [color=red]t_greekwallfull_evil_tech02.dds[/color]
REN %dir%\Data\art\textures\[color=green]t_greekwallfull_good_tech01_spc_.dds[/color] [color=red]t_greekwallfull_evil_tech02_spc_.dds[/color]

Do the same for the above and then repeat for the following

Code:
COPY "%CD%\t_greekwallfull_good_*.dds" %dir%\Data\art\textures\
REN %dir%\Data\art\textures\t_greekwallfull_good_crenellations_tech01.dds t_greekwallfull_evil_crenellations_tech01.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01.dds t_greekwallfull_evil_tech01.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01_spc_.dds t_greekwallfull_evil_tech01_spc_.dds

COPY "%CD%\t_greekwallfull_good_*.dds" %dir%\Data\art\textures\
REN %dir%\Data\art\textures\t_greekwallfull_good_crenellations_tech01.dds t_greekwallfull_neut_crenellations_tech02.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01.dds t_greekwallfull_neut_tech02.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01_spc_.dds t_greekwallfull_neut_tech02_spc_.dds

COPY "%CD%\t_greekwallfull_good_*.dds" %dir%\Data\art\textures\
REN %dir%\Data\art\textures\t_greekwallfull_good_crenellations_tech01.dds t_greekwallfull_neut_crenellations_tech01.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01.dds t_greekwallfull_neut_tech01.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01_spc_.dds t_greekwallfull_neut_tech01_spc_.dds

COPY "%CD%\t_greekwallfull_good_*.dds" %dir%\Data\art\textures\
REN %dir%\Data\art\textures\t_greekwallfull_good_crenellations_tech01.dds t_greekwallfull_good_crenellations_tech02.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01.dds t_greekwallfull_good_tech02.dds
REN %dir%\Data\art\textures\t_greekwallfull_good_tech01_spc_.dds t_greekwallfull_good_tech02_spc_.dds

Code:
COPY "%CD%\[color=green]t_greekwallfull_good_*.dds[/color]" %dir%\Data\art\textures\
Just copy these files to the textures folder

Code:
COPY "%CD%\m_*.[color=green]bwm[/color]" %dir%\Data\art\models
And finally, copy all of the .bmw files to the models folder.

Good luck. :)
 
This will take some time :/

It says that it installed it but it doesn't even add 1 single file, weird.
 
Do you have B&W installed in the defaut location?

If not, open the batch file in Notepad,  at the top find this and change the path to point at the proper folder.

Code:
IF EXIST "C:\Program Files\Lionhead Studios\Black & White 2\white.exe" GOTO :default
 
Kays said:
That's strange because it should work. ???

Yeah i know, the batch file is perfect - no idea what's causing it.Maybe some kind of problem with the windows?To hell with these things... some times something HAS to work but it simply does not - and there may be 1.000.000 reasons
 
Yah, let's bame it on Microsoft. It could have something to do with security settings. ???
 
Back
Top