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

Reply
 
Thread Tools Display Modes
Pissing me off...
Old
  (#1)
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 Pissing me off... - 10-13-2003, 06:44 PM

Okay, guys, why is he a giant? I cant figure it out.

TIK

[code:e5001]
TIKI
setup
{
path models/human/german_afrika_private
skelmodel daksoldier.skd

surface pants shader dak_bwpants
surface tunic shader dak_bwcoat
surface c_tunic shader c_dak_bwcoat


path models/human/heads/us_old_heads.tik
skelmodel head1.skd
surface head shader srg


path models/human/hands
skelmodel hand.skd
surface hand shader handsnew

path models/gear/g_headgear

skelmodel hat.skd
surface hat shader dak_bwhat



}


//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout


init
{
client
{
// Cache sounds here
}
server
{
voicetype axis3 // set the voicetype to use for multiplayer instant messaging
}
}


//
// include the base player model definition
//
$include models/player/base/include.txt

// need to indicate the end of the tiki file because we have a tiki command at the end
//end
[/code:e5001]

SHADER

[code:e5001]

dak_bwcoat
{
qer_editorimage textures/dak_bwcoat.tga
{
map textures/dak_bwcoat.tga
rgbGen lightingSpherical
}
}
c_dak_bwcoat
{
qer_editorimage textures/dak_bwcoat.tga
cull none
{
map textures/dak_bwcoat.tga
rgbGen lightingSpherical
}
}

dak_bwpants
{
qer_editorimage textures/dak_bwpants.tga
{
map textures/dak_bwpants.tga
rgbGen lightingSpherical
}
}

dak_bwhat
{
qer_editorimage textures/dak_bwhat.tga
{
map textures/dak_bwhat.tga
rgbGen lightingSpherical
}
}
[/code:e5001]
  
Reply With Quote
Old
  (#2)
newt. is Offline
2nd Lieutenant
 
newt.'s Avatar
 
Posts: 3,025
Join Date: Mar 2002
   
Default 10-13-2003, 06:48 PM

prolly two of same named .tik's in main.
  
Reply With Quote
Re: Pissing me off...
Old
  (#3)
Chocolate Starfish is Offline
Member
 
Posts: 81
Join Date: Jan 2003
   
Default Re: Pissing me off... - 10-13-2003, 06:51 PM

Quote:
Originally Posted by Polizei
Okay, guys, why is he a giant? I cant figure it out.

TIK

[code:b882f]
TIKI
setup
{
path models/human/german_afrika_private
skelmodel daksoldier.skd

surface pants shader dak_bwpants
surface tunic shader dak_bwcoat
surface c_tunic shader c_dak_bwcoat


path models/human/heads/us_old_heads.tik
skelmodel head1.skd
surface head shader srg


path models/human/hands
skelmodel hand.skd
surface hand shader handsnew

path models/gear/g_headgear

skelmodel hat.skd
surface hat shader dak_bwhat



}


//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout


init
{
client
{
// Cache sounds here
}
server
{
voicetype axis3 // set the voicetype to use for multiplayer instant messaging
}
}


//
// include the base player model definition
//
$include models/player/base/include.txt

// need to indicate the end of the tiki file because we have a tiki command at the end
//end
[/code:b882f]

SHADER

[code:b882f]

dak_bwcoat
{
qer_editorimage textures/dak_bwcoat.tga
{
map textures/dak_bwcoat.tga
rgbGen lightingSpherical
}
}
c_dak_bwcoat
{
qer_editorimage textures/dak_bwcoat.tga
cull none
{
map textures/dak_bwcoat.tga
rgbGen lightingSpherical
}
}

dak_bwpants
{
qer_editorimage textures/dak_bwpants.tga
{
map textures/dak_bwpants.tga
rgbGen lightingSpherical
}
}

dak_bwhat
{
qer_editorimage textures/dak_bwhat.tga
{
map textures/dak_bwhat.tga
rgbGen lightingSpherical
}
}
[/code:b882f]
err umm to much reading lol
  
Reply With Quote
Old
  (#4)
Gonzo is Offline
2nd Lieutenant
 
Gonzo's Avatar
 
Posts: 3,596
Join Date: Feb 2003
Location: Plymouth, Massachusetts
  Send a message via AIM to Gonzo Send a message via MSN to Gonzo  
Default 10-13-2003, 08:38 PM

for one thing in the tik you have to put you guys head here

path models/human/heads/us_old_heads.tik
skelmodel head1.skd
surface head shader srg
  
Reply With Quote
Old
  (#5)
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 10-13-2003, 08:43 PM

that's what I had.
  
Reply With Quote
Old
  (#6)
MPowell1944 is Offline
Senior Member
 
Posts: 2,509
Join Date: Jan 2002
Location: Woodstock, GA
 Send a message via ICQ to MPowell1944 Send a message via AIM to MPowell1944 Send a message via MSN to MPowell1944  
Default 10-13-2003, 09:55 PM

Send me the files of what you have so far. I can have a look. [email:99093]MPowell1944@hotmail.com[/email:99093]
  
Reply With Quote
Old
  (#7)
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 10-13-2003, 10:16 PM

Neah, fuck it I just started over. It was fubared.

Thanks anyways, man.
  
Reply With Quote
Old
  (#8)
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 10-13-2003, 11:08 PM

hope it works out
great to have you on board bro
  
Reply With Quote
Old
  (#9)
nsscorpion is Offline
Senior Member
 
Posts: 183
Join Date: May 2003
   
Default 10-17-2003, 09:58 AM

Give this a whirl bud add at the top of your tik scale 0.52
for example
TIKI
setup
{
scale 0.52

Thats how i fix it let me know wht happens
scorp
  
Reply With Quote
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 10-17-2003, 10:22 AM

i come across that problem when i have a model or something in my tik that cannot be found, or does not have a .skc or something (at least i think that is what the problem is)
i dont think it has anything to do with your shader
  
Reply With Quote
Old
  (#11)
nsscorpion is Offline
Senior Member
 
Posts: 183
Join Date: May 2003
   
Default 10-17-2003, 12:05 PM

Do the scale 0.52 its that trust me lol (well i think so it always fixed my giant aa skin probs lol)

Seriously give it a go.

scorp
  
Reply With Quote
Reply



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.