Post: What program?
10-30-2010, 05:46 PM #1
NiiNo
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); Hi guys ( and girlsHappy),

I'have an other question.

What program do i need to open patch, that i can see the patch in C++ or i dont know what code its.

Like this:

completeAllChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
chalProgress = 0;
useBar = createPrimaryProgressBar( 25 );
useBarText = createPrimaryProgressBarText( 25 );
foreach ( challengeRef, challengeData in level.challengeInfo )
{
finalTarget = 0;
finalTier = 0;
for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );
}

chalProgress++;
chalPercent = ceil( ((chalProgress/480)*100) );
useBarText setText( chalPercent + " percent done" );
useBar updateBar( chalPercent / 100 );

wait ( 0.04 );
}
useBar destroyElem();
useBarText destroyElem();
}


Thanks you !
(adsbygoogle = window.adsbygoogle || []).push({});
10-30-2010, 05:50 PM #2
Cyborg Ninja
PS3 Security FtW !
Originally posted by NiiNo View Post
Hi guys ( and girlsHappy),

I'have an other question.

What program do i need to open patch, that i can see the patch in C++ or i dont know what code its.

Like this:

completeAllChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
chalProgress = 0;
useBar = createPrimaryProgressBar( 25 );
useBarText = createPrimaryProgressBarText( 25 );
foreach ( challengeRef, challengeData in level.challengeInfo )
{
finalTarget = 0;
finalTier = 0;
for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );
}

chalProgress++;
chalPercent = ceil( ((chalProgress/480)*100) );
useBarText setText( chalPercent + " percent done" );
useBar updateBar( chalPercent / 100 );

wait ( 0.04 );
}
useBar destroyElem();
useBarText destroyElem();
}


Thanks you !


You Can see this in notepad but you have to extract the gsc from the patch first and then extract the data from that .

I use proz mw2 patch creator to extract.


:black:

The following user thanked Cyborg Ninja for this useful post:

NiiNo
10-30-2010, 05:52 PM #3
NiiNo
Pokemon Trainer
Ok thanks ! Can u send me the link to download the program? if u can.

plz !
10-30-2010, 11:02 PM #4
AlabamaHit
ROLL TIDE!!!
You must login or register to view this content.

That will get them extracted.

Then you can just use any text editor to view the codes. I personally use Notepadd++

The following user thanked AlabamaHit for this useful post:

NiiNo

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo