Post reply

Warning - while you were reading a new reply has been posted. You may wish to review your post.
Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview

Please read the rules before you post!


Topic Summary

Posted by: The Scout
« on: December 26, 2021, 10:04:10 PM »

What date format is the game expecting to exist, and does it cover both short and long dates?
Posted by: MasonMac
« on: July 31, 2021, 03:38:16 PM »

It doesn't seem to affect the date format for events.
Posted by: Stormtrooper
« on: June 11, 2021, 11:34:12 AM »

I'm well aware of this, but honestly don't see a reason why you'd bother. I know it's bugged if someone includes time together with date, but I think it's safe to be left that way - nobody would include hours in the default format IMO because then dates won't fit for example in research screen, which could be considered as another bug, this time straight from the game.
Posted by: twice2double
« on: June 11, 2021, 08:52:41 AM »

There's a fix in the works for that. I've received a contribution from Stormtrooper in Discord to fix the issue (if you can compile the latest code you'll get the fix), however it's not as flexible as I would like it so I've been holding off on creating a release. Currently it will just duplicate the date format for the tactical map window and add the format of 'HH:mm:ss' at the end. However if the user's date format already has those values, the dates will show up wonky again. Just need a few cycles to fix it.
Posted by: sulu244
« on: June 10, 2021, 12:51:49 AM »

So I may just be dumb, but it seems like the date is not applying properly for me.   I have the date format set to MMMM dd, yyyy but in game it still shows up as dd MMMM yyyy. 

Edit: On further exploration, it seems it applies properly everywhere but on the tactical map/event log.
Posted by: twice2double
« on: June 06, 2021, 09:32:12 PM »

One question though, currently it looks like I have to set it to enGB every time I start Aurora. Is there a way to make the setting stick?

It should auto-save your settings and load them up every time.
I've added an issue in the repository to test and address any issues with that mechanic.
Posted by: NightlinerSGS
« on: June 03, 2021, 03:02:25 AM »

Thanks! With this I can finally let Aurora run in background all the time again without having to worry that everything else I start is in the wrong format. :)

One question though, currently it looks like I have to set it to enGB every time I start Aurora. Is there a way to make the setting stick?
Posted by: DawnMachine
« on: May 17, 2021, 04:12:28 AM »

Unfortunately, it didn't help.  Only the date format works
Posted by: DawnMachine
« on: May 15, 2021, 06:51:22 AM »

Thanks for your work!
Posted by: twice2double
« on: May 12, 2021, 09:02:20 PM »

Locale is a simple patch that allows you to specify a culture/locale setting which Aurora will use.
Useful for people who don't want to change their system settings in order to play the game.

Installation

This patch requires the AuroraPatch runtime.

1) Download the latest release of AuroraPatch from it's GitHub releases page and dump the zip file contents in your Aurora folder: https://github.com/Aurora-Modders/AuroraPatch/releases
2) Download the attachment and extract it in your Aurora\Patches\ folder

Running

Run AuroraPatch.exe from inside the Aurora directory.

Use the "Change settings" button while the Locale patch is selected to change the desired culture/locale.

Changes

1.1.0.0 - Now supports Date/Time display format override.
1.0.0.0 - Initial release.

Code

AuroraPatch source code can be found here: https://github.com/Aurora-Modders/AuroraPatch
Locale source code can be found here: https://github.com/Aurora-Modders/Locale