Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH Maps, Mods & Skins
Reload this Page g3|.ir!$h|Shot.|Rct guide on how to make a player skin!!!!
MoH Maps, Mods & Skins Discuss custom maps, skins and mods here.

Reply
 
Thread Tools Display Modes
g3|.ir!$h|Shot.|Rct guide on how to make a player skin!!!!
Old
  (#1)
^=ir!$h|Shot=^ is Offline
Senior Member
 
Posts: 534
Join Date: Sep 2003
Location: New York
 Send a message via ICQ to ^=ir!$h|Shot=^ Send a message via AIM to ^=ir!$h|Shot=^ Send a message via MSN to ^=ir!$h|Shot=^  
Default g3|.ir!$h|Shot.|Rct guide on how to make a player skin!!!! - 01-15-2004, 04:27 PM

ok i think this is a pretty easy tut for people to follow



so you want to learn how to make a player skin??? just follow these steps it might look hard but its not.... i suck at the desings but i no how to make them.

1)you have to get pakscape, or have winzip (pakscape..i like it better)
2).you have to have photoshop or paintshop pro or something like that.
3)Now you are ready
-----------------------------------------------------------------------
ok one rule were ever it says irish you want to put the name of your files..........

1.ok open pakscape or winzip and go to your mohaa/main... ok you there? then go to pak0 good job!

2.ok go to models once u clicked that go to player...your doing good so far.........

3.ok do you see the allied_pilot.tik and the allied_pilot_fps.tik.....if you do not go back to step 1

4.highlight them both and drag them to your desktop......... ok now on your desktop make a folder called models and inside that folder make another folder called player and in there put the allied_pilot.tik and the other file......... ok your doing good........

5. ok now go back to your desktop and then go to pakscapeand go to open and go back to pak0 in your mohaa/main...... not hard eh???

6.ok now go to scripts count down about 5 or so files and you will allies_pilot.shader drag that to your desktop...great job

7. ok now make another folder ontop of your desktop called scripts in there put allies_pilot.shader ok almost up to the fun part

8.ok now go to back to pakscape or winzip and go to open then go to mohaa/main then go to pak2

9.ok go to textures then go to models then go to human then go to usmaps then go to pilot in there u see the pilot_top.tga the pilot_pants and the pilot_hat.tga ok yours might not be tga...... any way drag them out to your desktop....lol you no wat to do hahahahh make a folder called textures then in there make one called models then in there human then in there usmaps then in there pilot.....

10. THE FUN PART...hehehe go to adobe photoshop or paintshop pro or wat ever u use! and open the pillot_top and the other files edit them how ever you want dont make them brrriiighht because some server might catch them and say hacks cuz u have bright skins......any way yea once your done save them but save them like this..... mine are irish_shirt and irish_pants and irish_hat make sure its tga if your file wasnt tga to begin with just save it as wat ever it was.....o yea save them in that folder with the others ones...delet the other ones that say pilot_top the pants and the hat u just want yours in there! great job hope u didnt mess up so far.. if not start overr that yea that sucks!........

11. ok now the file changing part.............. ok go to the folder on your destop go to scripts and you will see allied_pilot.shader yea open that up it should look like this


pilot_top
{
qer_editorimage textures/models/human/usmaps/pilot/pilot_top.tga
{
map textures/models/human/usmaps/pilot/pilot_top.tga
rgbGen lightingSpherical
}
}

pilot_pants
{
qer_editorimage textures/models/human/usmaps/pilot/pilot_pants.tga
{
map textures/models/human/usmaps/pilot/pilot_pants.tga
rgbGen lightingSpherical
}
}
cull_pilot_pants
{
qer_editorimage textures/models/human/usmaps/pilot/pilot_pants.tga
cull none
{
map textures/models/human/usmaps/pilot/pilot_pants.tga
rgbGen lightingSpherical
}
}
pilot_hat
{
qer_editorimage textures/models/human/usmaps/pilot/pilot_hat.tga
{
map textures/models/human/usmaps/pilot/pilot_hat.tga
rgbGen lightingSpherical
}
}









12. OK THIS ONE IS MINE THE ONE BELOW EVERY THING THAT SAYS IRISH PUT IT WAT EVERY U SAVE UR ART WORK ASLIKE irish_pants and that crap...









irish_shirt
{
qer_editorimage textures/models/human/usmaps/pilot/irish_shirt.tga
{
map textures/models/human/usmaps/pilot/irish_shirt.tga
rgbGen lightingSpherical
}
}

irish_pants
{
qer_editorimage textures/models/human/usmaps/pilot/irish_pants.tga
{
map textures/models/human/usmaps/pilot/irish_pants.tga
rgbGen lightingSpherical
}
}
cull_pilot_pants
{
qer_editorimage textures/models/human/usmaps/pilot/irish_pants.tga
cull none
{
map textures/models/human/usmaps/pilot/irish_pants.tga
rgbGen lightingSpherical
}
}
irish_hat

qer_editorimage textures/models/human/usmaps/pilot/irish_hat.tga
{
map textures/models/human/usmaps/pilot/irish_hat.tga
rgbGen lightingSpherical
}
}





13. ok you got that??????? DO NOT MESS WITH THE CULL PILOT PANTS!!!!!

14. ok now save it as allied_irish OR axis_irish allied for allies and axis for axis chooos wat side you want your skin on!

15.ok now put that back in the scripts folder and delet the other one u got in there allied_pilot.shader.. lol your almost done!

16. ok now go to the other folder models and in there go to player and you see the 2!!! your saying only 2 more but i got good news you only got 1 more!!!!!!!!

17.take the allied_pilot_fps.tik and name it this is mine allied_irish_fps.tik YES THIS IS RIGHT U DONT TOUCH THAT FILE!

18.ok now open up ther other one the allied_pilot.tik and it should look like this!

TIKI
setup
{
path models/human/allied_pilot
skelmodel allied_pilot.skd

surface pants shader pilot_pants
surface coat shader pilot_top
surface cullpants shader cull_pilot_pants

// $include models/human/heads/us_old_heads.tik
path models/human/heads
skelmodel head1.skd
surface head shader us_j

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


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


init
{
client
{
// Cache sounds here
}
server
{
voicetype pilot // 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







19. OK NOW YOURS SHOULD LOOK LIKE THE ONE BELOW





TIKI
setup
{
path models/human/allied_pilot
skelmodel allied_pilot.skd

surface pants shader irish_pants
surface coat shader irish_shirt
surface cullpants shader cull_pilot_pants

// $include models/human/heads/us_old_heads.tik
path models/human/heads
skelmodel head1.skd
surface head shader us_j

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


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


init
{
client
{
// Cache sounds here
}
server
{
voicetype manon // 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





20. ok if your a little smarter and you want you model to have a different voice then it should u fix ur tik like this look at the very bottom of mine!.......notice how it says

voicetype manon// set the voicetype to use for multiplayer instant messaging it says u can put any name like from allies like pilot it would haev the pilot voce american_army it would have his voice get it???? if not DO NOT DO IT! lol thats only to change its voice

21.ok now save this mine is allied_irish.shader great job 1 more step and your done

22.ok if pakscape is running x it out! and then bring it back up so it is empty ok?? ok now click the new peice of paper yea...now see how it is divided into 2 sides.....lol if you dont your blind! ok any way take the models folder and drag it to the right side....ok then under that drag the scripts folder.....under that drag the textures folder yup ok now go to file saveas then put ur name mine is irish so i would make the file name user-irish.pk3 and MAKE SURE THE FILE TYPE IS PK3 ok??? THATS IT YOUR DONE now put it into your mohaa main and go to the game and then look at it! u can wear it lol if its like grey and not right u messed up on the files!!!!!!

-g3|.ir!$h|Shot.|Rct. aka ^=ir!$h|Shot=^ if you need help my s/n is

moh irish shot















if u want like a note pad version or something i.m ne
  
Reply With Quote
Old
  (#2)
guarnere is Offline
1st Lieutenant
 
Posts: 4,535
Join Date: Jan 2002
Location: new york
  Send a message via AIM to guarnere Send a message via MSN to guarnere  
Default 01-15-2004, 04:28 PM

LOL
  
Reply With Quote
Old
  (#3)
^=ir!$h|Shot=^ is Offline
Senior Member
 
Posts: 534
Join Date: Sep 2003
Location: New York
 Send a message via ICQ to ^=ir!$h|Shot=^ Send a message via AIM to ^=ir!$h|Shot=^ Send a message via MSN to ^=ir!$h|Shot=^  
Default 01-15-2004, 04:35 PM

hey i m just try to help people i no there is also another tuturial but this one might be easier
  
Reply With Quote
Old
  (#4)
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 01-15-2004, 05:15 PM

Just no.
  
Reply With Quote
Old
  (#5)
.LeperMessiah. is Offline
Member
 
Posts: 33
Join Date: Jan 2004
   
Default 01-15-2004, 09:21 PM

noyce now i can make my arnold schwarche-nigger skin!
  
Reply With Quote
Old
  (#6)
newt. is Offline
2nd Lieutenant
 
newt.'s Avatar
 
Posts: 3,025
Join Date: Mar 2002
   
Default 01-15-2004, 09:37 PM

[img]http://www.daplayazclub.com/uploads/dienoobs1322142wre.gif[/img]
  
Reply With Quote
Old
  (#7)
Dragonwraith is Offline
Senior Member
 
Posts: 1,609
Join Date: Mar 2003
Location: I'm a MASShole
   
Default 01-15-2004, 09:37 PM

[quote=".LeperMessiah.":58333]noyce now i can make my arnold schwarche-nigger skin![/quote:58333]

eek:
  
Reply With Quote
Old
  (#8)
^=ir!$h|Shot=^ is Offline
Senior Member
 
Posts: 534
Join Date: Sep 2003
Location: New York
 Send a message via ICQ to ^=ir!$h|Shot=^ Send a message via AIM to ^=ir!$h|Shot=^ Send a message via MSN to ^=ir!$h|Shot=^  
Default 01-15-2004, 10:39 PM

lol leper
  
Reply With Quote
Old
  (#9)
Guest
 
Posts: n/a
   
Default 01-16-2004, 02:18 PM

there are alot of making player skins tuts. dont waste your time and make a new one that is almost identical to someone elses.
  
Reply With Quote
Old
  (#10)
Kemikalie is Offline
Senior Member
 
Posts: 727
Join Date: Apr 2003
Location: Sweden
  Send a message via MSN to Kemikalie  
Default 01-16-2004, 02:39 PM

nice of you irish, really, but this forum already had 2 before you made yours.
  
Reply With Quote
Old
  (#11)
^=ir!$h|Shot=^ is Offline
Senior Member
 
Posts: 534
Join Date: Sep 2003
Location: New York
 Send a message via ICQ to ^=ir!$h|Shot=^ Send a message via AIM to ^=ir!$h|Shot=^ Send a message via MSN to ^=ir!$h|Shot=^  
Default 01-16-2004, 07:58 PM

o i only saw one yea but it was confusing so i tried ot make a easier one...... just trying to help people
  
Reply With Quote
Old
  (#12)
Merlin122 is Offline
1st Lieutenant
 
Posts: 4,860
Join Date: Aug 2003
Location: The Greater Philidelphia Area
  Send a message via AIM to Merlin122 Send a message via MSN to Merlin122 Send a message via Yahoo to Merlin122  
Default 01-16-2004, 08:35 PM

... it was a hell of a lot easier for me.
  
Reply With Quote
Old
  (#13)
[RSoBB]-ShotGunKenta is Offline
Member
 
Posts: 79
Join Date: Jan 2004
Location: Stockholm
  Send a message via MSN to [RSoBB]-ShotGunKenta  
Default 01-17-2004, 09:53 AM

irish u rock!! thnx man! no other tut made me success but i made my first skin with urs!! u rooooooock!!!
  
Reply With Quote
Old
  (#14)
^=ir!$h|Shot=^ is Offline
Senior Member
 
Posts: 534
Join Date: Sep 2003
Location: New York
 Send a message via ICQ to ^=ir!$h|Shot=^ Send a message via AIM to ^=ir!$h|Shot=^ Send a message via MSN to ^=ir!$h|Shot=^  
Default 01-17-2004, 04:45 PM

no problem was it easy for you?
  
Reply With Quote
Old
  (#15)
[RSoBB]-ShotGunKenta is Offline
Member
 
Posts: 79
Join Date: Jan 2004
Location: Stockholm
  Send a message via MSN to [RSoBB]-ShotGunKenta  
Default 01-17-2004, 04:49 PM

yeah! dam easy and im a n00b rolleyes:
  
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.