just Gesha Posted November 8, 2015 Share Posted November 8, 2015 (edited) Title says it all. Just want to know if there is a way to add/remove or change the clothes Cj is when the game starts. P.S. So sorry - main.scm* Edited November 8, 2015 by blackalienHD Link to comment Share on other sites More sharing options...
ZAZ Posted November 8, 2015 Share Posted November 8, 2015 go to line 990 and find this cloth setup for gamestart: 087B: set_player $PLAYER_CHAR clothes_texture "VEST" model "VEST" body_part 0 087B: set_player $PLAYER_CHAR clothes_texture "JEANSDENIM" model "JEANS" body_part 2 087B: set_player $PLAYER_CHAR clothes_texture "SNEAKERBINCBLK" model "SNEAKER" body_part 3 087B: set_player $PLAYER_CHAR clothes_texture "PLAYER_FACE" model "HEAD" body_part 1 change it like this: 087B: set_player $PLAYER_CHAR clothes_texture "baskballrim" model "baskball" body_part 0 087B: set_player $PLAYER_CHAR clothes_texture "worktrcamogrn" model "worktr" body_part 2 087B: set_player $PLAYER_CHAR clothes_texture "bask1problk" model "bask1" body_part 3 087B: set_player $PLAYER_CHAR clothes_texture "afroblond" model "afro" body_part 1 Sweet Bellic 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
just Gesha Posted November 8, 2015 Author Share Posted November 8, 2015 Thank you so much! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now