Little Fighter Empire - Forums
My first mod - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7)
+--- Forum: Projects (https://lf-empire.de/forum/forumdisplay.php?fid=10)
+--- Thread: My first mod (/showthread.php?tid=9097)



My first mod - Alapottra - 02-06-2014

This charater is a comination of fire and ice Comment Please


RE: My first mod - Gad - 02-06-2014

Screens pls and maybe a description.


RE: My first mod - Alapottra - 02-06-2014

(02-06-2014, 08:24 AM)Gad Wrote:  Screens pls and maybe a description.




RE: My first mod - Gad - 02-06-2014

That's nice.


RE: My first mod - Silverthorn - 02-10-2014

Hi Alapottra,

I'd like to point you to something that might be of your interest: How to post a thread in the Projects-section.

Short version: present your creation in an appealing way. Images are always appreciated! :)


With that being said, I took the liberty to download your file. Judging from the dat-file, I guess you forgot to place something vital into the archive:
    DC-Code:
<bmp_begin>
name: Fire-Frezze
head: sprite\template1\sh*t.bmp
small: sprite\template1\s.bmp
file(0-69): sprite\template1\f_0.bmp  w: 79  h: 79  row: 10  col: 7
file(70-139): sprite\template1\f_1.bmp  w: 79  h: 79  row: 10  col: 7


Can't really judge the char that much. I just skimmed through the dat a little more to notice another oddity:
    DC-Code:
<frame> 235 Fire baby
   pic: 10  state: 3  wait: 2  next: 236  dvx: 1  dvy: 0  centerx: 39  centery: 79  hit_a: 236  hit_d: 238  hit_j: 0 mp: 50
   itr:
      kind: 2  x: 26  y: 58  w: 37  h: 23  vrest: 1  
 
   itr_end:
opoint:
      kind: 1  x: 59  y: 44  action: 0  dvx: 0  dvy: 0  oid: 210  facing: 0
   opoint_end:
   bdy:
      kind: 0  x: 30  y: 18  w: 28  h: 60
   bdy_end:
   bdy:
      kind: 0  x: 23  y: 35  w: 37  h: 24
   bdy_end:
<frame_end>
 
<frame> 236 Fire baby
   pic: 11  state: 3  wait: 3  next: 237  dvx: 0  dvy: 0  centerx: 39  centery: 79  hit_a: 237  hit_d: 238  hit_j: 0
  sound: data\007.wav 
   bdy:
      kind: 0  x: 39  y: 19  w: 21  h: 61
   bdy_end:
 opoint:
      kind: 1  x: 59  y: 44  action: 0  dvx: 0  dvy: 0  oid: 210  facing: 0
   opoint_end:
   bdy:
      kind: 0  x: 51  y: 34  w: 26  h: 16
   bdy_end:
<frame_end>
 
<frame> 237 Fire baby
   pic: 12  state: 3  wait: 2  next: 235  dvx: 1  dvy: 0  centerx: 39  centery: 79  hit_a: 0  hit_d: 238  hit_j: 0
   itr:
      kind: 2  x: 26  y: 58  w: 37  h: 23  vrest: 1  
 
   itr_end:
opoint:
      kind: 1  x: 59  y: 44  action: 0  dvx: 0  dvy: 0  oid: 210  facing: 0
   opoint_end:
   bdy:
      kind: 0  x: 27  y: 17  w: 31  h: 63
   bdy_end:
<frame_end>


This looks rad. How do you even get out of this loop? :p

Also, opoints in first frames won't work. This doesn't only apply for this sequence but for the others as well. Keep going! :)


RE: My first mod - Azriel - 02-12-2014

(02-10-2014, 04:27 PM)Blue Phoenix Wrote:  This looks rad. How do you even get out of this loop? :p

by pressing 'd'



Azriel~