Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH Maps, Mods & Skins
Reload this Page Help me
MoH Maps, Mods & Skins Discuss custom maps, skins and mods here.

Closed Thread
 
Thread Tools Display Modes
Help me
Old
  (#1)
Fireal is Offline
Senior Member
 
Posts: 6,541
Join Date: Feb 2003
  Send a message via MSN to Fireal  
Default Help me - 02-02-2004, 06:04 PM

I decided to try to make a skin, and when i go in game, i can select the skin. But it is invisible.

My shader looks like this:

[code:7e515]DUDETUNIC
{
qer_editorimage textures/models/human/DUDETUNIC.tga
{
map textures/models/human/DUDETUNIC.tga
rgbGen lightingSpherical
}
}
DUDETUNIC_cull
{
qer_editorimage textures/models/human/DUDETUNIC.tga
cull none
{
map textures/models/human/DUDETUNIC.tga
rgbGen lightingSpherical
}
}
DUDEPANTS
{
qer_editorimage textures/models/human/DUDEPANTS.tga
{
map textures/models/human/DUDEPANTS.tga
rgbGen lightingSpherical
}
}
DUDEPANTS_cull
{
qer_editorimage textures/models/human/DUDEPANTS.tga
cull none
{
map textures/models/human/DUDEPANTS.tga
rgbGen lightingSpherical
}
}
DUDEHAT
{
qer_editorimage textures/models/human/DUDEHAT.tga
{
map textures/models/human/DUDEHAT.tga
rgbGen lightingSpherical
}
}
DUDEHAT_cull
{
qer_editorimage textures/models/human/DUDEHAT.tga
cull none
{
map textures/models/human/DUDEHAT.tga
rgbGen lightingSpherical
}
}
DUDEFACE
{
qer_editorimage textures/models/human/DUDEFACE.tga
{
map textures/models/human/DUDEFACE.tga
rgbGen lightingSpherical
}
}
DUDEFACE_cull
{
qer_editorimage textures/models/human/DUDEFACE.tga
cull none
{
map textures/models/human/DUDEFACE.tga
rgbGen lightingSpherical
}
}
[/code:7e515]

Can you find the problem?
  
Old
  (#2)
elitecloud is Offline
Senior Member
 
Posts: 1,495
Join Date: May 2003
Location: here
   
Default 02-02-2004, 06:19 PM

you can't put a sig in game happy:
  
Old
  (#3)
Fireal is Offline
Senior Member
 
Posts: 6,541
Join Date: Feb 2003
  Send a message via MSN to Fireal  
Default 02-02-2004, 06:23 PM

Oh shit, lol
Its meant to be SKIN, lemme edit it
  
Re: Help me
Old
  (#4)
General Cobra is Offline
Corporal
 
General Cobra's Avatar
 
Posts: 777
Join Date: Dec 2003
Location: staring at a laptop
   
Default Re: Help me - 02-02-2004, 07:27 PM

Wht are u capitalizing?


  
Old
  (#5)
newt. is Offline
2nd Lieutenant
 
newt.'s Avatar
 
Posts: 3,025
Join Date: Mar 2002
   
Default 02-02-2004, 07:34 PM

1 its not shader.
2 post .tik
3 should've ask meh lol so many boons in mms
  
Old
  (#6)
General Cobra is Offline
Corporal
 
General Cobra's Avatar
 
Posts: 777
Join Date: Dec 2003
Location: staring at a laptop
   
Default 02-02-2004, 07:35 PM

[quote="newt.":8d2a2]1 its not shader.
2 post .tik
3 should've ask meh lol so many boons in mms[/quote:8d2a2]

I noticed that 2 but from his last post I thought he was just mistaken.


  
Old
  (#7)
Fireal is Offline
Senior Member
 
Posts: 6,541
Join Date: Feb 2003
  Send a message via MSN to Fireal  
Default 02-02-2004, 07:54 PM

I was using Guarns Shader/tik generator. Tik part wasnt working

[code:8bec4]{
path models/human/Axis_officer // This is the path to set model from...
skelmodel airborne.skd // This is the actual model...

surface shirt shader DUDETUNIC /
surface pants shader DUDEPANTS /
surface shirt_cull shader DUDETUNIC_cull /

// $include models/human/heads/us_young_heads.tik
path models/human/heads
skelmodel head1.skd
surface head shader DUDEFACE /

path models/human/hands
skelmodel hand.skd
surface hand shader handsnew
} [/code:8bec4]
  
Old
  (#8)
newt. is Offline
2nd Lieutenant
 
newt.'s Avatar
 
Posts: 3,025
Join Date: Mar 2002
   
Default 02-02-2004, 07:59 PM

[quote="Animal Mother":b3df5]I was using Guarns Shader/tik generator. Tik part wasnt working

[code:b3df5]{
path models/human/Axis_officer // This is the path to set model from...
skelmodel airborne.skd // This is the actual model...

surface shirt shader DUDETUNIC /
surface pants shader DUDEPANTS /
surface shirt_cull shader DUDETUNIC_cull /

// $include models/human/heads/us_young_heads.tik
path models/human/heads
skelmodel head1.skd
surface head shader DUDEFACE /

path models/human/hands
skelmodel hand.skd
surface hand shader handsnew
} [/code:b3df5][/quote:b3df5]


path to the airborne.skd is wrong...u have it as axis offcier


and whats the name of the .tik?
has to be allied_ or german_
  
Old
  (#9)
Fireal is Offline
Senior Member
 
Posts: 6,541
Join Date: Feb 2003
  Send a message via MSN to Fireal  
Default 02-02-2004, 08:06 PM

I have it saved as

axis_DUDE

Is this right?

Tik:

[code:5803b]{
path models/human/airborne.skd//
skelmodel airborne.skd /

surface shirt shader DUDETUNIC /
surface pants shader DUDEPANTS /
surface shirt_cull shader DUDETUNIC_cull /

// $include models/human/heads/us_young_heads.tik
path models/human/heads
skelmodel head1.skd
surface head shader DUDEFACE /

path models/human/hands
skelmodel hand.skd
surface hand shader handsnew
} [/code:5803b]
  
Old
  (#10)
HeadUp is Offline
Senior Member
 
Posts: 3,839
Join Date: Jun 2002
Location: UNIVERSITY OF PITTSBURGH
  Send a message via AIM to HeadUp Send a message via MSN to HeadUp Send a message via Yahoo to HeadUp  
Default 02-02-2004, 08:40 PM

no. annoy:

TIKI
setup
{
path models/human/allied_airborne // Set path to set skelmodel from
skelmodel airborne.skd // Set body model

and youll need to add

surface shirt shader DUDETUNIC
surface pants shader DUDEPANTS
surface shirt_cull shader DUDETUNIC_cull
surface sleeve shader DUDETUNIC_cull <--- THIS LINE

You should also have a space below each shader command


I don think you need a _cull shader for anything but the shirt_cull...


good luck


ps- Who's tut are you using
  
Old
  (#11)
Fireal is Offline
Senior Member
 
Posts: 6,541
Join Date: Feb 2003
  Send a message via MSN to Fireal  
Default 02-02-2004, 08:49 PM

Guarns. Yours was too confusing
  
Old
  (#12)
newt. is Offline
2nd Lieutenant
 
newt.'s Avatar
 
Posts: 3,025
Join Date: Mar 2002
   
Default 02-02-2004, 08:50 PM

guarnere's

I never read any tuts.......self taught skinning
  
Old
  (#13)
ErichHartmann is Offline
Corporal
 
Posts: 673
Join Date: Oct 2003
Location: Miami, Fl
  Send a message via AIM to ErichHartmann  
Default 02-02-2004, 08:51 PM

[quote="newt.":3af05]guarnere's

I never read any tuts.......self taught skinning[/quote:3af05]
Right on.
  
Old
  (#14)
Proteus is Offline
Lieutenant Colonel
 
Proteus's Avatar
 
Posts: 7,162
Join Date: Dec 2002
Location: Plymouth, MA
  Send a message via AIM to Proteus Send a message via MSN to Proteus  
Default 02-02-2004, 11:27 PM

AM, give it up. You suck and I'm sure your skin sucks.
  
Old
  (#15)
HeadUp is Offline
Senior Member
 
Posts: 3,839
Join Date: Jun 2002
Location: UNIVERSITY OF PITTSBURGH
  Send a message via AIM to HeadUp Send a message via MSN to HeadUp Send a message via Yahoo to HeadUp  
Default 02-02-2004, 11:35 PM

[quote="Animal Mother":107d0]Guarns. Yours was too confusing[/quote:107d0]

hmm, but at least 5-6 complete n00bs got it, almost no problem since i put it out last week...

Quote:
Originally Posted by Proteus
AM, give it up. You suck and I'm sure your skin sucks.
[quote="Animal Mother":107d0]I could do better than that. And i suck rolleyes: [/quote:107d0]
  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.