oldyz
Young Lion
- Joined
- Feb 12, 2017
- Messages
- 9
- Reaction score
- 0
the following code will make your wrestlers appear as squashed Dwarfs
if the very first 2 letters in your wresltler's name are FU
D10995EC 4655
8106B47C 3F19
D1099700 4655
8106B53C 3F19
D1099814 4655
8106B5FC 3F19
D1099928 4655
8106B6BC 3F19
breakdown
D10995EC 4655 if player 1's first 2 letter in the name are FU
8106B47C 3F19 then player 1 height is half & squashed
D1099700 4655 FU conditional for player 2
8106B53C 3F19 player 2 height affected
D1099814 4655 FU conditional for player 3
8106B5FC 3F19 affected height player 3
D1099928 4655 FU conditional for player 4
8106B6BC 3F19 affected height for player 4
there is many things that i want to improve in this code - first the full name inplementation was supposed to be (FUVERT) but i have yet to figure out how to make the code detect the other 4 letters - they seem to be linked to the same ADDY
2nd - its a MExican tradition to have Dwarf versions of wrestlers - any wrestler - and mascots -
by perfecting this code with shortened limbs - and bigger heads - any wreslter or CAW that features the words "mini" at the very beggining of a name - or "cito" as the ending 4 characters of the short name, will make any wrestler a short version - example Undertaker = mini Undertaker
if you want to use a name to customize a wrestler based on a name, i have made the following short tutorial:
http://s4.zetaboards.com/Old_Skool_Reunion?topic=30066682/1/#new
any help in perfecting this method will be appreciated
if the very first 2 letters in your wresltler's name are FU
D10995EC 4655
8106B47C 3F19
D1099700 4655
8106B53C 3F19
D1099814 4655
8106B5FC 3F19
D1099928 4655
8106B6BC 3F19
breakdown
D10995EC 4655 if player 1's first 2 letter in the name are FU
8106B47C 3F19 then player 1 height is half & squashed
D1099700 4655 FU conditional for player 2
8106B53C 3F19 player 2 height affected
D1099814 4655 FU conditional for player 3
8106B5FC 3F19 affected height player 3
D1099928 4655 FU conditional for player 4
8106B6BC 3F19 affected height for player 4
there is many things that i want to improve in this code - first the full name inplementation was supposed to be (FUVERT) but i have yet to figure out how to make the code detect the other 4 letters - they seem to be linked to the same ADDY
2nd - its a MExican tradition to have Dwarf versions of wrestlers - any wrestler - and mascots -
by perfecting this code with shortened limbs - and bigger heads - any wreslter or CAW that features the words "mini" at the very beggining of a name - or "cito" as the ending 4 characters of the short name, will make any wrestler a short version - example Undertaker = mini Undertaker
if you want to use a name to customize a wrestler based on a name, i have made the following short tutorial:
http://s4.zetaboards.com/Old_Skool_Reunion?topic=30066682/1/#new
any help in perfecting this method will be appreciated