You are viewing our Forum Archives. To view or take place in current topics click here.
How to set DVARs BO2
Posted:

How to set DVARs BO2Posted:

Devove
  • Ladder Climber
Status: Offline
Joined: Mar 27, 201212Year Member
Posts: 380
Reputation Power: 14
Status: Offline
Joined: Mar 27, 201212Year Member
Posts: 380
Reputation Power: 14
How exactly do I go about setting DVARs on BO2? I'm a complete noob to modding, no h8 pls.
I intend to go about doing it by using Cbuf_AddText but somebody told me that I have to modify the XEX to actually set the DVARs using Cbuf_AddText, is this true or can I RTE them by sending commands to my RGH from my computer?
#2. Posted:
Tyleerrx
  • New Member
Status: Offline
Joined: Jun 08, 201310Year Member
Posts: 42
Reputation Power: 1
Status: Offline
Joined: Jun 08, 201310Year Member
Posts: 42
Reputation Power: 1
Devove wrote How exactly do I go about setting DVARs on BO2? I'm a complete noob to modding, no h8 pls.
I intend to go about doing it by using Cbuf_AddText but somebody told me that I have to modify the XEX to actually set the DVARs using Cbuf_AddText, is this true or can I RTE them by sending commands to my RGH from my computer?


You initially answered your own question, make sure your xex is up to date and have sdk installed if you go about rte.. and there's always a possibility of being banned from Bo2 so try a dummy account first and good luck!
#3. Posted:
XxjAmestxX
  • Junior Member
Status: Offline
Joined: May 11, 201112Year Member
Posts: 57
Reputation Power: 4
Status: Offline
Joined: May 11, 201112Year Member
Posts: 57
Reputation Power: 4
Devove wrote How exactly do I go about setting DVARs on BO2? I'm a complete noob to modding, no h8 pls.
I intend to go about doing it by using Cbuf_AddText but somebody told me that I have to modify the XEX to actually set the DVARs using Cbuf_AddText, is this true or can I RTE them by sending commands to my RGH from my computer?

You can set Dvars using the console located at 0x823FF408 on TU11. You can use it like this:

Jtag.Call(0x823FF408, 0, "set Dvar Value;set Dvar Value;");
#4. Posted:
Devove
  • Ladder Climber
Status: Offline
Joined: Mar 27, 201212Year Member
Posts: 380
Reputation Power: 14
Status: Offline
Joined: Mar 27, 201212Year Member
Posts: 380
Reputation Power: 14
XxjAmestxX wrote
Devove wrote How exactly do I go about setting DVARs on BO2? I'm a complete noob to modding, no h8 pls.
I intend to go about doing it by using Cbuf_AddText but somebody told me that I have to modify the XEX to actually set the DVARs using Cbuf_AddText, is this true or can I RTE them by sending commands to my RGH from my computer?

You can set Dvars using the console located at 0x823FF408 on TU11. You can use it like this:

Jtag.Call(0x823FF408, 0, "set Dvar Value;set Dvar Value;");

Thanks a lot man, this helps greatly.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.