It's English, you can change the days / months values by editing the main.lua script
function getmonth(index) local months = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" } return months[index] end function getday(index) local days = { "Sunday", "Monday", "Tuesday", "Wednesdary", "Thursday", "Friday", "Saturday" } return days[index + 1] end EDIT: it displays "mjavascript-event-stripped" instead of local months ... anyway, just change the values
Unfortunately with downloading the new update , I'm experiencing crashes (pretty frequently) and I never used to crash at all before :c but thank you so much for making this mod regardless, it's so helpful <3 especially the display on the mini map , really appreciate that
Firstly thank you so much for putting so much effort into your mods and trying to figure out the crashing issue. It's so bizarre that the devs didn't include a clock in the first place. Showing the time is a big deal for me for roleplaying my student's Hogwarts days, and I love the UI with your mod.
The xinput fix that you provided seems to be working so far *knock on wood!* I was previously in the "crashing at least once every 15 minutes" category but so far I haven't crashed randomly and by now I usually would have crashed twice. So at worst, it's probably at least reduced the crashing, if not eliminated it. Woohoo!
On another note, I'm definitely a fan of the font change. I prefer this newer font over the previous Harry Potter themed font :)
It seems to happen most frequently when the game is also trying to process a lot going on (but it happens really frequently with this mod). My rig meets the minimum requirements but my CPU is OLD!!! An 11 year old i7 LOL. I wonder if it's a case of CPU or RAM (16GB) being overloaded? Next crash I'll have a look at the history of both and see what they say.
(Yeah my PC desperately needs some lovin'! But CPU upgrade requires new mobo and RAM too - and have to buy Windows again as it will treat it as a new PC - so all up it's gonna cost nearly a grand!)
390 comments
function getmonth(index)
local months = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }
return months[index]
end
function getday(index)
local days = { "Sunday", "Monday", "Tuesday", "Wednesdary", "Thursday", "Friday", "Saturday" }
return days[index + 1]
end
EDIT: it displays "mjavascript-event-stripped" instead of local months ... anyway, just change the values
Update 2023-04-15: this mod offers same feature as blueprint, which might be more stable that mine. Sorry I couldn't make mine more stable :(
I really love this mod but my game keeps crashing
but thank you so much for making this mod regardless, it's so helpful <3 especially the display on the mini map , really appreciate that
The xinput fix that you provided seems to be working so far *knock on wood!* I was previously in the "crashing at least once every 15 minutes" category but so far I haven't crashed randomly and by now I usually would have crashed twice. So at worst, it's probably at least reduced the crashing, if not eliminated it. Woohoo!
On another note, I'm definitely a fan of the font change. I prefer this newer font over the previous Harry Potter themed font :)
It seems to happen most frequently when the game is also trying to process a lot going on (but it happens really frequently with this mod). My rig meets the minimum requirements but my CPU is OLD!!! An 11 year old i7 LOL. I wonder if it's a case of CPU or RAM (16GB) being overloaded? Next crash I'll have a look at the history of both and see what they say.
(Yeah my PC desperately needs some lovin'! But CPU upgrade requires new mobo and RAM too - and have to buy Windows again as it will treat it as a new PC - so all up it's gonna cost nearly a grand!)
The next step would be from someone to convert all the UE4SS script logic to a Blueprint mod that might be more stable.
Edit: actually someone did a similar one, I updated description
latest updated has better font and removes the clock picture.