Log in to reply
 

Spawn as a MP character in SP



  • I want to spawn in my story mode as a MP character, theres is a mod to do that?
    Thanks!



  • Menyoo , simple native trainer , skin control
    three mods that can do it , there might be more



  • @HeySlickThatsMe

    No, i mean... when you load a savegame :(



  • ah , then there's no mod like that



  • @HeySlickThatsMe @crossfire123 Menyoo does everything best. From spawning and customizing cars to customizing little aspects of the MP freemode models.



  • @krashadam yeah but he wants to spawn as a online character after loading his savegame
    eg: istnead of michael it will be freemode male



  • @Rjvisser01 If you use Menyoo you could probably test it without a ban to worry about.



  • @Rjvisser01 You write scripts don't you? Couldn't you just make a workaround for it? (Actually, maybe not, since technically it's related to Online, and Online modding (at least here and on GTA Online, anyway) is not allowed.)



  • @Rjvisser01 Well if it's a playermodel it should function regardless. Just don't play online with mods and you're safe.



  • @Rjvisser01

    Hey thanks for your time but, thats does nothing... i mean when i press L the character dissapear.
    I have MP Female saved characters in skin control, i want to spawn in SP with one of them.
    Im banned too D:



  • Just make something that does this. Although this won't get you YOUR online character, you can blemish it to look like him/her. Also, this may just not work, idk.

    int loadCount = 0;
    bool modOn = true;
    int* gameState = FindAobPattern("x83/x3D/x00/x00/x00/x00/x00/x8A/xD9/x74/x0A", "xx?????xxxx");

    while(modOn) {
    loadCount++;
    if(loadCount != 1)
    {
    while(*gameState != 6) Wait(100);
    }
    while(*gameState != 0) Wait(100);

    Wait(15500);

    while(!GET_ENTITY_HEALTH(PLAYER_PED_ID()) || !IS_PLAYER_CONTROL_ON(PLAYER_ID()) Wait(100);

    uint newModel = joaat("mp_m_freemode_01");
    REQUEST_MODEL(newModel);
    while(!HAS_MODEL_LOADED(newModel)) WAIT(10);

    SET_PLAYER_MODEL(PLAYER_ID(), newModel);
    SET_PED_DEFAULT_COMPONENT_VARIATION(PLAYER_PED_ID());
    SET_MODEL_AS_NO_LONGER_NEEDED(newModel);

    // Any other ped clothing/skin/hair/weapon changes

    Wait(0);
    }
    return;



  • There is a memory cheat mod for this already, i used it.let me see if i can find the name, basically you make the game think your skins is the main character.

    found it its called character swap (asi) ,search it on google, you can use it during gameplay as well but everything works except lip sincing.
    just place it on the main folder,then start the game and the mod,pick the skin you want, choose the preset (micheal,frank,etc) and that skill will be associated with that character,i made it so i could replay the game with a female char as trevor as i always hated him, sounded like a tranny but......i could get used to it,if only somone could edit his files to higher pitch would be awesome lol.



  • @BladeRJ Yeah, but that mod only changes the skin, not the components and all. But yes, it is a better option as one can carry out missions that way.



  • @MAFINS sorry what you mean by components ? if you open rockstar editor and load your online char, save it as wardrobe with menyoo,then use that mod, its the same as if you were playing the 3main chars.



  • @BladeRJ but there is a problem that if we install menyoo mod it requires scripthook v and scripthook v stop from going to online and (game will not launch) and how i able to load my online char, save it as wardrobe with menyoo???



  • Just use a trainer to spawn, customize, and save it. It takes less than 30 seconds once the game loads in to open the trainer and spawn as the MP ped. I get what you're trying to accomplish, but at the same time it's not that big of an endeavor to do it that way. I use SNT for that and it works like a champ.



  • @amjithkshine You can also use the director mode to spawn as your mp ped and then a trainer to examine and save the outfit they have on while running a modded singleplayer setup.


  • MODERATOR

    @amjithkshine topic is 3 years old, should've made a new one

    but as @Anonymoused281 said use director mode



  • @Anonymoused281 but i tried to activate trainer in director mod with online character and script hook v is blocking



  • @amjithkshine Sucks to be you then. No issues like that on my end.


  • MODERATOR

    @Anonymoused281 said in Spawn as a MP character in SP:

    @amjithkshine Sucks to be you then.

    lmao


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.