Author Topic: Thought for moving start menu..  (Read 5326 times)

nikfrozty

  • *
  • Posts: 1215
  • Cloud kicks Sephiroth's Butt Anytime
    • View Profile
Thought for moving start menu..
« on: 2010-05-18 13:14:55 »
Only images can be used to replace the start menu right?? Well I saw some .gif images that are moving. Is there a way to input the .gif image other than .png into the game?? Just a thought though. Sorry if I'm wrong. :-\

nfitc1

  • *
  • Posts: 3013
  • I just don't know what went wrong.
    • View Profile
    • WM/PrC Blog
Re: Thought for moving start menu..
« Reply #1 on: 2010-05-18 13:18:52 »
Only images can be used to replace the start menu right?? Well I saw some .gif images that are moving. Is there a way to input the .gif image other than .png into the game?? Just a thought though. Sorry if I'm wrong. :-\

I don't think it works like that. It'd be nice if it did though.

Kranmer

  • *
  • Posts: 766
    • View Profile
Re: Thought for moving start menu..
« Reply #2 on: 2010-05-18 13:56:25 »
i dont think it can be done currently, but if you ask Aali he may be able to come up with somthing. I think he uses LibPNG (this is what i think and not a fact, if i am wrong feel free to correct me) so it may be possible for him to add APNG format (Animated PNG or Animated Portable Network Graphics) which acts like a GIF but uses the PNG format.

nikfrozty

  • *
  • Posts: 1215
  • Cloud kicks Sephiroth's Butt Anytime
    • View Profile
Re: Thought for moving start menu..
« Reply #3 on: 2010-05-18 14:02:58 »
So a png can also act like a gif image?? I never knew there were such things like animated png. I'm a noob with these things. :-\

Kranmer

  • *
  • Posts: 766
    • View Profile
Re: Thought for moving start menu..
« Reply #4 on: 2010-05-18 14:10:39 »
i only found out about them not so long ago, try google and just search for
APNG
and that will tell you alot more about it, if you try to use one in Aali's driver it will just load it as a normal PNG but if you ask him he may be able to make it move.

nikfrozty

  • *
  • Posts: 1215
  • Cloud kicks Sephiroth's Butt Anytime
    • View Profile
Re: Thought for moving start menu..
« Reply #5 on: 2010-05-18 14:28:20 »
Thanks for the info then. :) So if you know how it looks with the driver you have already tried it right?? So at least the apng still shows in the game even without the animation. :)

Kranmer

  • *
  • Posts: 766
    • View Profile
Re: Thought for moving start menu..
« Reply #6 on: 2010-05-18 14:36:58 »
yes i have tried it, APNG's work but are used as a normal PNG so only the first frame is shown, (i tried different programs to make APNG's but they where all the same and just showed a still image in Aali's Driver, they all worked apart from gif2apng which outputed a APNG that didnt work with the driver at all).

nikfrozty

  • *
  • Posts: 1215
  • Cloud kicks Sephiroth's Butt Anytime
    • View Profile
Re: Thought for moving start menu..
« Reply #7 on: 2010-05-18 20:01:48 »
Its all up to Aali's Driver now. Hopes he adds support for APNG's as well. :-\

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Re: Thought for moving start menu..
« Reply #8 on: 2010-05-18 20:06:28 »
support for APNGs would open up a ton of new avenues, all much larger than a simple start menu. You could have the field textures sway in the wind for example. However, it might be extremely laggy, since loading up standard PNGs adds a small amount of loading lag.

lee

nikfrozty

  • *
  • Posts: 1215
  • Cloud kicks Sephiroth's Butt Anytime
    • View Profile
Re: Thought for moving start menu..
« Reply #9 on: 2010-05-18 21:41:02 »
Well I wouldn't mind upgrading parts of my cpu to make it run faster. :) If it were just possible now to use these apng in the game. But I know the start menu is just a start if apng were possible and eventually it will lead to what things you're implementing. Damn that makes texturing a lot harder.

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Re: Thought for moving start menu..
« Reply #10 on: 2010-05-18 22:52:53 »
Damn that makes texturing a lot harder.

not as hard as you might think. Even subtle movement makes a difference. Look at the sands around golden saucer in the WMRP. It's very subtle(too subtle for some) but it gets the point across and it only took 15 minutes to get the extra motion. The oceans would be a good example too, since instead of 4 separate frames, you could condense it into one APNG. It would cut down on alot of the animation PNGs.

sl1982

  • Administrator
  • *
  • Posts: 3764
  • GUI Master :P
    • View Profile
Re: Thought for moving start menu..
« Reply #11 on: 2010-05-18 22:55:26 »
Damn that makes texturing a lot harder.

not as hard as you might think. Even subtle movement makes a difference. Look at the sands around golden saucer in the WMRP. It's very subtle(too subtle for some) but it gets the point across and it only took 15 minutes to get the extra motion. The oceans would be a good example too, since instead of 4 separate frames, you could condense it into one APNG. It would cut down on alot of the animation PNGs.

Wouldnt that require hacking into the exe to get it to only load 1 image instead of 4?

Tekkie.X

  • *
  • Posts: 896
  • Formerly known as DragonNinja
    • View Profile
Re: Thought for moving start menu..
« Reply #12 on: 2010-05-19 00:31:36 »
Or still have it 4 images but each one being a small part of the animation making it look smoother, no need for hackage that way.

Of course we'd still need Aali to work his magic first.

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Re: Thought for moving start menu..
« Reply #13 on: 2010-05-19 00:45:52 »
Wouldnt that require hacking into the exe to get it to only load 1 image instead of 4?

i have no idea ;) but it seems if aali can make it call a PNG for any given texture, it may be possible to make it call APNGs as well. Though that method may not work the animated textures, but i would imagine it could be possible to make an exclusion list to not call the other 3 TEX files of an animated texture, and only call the first, APNG version.

Just speculation on my part, i really don't know if any of this is possible.

lee