Jump to content

Visit our new database of RDR2 ped models here: https://www.mod-rdr.com/wiki/peds/

The old list is still available below.

 

Reveal hidden contents

 

Edited by Sam

User Feedback

Recommended Comments

Sendgarlicbread

Members
  On 11/11/2019 at 12:50 AM, rhysy said:

ped for kkk member?

there you go

 

RE_RALLY_MALES_01

RE_RALLYDISPUTE_MALES_01

RE_RALLYSETUP_MALES_01

 

Sendgarlicbread

Members
(edited)
  On 11/11/2019 at 12:50 AM, rhysy said:

ped for kkk member?

 

Edited by Sendgarlicbread
I already posted this comment before

angi

Members

military man ped?"

 

jyh

Members

I want to change player model, but i can't find other models. I only can find a few of them. how to unlock? 

jyh

Members

There are so many character models in the list, but when you try to change the model in Lenny Trainer, only a few are listed. Can I change all models with the Lenny trainer? How can I unlock it?

selfmade808

Members

This is my first modded playthrough, been having a lot of fun.

 

I think it's cool that you can change the character scale in this game to make yourself bigger, was wondering if there was a way to change the integer scaling when using this.

The way it is now, the scaling bumps up in sets of 0.25 so 1-1.25-1.50 etc.. I want to be able to increase the scale of my character slower for a more realistic bigger character.

 

1.25 is already ridiculously huge, I want to be able to see what 1.02-1.05 or would look like. Is there any way for me to do that with this trainer? If not, I'd love to know if there is another way to achieve this, any help would be greatly appreciated ! 🙂

for those wondering how to change characters outfit download outfit changer mod

VoimicsVoimics

Members
  On 11/10/2019 at 9:57 PM, cuchocab21 said:

U_M_M_SHACKSERIALKILLER_01

 

need info for legendary animals. FYI you can make animals as bodyguards using Lenny's trainer

u a very bad person, because U_M_M_SHACKSERIALKILLER_01  is not akiller prostitute,but a valentines maniac, so i get spoiler. Killer prostitute is   RE_DEADJOHN_FEMALES_01  

PRDR330072511_1_result.jpg

Benedykt

Members
(edited)

Could someone help me find a list of Native American e.g. Wapiti warriors and Eagle Flies with war paint (to change the character model). Where do I need to put them Please and thank you.

Edited by Benedykt

Gunter Severloh

Recognized Creator

"A_F_O_WAPTOWNFOLK_01",    // NATIVE
"A_F_M_WapTownfolk_01",    // NATIVE

"A_M_M_WapWarriors_01",    // NATIVE

 

dwsiddall

Members

Looking for a similar list but for models.  Things like tents, crates, lanterns, tables, campfires, wagons, etc.

 

Any help is appreciated.

Gunter Severloh

Recognized Creator
  On 6/7/2024 at 1:48 PM, dwsiddall said:

Things like tents, crates, lanterns, tables, campfires, wagons, etc.

I have a list i built for my mod Bandit Hideouts, that i use props for my hideouts i build, but i have a menu thats

part of the mod i use to log models. I go around to wherever i see something i think would add more ambiance and the

aim my gun at it, and the menu gives me a number, i put that into the script, though i give it a name and then add the number

that was logged.

    I can give you a list but the names aren't the official game model names, they are though the exact model numbers, and i have

a lantern, campfire, wagons, barrels, and other things, would that interest you?

   You can always search through the official game files using OpenV.

dwsiddall

Members
  On 6/7/2024 at 10:35 PM, Gunter Severloh said:

I have a list i built for my mod Bandit Hideouts, that i use props for my hideouts i build, but i have a menu thats

part of the mod i use to log models. I go around to wherever i see something i think would add more ambiance and the

aim my gun at it, and the menu gives me a number, i put that into the script, though i give it a name and then add the number

that was logged.

    I can give you a list but the names aren't the official game model names, they are though the exact model numbers, and i have

a lantern, campfire, wagons, barrels, and other things, would that interest you?

   You can always search through the official game files using OpenV.

 

You're kind to offer, but I would need the actual names to type in to a Mod to have it spawn.  I can already scroll through to find items, I was just trying find a faster way to find things.

 

Thanks anyway!

 

-Daniel

Gunter Severloh

Recognized Creator
  On 7/17/2024 at 8:49 PM, dwsiddall said:

but I would need the actual names to type in to a Mod to have it spawn.

Thats exactly what i have, i had roamed about and targeted certain props i wanted to use in my mod, and using my menu

it gives me a number, the names arent the actual names but the numbers are, heres the list i have:

 

namespace prop
{
    enum : unsigned int
    {
        CORPSE = 2,
        ROPE = 3,
        EGGCRATE = 1561132816,
        MILKJUG = 3366525641,
        CAMPFIRE = 3115700891, // 4256870363,    // 3912677990(non-interactable small), // 4248723205(interactable)
        SHOTGLASS = 3383093236,
        BOURBON_BOX = 3390156925,
        LANTERN = 3067140064,
        GAS_CAN = 2341771039,
        LOG_PILE = 1810518205,
        WAGON_OPEN = 198386616,
        WAGON_COVERED = 3018168458,
        WAGON_COVERED_RED = 483491548,
        WAGON_BROKEN = 1484299100,
        WAGON_RUSTY = 3616875569,
        WAGON_HALF_RED = 3117405816,
        WAGON_OLD = 2082832984,
        WAGON_FLAT = 2462596901,
        WAGON_NOWHEELS = 1897706816,
        BROWN_BARREL = 570671881,
        BLUE_BARREL = 1280724808,
        WATER_BARREL = 2979149680,
        SHORT_BARREL = 264425748,
        BED_ROLL = 3052441487,
        SLEEPING_BAG = 1872659725,
        TENT_LEATHER = 163561137,
        TENT_WHITE = 4285579775,
        TENT_WHITE_LARGE = 3456022164,
        BROWN_WOODEN_CHAIR = 2784127437,
        DARK_BROWN_WOODEN_CHAIR = 2851060593,
    };

dwsiddall

Members
  On 7/20/2024 at 9:03 PM, Gunter Severloh said:

Thats exactly what i have, i had roamed about and targeted certain props i wanted to use in my mod, and using my menu

it gives me a number, the names arent the actual names but the numbers are, heres the list i have:

 

namespace prop
{
    enum : unsigned int
    {
        CORPSE = 2,
        ROPE = 3,
        EGGCRATE = 1561132816,
        MILKJUG = 3366525641,
        CAMPFIRE = 3115700891, // 4256870363,    // 3912677990(non-interactable small), // 4248723205(interactable)
        SHOTGLASS = 3383093236,
        BOURBON_BOX = 3390156925,
        LANTERN = 3067140064,
        GAS_CAN = 2341771039,
        LOG_PILE = 1810518205,
        WAGON_OPEN = 198386616,
        WAGON_COVERED = 3018168458,
        WAGON_COVERED_RED = 483491548,
        WAGON_BROKEN = 1484299100,
        WAGON_RUSTY = 3616875569,
        WAGON_HALF_RED = 3117405816,
        WAGON_OLD = 2082832984,
        WAGON_FLAT = 2462596901,
        WAGON_NOWHEELS = 1897706816,
        BROWN_BARREL = 570671881,
        BLUE_BARREL = 1280724808,
        WATER_BARREL = 2979149680,
        SHORT_BARREL = 264425748,
        BED_ROLL = 3052441487,
        SLEEPING_BAG = 1872659725,
        TENT_LEATHER = 163561137,
        TENT_WHITE = 4285579775,
        TENT_WHITE_LARGE = 3456022164,
        BROWN_WOODEN_CHAIR = 2784127437,
        DARK_BROWN_WOODEN_CHAIR = 2851060593,
    };

 

Thanks so much for this extra info!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

Recently Browsing 0

  • No registered users viewing this page.