Post: Black Ops 2 Modding Stats
11-21-2012, 06:33 AM #1
Default Avatar
KADE☺
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); The stats coding is very similar to the first Black Ops,

All The Stats DVARS from the bo2 cfg dump provided by Choco<3
statwriteddl playerstatslist codpoints statvalue 0
statsetbyname VERSION 0
statsetbyname RANKXP 0
statsetbyname SCORE 0
statsetbyname KILLS 0
statsetbyname DEATHS 0
statsetbyname ASSISTS 0
statsetbyname HEADSHOTS 0
statsetbyname TEAMKILLS 0
statsetbyname SUICIDES 0
statsetbyname TIME_PLAYED_ALLIES 0
statsetbyname TIME_PLAYED_OPFOR 0
statsetbyname TIME_PLAYED_OTHER 0
statsetbyname TIME_PLAYED_TOTAL 0
statsetbyname KDRATIO 0
statsetbyname WINS 0
statsetbyname LOSSES 0
statsetbyname TIES 0
statsetbyname CUR_WIN_STREAK 0
statsetbyname WLRATIO 0
statsetbyname HITS 0
statsetbyname MISSES 0
statsetbyname TOTAL_SHOTS 0
statsetbyname ACCURACY 0
statsetbyname PLEVEL 0
statsetbyname RANK 0
statsetbyname MINXP 0
statsetbyname MAXXP 0
statsetbyname LASTXP 0
statsetbyname SESSIONBANS 0
statsetbyname GAMETYPEBAN 0
statsetbyname TIMEWHENNEXTHOST 0
statsetbyname BADHOSTCOUNT 0
statsetbyname LEADERBOARDFAILURES 0
statsetbyname LASTSTATSBACKUP 0
statsetbyname STATSBACKUPVERSION 0
statsetbyname MAPPACKMASK 0
updategamerprofile
uploadstats


Credits:
.Choco- CFG Dump File
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to KADE☺ for this useful post:

boyman3793, Doodle-Bug, FM|T xR3PMz, iMGK, pred-88, SALEM-x, SavageRising, Symbul

The following user groaned KADE☺ for this awful post:

IVisionsI
11-21-2012, 02:54 PM #11
Default Avatar
KADE☺
Guest
Originally posted by xSonoro View Post
EBOOT with dvars values changed cant even run if you dont patch the RSA check, you first need to patch it!

isnt that in a .ff file?

---------- Post added at 02:54 PM ---------- Previous post was at 02:53 PM ----------

yaaa from what ive heard u cant even load up a modded eboot without being banned
11-22-2012, 12:01 AM #12
mcnossen
Are you high?
Make eboot for 3.55
11-22-2012, 12:17 AM #13
Default Avatar
KADE☺
Guest
Originally posted by mcnossen View Post
Make eboot for 3.55

There already is a bunch of them what region are you ill make u one real quick
11-22-2012, 12:33 AM #14
Fraud
Banned
Will you make this into a eboot my region is 31011
11-22-2012, 01:05 AM #15
Default Avatar
KADE☺
Guest
Originally posted by Popular View Post
Will you make this into a eboot my region is 31011

i dont know how to write these mods into an eboot yet i can make u a 3.55 fixed eboot
11-22-2012, 04:49 PM #16
Choco
Respect my authoritah!!
Originally posted by AiRMaX1337HD View Post
The stats coding is very similar to the first Black Ops,

statwriteddl playerstatslist codpoints statvalue 0
statsetbyname VERSION 0
statsetbyname RANKXP 0
statsetbyname SCORE 0
statsetbyname KILLS 0
statsetbyname DEATHS 0
statsetbyname ASSISTS 0
statsetbyname HEADSHOTS 0
statsetbyname TEAMKILLS 0
statsetbyname SUICIDES 0
statsetbyname TIME_PLAYED_ALLIES 0
statsetbyname TIME_PLAYED_OPFOR 0
statsetbyname TIME_PLAYED_OTHER 0
statsetbyname TIME_PLAYED_TOTAL 0
statsetbyname KDRATIO 0
statsetbyname WINS 0
statsetbyname LOSSES 0
statsetbyname TIES 0
statsetbyname CUR_WIN_STREAK 0
statsetbyname WLRATIO 0
statsetbyname HITS 0
statsetbyname MISSES 0
statsetbyname TOTAL_SHOTS 0
statsetbyname ACCURACY 0
statsetbyname PLEVEL 0
statsetbyname RANK 0
statsetbyname MINXP 0
statsetbyname MAXXP 0
statsetbyname LASTXP 0
statsetbyname SESSIONBANS 0
statsetbyname GAMETYPEBAN 0
statsetbyname TIMEWHENNEXTHOST 0
statsetbyname BADHOSTCOUNT 0
statsetbyname LEADERBOARDFAILURES 0
statsetbyname LASTSTATSBACKUP 0
statsetbyname STATSBACKUPVERSION 0
statsetbyname MAPPACKMASK 0


Just Change The 0 into the number you want and after your finished press enter after the last stat you edited and type updatgamerprofile then under that typer uploadstats-for ex.:
statsetbyname WINS 1337
statsetbyname LOSSES 100

updategamerprofile
uploadstats

im not sure yet how to get these working online still trying to figure it out Im pretty sure you will write them into a EBOOT but idk if u make a save out of it or just go off the EBOOT itself #we will figure it out.....Hopefully soon :/
if you do figure it out plzz let me know k, thnx
#always 15 spaces in between statsetbyname (xxxx) 15spaceshere 1337

Credits:
.Choco- CFG Dump File


You can put these in the EBOOT and just execute them via a bind, I've been doing that since before the game came out Winky Winky



Originally posted by xSonoro View Post
EBOOT with dvars values changed cant even run if you dont patch the RSA check, you first need to patch it!


That makes absolutely no sense :p
11-22-2012, 04:56 PM #17
Default Avatar
KADE☺
Guest
Originally posted by Choco View Post
You can put these in the EBOOT and just execute them via a bind, I've been doing that since before the game came out Winky Winky
Do you write these into the T6 or the actual EBOOT??? And what offsets would they go in lol sorry im know im kinda noobish




That makes absolutely no sense :p

Do you write these into the T6 or the actual EBOOT??? And what offsets would they go in lol sorry im know im kinda noobish
11-22-2012, 05:01 PM #18
Choco
Respect my authoritah!!
Originally posted by AiRMaX1337HD View Post
Do you write these into the T6 or the actual EBOOT??? And what offsets would they go in lol sorry im know im kinda noobish


They go in the t6mp_ps3f.self.

The string "exec default_mp.cfg" gets executed by the game, what you have to do is relocate where that string gets loaded from and then add your commands after it :p
11-22-2012, 05:02 PM #19
Default Avatar
KADE☺
Guest
Originally posted by choco View Post
they go in the t6mp_ps3f.self.

The string "exec default_mp.cfg" gets executed by the game, what you have to do is relocate where that string gets loaded from and then add your commands after it :p
smartest guyyy right here haha Upside Down Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo