Page 5 of 33

Posted: Thu Apr 19, 2012 3:43 pm
by sajmon14
Nice ideas, and good work on the Predator :)

Posted: Thu Apr 19, 2012 4:17 pm
by e-cobra
Dashboard and many minor fixes of Predator are done by Franch88, thanks to him. :wink:

Posted: Sat Apr 28, 2012 8:29 pm
by e-cobra
So, as always, I have some questions:

1) If a car uses 32x32 pixel sized image as whole body colour, and also has damages (same 32x32 colour with _dmg suffix) so will a single collision turn the car into scrap or it'll get damages part by part like default cars?
2) Is there any limit for textures in 'texture' folder? :lol:

Posted: Sat Apr 28, 2012 8:56 pm
by Franch88
1) If a car uses 32x32 pixel sized image as whole body colour, and also has damages (same 32x32 colour with _dmg suffix) so will a single collision turn the car into scrap or it'll get damages part by part like default cars?
If you plan to make plain colors textures for the paintjobs (16x16 or even 1x1 pixels are enough as sizes, you get the same result with littler files), you haven't to make also the damaged version of it, otherwise you get the car look all damaged at the first hit. This is given because of the little size of the textures. So, it's like you say in the first hypothesis.
However, I'm not sure if a much tiled/repetitive mapping of the texture on the model can well avoid this thing.
2) Is there any limit for textures in 'texture' folder?
No, there's no limit of files to be present in the Texture folder, but as always, is better rationalize their use. If there's a limit, that should be number of files loading one of the game.

Posted: Sat Apr 28, 2012 10:08 pm
by aaro4130
to simplify :P
1) 16x16/1x1 = Instant wreck/damage on hit, and tiled mapping will make no difference (btw)
2) No limit

Posted: Sun Apr 29, 2012 7:18 am
by e-cobra
Got it, thanks :)
And in dashboard view, by pressing Num4 or num6, the camera turns as if driver's head is turned. However, there is no interior of the car visible. Is this due to a flat dashboard? If the dashboard is made 3-D, will pressing 4 or 6 show car interior? (which is made as dashboard) :roll:

Posted: Sun Apr 29, 2012 8:59 pm
by Franch88
And in dashboard view, by pressing Num4 or num6, the camera turns as if driver's head is turned. However, there is no interior of the car visible. Is this due to a flat dashboard? If the dashboard is made 3-D, will pressing 4 or 6 show car interior?
No, is always the same thing. You can also get 3/4 views by pressing contemporally 8 and 4 keys, and 8 and 6 keys. The same are for the back views, possible pressing the 2 key with the 4 and 6 keys.

About the previous first question, I'd got the doubt of the tiled mapping while writing, but couldn't be so, I've always known that if the body color texture is little, the car body will look all damaged at the first hit (giving it a bad look, too).

Posted: Sun Apr 29, 2012 9:22 pm
by sajmon14
I tried 3d interior and it didn't worked when turned back camera

Posted: Mon Apr 30, 2012 6:56 pm
by e-cobra
Oh! I see... :wink: Some updates soon..

It will have:

1) Unique dashboard
2) Animated wipers
3) Headlight effect on road (night shadow)
4) Water falling from the roof in rain. (not sure :frown2: )
5) 8 breakables
6) 5 colours with damage textures.

Posted: Mon May 28, 2012 7:29 am
by e-cobra
I converted 'rhino' from GTA Vice City:
Image
But the shadow is white even though I set type to glowing and save in 32 bit TGA format. :roll: And what is the need for fxltglow textures if only axes of HEADLIGHT[0/1] are used to make glowballs?
Previous project isn't cancelled, its going side-by-side..

Posted: Mon May 28, 2012 11:17 pm
by Franch88
Looks ok so far, good work with it. The wheels should already have their texture from GTA Vice City.
About the missing shadow, make sure that there aren't more than 1 material that use that texture. If it's custom and so it has a custom file name, don't use particular characters for it. If the shadow isn't custom, just assign a texture called vpfshdw.tga; with the squared shapes of the vehicle is ok use the default squared shadow.
It's need assign a material with a texture called fxltglow.tga to get in-game the glow with a "strong" and so normal look. Without it, and so with the Default Material assigned, in-game you get the glow with a weak look. This is useful in the cases you want the car with weak headlights.

Posted: Tue May 29, 2012 7:39 am
by CarLuver69
It's need assign a material with a texture called fxltglow.tga to get in-game the glow with a "strong" and so normal look. Without it, and so with the Default Material assigned, in-game you get the glow with a weak look. This is useful in the cases you want the car with weak headlights.
Sorry Franch, but you're wrong. MM2 will not read any type of material for the headlight glow, it will only count the color for it. It's very unfortunate that the exporter for ZModeler isn't as good as it should be...there's a whole extra set of colors for the materials in the actual shaders part of the pkg file. I believe there's Diffuse and Ambient, and for the headlights, it reads the Ambient colors. I'm going off the top of my head, so forgive me if I'm wrong. But if you want a "stronger" looking headlight, you need to manually change shader type to "Inverse Specular" using MM2CT's Shader Editor. Just saying.

Posted: Tue May 29, 2012 9:19 pm
by aaro4130
Yes, CarLuver is right, like SRN objects, you must edit shaders

Posted: Wed May 30, 2012 9:03 am
by e-cobra
Now, as here at mm2x.com, combining bold and italic
tags would result in the text being both bold and italic, can it be done for a MM2 vehicle also?
E.g: For an animation if there are 2 frames- xyz0001.tga and xyz0002.tga and if I want the animation to appear at night, should I add _ni suffix besides both the frame texture names to make the animation appear at night?

Posted: Wed May 30, 2012 12:05 pm
by aaro4130
Now, as here at mm2x.com, combining bold and italic
tags would result in the text being both bold and italic, can it be done for a MM2 vehicle also?
E.g: For an animation if there are 2 frames- xyz0001.tga and xyz0002.tga and if I want the animation to appear at night, should I add _ni suffix besides both the frame texture names to make the animation appear at night?
Yes you should