So, to start my data changing experience, I considered just editing some attacks on Woody(best char ever).
I ran into problems before I could edit my first move.
I'll list my problems so far, so here goes:
How to make his tiger dash -stronger-, so that it couldn't be stopped with such weak attacks?
How to make him automatically teleport behind the opponent after getting hit?
How to make him be able to "shoot" more of his "blasts", like Davis and Dennis do with their balls?
12-28-2010, 04:54 PM (This post was last modified: 12-28-2010, 05:00 PM by Whaat.)
1. I think that bdefend grows your defend, so try adding it, normally it´s 60, so try making it 100 or smthing like that (and make this to every fly_crash frame where is bdefend):
12-28-2010, 04:58 PM (This post was last modified: 12-28-2010, 06:02 PM by ~Dome~.)
(12-28-2010, 04:40 PM)Kenert Wrote: How to make him be able to "shoot" more of his "blasts", like Davis and Dennis do with their balls?
You can either extend the facing: in the opoint of the frame where he shots the balls, for example facing: 30 will shot 3 balls at once. click -here- for further details.
If you want him to repeat the action through pressing A for example, add a hit_a: xxx in the last frames of the attack, the xxx stands for the framenumber you wish to start again.
(12-28-2010, 04:40 PM)Kenert Wrote: How to make his tiger dash -stronger-, so that it couldn't be stopped with such weak attacks?
I guess you want to prevent that he gets hit by for example Woodys D^A. You can either make the body area smaller or the itr area bigger. If you want to prevent him getting hit by state: 3006 objects, just delete the body.
Check -this- out for further details
(12-28-2010, 04:40 PM)Kenert Wrote: How to make him automatically teleport behind the opponent after getting hit?
First you create a new frame for example number 350 which has a state: 400 [if you want to correct the position where he teleports use dvx: xxx and dvx: 550 in the following frames] after that you change the "next" in the first injured frames into next: -350 [you character will turn around before teleporting so that you land behind him]
this should work. the last 2 frames correct the position so he doesnt stand away too much from the enemy.
however, as you can see there is a itr: kind 8 in the two injured frames, those make sure the character also does the teleport if the is hit from behind.
If the itr detects an object 0 it goes to frame 350 [dvx: 350]
(12-28-2010, 04:54 PM)Whaat Wrote: 1. I think that bdefend grows your defend, so try adding it, normally it´s 60, so try making it 100 or smthing like that (and make this to every fly_crash frame where is bdefend
bdefend only states how you damage the enemys defend
12-28-2010, 06:10 PM (This post was last modified: 12-28-2010, 06:20 PM by Kezeal.)
It kind of works, but only when attacked from behind and then he'll stay bodyless and invisible until he moves. AND he doesn't teleport -behind- the enemy, just a bit further from his original position.
Also, after deleting the body on his Tiger Dash, he just goes through attacks. I want it to be stronger than Julian's Ball and some other attacks, so he could destroy them.
EDIT: I'd also like it to be able to destroy John's shields.
Also, is it possible that he would extinguish fire that's on the ground, while doing this attack?
Also, any way to make him teleport after someone attacks him with a strong attack? For example a run-attack or Davis's D^A. Found it, had to put "hit_d: 304"(the teleport) to the falling frames. Auto-teleport would be boring, I put it to manual ^^
Only way I found to make Woody not get hurt by Julian's ball's explosion during his Tiger Dash was to remove his body. Any way to make him just not get hurt by it? <- Probably a stupid question, but meh, I don't know the limit of coding.
(12-29-2010, 11:33 AM)Kenert Wrote: Also, is it possible that he would extinguish fire that's on the ground, while doing this attack?
Possible, but you would need to recode the ground-flames and give them a specific body each.
The attac hits the bodies, flames disappear...
I guess...
Maybe...
(12-29-2010, 11:33 AM)Kenert Wrote: Only way I found to make Woody not get hurt by Julian's ball's explosion during his Tiger Dash was to remove his body. Any way to make him just not get hurt by it? <- Probably a stupid question, but meh, I don't know the limit of coding.
Probably possible, if you create an T3-object, following him and containing the itr/kind:0 for the attack. The object must have state 3005.
If characters hit the Julian-Ball, it will be slowed at most.
If a 3005 hits it, it will disappear (and therefore can't hit Woody).
12-29-2010, 12:46 PM (This post was last modified: 12-29-2010, 01:00 PM by Kezeal.)
Ran into a new problem:
I put punch's hit_j: 220 and on frame 220 I send him to teleport, but for some reasons he doesn't teleport to the enemy, just turns around in his position. I put "hit_Uj: 220" in the first frame and it works just fine.
Just wanted him to be able to teleport with Attack-Jump
Also, the teleport seems to misfunction when you're near your opponent, facing away from him: The teleport just teleports you backwards, doesn't even turn you around. Only happens with the manual one, when he hits me naturally, it works just fine. Yet again, I wanted to make his teleporting faster.
The above problem happens also when you attack while you teleport. You'll either just turn around or teleport backwards.