Animated mouse cursor

Ask about editing graphics, sounds, models, music, etc here!
Shaders (GLSL) and SNDINFO questions also go here!

Moderators: GZDoom Developers, Raze Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
TheDrugod
Posts: 11
Joined: Thu Oct 31, 2019 6:44 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Animated mouse cursor

Post by TheDrugod »

Hi, its possible make an animated cursor on the menu? i was trying with animdefs but it doesnt work, thanks in advanced
TheDrugod
Posts: 11
Joined: Thu Oct 31, 2019 6:44 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: Animated mouse cursor

Post by TheDrugod »

Seems nobody knows how to do that :_
User avatar
Enjay
 
 
Posts: 26446
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Re: Animated mouse cursor

Post by Enjay »

I've just been trying to do the same thing myself and I think you are correct that it can't be done via ANIMDEFS.

I used the following purely as a test.

Code: Select all

texture DOOMCURS 
pic DOOMCURS tics 8
pic CHEXCURS tics 8
I hoped that it would alternate between the Doom cursor and the Chex one (just to show that it was working, obviously that wasn't what I wanted long term), but it doesn't.

For what it's worth, the cursors also don't seem to respect the HIRES folder either. Again as an experiment, I put a 128x128 image called DOOMCURS.PNG into a HIRES folder and all that happened was that the Doom cursor changed to the default cursor in game, and did not become a scaled-down version of the 128x128 image as most graphics would do.

I have no idea if any of the above observations happen by design, but I suspect so.
User avatar
Redneckerz
Spotlight Team
Posts: 1000
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: Animated mouse cursor

Post by Redneckerz »

TheDrugod wrote:Seems nobody knows how to do that :_
I am sure people will know, but people aren't on the forums 24/7 (or even daily). People have outside jobs, perhaps outside families, that may or may not also dedicate a portion of their time.

Inside that portion of their time, they also do things outside of Doom, like reading, going to the movies, reserving a restaurant, hiking or speedskating. So there is another portion within a portion of time reserved.

Within that portion of a portion of a portion of the time available, there is time for Doom. And that is, as you can tell by now, a small portion of someone's time.

Return to “Assets (and other stuff)”