Jump to content

Where can I find the code and assets of the HUD?


Recommended Posts

Specifically the circular clock in the top right.

I've successfully implemented a cooldown based ability system into my character mod, the abilities work great, but I wanted a more visual way to represent the cooldown timers other than my character just spouting the timer values through their talker. This is where the clock comes in.

I figured I could use the clock's animations, and play them at whatever speed my timers need to be at, so that one full clock cycle would act as the visual component to my items cooldown rather than as a whole day timers.

 

If these assets aren't obtainable any suggestions on how I could do this?

Link to comment
Share on other sites

The rim, background and the pointer for the clock is in hud.tex in data/databundles/images/images.

 

Additionally you can find:

Cave clock animations in data/anim/cave_clock.zip,

The little moon clock in data/anim/moon_phases_clock.zip

Clock transitions/animations from day to dusk, dusk to night etc. in data/anim/clock_transitions.zip

  • Like 1
Link to comment
Share on other sites

13 hours ago, -t- said:

The rim, background and the pointer for the clock is in hud.tex in data/databundles/images/images.

 

Additionally you can find:

Cave clock animations in data/anim/cave_clock.zip,

The little moon clock in data/anim/moon_phases_clock.zip

Clock transitions/animations from day to dusk, dusk to night etc. in data/anim/clock_transitions.zip

Thank you kind sir. This will be pretty helpful.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...