IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules 

Design Your Own Mission

  Closed TopicStart new topicStart Poll

 How to edit CJ Clothes for your DYOM mission

 Tutorial
 
Fable11  
Posted: Friday, Mar 23 2012, 18:42
Quote Post


Square Civilian
Group Icon
Group: Members
Joined: Jun 16, 2009

mw.gif

XXXXX



Hi there

This is my first post here , so i hope that this tutorial will be clear colgate.gif

So , people that are making DYOM missions must have known a common problem , and that is the CJ voice that comes out when using a different model , and some people wishing a clothing function for CJ in DYOM , so here is a little CLEO script that you can put it along your mission to give your hero a unique style :




CODE

thread 'CLOTHES'
:CLOTHES_2
wait 0
if
  Player.Defined($PLAYER_CHAR)
else_jump @CLOTHES_2
Player.SetClothes($PLAYER_CHAR, "WORKTRGREY", "WORKTR", Legs)
Player.SetClothes($PLAYER_CHAR, "AFROTASH", "AFRO", Head)
Player.SetClothes($PLAYER_CHAR, "SNEAKERBINCBLK", "SNEAKER", Shoes)
Player.SetClothes($PLAYER_CHAR, "HAWAIIWHT", "HAWAII", Torso)
Player.SetClothes($PLAYER_CHAR, "NECKSILVER", "NECK2", 13)
Player.Build($PLAYER_CHAR)
0793: save_player_clothes
wait 1E38
 




user posted image





Here is another example , CJ the gentleman:

CODE

thread 'CLOTHES'
:CLOTHES_2
wait 0
if
  Player.Defined($PLAYER_CHAR)
else_jump @CLOTHES_2
Player.SetClothes($PLAYER_CHAR, "suit1trblk2", "suit1tr", Legs)
Player.SetClothes($PLAYER_CHAR, "BALD", "HEAD", Head)
Player.SetClothes($PLAYER_CHAR, "shoedressbrn", "shoe", Shoes)
Player.SetClothes($PLAYER_CHAR, "tuxedo", "suit2", Torso)
Player.Build($PLAYER_CHAR)
0793: save_player_clothes
wait 1E38
 



user posted image



Download link for the two examples :

CLICK HERE

This post has been edited by Fable11 on Saturday, Mar 31 2012, 11:26
PM
  Top
 

 
Agent Robinson  
Posted: Friday, Mar 23 2012, 23:40
Quote Post


CEO of Cerberus
Group Icon
Group: Members
Joined: Sep 21, 2010

uk.gif

XXXXX



So when making the mission and posting it on a site, will that person need this cleo mod or will it be in the mission code file?
Users WebsitePMXbox Live
  Top
 

 
Fable11  
Posted: Saturday, Mar 24 2012, 00:00
Quote Post


Square Civilian
Group Icon
Group: Members
Joined: Jun 16, 2009

mw.gif

XXXXX



QUOTE (Agent Robinson @ Friday, Mar 23 2012, 23:40)
So when making the mission and posting it on a site, will that person need this cleo mod or will it be in the mission code file?

You need to put the file along with ur mission , the player has to put the .cs file into his Cleo folder so that he can see ur player's skin , since it is just an add-on , the player can delete the skin when finished playing the mission.
PM
  Top
 

 
KaRzY6  
Posted: Saturday, Mar 24 2012, 23:55
Quote Post


♧ Sick Kunt ♤
Group Icon
Group: Members
Joined: Oct 24, 2011

au.gif

XXXXX



This is nice. Good work man. smile.gif
Users WebsitePMXbox Live
  Top
 

 
AnDReJ98  
Posted: Sunday, Mar 25 2012, 15:31
Quote Post


Designer™
Group Icon
Group: Members
Joined: Oct 18, 2011

sr.gif

XXXXX



Nice work! icon14.gif Now,could you start making missions please! I love when see new DYOM-er!
Users WebsitePM
  Top
 

 
Fable11  
Posted: Sunday, Mar 25 2012, 19:06
Quote Post


Square Civilian
Group Icon
Group: Members
Joined: Jun 16, 2009

mw.gif

XXXXX



Thank you guys for you replies , yes i shall begin making some DYOM missions soon , but now i will post another tutorial of how to make some cool moving cutscenes !
P.S : DYOM never gets old
PM
  Top
 

 
Doublepulse  
Posted: Sunday, Mar 25 2012, 19:44
Quote Post


I will turn your life upside down!
Group Icon
Group: Members
Joined: Feb 7, 2010

us.gif

XXXXX



Nice job Fable11!

Can't wait to see your next tutorial.

What is cool is since we have the script, if we know little about SCM coding or at least are familiar with the clothes IDs and the file names, we can edit that part and put any clothes we want to use.
PMPlayStation Network
  Top
 

 
abishai.kochara  
Posted: Sunday, Apr 8 2012, 09:03
Quote Post


Homeboy
Group Icon
Group: BUSTED!
Joined: Oct 20, 2011

ia.gif

XXXXX



Great job!
PMMSN
  Top
 

 
Dr. John13  
Posted: Sunday, Apr 8 2012, 09:25
Quote Post


Forced™
Group Icon
Group: Members
Joined: Dec 31, 2011

XXXXX



Something I should say. If you only have that script with you, you can play it. If you make a mission of clothes that the maker used, you need those clothes and how will you get them? You need that script. If your mission is of two clothes then this would be impossible because this scripts supports for only one mission. Here we can't use jump_to command as we are not making main.scm or src.scm. Also, the OP has just made two scripts, well those are good but if the designer wants a variety, I am sorry to say but you need Sanny Builder and know some SCM Knowledge but I think Fable11 would like make scripts for you fellows so in other way, good luck.
PMMSNYahooXbox Live
  Top
 

 
Nitroxious  
Posted: Monday, Apr 9 2012, 15:30
Quote Post


Cyber Wolf
Group Icon
Group: BUSTED!
Joined: Mar 30, 2012

au.gif

XXXXX



Commendable job, indeed. I changed the variables a bit and changed the clothings. It works fine some new designs.
Users WebsitePM
  Top
 

 
Joni2030  
Posted: Tuesday, May 8 2012, 15:57
Quote Post


Prankster
Group Icon
Group: Members
Joined: Jul 6, 2011

sf.gif

XXXXX



QUOTE (Dr. John13 @ Sunday, Apr 8 2012, 09:25)
Something I should say. If you only have that script with you, you can play it. If you make a mission of clothes that the maker used, you need those clothes and how will you get them? You need that script. If your mission is of two clothes then this would be impossible because this scripts supports for only one mission. Here we can't use jump_to command as we are not making main.scm or src.scm. Also, the OP has just made two scripts, well those are good but if the designer wants a variety, I am sorry to say but you need Sanny Builder and know some SCM Knowledge but I think Fable11 would like make scripts for you fellows so in other way, good luck.

Two clothes script is possible you just do key_press command
Users WebsitePM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Topic Options Closed TopicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG