Jump to content

Rowen Wulfe

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

3 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I don't merit a gold star, as that was a version back and I didn't take the time to get the relevant bits of information to log a bug, it's late now so that'll have to wait till tomorrow. It may be anecdotal, I noticed my log spam continued throughout launch until I opened the Astrogator main window, at which point the log spam stopped immediately.
  2. I did some messing around with my game, and came up with a solution I'm happy with, until an update is released. Building off of @Ralathon's regular expression I experimented with the package @linuxgurugamer provided a few pages back, and came up with this monstrosity. Find using regular expression mode of Notepad++ (\[#([0-9a-fA-F]+)\]|\[#(<=[0-9a-fA-F:"\;]+=>)\])([a-zA-Z0-9\$\&<=\;:\|_\.²\-\+"'>\(\)\, \/]+)(?![\[#[0-9a-fA-F]\]]) Replace with <color=#\2\3> \4 </color> This does break MFD's thankfully all you have to do is exclude the MFDs directory (I just re-extract that one directory overtop after running the find and replace) The new formatting does break alignment somewhat but it's way better than before.
×
×
  • Create New...