Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some tools to solve LF2 related problems
#27
The A-Grid Clipper does not resize your sprites but the grids these sprites are in. The reason this run-time error comes up is because when you scale down the whole grid yourself, and the program tries to read the grid's pixels according to the <bmp> part in a .dat file, it goes out of bounds now that the bmp is smaller. That's not what the program is for.

If you want to resize the attack, then you will have to do more than just scaling the sprite. You'll have to shrink down the itrs and set the center_x/ys and everything related to coordinates of that move in the .dat file.
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by: Rhino.Freak


Messages In This Thread
RE: Some tools to solve LF2 related problems - by A-Man - 03-04-2016, 01:43 PM



Users browsing this thread: 1 Guest(s)