Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public enum SaveType : int
- {
- Options = 5,//RDR2OPTIONS.SAV
- SP = 7,//RDR2SAVEx.SAV, 0 auto otherwise index.
- MP = 14,//RDR2MPSAVE.SAV
- }
- public enum StatIndex : int
- {
- Money = 0,
- //
- DaysPassed = 6,
- //
- MissionsCompleated = 9,
- MissionsCancelled = 10,
- //
- NewAustenMissions = 12,
- NuevoParaisoMissions = 13,
- WestElizabthMissions = 14,
- HomesteadMissions = 15,
- AmbushesSurvived = 16,
- TripsSkipped = 17,
- //
- AnimalsKilled = 26,
- PeopleKilled = 27,
- CiviliansKilled = 28,
- USLawmenKilled = 29,
- USMarchals = 30,
- USArmyKills = 31,
- MexicanLawKilled = 32,
- MexicanArmyKilled = 33,
- UnaffiliatedCriminalsKilled = 34,
- BollardTwinsGangKilled = 35,
- WaltonsGangKilled = 36,
- TreasureHuntersKilled = 37,
- BanditosKilled = 38,
- RebelsKilled = 39,
- DutchsGangKilled = 40,
- EnemyHorsesKilled = 41,
- HeadShots = 42,
- Knockouts = 43,
- Excutions = 44,
- HatShots = 45,
- Disarms = 46,
- LongestHeadShotStreak = 47,
- LongestDisarmStreak = 48,
- //
- GameCompleated = 61,
- //
- VictimsRunOver = 129,
- VictimsRunOverWithHorse = 130,
- VictimsRunOverWithCart = 131,
- VictimsRunOverWithWagon = 132,
- VictimsRunOverWithStagecoach = 133,
- ShotsFiredWhileCrouching = 134,
- ShotsFiredFromCover = 135,
- ShotsFiredFromHourseBack = 136,
- ShotsFiredFromVehicle = 137,
- AnimalsKilledWhileRidingTrain = 138,
- PeopleKilledWhileRidingTrain = 139,
- VolcanicPistolHeadshots = 140,
- SemiAutomaticPistolHeadshots = 141,
- HighPowerPistolHeadshots = 142,
- MauserPistolHeadshots = 143,
- CattelmanRevolverHeadshots = 144,
- ScofieldRevolverHeadshots = 145,
- DoubleActionRevolverHeadshots = 146,
- LematRevolverHeadshots = 147,
- RepeaterCarbineHeadshots = 148,
- WinchesterRepeaterHeadshots = 149,
- HenryRepeaterHeadshots = 150,
- EvansRepeaterHeadshots = 151,
- SpringfielsRifleHeadshots = 152,
- BoltActionRifleHeadshots = 153,
- BuffaloRifleHeadshots = 154,
- SawedOffShotgunHeadshots = 155,
- DoubleBarreledShotgunHeadshots = 156,
- PumpactionShotgunHeadshots = 157,
- SemiAutomaticShotgunHeadshots = 158,
- RollingBlockRifleHeadshots = 159,
- CarcanoRifleHeadshots = 160,
- LassoHeadshots = 161,
- KnifeHeadshots = 162,
- FireBottleHeadshots = 163,
- DynamiteHeadshots = 164,
- ThrowingKnifeHeadshots = 165,
- GatlingGunHeadshots = 166,
- BrowningGunHeadshots = 167,
- CannonHeadshots = 168,
- //
- PeopleKilledWithVolcanicPistol = 183,
- PeoplekilledWithSemiAutomaticPistol = 184,
- PeopleKilledWithHighPowerPistol = 185,
- PeopleKilledWthMauserPistol = 186,
- PeopleKilledWithCattelmanRevolver = 187,
- PeopleKilledWithScofieldRevolver = 188,
- PeopleKilledWithDoubleActionRevolver = 189,
- PeopleKilledWithLematRevolver = 190,
- PeopleKilledWithRepeaterCarbine = 191,
- PeopleKilledWithWinchesterRepeater = 192,
- PeopleKilledWithHenryRepeater = 193,
- PeopleKilledWithEvansRepeater = 194,
- PeopleKilledWithSpringfielsRifle = 195,
- PeopleKilledWithBoltActionRifle = 196,
- PeopleKilledWithBuffaloRifle = 0197,
- PeopleKilledWithSawedOffShotgun = 198,
- PeopleKilledWithDoubleBarreledShotgun = 199,
- PeopleKilledWithPumpactionShotgun = 200,
- PeopleKilledWithSemiAutomaticShotgun = 201,
- PeopleKilledWithRollingBlockRifle = 202,
- PeopleKilledWithCarcanoRifle = 203,
- PeopleKilledWithLasso = 204,
- PeopleKilledWithKnife = 205,
- PeopleKilledWithFireBottle = 206,
- PeopleKilledWithDynamite = 207,
- PeopleKilledWithThrowingKnife = 208,
- PeopleKilledWithGatlingGun = 209,
- PeopleKilledWithBrowningGun = 210,
- PeopleKilledWithCannon = 211,
- //
- ActiveBountyTotal = 222,
- USBounty = 223,
- MexicoBounty = 224,
- TimeInJail = 225,
- CountsOfVandalism = 226,
- CountsOfVehicleVandalism = 227,
- CountsOfPropertyDestruction = 228,
- CountsOfVehicleDestruction = 229,
- CountsOfArson = 230,
- CountsOfAssult = 231,
- CountsOfLawOfficerAssault = 232,
- CountsOfHorseAssault = 233,
- CountsOfLivestockAssault = 234,
- CountsOfCrueltyToAnimals = 235,
- CountsOfMurder = 236,
- CountsOfLawOfficerMurder = 237,
- CountsOfHorseSlaughter = 238,
- CountsOfLivestockSlaughter = 239,
- CountsOfAnimalSlaughter = 240,
- CountsOfHorseTheft = 241,
- CountsOfVehicleTheft = 242,
- CountsOfAbduction = 243,
- CountsOfLawOfficerAbduction = 244,
- CountsOfSafeCracking = 245,
- CountsOfTrespassing = 247,
- CountsOfRobbery = 248,
- CountsOfCheating = 249,
- CountsOfLawOfficerThreatening = 250,
- FastestSafeCracking = 251,
- BiggestBounty = 252,
- BribesPaid = 253,
- BigestBountyPaid = 254,
- BiggestBribePaid = 255,
- BiggestBountyPardoned = 256,
- PassesSentOfterYou = 257,
- LongestPursuitByLocalSheriffs = 258,
- LongestPursuitByMarshals = 259,
- TimesMostWanted = 260,
- CrimesCommittedDuringMarshalPursuite = 261,
- LongestKidnappingStreak = 262,
- PricklyPear = 263,
- DesertSage = 264,
- ButterflyWeed = 265,
- PrairiePuppy = 266,
- GoldenCurrant = 267,
- WoollyBlueCurls = 268,
- HummingSage = 269,
- VioletSnowdrop = 270,
- RedSage = 271,
- WildFevetfew = 272,
- ValueOfHerbsCollected = 273,
- ArmadillosSkinned = 274,
- BatsSkinned = 275,
- BearsSkinned = 276,
- BeaversSkinned = 277,
- BighornSkinned = 278,
- BoarsSkinned = 279,
- BobcatsSkinned = 280,
- BuckSkinned = 281,
- BuffaloSkinned = 282,
- ChickedFeathers = 283,
- CougarsSkinned = 284,
- CowsSkinned = 285,
- CoyotesSkinned = 286,
- CrowFeathers = 287,
- DeerSkinned = 288,
- DogsSkinned = 289,
- DuckFeathers = 290,
- EagleFeathers = 291,
- ElkSkinned = 292,
- FoxesSkinned = 293,
- GoatsSkinned = 294,
- SeagullFrathers = 295,
- HawkFeathers = 296,
- MulesSkinned = 297,
- //
- OwlFeathers = 302,
- PigsSkinned = 303,
- RabbitsSkinned = 304,
- RaccoonsSkinned = 305,
- SheepSkinned = 306,
- SkunksSkinned = 307,
- SnakesSkinned = 308,
- SongbirdFeathers = 309,
- VultureFeathers = 310,
- WolvesSkinned = 311,
- HorsesSkinned = 312,
- AemadillosKilled = 313,
- BatsKilled = 314,
- BearsKilled = 315,
- BeaversKilled = 316,
- BighornKilled = 317,
- BoarsKilled = 318,
- BobcatsKilled = 319,
- BuffaloKilled = 320,
- ChickensKilled = 321,
- CougersKilled = 322,
- CowsKilled = 323,
- CoyoteKilled = 324,
- CrowsKilled = 325,
- DeerKilled = 326,
- DogsKilled = 327,
- DucksKilled = 328,
- EaglesKilled = 329,
- ElkKilled = 330,
- FoxesKilled = 331,
- GoatsKilled = 332,
- HawkKilled = 333,
- DomesticatedHorsesKilled = 334,
- WildHorsesKilled = 335,
- MulesKilled = 336,
- OwlKilled = 337,
- PigsKilled = 338,
- RabbitsKilled = 339,
- RaccoonsKilled = 340,
- SeagullsKilles = 341,
- SheepKilled = 342,
- SkunksKilled = 343,
- SnakesKilled = 344,
- SongbirdKilled = 345,
- VultureKilled = 346,
- WolvesKilled = 347,
- TotalPoundsOfMeatHarvested = 348,
- SocialClubAnamal1sKilles = 349,
- SocialClubAnamal2sKilles = 350,
- SocialClubAnamal3sKilles = 351,
- SocialClubAnamal4sKilles = 352,
- SocialClubAnamal5sKilles = 353,
- WildAnumalSpeciesKilled = 354,
- CowsHerded = 355,
- HorsesHerded = 356,
- TreasuresCollected = 357,
- BountiesDead = 358,
- BountiesAlive = 359,
- BountyHunterNewAustin = 360,
- BountyHunterNuevoParaiso = 361,
- BountyHunterWestElizabeth = 362,
- BountyHunterNewAustinLocations = 363,
- BountyHunterNuevoParaisoLoations = 364,
- BountyHunterWestElizabethLocations = 365,
- DeathsFromFalling = 379,
- HorseDeathsFromFalling = 380,
- //
- TotalSpentOnStagecoachRides = 384,
- RollsPerformedOnFoot = 385,
- TransportsCompleaed = 366,
- PassersbyAttacked = 367,
- PassersbyDefended = 368,
- TravelersEscorted = 369,
- //
- PeopleKilledInDeadEye = 391,
- MostPeopleKilledInOneDeadEye = 392,
- MostDisarmsInOneDeadEye = 393,
- TotalDeadEyeTime = 394,
- TotalObjectsHitInDeadEye = 395,
- //
- VictemsHogtied = 398,
- HottieVictemsFreed = 399,
- //
- JobLocationsDiscovered = 400,
- NightwatchJobsCompleated = 402,
- HorseBreakingJobsCompleated = 403,
- HorsesBroken = 405,
- StrangersMeh = 406,
- TasksCompleatedForStrangersMet = 407,
- WorldEventsEncountered = 408,
- UniqueWorldEventsEncountered = 409,
- DiffrentMiniGamesWon = 410,
- PokerWinnings = 411,
- PokerGamesLost = 412,
- BiggestPokerPotWon = 413,
- PokerHandsWonWithHighHittingCard = 414,
- PokerHandsWonWithPaie = 415,
- PokerHandsWonWithTwoPair = 416,
- PokerHandsWonWithThreeOfAKind = 417,
- PokerHandsWonWithStraight = 418,
- PokerHandsWonWithFullHouse = 419,
- PokerHandsWonWithFlush = 420,
- PokerHandsWonWithFourOfAKind = 421,
- PokerHandsWonWithStraightFlush = 422,
- PokerHandsWonWithRoyalFlush = 423,
- PokerHandsWonWithABluff = 424,
- TimeSpentPlayingPoker = 425,
- TimesCaughtCheating = 426,
- TimesGottenAwayWithCheating = 427,
- LiarsDiceWinnings = 429,
- LiarsDiceGamesLost = 430,
- LiarsDiceWinsWithoutLosingADie = 431,
- TimeSpentPlayingLiarsDice = 432,
- HorseshoesWinnings = 433,
- TotalRingers = 434,
- MostRingersInOneHorseshoesGame = 435,
- TimeSpentPlayingHorseshoes = 436,
- FiveFingerFelletWinnings = 437,
- FiveFingerFilletGamesLost = 438,
- LongetsFiveFingerFilletStreak = 439,
- TimeSpentPlayingFiveFingerFillet = 440,
- ArmWrestlingWinnings = 441,
- TimeSpentPlayingArmWrestling = 442,
- ArmWrestlingMatchesLost = 443,
- LongestArmWrestlingMatch = 444,
- BlackjackWinnings = 445,
- MostWinInSingleBlackjackSession = 446,
- BlackjackHandsLost = 447,
- BlackjackHandsPlayed = 448,
- TotalDrinksConsumed = 449,
- TotalGamblingWinnings = 450,
- DuelsWon = 451,
- //
- DuelChallengesTurnedDown = 453,
- DuelsWonByDisarm = 454,
- DuelHatsShotOff = 455,
- //OutfitsDiscovered = 457,//Wut?
- //OutfitsCompleated = 457,//Check!
- GangHideoutCleared = 458,
- ChestsOpened = 467,
- PlayerHouses = 468,
- RareWeapons = 469,
- //
- TimeUsingBinoculars = 471,
- AreasDiscovered = 473,
- MewAustinAreasDiscovered = 474,
- NuevoParaisoAreasDiscovered = 475,
- WestElizabethAreasDescovered = 476,
- SnakeOilUsed = 477,
- MoonshineUsed = 478,
- ChewingTabacco = 479,
- MedicineUsed = 480,
- BaitUsed = 481,
- HorsePillsUsed = 482,
- ApplesUsed = 483,
- PardonLettersUsed = 484,
- VittlesUsed = 485,
- TonicUsed = 486,
- //
- }
Advertisement
Add Comment
Please, Sign In to add comment