dot3 for the world...
there should be a checkbox when saving as tga in gimp which says something like "first pixel in lower right corner", maybe that's the cause of the upsidedown-ness. at least in another engine ive always had to check it to get it to show up right side up. ignore this if other tgas worked the way you were doing it.
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
They work,just name the material prperly,i too use Max-and im counting on dot3 for the actors.
Basically i build all pawns and the player again with the materials named BN0_texture,add the extra materials of the bumps (BNB_texture)
and if i dont want to use the normal maps i can always delete the extra materials-
i hope the prefix does nt matter if i have deleted the normal maps in the build
-i think if the engine doesnt find extra materials it will stop searching for BNb_texture without framerate loss.
Basically i build all pawns and the player again with the materials named BN0_texture,add the extra materials of the bumps (BNB_texture)
and if i dont want to use the normal maps i can always delete the extra materials-
i hope the prefix does nt matter if i have deleted the normal maps in the build
-i think if the engine doesnt find extra materials it will stop searching for BNb_texture without framerate loss.
also, make sure the material's name is BN0_ and so on, not just the filename, that tripped me up before.
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
Basically i build all pawns and the player again with the materials named BN0_texture,add the extra materials of the bumps (BNB_texture)
When actor studio asks for the name of the extra materials,
what do you put? Suppose your main material name is
BN0_archtop, would you put that? Or, since you're adding
BNB_archtop.tga, would you put in BNB_archtop? Because
when I put BNB for the extra material it didn't add it, but putting
BN0, it added it, not that anything looked bumpy after I made
the .act file.
When actor studio asks for the name of the extra materials,
what do you put? Suppose your main material name is
BN0_archtop, would you put that? Or, since you're adding
BNB_archtop.tga, would you put in BNB_archtop? Because
when I put BNB for the extra material it didn't add it, but putting
BN0, it added it, not that anything looked bumpy after I made
the .act file.
add BN0_whatever in max, name the material BN0_whatever, then in astudio make an extra material using BNB_whatever, and with the name BNB_whatever. could be BNN_, dont remember which. you might try both.
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
Hey-its a .BMP-not a .tga i use for the bump!
Did you use a .tga?-i thought .tga's with mask are for transparency-not bumps.
For me the actor normal mapping works like this.
BN0_SpottedJaguar _________ base material when exporting the actor
BNB_SpottedJaguar _________ name of extra material in Actor studio builder.
The name of the map slot and of the bitmap doesnt matter at all.
Its the main material name that matters,and specially-
the bump is a .bmp.
Did you use a .tga?-i thought .tga's with mask are for transparency-not bumps.
For me the actor normal mapping works like this.
BN0_SpottedJaguar _________ base material when exporting the actor
BNB_SpottedJaguar _________ name of extra material in Actor studio builder.
The name of the map slot and of the bitmap doesnt matter at all.
Its the main material name that matters,and specially-
the bump is a .bmp.
I use TGA's as the appliction I use to generate the normal maps only output in TGA... I've never used BMP's for the normal map but it should work as long as the application generating the normal map preserves the rgb values after the normal map is created.Veleran wrote:Hey-its a .BMP-not a .tga i use for the bump!
Did you use a .tga?-i thought .tga's with mask are for transparency-not bumps.
More dot3 images
- Attachments
-
- modeldot300.jpg
- shows dot3 on the world plus support for dot3 on world models
- (74.8 KiB) Downloaded 208 times
-
- modeldot301.JPG
- some issues with the dot3?with the lightmapping the light should show much better
- (67.79 KiB) Downloaded 208 times
-
- modeldot302.jpg
- shows dot3 on the world plus support for dot3 on world models
- (66.33 KiB) Downloaded 208 times
more dot3
- Attachments
-
- modeldot303.JPG
- shows dot3 for the world and world models
- (75.35 KiB) Downloaded 214 times
looking amazing, great job!
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
Well... this thing is basically done but there are a few issues but they are not show stoppers for me right now...
My issues are:
1) sometimes unexpected or un-even lighting?(hard to explain actually)
I believe it has to be due to tangent space creation on a face that's been split (doesn't seem to happen with solid non-split faces)
2) light popping (happens with actors too but can be remedied by mixing two or more lights contributions I believe...
3)since brushes are split I must actually bring them back together for tangent space creation and I have a way to do this but I must confirm that it works in ALL cases.
4) I really don't know what the speed hit is yet...
5) I need to add support for static lights...
My issues are:
1) sometimes unexpected or un-even lighting?(hard to explain actually)
I believe it has to be due to tangent space creation on a face that's been split (doesn't seem to happen with solid non-split faces)
2) light popping (happens with actors too but can be remedied by mixing two or more lights contributions I believe...
3)since brushes are split I must actually bring them back together for tangent space creation and I have a way to do this but I must confirm that it works in ALL cases.
4) I really don't know what the speed hit is yet...
5) I need to add support for static lights...
- Attachments
-
- screen005dot3.jpg
- (65.16 KiB) Downloaded 210 times