Pdub wrote:I think it might be possible to add more dunkpacks to the game. From the original dunk.act-
- Code: Select all
DUNK
dunktable
168
23
21;27;26;23;36;30;24;38;39;53;52;52;48;31;42;31;52;16;15;33;22;6;29
168 is how many animations are in the file. 23 is the amount of dunkpacks, with 5 of them being specially used for highflyers, power, and inside scorers. the "21;27;26, etc" numbers are how many dunks are in each dunkpack, so there are 23 sets.
So, in theory, we could add a dunkpack, change the 23 to a 24, and try to figure out where to add the new dunkpack. It should either be before the FSS dunkpacks or after them. Also, each line would have to be changed to add the new dunkpack to this part -
- Code: Select all
-------------------x--x
Then, just add the dunks for a particular player and change the dbf to give them the signature dunkpack. It probably can't be that easy. The part that shows what dunkpack a dunk is used in may be hardcoded and unchangeable.
Hey Pdub you can actually use the 5 spots used for freestyle superstars as normal dunkpacks. eg if you assign a player say 18 as a dunkpack in your dbf you just need to place an x on the 18th spot in the dunk act and hey presto a new dunkpack.
Just make sure assign NONE,- in the superstar spot
example
DNKJER1F1HLONG;10;6;DUNK_REG;n;-;-;-;-;x;
NONE;-;-90;85;0;10.2;0.45;1.8;-;-;-;-;-;-;-;-;-;-;-;-;-;-;F;-;-;NONE;0;-;NA;NA;NA;N;N;NA;NA;NA;NA;NA;N;100;------------------x----
I guess you'll probably need to increase the number in the 18 spot to match how many animations you use in total as this spot is also used for power superstars
21;27;26;23;36;30;24;38;39;53;52;52;48;31;42;31;52;16;
15;33;22;6;29 - increase this number by how many extra dunk or layups or alleyoops you assign to this dunkpack
So kris you should be able to assign another 5 extra dunkpacks,
i,ve tried to go beyond number 23 and assign number 24 a dunkpack but nothing happened, i'd say that the 23 dunkpacks are somehow hardcoded, but i'm sure as shit no expert
