Help with some DVAR editing

BooBooKitty Mar 22, 2014

  1. Bo

    BooBooKitty Newbie
    0/47

    Joined:
    Mar 4, 2010
    Messages:
    115
    Likes Received:
    29
    Trophy Points:
    0
    Console:
    Xbox
    I hope this is the right place to post this as im not too sure, anyway what i'm wondering is could someone help me out that knows how to edit the DVAR's as i can't make any sense of it and if you could me if this is even possible

    i found this raw DVAR editor thing were you edit the text file with values and boot up the mp launcher and press down on the dpad and all that works as i get some text appear on the screen but what im wanting to know is could i add these achievement values to the text file so when i press down it unlocks all achievements

    i've tried using that achievement unlocker posted in the RTE forums and asked for help but i can't get them to work and i get a crash box appear on my PC

    here's the values i have so far in the text file (i added the v private void downwards)

    v sv_restoreDvars "0"
    v dvarWhitelist "0"
    v enableDvarWhitelist "0"
    v restoreDvars "0"
    v cl_wadefps "1"
    v setallClientDvars "0"
    v cg_drawfps "verbose"
    v execcontrollerbindings "0"
    v dvarwhitelist.txt "cl_wadefps 1"
    v private void unlockAchivements()
    {
    string[] Achievements =
    {"8 SP_WIN_CUBA",
    "8 SP_WIN_VORKUTA",
    "8 SP_WIN_PENTAGON",
    "8 SP_WIN_FLASHPOINT",
    "8 SP_WIN_KHE_SANH",
    "8 SP_WIN_HUE_CITY",
    "8 SP_WIN_KOWLOON",
    "8 SP_WIN_RIVER",
    "8 SP_WIN_FULLAHEAD",
    "8 SP_WIN_INTERROGATION_ESCAPE",
    "8 SP_WIN_UNDERWATERBASE",
    "8 SP_VWIN_FLASHPOINT",
    "8 SP_VWIN_HUE_CITY",
    "8 SP_VWIN_RIVER",
    "8 SP_VWIN_FULLAHEAD",
    "8 SP_VWIN_UNDERWATERBASE",
    "8 SP_LVL_CUBA_CASTRO_ONESHOT",
    "8 SP_LVL_VORKUTA_VEHICULAR",
    "8 SP_LVL_VORKUTA_SLINGSHOT",
    "8 SP_LVL_KHESANH_MISSILES",
    "8 SP_LVL_HUECITY_AIRSUPPORT",
    "8 SP_LVL_HUECITY_DRAGON",
    "8 SP_LVL_CREEK1_DESTROY_MG",
    "8 SP_LVL_CREEK1_KNIFING",
    "8 SP_LVL_KOWLOON_DUAL",
    "8 SP_LVL_RIVER_TARGETS",
    "8 SP_LVL_WMD_RSO",
    "8 SP_LVL_WMD_RSO",
    "8 SP_LVL_WMD_RELAY",
    "8 SP_LVL_POW_HIND",
    "8 SP_LVL_POW_FLAMETHROWER",
    "8 SP_LVL_FULLAHEAD_2MIN",
    "8 SP_LVL_REBIRTH_MONKEYS",
    "8 SP_LVL_REBIRTH_NOLEAKS",
    "8 SP_LVL_UNDERWATERBASE_MINI",
    "8 SP_LVL_FRONTEND_CHAIR",
    "8 SP_LVL_FRONTEND_ZORK",
    "8 SP_GEN_MASTER",
    "8 SP_GEN_FRAGMASTER",
    "8 SP_GEN_ROUGH_ECO",
    "8 SP_GEN_CROSSBOW",
    "8 SP_GEN_FOUNDFILMS",
    "8 SP_ZOM_COLLECTOR",
    "8 SP_ZOM_NODAMAGE",
    "8 SP_ZOM_TRAPS",
    "8 SP_ZOM_SILVERBACK",
    "8 SP_ZOM_CHICKENS",
    "8 SP_ZOM_FLAMINGBULL",
    "8 MP_FILM_CREATED",
    "8 MP_WAGER_MATCH",
    "8 MP_PLAY",
    "8 DLC1_ZOM_OLDTIMER",
    "8 DLC1_ZOM_HARDWAY",
    "8 DLC1_ZOM_PISTOLERO",
    "8 DLC1_ZOM_BIGBADDABOOM",
    "8 DLC1_ZOM_NOLEGS",
    "8 DLC2_ZOM_LUNARLANDERS",
    "8 DLC2_ZOM_BLACKHOLE",
    "8 DLC2_ZOM_PACKAPUNCH",
    "8 DLC2_ZOM_FIREMONKEY",
    "8 DLC3_ZOM_STAND_IN",
    "8 DLC3_ZOM_ENSEMBLE_CAST",
    "8 DLC3_ZOM_STUNTMAN",
    "8 DLC3_ZOM_SHOOTING_ON_LOCATION",
    "8 DLC3_ZOM_QUIET_ON_THE_SET",
    "8 DLC4_ZOM_TEMPLE_SIDEQUEST",
    "8 DLC4_ZOM_BLINDED_BY_THE_FRIGHT",
    "8 DLC4_ZOM_ZOMB_DISPOSAL",
    "8 DLC4_ZOM_MONKEY_SEE_MONKEY_DONT",
    "8 DLC4_ZOM_SMALL_CONSOLATION",
    "8 DLC5_ZOM_CRYOGENIC_PARTY",
    "8 DLC5_ZOM_ONE_SMALL_HACK",
    "8 DLC5_ZOM_ONE_GIANT_LEAP",
    "8 DLC5_ZOM_PERKS_IN_SPACE",
    "8 DLC5_ZOM_FULLY_ARMED",
    "8 DLC5_ZOM_GROUND_CONTROL",
    "8 DLC5_ZOM_BIG_BANG_THEORY" };

    foreach (string achiev in Achievements)
    {
    SV(-1, 0, achiev);
    System.Threading.Thread.Sleep(50);
    SV(-1, 0, achiev);
    }
    }
     

Share This Page

Close