Poll: Likes BattleDennisEX?
You do not have permission to vote in this poll.
I adore it
15.63%
5 15.63%
yes
25.00%
8 25.00%
I do not know it yet
18.75%
6 18.75%
a little bit
21.88%
7 21.88%
not
18.75%
6 18.75%
Total 32 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 11 Vote(s) - 2.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Representative Char] BattleDennisEX
#11
man, did you even bother to look >here
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#12
I'm made the transform, but the pics are doesn't working.What's the problem?
Reply
Thanks given by:
#13
"I'm made the transform, but the pics are doesn't working.What's the problem?" N/C

(10-01-2008, 08:43 AM)Blue-Phoenix Wrote:  man, did you even bother to look >here<?
Look Here -.-
Reply
Thanks given by:
#14
I'm not speak english very good and...i don't understand.:(
Reply
Thanks given by:
#15
it is also avaiable in german...

here
[sig placeholder until my new sig is finished]
should totally allow people to be all trolley on their birthday :D
Reply
Thanks given by:
#16
I'm from hungary
Reply
Thanks given by:
#17
ah well...that's a problem...
[sig placeholder until my new sig is finished]
should totally allow people to be all trolley on their birthday :D
Reply
Thanks given by:
#18
Sorry, but we really can't help you then, since there aren't many people around here that speak Hungarian... Kayz...........

Here my little transforming guide just for you ;)

How do you transform?
state: 8xxx makes you transform into the character with the id: xxx, means, if you want to transform into Julian, for example, write state: 8052. So, you need some frame like this (I left out everything but the important part):
Code:
<frame> 300 transform
   pic: 0  state: 8052  wait: 301  next: 1  dvx: 0  dvy: 0  dvz: 0  centerx: 41  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

Panic! The pictures are totally messed up!
That's the deal with the transforming. When you transform into somebody else, a 140 picture shift occurs. This means, if it says "pic: 10" in your dat-file, after transforming it'll be pic: 150. This happens every time state: 8xxx is involved. This is also the reason why the criminals in stage mode look different from the regular enemies, although they're the same character.

Great, and how do I solve this problem?
Let's take a little example. This excerpt is from Bandit.dat and is line 5-8:
Code:
file(0-69): sprite\sys\bandit_0.bmp  w: 79  h: 79  row: 10  col: 7
file(70-139): sprite\sys\bandit_1.bmp  w: 79  h: 79  row: 10  col: 7
file(140-209): sprite\sys\bandit_0b.bmp  w: 79  h: 79  row: 10  col: 7
file(210-279): sprite\sys\bandit_1b.bmp  w: 79  h: 79  row: 10  col: 7
When you look further into the dat-file, you'll never notice any picture-number greater than 139. Well, you can't :P
The actual images that are used regularly are the picture numbers 0-139 in Bandit.dat. But when you transform into him (which is what the criminal does when you free him), that 140-picture-shift occurs. This is solved here by adding the last two lines, starting with "file(", followed by the picture numbers. This defines, which images are to be used when you have a picture number between 140 and 279 (which only happens when you transform).
You could actually do the same with any character.

Ahhhhh, I made it up to here, but I've more than 140 original pics!
Maybe, you've something like this:
Code:
file(0-69): sprite\sys\dennis_0.bmp  w: 79  h: 79  row: 10  col: 7
file(70-139): sprite\sys\dennis_1.bmp  w: 79  h: 79  row: 10  col: 7
file(140-209): sprite\sys\dennis_2.bmp  w: 79  h: 79  row: 10  col: 7
This is quite tricky because now, after transforming, your images will be really messed up. There is only one thing to do: adjusting the bmp-part. You need something like this:
Code:
file(0-69): sprite\sys\dennis_0.bmp  w: 79  h: 79  row: 10  col: 7
file(70-139): sprite\sys\dennis_1.bmp  w: 79  h: 79  row: 10  col: 7
file(140-209): sprite\sys\dennis_0.bmp  w: 79  h: 79  row: 10  col: 7
file(210-279): sprite\sys\dennis_1.bmp  w: 79  h: 79  row: 10  col: 7
file(280-349): sprite\sys\dennis_2.bmp  w: 79  h: 79  row: 10  col: 7
file(350-419): sprite\sys\dennis_2.bmp  w: 79  h: 79  row: 10  col: 7
Of course, you now need to adjust the pic-values in each frame, too. Everywhere, where it says: "pic: 140", you'll need to change it to "pic: 280", "pic: 141" is gonna be "pic: 281" and so on. It's boring but you need to do that for transforming ;)

--

Hope this helps you ;)
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by: Adam315
#19
! 
oh,thanks.I'll try it;)
neat, Battledennis transform to DennisEX.

you'll download at the first comment

DennisEX attacks:

D>A(+A+A...) energy blast

DJA(+A+A...) explosion

D^J(+a+a) disaster

DvA many foot


(not finished)
Edit:
-added a +man to DennisEX DvJ
-corrected DennisEX's disaster
-new sprite to DennisEX ball

please vote the character!
Reply
Thanks given by:
#20
8\10 good character:)
Reply
Thanks given by:




Users browsing this thread: 3 Guest(s)