PDA

View Full Version : Core RPG - 24 Hour Clock Format



Alanrockid
February 9th, 2021, 15:36
This is a silly extension made by me, that changes the clock format from AM-PM to 00-23h.

It should work with any core-rpg based rulesets (including 5E), as long as calendar module is activated.
Let me know if you are having any problems with this extension.

Valyar
February 14th, 2021, 08:15
This is cool :)

SirMotte
May 15th, 2021, 01:07
Wanted to point out, that this messes up the clock adjuster extension interface for whatever reason :).

46702

bmos
May 15th, 2021, 13:22
Wanted to point out, that this messes up the clock adjuster extension interface for whatever reason :).

46702I posted an update in the ClockAdjuster thread (https://www.fantasygrounds.com/forums/showthread.php?57561-Utility-Clock-Adjuster&p=600476&viewfull=1#post600476) that will fix that. Basically setting AM/PM to blank space made the UI of that extension shift over.


This is a silly extension made by me, that changes the clock format from AM-PM to 00-23h.thank you for this, I have seen many people asking for a 24-hour game clock.

Skie
June 14th, 2024, 06:12
Seems to be broken atm :(
I'm getting the following error on a new campaign with no other extensions loaded and a default gregorian calender setup:

[6/14/2024 7:05:35 AM] [ERROR] Script execution error: [string "CoreRPG:utility/scripts/calendar_main.lua"]:62: attempt to call field 'getDisplayMinute' (a nil value)

the minute section in the calender is blank and ctrl scrolling to change it makes the following error:

[6/14/2024 7:10:28 AM] [ERROR] Handler error: [string "CoreRPG:utility/scripts/calendar_main.lua"]:62: attempt to call field 'getDisplayMinute' (a nil value)

Egheal
June 14th, 2024, 15:23
Yes same problem for me. Very nice extension, thanks!
This got me wondering how many countries actually use am-pm, so if you are like me, here is the response: 18/195 (Australia, Bangladesh, Canada, Colombia, Egypt, El Salvador, Honduras, India, Ireland, Jordan, Malaysia, Mexico, New Zealand, Nicaragua, Pakistan, Philippines, Saudi Arabia and U.S).

anstett
June 14th, 2024, 20:03
I use this for my Traveller game as everything there is in 24:00 format

bmos
August 15th, 2024, 18:04
Someone asked me to fix this extension so I did
https://github.com/FG-Unofficial-Developers-Guild/24-Hour-Clock/releases/tag/v1.3

I also removed basically all of the code, so it's really simple now.
Please let me know if there are any issues.