

So much this. It’s even more annoying when you fix them and paste it back just for it to ignore it lol.


So much this. It’s even more annoying when you fix them and paste it back just for it to ignore it lol.


When you say “just like typescript?” Are you implying vanilla JavaScript is better? I don’t think typescript is considered declarative unless you’re talking about jsx/tsx files (react)


What I would give to have my attribute macros and their meta/params be formatted when they get unruly 😔


Looks like you are correct. I don’t think I could find most if not any of the leaders from the leader pass. Including Sejong. That’s incredibly disappointing. Looking through the contents of the dlc from a proton install I’m not seeing anything that would prevent someone from just using it on Linux other than editing the paths. I’ll experiment some. Maybe I’m naive and there’s a reason why no one else has done it.
Edit: proton has come so far that maybe Linux peeps just opt to use that for civ6. Especially since the Linux build might be a tad buggy? At least for me it’s definitely had issues.
Edit2: Ha. It works. That’s wild that they would just lazily not repack it…
just copy the windows dlc packs over,
copy DLC/_/Platforms/Windows -> DLC/_/Platforms/Linux
Then inside the platform Linux dir
find . -type f -name '*.modinfo' -print0 |
xargs -0 sed -i 's#Platforms/Windows#Platforms/Linux#g'
Some don’t seem to show up in game still so I’ll experiment more this weekend if I get time and throw together a bash script that downloads all the windows depots and patches them.
Edit3: for the ones not working it might be due to case sensitive file system. They use audio when looking for Audio


Is this still the case? I’ve been playing without noticing anything missing. But I’m not a veteran player that would notice either. Steam discussions seem to suggest it’s all in sync?


SmartGit - lets you see the commands it’s running and has a fairly decent toolset for rebasing (but I stopped recommending them for awhile when they delisted their perpetual licensing. It looks like as of writing it’s returned but only allows for 1-3 years of updates depending on how many years you buy)
I’ve had my eyes on lazygit and gitui as a cli supplement
On a different note, I wish git lfs wasn’t such a pita. Orphaned pointers living forever on GitHub and eating up all your quota with no way to recover unless you DELETE the repo lol


Aside from the obvious cases like pruning or garbage collection that remove orphaned or dangling commits, is there anything else destructive that git reflog can’t help recover from?
+1 for smartgit. I just use jet brains built in git guis now but whenever I’m doing some crazy rebasing I open up smartgit. I like how it also shows you the commands in the log so you can learn by doing.