I can't get bumpmapping to work
I can't get bumpmapping to work
No matter which driver I use the base texture only is displayed
My d3d24.ini file is set as below:
[D3D24]
Bpp = 32
ZBufferD = 24
BBufferCount = 1
CompressTextures = 0
FSAntiAliasing = 0
ExtraTextures = 1
NoVsync = 0
Async = 1
DoNotWait = 0
My graphics card (Nvidia gforce 6800 dual graphics card 256mb ram) supports both dot3 and EMBM bump mapping and displays proper bumpmapping in crazybump, 3d brush and neoaxis but only shows the base texture in RF.
My PC is running winxp pro sp2 on 2gb of ram with intel dual core 3.06 ghz processor.
The .act file has base texture BM0_tex.bmp, specular BMS_tex.bmp and normal map BMB_tex.bmp.
I have also tried dot3 BN0_tex.bmp, BNS_tex.bmp and BNB_tex.bmp
I have never seen bumpmapping work in RF but I know it does support it. Is there something I am missing in the setup?
Any ideas on how to make it work in RF anyone?
Has anyone got bumpmapping to work in RF, if so how?
My d3d24.ini file is set as below:
[D3D24]
Bpp = 32
ZBufferD = 24
BBufferCount = 1
CompressTextures = 0
FSAntiAliasing = 0
ExtraTextures = 1
NoVsync = 0
Async = 1
DoNotWait = 0
My graphics card (Nvidia gforce 6800 dual graphics card 256mb ram) supports both dot3 and EMBM bump mapping and displays proper bumpmapping in crazybump, 3d brush and neoaxis but only shows the base texture in RF.
My PC is running winxp pro sp2 on 2gb of ram with intel dual core 3.06 ghz processor.
The .act file has base texture BM0_tex.bmp, specular BMS_tex.bmp and normal map BMB_tex.bmp.
I have also tried dot3 BN0_tex.bmp, BNS_tex.bmp and BNB_tex.bmp
I have never seen bumpmapping work in RF but I know it does support it. Is there something I am missing in the setup?
Any ideas on how to make it work in RF anyone?
Has anyone got bumpmapping to work in RF, if so how?
Last edited by bernie on Thu Feb 21, 2008 4:03 pm, edited 1 time in total.
Re: I can't get bumpmapping to work
In your file RealityFactory.ini, you write driver d3d (not d3d16).
Act models works with textures BN0_, etc not BM0. The BM0, etc textures is for brushes.
Act models works with textures BN0_, etc not BM0. The BM0, etc textures is for brushes.
Re: I can't get bumpmapping to work
According to the docs actors can use either dot3 or EMBM ie. BN0_ etc or BM0_ etc.
My RF ini file is as you said see below:
;
; RealityFactory.INI - RealityFactory Initialization file
;
; Created by IniEditor
;
;
; GameName defines the name of the game
;
GameName=RealityFactory Demo
;
; PlayerName defines the name of the player
;
PlayerName=Unnamed
;
; PlayerAvatar defines the player actor
;
PlayerAvatar=virgil.act
;
; Define the menu initialization file
;
Menu=menu.ini
;
; Define the virtual pack file
;
PackFile=pack.vfs
;
; Define the starting level
;
StartLevel=basic.bsp
;
; Define the directories
;
LevelDirectory=media\levels
BitmapDirectory=media\bitmaps
ActorDirectory=media\actors
AudioDirectory=media\audio
AudioStreamDirectory=media\audio
VideoDirectory=media\video
MIDIDirectory=media\midi
;
; Set Weapon Positioning
;
WeaponPosition=Off
;
; Set UseDialog
;
UseDialog=false
;
; Set ShowTrack
;
ShowTrack=false
;
; Fullscreen tells the engine to go full-screen or not
;
FullScreen=true
;
; Width is the width of the game display
;
Width=1024
;
; Height is the height of the game display
;
Height=768
;
; Renderer is the renderer to use, HARDWARE or SOFTWARE
;
;
Renderer=hardware
;
; Driver tells the system which driver to use
;
;
Driver=d3d
;
; Set UseCharSelect
;
UseCharSelect=true
;
; Set UseNameSelect
;
UseNameSelect=true
;
; Set UseDifficultLevel
;
UseDifficultLevel=false
;
; Set UseFirst
;
UseFirst=false
;
; Set UseCutScene
;
UseCutScene=false
;
; SplashScreen defines the splash screen to use
;
SplashScreen=
;
; SplashAudio defines the splash screen audio to use
;
SplashAudio=
;
; CutScene defines the cut scene to use
;
CutScene=rfsplash.avi
;
; Set UseSecond
;
UseSecond=false
;
; Set UseCutScene1
;
UseCutScene1=false
;
; SplashScreen defines the splash screen to use
;
SplashScreen1=
;
; SplashAudio defines the splash screen audio to use
;
SplashAudio1=
;
; CutScene defines the cut scene to use
;
CutScene1=
;
; Default Difficulty Level
;
DefaultDifficulty=1
;
; Default Language
;
However I tried both and neither work for me.Reality Factory currently uses EMBM bumpmapping for levels and actors and dot3 for actors.
My RF ini file is as you said see below:
;
; RealityFactory.INI - RealityFactory Initialization file
;
; Created by IniEditor
;
;
; GameName defines the name of the game
;
GameName=RealityFactory Demo
;
; PlayerName defines the name of the player
;
PlayerName=Unnamed
;
; PlayerAvatar defines the player actor
;
PlayerAvatar=virgil.act
;
; Define the menu initialization file
;
Menu=menu.ini
;
; Define the virtual pack file
;
PackFile=pack.vfs
;
; Define the starting level
;
StartLevel=basic.bsp
;
; Define the directories
;
LevelDirectory=media\levels
BitmapDirectory=media\bitmaps
ActorDirectory=media\actors
AudioDirectory=media\audio
AudioStreamDirectory=media\audio
VideoDirectory=media\video
MIDIDirectory=media\midi
;
; Set Weapon Positioning
;
WeaponPosition=Off
;
; Set UseDialog
;
UseDialog=false
;
; Set ShowTrack
;
ShowTrack=false
;
; Fullscreen tells the engine to go full-screen or not
;
FullScreen=true
;
; Width is the width of the game display
;
Width=1024
;
; Height is the height of the game display
;
Height=768
;
; Renderer is the renderer to use, HARDWARE or SOFTWARE
;
;
Renderer=hardware
;
; Driver tells the system which driver to use
;
;
Driver=d3d
;
; Set UseCharSelect
;
UseCharSelect=true
;
; Set UseNameSelect
;
UseNameSelect=true
;
; Set UseDifficultLevel
;
UseDifficultLevel=false
;
; Set UseFirst
;
UseFirst=false
;
; Set UseCutScene
;
UseCutScene=false
;
; SplashScreen defines the splash screen to use
;
SplashScreen=
;
; SplashAudio defines the splash screen audio to use
;
SplashAudio=
;
; CutScene defines the cut scene to use
;
CutScene=rfsplash.avi
;
; Set UseSecond
;
UseSecond=false
;
; Set UseCutScene1
;
UseCutScene1=false
;
; SplashScreen defines the splash screen to use
;
SplashScreen1=
;
; SplashAudio defines the splash screen audio to use
;
SplashAudio1=
;
; CutScene defines the cut scene to use
;
CutScene1=
;
; Default Difficulty Level
;
DefaultDifficulty=1
;
; Default Language
;
Re: I can't get bumpmapping to work
You must texturized your level with the BM0_ textures, the engine find the BMB and the specular BMS textures.
In my game, i use dot 3 for actors and enviromental for brushes:
http://img170.imageshack.us/my.php?imag ... 000eq6.jpg
http://img148.imageshack.us/my.php?imag ... 005ci8.jpg
http://img136.imageshack.us/my.php?imag ... 001cy1.jpg
In my game, i use dot 3 for actors and enviromental for brushes:
http://img170.imageshack.us/my.php?imag ... 000eq6.jpg
http://img148.imageshack.us/my.php?imag ... 005ci8.jpg
http://img136.imageshack.us/my.php?imag ... 001cy1.jpg
Re: I can't get bumpmapping to work
Wow...nice screens. What kind of game is it?
Many Bothans died to bring you this signature....
- fps
- Posts: 504
- Joined: Mon Sep 26, 2005 9:54 pm
- Location: in a magical land devoid of hope, happiness, and sanity.
Re: I can't get bumpmapping to work
this game looks really good. and you really bumpmapped the living cr@p out of everything.
err. i think so anyways.
i a pretty sure bumpmapping is use to make 2 dimentions look like it has three. am I right?
could someone point me to a reliable artical. now you guys got me interested.
oh and also. how well do those high detail leves run on your computer?
err. i think so anyways.
i a pretty sure bumpmapping is use to make 2 dimentions look like it has three. am I right?
could someone point me to a reliable artical. now you guys got me interested.
oh and also. how well do those high detail leves run on your computer?
1 wrote:
for the internet is a cruel and dark place at times, and there's sex and blood everywhere.
2 wrote:
You say that like it's a bad thing.
1 wrote:
You are a bad thing.
for the internet is a cruel and dark place at times, and there's sex and blood everywhere.
2 wrote:
You say that like it's a bad thing.
1 wrote:
You are a bad thing.
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
Re: I can't get bumpmapping to work
WOW!!!!Zidane wrote:You must texturized your level with the BM0_ textures, the engine find the BMB and the specular BMS textures.
In my game, i use dot 3 for actors and enviromental for brushes:
http://img170.imageshack.us/my.php?imag ... 000eq6.jpg
http://img148.imageshack.us/my.php?imag ... 005ci8.jpg
http://img136.imageshack.us/my.php?imag ... 001cy1.jpg
how many polys is the char?
Herp derp.
Re: I can't get bumpmapping to work
Yes they are nice screens.
bm seems to be working in my level but not very well, not a lot of difference between a straight texture and a bumpmapped one. Nothing like they appear in the other programs, it just does nothing in the actors either dot3 or EMBM just displays the base texture. Is it the way I make the actor perhaps? Base texture in the .bdy and add the specular and normal map in the astudio when I build the .act file. All the textures are in the actor I can see them when I look at them in the skin replacer.
bm seems to be working in my level but not very well, not a lot of difference between a straight texture and a bumpmapped one. Nothing like they appear in the other programs, it just does nothing in the actors either dot3 or EMBM just displays the base texture. Is it the way I make the actor perhaps? Base texture in the .bdy and add the specular and normal map in the astudio when I build the .act file. All the textures are in the actor I can see them when I look at them in the skin replacer.
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
Re: I can't get bumpmapping to work
well the level bumpmap isnt really a real bumpmap, its just lighting i think. i believe nout is working on dot3 for the worldbernie wrote:Yes they are nice screens.
bm seems to be working in my level but not very well, not a lot of difference between a straight texture and a bumpmapped one. Nothing like they appear in the other programs, it just does nothing in the actors either dot3 or EMBM just displays the base texture. Is it the way I make the actor perhaps? Base texture in the .bdy and add the specular and normal map in the astudio when I build the .act file. All the textures are in the actor I can see them when I look at them in the skin replacer.
Herp derp.
Re: I can't get bumpmapping to work
Well... a bit more success. I managed to get bumpmapping in level, pawn and SEP but it doesn't work with Static Mesh at all at all. The problem was the naming of the textures in MS and Astudio. I thought it was just the graphics files that need the special naming but it appears everything has the be named that way. Now if I can just get Static meshes to work I can craic on with my new level.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: I can't get bumpmapping to work
Sorry, StaticMesh entities don't support bumpmapping ....
Re: I can't get bumpmapping to work
Thanks Daniel, I can just get on with it now then. I'll use Static mesh and clip brushes for collision and and SEP with no collision to skin the terrain.
Re: I can't get bumpmapping to work
You must use StaticEntityProxy for Normal Mapping.
The name of my game is SKULLCRACK -UNLEASH THE BEAST-, and its works with really dot3 and EMBM. I push the BNB textures in ExtraMaterial of th Actor Studio.
You can see more pictures of my game here:
http://img255.imageshack.us/my.php?imag ... ck2av3.jpg
http://img221.imageshack.us/my.php?imag ... 000rj3.jpg
http://img145.imageshack.us/my.php?image=jorloi4.jpg
http://img163.imageshack.us/my.php?imag ... 005tg4.jpg
http://img120.imageshack.us/my.php?imag ... 009fa7.jpg
http://img292.imageshack.us/my.php?imag ... 001ue7.jpg
http://img505.imageshack.us/my.php?imag ... 007ow6.jpg
http://img169.imageshack.us/my.php?imag ... 000na6.jpg
http://img507.imageshack.us/my.php?imag ... 004gq6.jpg
http://img403.imageshack.us/my.php?imag ... 000vu2.jpg
http://img403.imageshack.us/my.php?imag ... 013is7.jpg
Sorry for my bad english, im spanish
The name of my game is SKULLCRACK -UNLEASH THE BEAST-, and its works with really dot3 and EMBM. I push the BNB textures in ExtraMaterial of th Actor Studio.
You can see more pictures of my game here:
http://img255.imageshack.us/my.php?imag ... ck2av3.jpg
http://img221.imageshack.us/my.php?imag ... 000rj3.jpg
http://img145.imageshack.us/my.php?image=jorloi4.jpg
http://img163.imageshack.us/my.php?imag ... 005tg4.jpg
http://img120.imageshack.us/my.php?imag ... 009fa7.jpg
http://img292.imageshack.us/my.php?imag ... 001ue7.jpg
http://img505.imageshack.us/my.php?imag ... 007ow6.jpg
http://img169.imageshack.us/my.php?imag ... 000na6.jpg
http://img507.imageshack.us/my.php?imag ... 004gq6.jpg
http://img403.imageshack.us/my.php?imag ... 000vu2.jpg
http://img403.imageshack.us/my.php?imag ... 013is7.jpg
Sorry for my bad english, im spanish
Re: I can't get bumpmapping to work
Those are truly awsome screenshots Zidane, beautiful textures. Are you going to put up a demo for us?
BTW your English is perfect.
AND
WELCOME TO THE FORUM
Please excuse my bad manners, I should have welcomed you before.
BTW your English is perfect.
AND
WELCOME TO THE FORUM
Please excuse my bad manners, I should have welcomed you before.
Re: I can't get bumpmapping to work
Thanks for the welcome.
Yes, I certainly publishes a demo of the game.
I work in the game for 1 year ago, but I was done with Entidad3D. Since a month ago I am working with RF and im moving the game to Rf
Greetings
Yes, I certainly publishes a demo of the game.
I work in the game for 1 year ago, but I was done with Entidad3D. Since a month ago I am working with RF and im moving the game to Rf
Greetings