Page 1 of 2
Textureing buildings problem?
Posted: Sun May 16, 2010 8:57 pm
by assasinseye1
Re: Textureing buildings problem?
Posted: Sun May 16, 2010 9:05 pm
by Poow
The church is made out of ~ 50 subshaders.
Look at the church standardMesh files.
eu_church_m1.rs
eu_church_m2.rs
eu_church_windows_m1.rs
eu_churchfence_m1.rs
in the standardMesh.rfa archive file of your mod to see the links to all texture parts. The textures aren't stored it each map. Just once in a texture.rfa archive.
Re: Textureing buildings problem?
Posted: Sun May 16, 2010 9:13 pm
by assasinseye1
Im sorry to be such a noob about this but IDK what you mean im confuzed...i just want to texture the building
Re: Textureing buildings problem?
Posted: Sun May 16, 2010 10:13 pm
by Iced Earth
Download this:
http://eliteforce2.filefront.com/file/D ... rter;29412
I like it for converting dds -> psd, etc etc.
What Poow is saying is that there is not just ONE texture file for the church. There are many...so, you would have to edit each.
I would recommend converting the dds to psd, and then creating a new layer for snow. You could paint snow on that layer without altering the underlying texture. Just test test test.
Re: Textureing buildings problem?
Posted: Mon May 17, 2010 2:53 am
by assasinseye1
I still dont understand {noob here

} can someon please make a vid?
or screen shots

Re: Textureing buildings problem?
Posted: Mon May 17, 2010 3:20 am
by Iced Earth
eh? please tell us exactly what you don't understand so we can help.
If you want to texture something:
1) Find the objects .rs files in standardmesh.rfa. Poow lists them.
2) In each file you will see the name of a texture file.
3) Open texture.rfa, find those and extract.
4) Convert them from .dds to PSD (photoshop file) or any other image, like tga.
5) Edit them in whatever program you want (like PS)
6) Save back as .dds
7) ???
8) Profit!
Re: Textureing buildings problem?
Posted: Mon May 17, 2010 4:16 am
by assasinseye1
Ok I will try to explain as best as I can..I want to figure out how to texture a modle..building/gun/tank/person..etc...so what I thought would be logic to me is go to one of the maps lets say market garden...use winrfa to extract to desktop....then open photoshop{I have ddsplugin} go to desktop/bf1942/levels/berlin...their are of course all of the files...so I click on texture,

well their are no guns or anything their just grass and stuff...so then I go to object light maps...well I see a couple files some saying tank,sherman,car,church,gun,...church!!! so i click on it open it up but when I open it,it looks like this.........image below....wtf is that that is not a church???

??? so what did I do wrong?

..............
1 hour later Nvm i found that i was not supposed to extract maps..im sorry..Ok so lets say I modify it make it white and what not then what ?? do i put this whole texture file in my mod file which is named test run?...and then when i play the mod the church will be white?
I did not know he said that before i edited....
Re: Textureing buildings problem?
Posted: Mon May 17, 2010 4:31 am
by mikex222
well if you extract the textures.rfa
and find church in there. convert it to what ever you want to edit it...
if your making a new texture for it from scratch or wot ever...
you will need to rescale the whole image to one of the following :
- -512x512
-1024x1024
-2048x2048
and also make sure it has MIPMaps
with the church.rs file open with notepad and there you'll find these lines
Code: Select all
{
lighting true;
lightingSpecular false;
materialDiffuse 1.0 1.0 1.0;
texture "texture/undefined";
}
now lets say you called it "Modded_Church"
where it says undefinded... it should say church or what ever.... rename that to what you called your texture, so in this case its Modded_Church
now pack to rfa then your algud to go
help in any way ????
Re: Textureing buildings problem?
Posted: Mon May 17, 2010 4:43 am
by assasinseye1
ok so after i modify it what do I do im not understanding..do i move this whole texture file....not the texture of the church but the whole file to my mod directory ???
Re: Textureing buildings problem?
Posted: Mon May 17, 2010 4:45 am
by mikex222
assasinseye1 wrote:ok so after i modify it what do I do im not understanding..do i move this whole texture file....not the texture of the church but the whole file to my mod directory ???
well in ur mod directory directory
put all your modified textures in the texture folder
then go into archives and pack to rfa then try to run ur mod in game