Cell Tennyson Posted January 3, 2019 Share Posted January 3, 2019 Hello Friends. Happy new year. Â I am creating a new outfit for Tommy. But the question is, Is it possible to add new outfit in GTA Vice city without replacing any existing one? if so how do I add it. Â If it needs defining it in scm, how is it done? and lastly, anything else I'll have to add apart from dff and txd? Link to comment Share on other sites More sharing options...
Shagg_E Posted March 20, 2019 Share Posted March 20, 2019 (edited) I already sent the info in PM, but want to duplicate it here for others: Â You can just add new models into gta3.img and call them this way: 0352: set_actor $player_actor skin_to 'NEWSKIN' // this code loads the model, you don't need to load it before load_requested_models 0353: refresh_actor $player_actor // that's it, just 3 lines of code Edited March 20, 2019 by Shagg_E B_Smiles and Cell Tennyson 2 Link to comment Share on other sites More sharing options...
Cell Tennyson Posted April 20, 2019 Author Share Posted April 20, 2019 On 3/20/2019 at 5:00 PM, Shagg_E said: I already sent the info in PM, but want to duplicate it here for others:  You can just add new models into gta3.img and call them this way: 0352: set_actor $player_actor skin_to 'NEWSKIN' // this code loads the model, you don't need to load it before load_requested_models 0353: refresh_actor $player_actor // that's it, just 3 lines of code  Thanks for helping on it Mr Shagg_E. Your post here will help others on this too. Link to comment Share on other sites More sharing options...