ItsMods

Full Version: How to disable all shadows from the map :)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(08-07-2011, 16:41)koil Wrote: [ -> ]there is a few problems on a couple of door ways where it says "shadow" with a green trail across the door and u cant see thru it, never tried to fix it, if you do though, let me know how PLS!

Turn these iwi files into your color what u are using example green
I attachment these iwi files

your_mod\images\caulk_shadow.iwi
your_mod\images\shadow.iwi


Also small texture tool

If you know anything about excel and macros you can use this mp_texturelists.xls
I have take all the maps texture list and but into the excel file. There is CopyRename macro that takes file names from the sheet and copy those into mods\images folder. Using the x_source_iwi.rar files:

x_green_screen.iwi
x_blue_screen.iwi
x_transparent_128x128.iwi
x_transparent_256x128.iwi

Edit the macro CopyRename line:

SourceFileGreen = "x_green_screen.iwi" 'x_green_screen.iwi x_blue_screen.iwi

So you can choose are you using green or blue source file "x_green_screen.iwi" or "x_blue_screen.iwi"

Also you can modify SourceDir and DestinationDir:

SourceDir = "C:\Program Files (x86)\Steam\SteamApps\common\call of duty black ops\mods\mp_Transparent\def_images\"

DestinationDir = "C:\Program Files (x86)\Steam\SteamApps\common\call of duty black ops\mods\mp_test\images\"


and so on... Maybe I have to make better excel that there is one config sheet where u can but ur source and destination folder so no need to go edit macro......

I hope this helps & sry that I don't have a time to explain better :/ but I will edit the excel file and make it better.

[attachment=943]
[attachment=944]
[attachment=945]
i love u so much atm
Pages: 1 2