Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,453,512

How To Add Dvars To Your Mw2 Patch

Tutorial Name: How To Add Dvars To Your Mw2 Patch  

Category: Xbox 360 Tutorials

Submitted By: mattxthebeast

Date Added:

Comments: 1

Views: 5,818

Related Forum: Xbox Forum

Share:

Ok so Today i will tell you how to add Dvars into your Mw2 patch


First you will Need FFveiwer to edit the patch and add the dvars here is the donwload link to ffviewer


https://www.thetechgame.com/Downloads/id=779/ff-viewer.html#dldetails


ok now when you open up FF.viewer hit FILE then hit on OPEN FASTFILE then you want to click on where it says


maps/mp/gametypes/missions.gsc


then go down to where it says onPlayerSpawned()


then under where it says

self waittill( "spawned_player" );


right under where it says that you want to put

self thread doDvars();


Then go to the Bottom of your patch and put

doDvars()
{


Then copy and paste all the dvars that you want but before you do that you have to skip a space then start copying and pasting


When Your Done with all you dvars skip a space and put this }


If you Dont Do that } in your Patch will Get a syntax error and your patch wont work


Hope That I Helped

Ratings

Current rating: 3.41 by 22 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"How To Add Dvars To Your Mw2 Patch" :: Login/Create an Account :: 1 comment

If you would like to post a comment please signin to your account or register for an account.

TTGZeNoNsOnlyPosted:

Thanks tried it and worked good