Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] problem with data of new character
#1
? 
i just started data changing a few days ago and now im working on a new char named latios. the data was taken from template and modified so it could shoot balls. everything is working but i deleted everything related to weapons as i do not want it to wield weapons but it still picks them up-cannot throw light weapons(cant get rid of it unless fainted), normal weapons don't work(also cant get rid of it unless fainted), heavy objects make you stuck in corners and no one can hit you(a big problem). secondly, sprite is not shown for faint and injured. sprites don't cause problems(hang the game). below r the sprites and data.
[Image: UB2.gif]
FrozenFiren|Devid|Sprites

News of the day 19th Sep 10: Someone's back on track
Reply
Thanks given by:
#2
For the weapon thingy:
> Punching frames
Delete the itr:2's, they enable weapon-picking.
Beware, that AI-controlled Latios' still will TRY to pickup weapons.

Sprite thingy:
> There are no faint sprites. Actually, the faint thingy never was included in the fully developed LF2.
Otherwise i would advise you to check the sprite directories or (since it only seems to affect a few sprites) the sprite-pic-values. and may the bmp-part of the data...

Have to leave now, but when i come back i will may take the time to check the files...
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by:
#3
punching frames: thanks this soves the problem

sprite thing: ok i'll check
ok... i'll put the injury and lying(sry data says its lying) part of data here even though you can download the entire thing to save time...


[Image: UB2.gif]
FrozenFiren|Devid|Sprites

News of the day 19th Sep 10: Someone's back on track
Reply
Thanks given by:
#4
Found the problem:
Your pic has the size 400x400
Code:
file(0-24): sprite\sys\latios.bmp  w: 80  h: 80  row: 5  col: 5

Actually, 5x5 pics with 80x80 size are 400x400...
But LF2 always makes 1px-wide lines between the actual pics (therefore all chars have numbers like 79x79).
In fact, you need a pic size of 405x405, otherwise LF II won't be able to read some pics (f.e. all on the 5th row AND the 5th coloumn > injury pics).

Just make the w and h to 79, should fit with your pics ^^



edit@below:
OMG He even pressed the SOLVE button! Nice guy ^^
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by: forgetlatios
#5
thx! problem solved just that i looked at rest of pics and thought...
[Image: UB2.gif]
FrozenFiren|Devid|Sprites

News of the day 19th Sep 10: Someone's back on track
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)