BZII High Resolution texture mod RELEASED
Moderators: GSH, VSMIT, Commando
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: BZII High Resolution texture mod RELEASED
That is incorrect MrTwosheds.
An object ONLY gets painted all over with team colors IF a *c0 skin exists.
An object ONLY gets painted all over with team colors IF a *c0 skin exists.
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: BZII High Resolution texture mod RELEASED
Yes. This is about how to get it partially painted when c0 skin exists.
when i use the term mesh here, I mean as in a single geometry, not a whole bz2 model.
Frame frm-body {
FrameTransformMatrix {
1,0,0,0,
0,1,0,0,
0,0,1,0,
0,0,0,1;;
}
Mesh body {
when i use the term mesh here, I mean as in a single geometry, not a whole bz2 model.
Frame frm-body {
FrameTransformMatrix {
1,0,0,0,
0,1,0,0,
0,0,1,0,
0,0,0,1;;
}
Mesh body {
The Silence continues. The War Of Lies has no end.
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: BZII High Resolution texture mod RELEASED
Oooh, you're talking about multiple textures on an object. *Somehow totally missed post before post before last*
Okay. Hm, good to know.
I think BZ2's material list internally is rather single minded. You see this with LightingType = # odf paramter when you have two objects with the same texture. If you place one with default of LightingType = 0, it looks normal. Then if you place the other along with it with LightingType = 1, both objects turn to the different LightingType.
Okay. Hm, good to know.
I think BZ2's material list internally is rather single minded. You see this with LightingType = # odf paramter when you have two objects with the same texture. If you place one with default of LightingType = 0, it looks normal. Then if you place the other along with it with LightingType = 1, both objects turn to the different LightingType.
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: BZII High Resolution texture mod RELEASED
Worse than that actually, the material list is compiled locally on each bz2 install (and then added to by a modder...) What the modder see's is not necessarily what the end user will see when they install again. Different materials need to be unique, odf flags such as lighting type or model flags like __e etc do not make a material unique to the engine. Chances are that after a mod install everything else using that material will inherit the flag properties too.I think BZ2's material list internally is rather single minded. You see this with LightingType = # odf paramter when you have two objects with the same texture. If you place one with default of LightingType = 0, it looks normal. Then if you place the other along with it with LightingType = 1, both objects turn to the different LightingType.
I assume that only the material properties from the xsi/msh are used to determine wether or not it is unique. The texture name, ambient, diffuse and specular values etc.
...Oh the horror of the Glowing Daleks...

Modders should be very careful in their use of material flags and the reuse of the original materials. One cool non transparent cockpit can opaque them all.
The Silence continues. The War Of Lies has no end.
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: BZII High Resolution texture mod RELEASED
Bz2 wallpaper 1920x1080
http://pasteboard.co/2H4gXqbU.png
http://pasteboard.co/2H4gXqbU.png
The Silence continues. The War Of Lies has no end.
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: BZII High Resolution texture mod RELEASED
Another one, Coreload.
http://pasteboard.co/2IYwA3lD.png
http://pasteboard.co/2IYwA3lD.png
The Silence continues. The War Of Lies has no end.
- Red Devil
- Recycler
- Posts: 4398
- Joined: Fri Feb 18, 2011 5:10 pm
- Location: High in the Rocky Mountains
Re: BZII High Resolution texture mod RELEASED
pretty
If given the truth, the people can be depended upon to meet any national crisis. The great point is to bring them the real facts - and beer.
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: BZII High Resolution texture mod RELEASED
Rendload
http://pasteboard.co/2Ly1sjRr.png
http://pasteboard.co/2Ly1sjRr.png
The Silence continues. The War Of Lies has no end.
Re: BZII High Resolution texture mod RELEASED
Not sure I like the way that one came out, it makes Rend's primary look a bit too much like a star. Could be the stippling.
battlezone.wikia.com needs your help!
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: BZII High Resolution texture mod RELEASED
It looked worse as a defined edge. I just blurred it a bit. The stippling is diffusion, I use it to breakup the area's that come out as blobs of solid colour otherwise.
Believe it or not most of the effort on that one went into trying to make the tiny carrier not look like a total mess.
Hmm, I could make the area around the planet a bit more orange so it looks less like it's glowing.
edit: Nah, looks worse.
Believe it or not most of the effort on that one went into trying to make the tiny carrier not look like a total mess.
Hmm, I could make the area around the planet a bit more orange so it looks less like it's glowing.
edit: Nah, looks worse.
The Silence continues. The War Of Lies has no end.
-
- Sabre
- Posts: 317
- Joined: Mon Aug 13, 2012 8:02 am
Re: BZII High Resolution texture mod RELEASED
Thank you very much for doing this =D