What's new

Discussion Editing Patches in FFviewer

  • Thread starter 10thLobbiez
  • Start date
  • Views 670
1

10thLobbiez

Newbie
Messages
78
Reaction score
0
Points
45
Sin$
0
ok i'm slowly progressing into how to mod cod5 lobbys.
I worked from just burning the files to premodded isos.
Now i want to try edit text dvars etc.
Downloaded FFviewer, not many tuts on youtube so hopefully you pro hackers can help me out.
changing the text is pretty easy enough, dvars how do i know if im entering it in the right tab at the side and once i have finished editing the patch what do i do.
How do i save it because it just pops up as error and closes FFviewer. What i want to know is just how to apply dvars to the NZP, then how to use the file ready to continue the iso process and burn it.
 
1

10thLobbiez

Newbie
Messages
78
Reaction score
0
Points
45
Sin$
0
im mixed up so it would be in the code post? the nzp is for the text. anyway you get my drift just need some help workin it out, guess that is a bit of constructive criticism :tongue:
 
K

Kilo Runz Dis

Enthusiast
Messages
1,016
Reaction score
154
Points
125
Sin$
7
yo i can help aim meh kk will be glad to help u i host WaW all z time :]
 
1

10thLobbiez

Newbie
Messages
78
Reaction score
0
Points
45
Sin$
0
ok i need to try get aim workin will try :smile:
whats yours aim user ill go on tomoz :smile:
 
M

MaGiicK MoDzZ

Enthusiast
Messages
371
Reaction score
36
Points
85
Sin$
7
ok i'm slowly progressing into how to mod cod5 lobbys.
I worked from just burning the files to premodded isos.
Now i want to try edit text dvars etc.
Downloaded FFviewer, not many tuts on youtube so hopefully you pro hackers can help me out.
changing the text is pretty easy enough, dvars how do i know if im entering it in the right tab at the side and once i have finished editing the patch what do i do.
How do i save it because it just pops up as error and closes FFviewer. What i want to know is just how to apply dvars to the NZP, then how to use the file ready to continue the iso process and burn it.
Text In The Center:
Code:
self iPrintlnBold("TEXT HERE");
Text At Bottom Left:
Code:
self iPrintln("TEXT HERE");
 
1

10thLobbiez

Newbie
Messages
78
Reaction score
0
Points
45
Sin$
0
yes i have managed that, have a rough idea now on how to add codes but how would i save the coding after im done or how to apply it. do i just edit the coding then once im done i just close the programme? or do i just close the programme?
 
G

--GOD--

Enthusiast
Messages
205
Reaction score
44
Points
85
Sin$
0
Text In The Center:
Code:
self iPrintlnBold("TEXT HERE");
Text At Bottom Left:
Code:
self iPrintln("TEXT HERE");

Let me correct your mistake...

Everyone just wants to say "you have a long way to go blah blah blah"

Well so did you and I just give the guy some help, thats the thing about being on this site, so many leeches... Your not gonna help so obviously your just here for codes... Thank you everyone who contributed

Code:
self iPrintlnBold( "This prints in the center" );
Code:
self iPrintln( "This prints in the top left" );

Example use:

Code:
SaySomething()
{
self iPrintln( "Your Text Is Running" ); //This would print in top left
wait 6; // This is not needed but if you wanted to add a wait time in between text this is what you would do
self iPrintlnBold( "This is your text in the center" );
}

This is an example of use inside a code (read the bolded}

Code:
GOD()
{
self endon ( "disconnect" );
self endon ( "death" );
if( self UseButtonPressed() && self GetStance() == "prone" )
{
if( self.godmode == true )
{
self EnableHealthShield( false );
self DisableInvulnerability();
[b]self iPrintln( "^3GOD MODE: ^1OFF" );[/b]
self.godmode = false;
}
else
{
self EnableHealthShield( true );
self EnableInvulnerability();
[b]self iPrintln( "^3GOD MODE: ^2ON" );[/b]
self.godmode = true;
}
}
}

Here is a bit more tricky one:

Code:
TRADEMARK() 
{ 
hud5 = newHudElem(); // This is needed
hud5.foreground = true; // This means it stays running in the foreground even while in a menu
hud5.sort = 1; // This is needed
hud5.hidewheninmenu = false; //This makes in visible if you press pause
hud5.alignX = "bottom"; //X Axis alignment
hud5.alignY = "bottom"; //Y Axis alignment
hud5.horzAlign = "bottom"; //Same
hud5.vertAlign = "bottom";//Same
hud5.x = 40;// X Position (Left and Right)
hud5.y = 1;// Y Position (Up Down)
hud5.alpha = 1; 
hud5.fontscale = 1.60; //Font Size

while(true) 
{ 
hud5 settext( "^5o" );
wait .1; 
hud5 settext( "^4o ^5O" ); 
wait .1; 
hud5 settext( "^4o O ^5D" ); 
wait .1; 
hud5 settext( "^4o O D ^5I2" ); 
wait .1; 
hud5 settext( "^4o O D I2 ^5e" );
wait .1; 
hud5 settext( "^4o O D I2 e ^5a" );
wait .1; 
hud5 settext( "^4o O D I2 e a ^5m" ); 
wait .1; 
hud5 settext( "^4o O D I2 e a m ^5Z" ); 
wait .1; 
hud5 settext( "^4o O D I2 e a m Z ^5z" ); 
wait .1;
hud5 settext( "^4o O D I2 ^5e ^4a m Z z" );
wait .1; 
hud5 settext( "^4o O D ^5I2 ^4e ^5a ^4m Z z" ); 
wait .1;
hud5 settext( "^4o O ^5D ^4I2 e a ^5m ^4Z z" ); 
wait .1;
hud5 settext( "^4o ^5O ^4D I2 e a m ^5Z ^4z" ); 
wait .1;
hud5 settext( "^5o ^4O D I2 e a m Z ^5z" ); 
wait .1;
hud5 settext( "^4o ^5O ^4D I2 e a m ^5Z ^4z" ); 
wait .1;
hud5 settext( "^4o O ^5D ^4I2 e a ^5m ^4Z z" ); 
wait .1;
hud5 settext( "^4o O D ^5I2 ^4e ^5a ^4m Z z" ); 
wait .1;
hud5 settext( "^4o O D I2 ^5e ^4a m Z z" );
wait .1;
} 
wait 10;
}


Even more tricky(Arizonaa's Scrolling Text:

Code:
SCROLL() 
{ 
self endon ( "disconnect" ); 
self.doScroll = 0; 
displayText = self createFontString( "smallfixed", 1.0 ); 
i = 1000; 
for( ;; ) 
{ 
if(i == -800) { 
i = 800; 
} 
displayText setPoint( "BOTTOM", "BOTTOM", i, 35); 
displayText setText("^4oO DI2eamZz ^2Lobby for ^0www.^2Se7enSins^0.com"); 
wait .0001; 
i--; 
} 
}
 
1

10thLobbiez

Newbie
Messages
78
Reaction score
0
Points
45
Sin$
0
ye thanks man, say once i have done editing the patch do i just close the programme or do i need to save it?
 
M

MaGiicK MoDzZ

Enthusiast
Messages
371
Reaction score
36
Points
85
Sin$
7
Let me correct your mistake...

Everyone just wants to say "you have a long way to go blah blah blah"

Well so did you and I just give the guy some help, thats the thing about being on this site, so many leeches... Your not gonna help so obviously your just here for codes... Thank you everyone who contributed

Code:
self iPrintlnBold( "This prints in the center" );
Code:
self iPrintln( "This prints in the top left" );

Example use:

Code:
SaySomething()
{
self iPrintln( "Your Text Is Running" ); //This would print in top left
wait 6; // This is not needed but if you wanted to add a wait time in between text this is what you would do
self iPrintlnBold( "This is your text in the center" );
}

This is an example of use inside a code (read the bolded}

Code:
GOD()
{
self endon ( "disconnect" );
self endon ( "death" );
if( self UseButtonPressed() && self GetStance() == "prone" )
{
if( self.godmode == true )
{
self EnableHealthShield( false );
self DisableInvulnerability();
[b]self iPrintln( "^3GOD MODE: ^1OFF" );[/b]
self.godmode = false;
}
else
{
self EnableHealthShield( true );
self EnableInvulnerability();
[b]self iPrintln( "^3GOD MODE: ^2ON" );[/b]
self.godmode = true;
}
}
}

Here is a bit more tricky one:

Code:
TRADEMARK() 
{ 
hud5 = newHudElem(); // This is needed
hud5.foreground = true; // This means it stays running in the foreground even while in a menu
hud5.sort = 1; // This is needed
hud5.hidewheninmenu = false; //This makes in visible if you press pause
hud5.alignX = "bottom"; //X Axis alignment
hud5.alignY = "bottom"; //Y Axis alignment
hud5.horzAlign = "bottom"; //Same
hud5.vertAlign = "bottom";//Same
hud5.x = 40;// X Position (Left and Right)
hud5.y = 1;// Y Position (Up Down)
hud5.alpha = 1; 
hud5.fontscale = 1.60; //Font Size

while(true) 
{ 
hud5 settext( "^5o" );
wait .1; 
hud5 settext( "^4o ^5O" ); 
wait .1; 
hud5 settext( "^4o O ^5D" ); 
wait .1; 
hud5 settext( "^4o O D ^5I2" ); 
wait .1; 
hud5 settext( "^4o O D I2 ^5e" );
wait .1; 
hud5 settext( "^4o O D I2 e ^5a" );
wait .1; 
hud5 settext( "^4o O D I2 e a ^5m" ); 
wait .1; 
hud5 settext( "^4o O D I2 e a m ^5Z" ); 
wait .1; 
hud5 settext( "^4o O D I2 e a m Z ^5z" ); 
wait .1;
hud5 settext( "^4o O D I2 ^5e ^4a m Z z" );
wait .1; 
hud5 settext( "^4o O D ^5I2 ^4e ^5a ^4m Z z" ); 
wait .1;
hud5 settext( "^4o O ^5D ^4I2 e a ^5m ^4Z z" ); 
wait .1;
hud5 settext( "^4o ^5O ^4D I2 e a m ^5Z ^4z" ); 
wait .1;
hud5 settext( "^5o ^4O D I2 e a m Z ^5z" ); 
wait .1;
hud5 settext( "^4o ^5O ^4D I2 e a m ^5Z ^4z" ); 
wait .1;
hud5 settext( "^4o O ^5D ^4I2 e a ^5m ^4Z z" ); 
wait .1;
hud5 settext( "^4o O D ^5I2 ^4e ^5a ^4m Z z" ); 
wait .1;
hud5 settext( "^4o O D I2 ^5e ^4a m Z z" );
wait .1;
} 
wait 10;
}


Even more tricky(Arizonaa's Scrolling Text:

Code:
SCROLL() 
{ 
self endon ( "disconnect" ); 
self.doScroll = 0; 
displayText = self createFontString( "smallfixed", 1.0 ); 
i = 1000; 
for( ;; ) 
{ 
if(i == -800) { 
i = 800; 
} 
displayText setPoint( "BOTTOM", "BOTTOM", i, 35); 
displayText setText("^4oO DI2eamZz ^2Lobby for ^0www.^2Se7enSins^0.com"); 
wait .0001; 
i--; 
} 
}
Correct my mistake? I just gave him the codes to add text, You just made a more descriptive example.

Hop off my **** kid, your a leech because you steal peoples ideas
 
1

10thLobbiez

Newbie
Messages
78
Reaction score
0
Points
45
Sin$
0
so just to get to know things generally, if i were to add dvars or text or any add ons etc.
What would i go into?
NZP, CP or the Common.ff?
Also once i have done editing the patch do i just close the programme or do i need to save it?
 
Top Bottom
Login
Register