02-10-2012, 02:41 PM
How can we put the increased size of Sprites than in the .bmp to appear in the game?
Increased Size of Sprites
|
02-10-2012, 02:41 PM
How can we put the increased size of Sprites than in the .bmp to appear in the game?
02-10-2012, 02:48 PM
(This post was last modified: 02-10-2012, 02:49 PM by empirefantasy.)
Make your sprites bigger by using any program like paint,PhotoShop,etc.
Then edit bmp part of dat file,with new sizes (w: and h: )
i think he means how do you do it in the coding (because it's in the Data Changing section)
i have no idea otherwise if its simply the matter of being lazy and u just want to code it in without having to resize them on a program like photoshop or gimp (thats how i would do it anyways) would be cool if there was an convenient way to change the size in the game without ever having to change it image by image if there isn't then empirefantasy's way is the only one you can use it in the game V) lol i dunno, thought there was another way of doing it (i mean its quite logical to do it ur way ~don't get me wrong)
A sequence of variables thatre engraved since the beginning of the cosmos is responsible for animating things in reality
02-10-2012, 08:07 PM
@luti
Yes,every image need to be changed.That because every image appears with its real size in game. Also why would I not show him that there might be another way?
02-22-2012, 11:11 AM
i think there is a way like bashcrazy vegito the exp is bigger but the sprites size is the same as a normal exp
<a href="http://www.herofighter.com/" target="_blank" title="Hero Fighter"><img src="http://herofighter.com/banner/468x85.jpg" alt="Hero Fighter" border="0"></a>
my dragon (Click to View)
02-22-2012, 11:44 AM
yea that was what i wanted to ask!
02-22-2012, 12:30 PM
(02-22-2012, 11:11 AM)nbaheen Wrote: i think there is a way like bashcrazy vegito the exp is bigger but the sprites size is the same as a normal expWhen I looked at it, the sprite of the explosion was the exact same size as it was in game. So, if you want bigger sprites make bigger sprites. Simple as that.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels. An unsound argument is not the same as an invalid one. volatile in C++ does not mean thread-safe. Do not make APIs unnecessarily asynchronous. Make C++ operator > again Trump is an idiot.
02-22-2012, 08:47 PM
(02-22-2012, 11:11 AM)nbaheen Wrote: i think there is a way like bashcrazy vegito the exp is bigger but the sprites size is the same as a normal exp That doesn't make any sense... The explosion is bigger.. yet the size is the same? Then that means it's not bigger.
DBZ LF2 website
DBZ LF2 v0.4.3 - Namek Goku Update Trailer - September 25, 2024 DBZ LF2 mod v0.4.3 (September 28, 2024): Download
02-27-2012, 07:19 AM
If you want to ask about how to compress images (bigger image with less consumption)
You will need to have image editor softwares like Photoshop, Photoimpact or GIMP, change image into optimized 16 color or 256 color, and change the background back to #000000 (pure black) for retaining transparency. |
« Next Oldest | Next Newest »
|