Jump to content

Need help with applying custom textures to already existing models.


Recommended Posts

Posted

Please I'm still in the learning process and i really cant find a good and detailed tutorial for cs:go.If any of you could help me out with all the steps and walk me trough them.All of the existing tutorials are either for older games and when I try them I cant figure out how to do it for csgo or the tutorial is really bad and skips important steps.Ty really much in advance.

Posted
You will need to decompile the model and modifty some stuff
 
here's how I would do it:
 
and GCFscape to extract the model from the game. http://nemesis.thewavelength.net/?p=26
 
2. open up GCFscape and load pak01_dir.vpk, which is located somewhere around here "C:Program Files (x86)SteamsteamappscommonCounter-Strike Global Offensivecsgo"
 
3. Now find your desired model, I went ahead and exported aztec_block.mdl. Export all the stuff associated with it.
 
gcf.jpg
 
4. now open up crowbar and load your extracted *.mdl file and hit the decompile button
 
crowbar1.jpg
 
5. now go to the "decompiled 0.24" folder, and open the 2 highlighted files
 
files.jpg
 
6. in the aztec_block.qc change the model's name and path to whatever you want, I've changed mine from 
 
$modelname "props/de_aztec/aztec_block.mdl"
to
$modelname "test/hurg.mdl"
and save it.
 
7. now in aztec_block_reference.smd, notice this line "modelspropsde_aztecaztec_block" it's the path to your material, so let's replace those lines(any more decent text editor should be able do to that, I'm using notepad++)
 
I've replaced the lines to "modelstesthurg" and then I saved it.
 
smd.jpg
 
8. go back to crowbar and switch to the "compile" tab, select csgo as a game to compile for, load your *.qc file and finally press the "Compile QC File" button.
 
crowbar2.jpg
 
9. Now you should be able to open and see your model in the model viewer, and as you can see it's pitch black since we haven't created the material yet, so let's do that next.
 
hmw1.jpg
 
10. I'm assuming you know how to create *.vtf and *.vmt files. I've put my texture and material here C:Program Files (x86)SteamsteamappscommonCounter-Strike Global Offensivecsgomaterialsmodelstest and BOOM 
 
hmw2.jpg
 
it works!
Posted

 

You will need to decompile the model and modifty some stuff
 
here's how I would do it:
 
and GCFscape to extract the model from the game. http://nemesis.thewavelength.net/?p=26
 
2. open up GCFscape and load pak01_dir.vpk, which is located somewhere around here "C:Program Files (x86)SteamsteamappscommonCounter-Strike Global Offensivecsgo"
 
3. Now find your desired model, I went ahead and exported aztec_block.mdl. Export all the stuff associated with it.
 
gcf.jpg
 
4. now open up crowbar and load your extracted *.mdl file and hit the decompile button
 
crowbar1.jpg
 
5. now go to the "decompiled 0.24" folder, and open the 2 highlighted files
 
files.jpg
 
6. in the aztec_block.qc change the model's name and path to whatever you want, I've changed mine from 
 
$modelname "props/de_aztec/aztec_block.mdl"
to
$modelname "test/hurg.mdl"
and save it.
 
7. now in aztec_block_reference.smd, notice this line "modelspropsde_aztecaztec_block" it's the path to your material, so let's replace those lines(any more decent text editor should be able do to that, I'm using notepad++)
 
I've replaced the lines to "modelstesthurg" and then I saved it.
 
smd.jpg
 
8. go back to crowbar and switch to the "compile" tab, select csgo as a game to compile for, load your *.qc file and finally press the "Compile QC File" button.
 
crowbar2.jpg
 
9. Now you should be able to open and see your model in the model viewer, and as you can see it's pitch black since we haven't created the material yet, so let's do that next.
 
hmw1.jpg
 
10. I'm assuming you know how to create *.vtf and *.vmt files. I've put my texture and material here C:Program Files (x86)SteamsteamappscommonCounter-Strike Global Offensivecsgomaterialsmodelstest and BOOM 
 
hmw2.jpg
 
it works!

 

One more question,when I use these edited textures am I gonna have to pack them into the bsp somehow ? Any THANK YOU REALLY MUCH, I would give you a skin but lost everything on csgolounge lol.

Posted

Now I have the ridiculous image in my head about ancient aztecs worshiping a cube with an image of hurg in it.

 

"HEAR US MIGHTY GOD OF HURG! TAKE OUR SACRIFICE AND MAKE OUR CROPS PROSPER!"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...