Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (AndrewAMD, TipmyPip), 12,672 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 3 1 2 3
Normal maps in med #329839
06/23/10 08:49
06/23/10 08:49
Joined: Jan 2010
Posts: 145
Doc_Savage Offline OP
Member
Doc_Savage  Offline OP
Member

Joined: Jan 2010
Posts: 145
i know how to make the normal maps, how do i apply them to my models in med? forgive me if this is the wrong place to post this, but i am using c-script and i didnt know if using normal maps required scripts at all.


Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Re: Normal maps in med [Re: Doc_Savage] #329878
06/23/10 14:06
06/23/10 14:06
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
all you have to do is go to manage skins, add new skin, select your normal map tga and thats it. when you show the model inwed, just make sure your material is the normalmap material and it will show. i use the nm.wdl to use normalmaps.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Normal maps in med [Re: Blink] #329933
06/24/10 02:19
06/24/10 02:19
Joined: Jan 2010
Posts: 145
Doc_Savage Offline OP
Member
Doc_Savage  Offline OP
Member

Joined: Jan 2010
Posts: 145
so, say i have a ring i want to be shiny in med, all i have to do is bring in the normal map like you said, and the normal map will show in wed and it will show the ring in game shiny? do i have to set the normal map to the object in med? is there any sort of order the material and normal map have to be in in manage skins or some sort of name the normal map needs? im sorry im learning as i go here. hehe.

Last edited by Doc_Savage; 06/24/10 02:26.

Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Re: Normal maps in med [Re: Doc_Savage] #329937
06/24/10 07:20
06/24/10 07:20
Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Pappenheimer Offline
Senior Expert
Pappenheimer  Offline
Senior Expert

Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
You have to apply a material like
fx_bump
mtl_bump
fx_specBump
mtl_specBump

Requires normal map on second skin.


You can read about it in the manual under "shaders" and "shaders library":
http://www.conitec.net/beta/amaterial2.htm

Quote:
*NM: Supports a normal map on the second or third skin, dependent on whether a lightmap is used.

Re: Normal maps in med [Re: Pappenheimer] #330059
06/25/10 13:32
06/25/10 13:32
Joined: Jan 2010
Posts: 145
Doc_Savage Offline OP
Member
Doc_Savage  Offline OP
Member

Joined: Jan 2010
Posts: 145
i cant help but notice it says "beta", is this stuff safely implimented in games? if it isnt thats ok, my kind of texture work already makes things look shiny, im just hoping to learn so i can do more than one type of texturing


Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Re: Normal maps in med [Re: Doc_Savage] #330063
06/25/10 14:01
06/25/10 14:01
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
what says beta?
the website name -> ignore this.

Re: Normal maps in med [Re: Rei_Ayanami] #330072
06/25/10 14:31
06/25/10 14:31
Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Pappenheimer Offline
Senior Expert
Pappenheimer  Offline
Senior Expert

Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
The link is from the current manual.
Click on this site "online manual", Ctrl+F, fil in "shader" und search for it.

Re: Normal maps in med [Re: Pappenheimer] #330158
06/26/10 00:04
06/26/10 00:04
Joined: Apr 2007
Posts: 125
Brazil - São Paulo
Ericmor Offline
Member
Ericmor  Offline
Member

Joined: Apr 2007
Posts: 125
Brazil - São Paulo
Add a second skin to the model (in MED), and add the material "normalmap.fx" on the SCRIPT, then apply it in WED on your model.
Course, FX materials can also be added completely by code, if your entity is being loaded by events or something.
The material supposedly WON'T show in th current version of MED (well, it doesn't show for me), but you can download SHADERVIEW from the resources:

http://server.conitec.net/down/shaderviewer.zip

... and load you model there to see if you correctly added the material.
Shaderview is simply a compiled game, with menus that show a doll in all suported shaders and filters of gamestudio, that you load and choose.
It also have a upper button that allows you to load your OWN model and check FX effects on it, so you can see if it's working right in your game.

Don't forget that C-lite and WDL intructions for .fx materials are different, and some bitmap formats might get non-working because of compression by some older programs.

Re: Normal maps in med [Re: Ericmor] #330255
06/26/10 13:36
06/26/10 13:36
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
i use NM.wdl, for all my normalmapping, it works fine. i make my normal maps with the normalmap generator. its pretty easy to use. you should give it a try. I use A6 commercial by the way.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Normal maps in med [Re: Blink] #330522
06/28/10 03:56
06/28/10 03:56
Joined: Jan 2010
Posts: 145
Doc_Savage Offline OP
Member
Doc_Savage  Offline OP
Member

Joined: Jan 2010
Posts: 145
wow all this help, ty guys, im touched! that shadertest program really opens my eyes. im just a bit confused on the steps needed to set it to the model:

1: is there any sort of order the materials need to be in in the manage skins window?

2: which one do i actually set to the model? if i set the normal map to the model what do i do with the other material?

3: is there any way i can do all this shading stuff without coding? and just applying in med? coding isnt my strong suit smirk

4: also this is kind of off topic, but where would i find the best resource for learning c-script? is the manual all? if so i can work with it.

im real sorry to bother you with these questions, but ive exausted all my resources short of long hours of trial & error on these questions. i really appreciate all the help ive gotten so far. this site is really wonderful. its been set as my home page and ill go here every day! as a matter of fact, ive just been able to get a tool that will let me create normal maps in photoshop, so if you guys need any normal maps made let me know ill do em for free for ya cause you helped me so much! grin

::EDIT:: i think i did it! well kind of, what do you think??


Last edited by Doc_Savage; 06/28/10 04:20.

Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Page 1 of 3 1 2 3

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1