collapse

Author Topic: Need help resizing characters in certain statedefs  (Read 692 times)

0 Members and 8 Guests are viewing this topic.

Offline General Frostbite (☆)

  • Forum Member
  • ***
  • Posts: 201
  • Last Login:August 19, 2008, 08:45:24 PM
    • Email
Need help resizing characters in certain statedefs
« on: October 27, 2007, 03:35:41 PM »
How do you resize sprites in a certain statedef without changing the constants?

For example, Broli's size (Necromancer's Broli, whom I edited for myself) is 1.7. However, this makes some of his intro sprites too big. I want to know how to make them the normal size in the intro (xscale = 1, yscale = 1)

K, put it this way: How do you rezize characters in a certain state without permanently changing the constants?
« Last Edit: October 27, 2007, 03:38:49 PM by OmegaXMK2 »



Offline Luis/Dshiznet

  • Infinity Regular
  • ****
  • Posts: 1277
  • Last Login:September 16, 2009, 04:58:10 PM
  • Aaron-sama
    • My myspace
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #1 on: October 27, 2007, 05:38:10 PM »
go to the state def of the move
and add

scale= x,y

change x for what ever number and y aswell.

im not sure if it might not work.

Offline General Frostbite (☆)

  • Forum Member
  • ***
  • Posts: 201
  • Last Login:August 19, 2008, 08:45:24 PM
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #2 on: October 27, 2007, 06:14:07 PM »
go to the state def of the move
and add

scale= x,y

change x for what ever number and y aswell.

im not sure if it might not work.

K, I'll try...

EDIT: nope, didn't work. I think it's only for explods. Thanks for the help anyway...
« Last Edit: October 27, 2007, 06:59:21 PM by OmegaXMK2 »

Offline nick09

  • Contributor
  • ****
  • Posts: 3481
  • Last Login:December 21, 2011, 10:16:38 PM
  • Avatar Credit to CD.
    • Nick09's creations
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #3 on: October 27, 2007, 08:50:31 PM »
try resizing the sprites from the sff file.

Offline General Frostbite (☆)

  • Forum Member
  • ***
  • Posts: 201
  • Last Login:August 19, 2008, 08:45:24 PM
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #4 on: October 27, 2007, 08:53:31 PM »
try resizing the sprites from the sff file.

I wish it were that simple, but whenever I do that, the sprites come out a blurry mess.

Offline A!

  • Novice Coder
  • Infinity Regular
  • ****
  • Posts: 1318
  • Country: United Kingdom gb
  • Last Login:August 03, 2019, 06:10:28 PM
  • Don't Hate If You Cant Create
Re: Need help resizing characters in certain statedefs
« Reply #5 on: October 27, 2007, 08:57:42 PM »
try resizing the sprites from the sff file.

I wish it were that simple, but whenever I do that, the sprites come out a blurry mess.

eaither way you resize it its gona be blurry it makes no diff
A guy told me one time, "Don't let yourself get attached to anything you are not willing to walk out on in 30 seconds flat if you feel the heat around the corner."

Offline General Frostbite (☆)

  • Forum Member
  • ***
  • Posts: 201
  • Last Login:August 19, 2008, 08:45:24 PM
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #6 on: October 27, 2007, 09:02:38 PM »
try resizing the sprites from the sff file.

I wish it were that simple, but whenever I do that, the sprites come out a blurry mess.

eaither way you resize it its gona be blurry it makes no diff

Actually, I resized the original character to be bigger (1.7) in the CNS file. I want to resize some of the sprites (Broli's introduction sprites) to the original size (1), but I don't know how to do this in the CNS file. I tried using Photoshop to reduce the size but, of course, this only made things worse.

Offline Luis/Dshiznet

  • Infinity Regular
  • ****
  • Posts: 1277
  • Last Login:September 16, 2009, 04:58:10 PM
  • Aaron-sama
    • My myspace
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #7 on: October 27, 2007, 09:06:13 PM »
i did somthing like this on a hyper move for my wip, took me some time, but it was worth it.


on photo shop, open the sprites, then press control+ to double its size.

then take a screen shot(print screen button)

then make a new file, and paste it.

crop out the sprite, and clean it.

and there you go.. it alot of work, but its worth it.

Offline A!

  • Novice Coder
  • Infinity Regular
  • ****
  • Posts: 1318
  • Country: United Kingdom gb
  • Last Login:August 03, 2019, 06:10:28 PM
  • Don't Hate If You Cant Create
Re: Need help resizing characters in certain statedefs
« Reply #8 on: October 27, 2007, 09:06:29 PM »
try resizing the sprites from the sff file.

I wish it were that simple, but whenever I do that, the sprites come out a blurry mess.

eaither way you resize it its gona be blurry it makes no diff

Actually, I resized the original character to be bigger (1.7) in the CNS file. I want to resize some of the sprites (Broli's introduction sprites) to the original size (1), but I don't know how to do this in the CNS file. I tried using Photoshop to reduce the size but, of course, this only made things worse.

get rid of the .7....
A guy told me one time, "Don't let yourself get attached to anything you are not willing to walk out on in 30 seconds flat if you feel the heat around the corner."

Offline nick09

  • Contributor
  • ****
  • Posts: 3481
  • Last Login:December 21, 2011, 10:16:38 PM
  • Avatar Credit to CD.
    • Nick09's creations
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #9 on: October 27, 2007, 09:20:23 PM »
try resizing the sprites from the sff file.

I wish it were that simple, but whenever I do that, the sprites come out a blurry mess.

eaither way you resize it its gona be blurry it makes no diff

Actually, I resized the original character to be bigger (1.7) in the CNS file. I want to resize some of the sprites (Broli's introduction sprites) to the original size (1), but I don't know how to do this in the CNS file. I tried using Photoshop to reduce the size but, of course, this only made things worse.

get rid of the .7....

................................................................................................
K, put it this way: How do you rezize characters in a certain state without permanently changing the constants?

can't you read the topic? <_<|...|

Offline A!

  • Novice Coder
  • Infinity Regular
  • ****
  • Posts: 1318
  • Country: United Kingdom gb
  • Last Login:August 03, 2019, 06:10:28 PM
  • Don't Hate If You Cant Create
Re: Need help resizing characters in certain statedefs
« Reply #10 on: October 27, 2007, 09:36:59 PM »
try resizing the sprites from the sff file.

I wish it were that simple, but whenever I do that, the sprites come out a blurry mess.

eaither way you resize it its gona be blurry it makes no diff

Actually, I resized the original character to be bigger (1.7) in the CNS file. I want to resize some of the sprites (Broli's introduction sprites) to the original size (1), but I don't know how to do this in the CNS file. I tried using Photoshop to reduce the size but, of course, this only made things worse.

get rid of the .7....

................................................................................................
K, put it this way: How do you rezize characters in a certain state without permanently changing the constants?

can't you read the topic? <_<|...|


 your one sad person i was answering something else ya brat.......................................................
A guy told me one time, "Don't let yourself get attached to anything you are not willing to walk out on in 30 seconds flat if you feel the heat around the corner."

Offline nick09

  • Contributor
  • ****
  • Posts: 3481
  • Last Login:December 21, 2011, 10:16:38 PM
  • Avatar Credit to CD.
    • Nick09's creations
    • Email
Re: Need help resizing characters in certain statedefs
« Reply #11 on: October 27, 2007, 09:43:36 PM »
try resizing the sprites from the sff file.

I wish it were that simple, but whenever I do that, the sprites come out a blurry mess.

eaither way you resize it its gona be blurry it makes no diff

Actually, I resized the original character to be bigger (1.7) in the CNS file. I want to resize some of the sprites (Broli's introduction sprites) to the original size (1), but I don't know how to do this in the CNS file. I tried using Photoshop to reduce the size but, of course, this only made things worse.

get rid of the .7....

................................................................................................
K, put it this way: How do you rezize characters in a certain state without permanently changing the constants?

can't you read the topic? <_<|...|


 your one sad person i was answering something else ya brat.......................................................

hey you don't call people BRATS.

or any other name........

i never call no one a name and yet you disrepect me by name calling me. \-/o

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

D2TD VS Showcase Thread by D2TD
[September 30, 2024, 12:29:35 AM]


Mugen Of Solitude:Spacestation 1.0 Updated Stage By Supaman2525 & OldGamer by Aumio Khan
[September 29, 2024, 09:12:20 AM]


thunderstrike eric masterson by wacky thaxie
[September 26, 2024, 06:09:19 PM]


Classic VS : Balrog by ELECTRO
[September 25, 2024, 11:44:58 PM]


Justice League Seattle Stage by Vegaz by LightFlare
[September 23, 2024, 12:14:06 PM]


Ancient Gears Stage 1.1 & 1.0 by MatreroG
[September 20, 2024, 11:59:18 AM]


Justice League Metropolis Stage by Vegaz by LightFlare
[September 16, 2024, 11:57:49 AM]


Ultimate Mai Shiranui (FF2 & FF3) by nickfurry
[September 15, 2024, 02:27:53 AM]


Justice League Gotham Stage by Vegaz by LightFlare
[September 11, 2024, 09:41:42 AM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[September 07, 2024, 03:06:46 AM]

* IMT Calendar

October 2024
Sun Mon Tue Wed Thu Fri Sat
[1] 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

SimplePortal 2.3.5 © 2008-2012, SimplePortal