MoveSET on 2 parts?

Negan

Opener
Joined
Nov 14, 2016
Messages
55
Reaction score
0
Hello everybody i have a question, i see a lot of 2 part's Move Replacement in my question is how to connect them in one so i can change the wrestler replacement? And one more question HOW they create 2 part moveset and why some of moveset's is in 2 parts? Thanks in advance to everybody and sorry for bad english :)
 

Tyler Black

Upper Midcard
Joined
Nov 2, 2014
Messages
578
Reaction score
0
Some movesets are broken into two parts because the cheat file can only hold 140 (about that many, i cant remember the exact number) lines of code. the moveset code could be broken into 100 parts and it wouldnt matter. as long as its all there it will replace the moveset. the other reason is they used IRN codes for unused move hacks and wanted to keep them separated from the main code

also you create a 2 part code like this

Moveset\Johnny Gargano\1

Moveset\Johnny Gargano\2


The ( \ ) is what allows you to break the code down into more parts
 

Wolfpac_69

Main Eventer
Joined
Jul 13, 2011
Messages
1,394
Reaction score
1
Hi,

Full moveset are 108 lines generally they are split it half so 54 lines each. As tyler said per cht slot there is a limit as to how much code can be added i generally try to stay below 100 lines per slot.

Also I notice your posted a lot of Questions all the answers to these are on this site
http://s4.zetaboards.com/Old_Skool_Reunion/forum/3858458/

A lot of the sub forums have full tutorial sections so please look before asking.
 

Negan

Opener
Joined
Nov 14, 2016
Messages
55
Reaction score
0
Yeah but i dont find how to change wrestler i mean if this 2 part code repalce malenko how to make to change jericho????
 

CBWardog

Young Lion
Joined
Sep 13, 2015
Messages
41
Reaction score
0
You could check WldFb's moveset editor if you want to put a moveset into another character.
 

Negan

Opener
Joined
Nov 14, 2016
Messages
55
Reaction score
0
CBWardog said:
You could check WldFb's moveset editor if you want to put a moveset into another character.
I know how to work but i dont know how ot work with 2 part's Move Replacement
 

KWG

Promoter
Staff member
Joined
Jun 18, 2011
Messages
3,028
Reaction score
4
Negan said:
I know how to work but i dont know how ot work with 2 part's Move Replacement
There's no secret about it, for example, let's say I have this code:

00000000 1111
22222222 3333
44444444 5555
66666666 7777
88888888 9999

When I split it in two parts, it's either to organize, or from what I remember some codes do need to be split to work.

Example Code/1
00000000 1111
22222222 3333

Example Code/2
44444444 5555
66666666 7777
88888888 9999

If I want it to become one entire code again, I just put it together:

00000000 1111
22222222 3333
44444444 5555
66666666 7777
88888888 9999

That's it.
 

Negan

Opener
Joined
Nov 14, 2016
Messages
55
Reaction score
0
KWG said:
Negan said:
I know how to work but i dont know how ot work with 2 part's Move Replacement
There's no secret about it, for example, let's say I have this code:

00000000 1111
22222222 3333
44444444 5555
66666666 7777
88888888 9999

When I split it in two parts, it's either to organize, or from what I remember some codes do need to be split to work.

Example Code/1
00000000 1111
22222222 3333

Example Code/2
44444444 5555
66666666 7777
88888888 9999

If I want it to become one entire code again, I just put it together:

00000000 1111
22222222 3333
44444444 5555
66666666 7777
88888888 9999

That's it.
Oooh soo that is the secret.... Hahah, actually i feel really stupid right now.... But nobody is born learn Haha. Thanko you so much! :)
 
Top