-
Posts
4159 -
Joined
-
Last visited
-
Days Won
50
Everything posted by duzenko
-
Please, can we finally group the missions by year in the game menu?
- Show previous comments 4 more
-
You'd need to have that metadata present somewhere in the downloaded files or the mission database backend. Right now I don't think enough of that info is there, except maybe by guessing the date due to the age of the files in each missions's .pk4.
Odds are if you want such info, best to use outside sources until/unless the in-game mission downloade is extended to somehow access the info in these links:
https://www.thedarkmod.com/missions/
https://wiki.thedarkmod.com/index.php?title=Fan_Missions_for_The_Dark_Mod
-
-
1
-
- Report
-
I'd love it!
-
I like the idea of having a way to choose the sort order. Wouldn't mind sort-by-author too.
As to the data, this looks like one of these cases where you could spend a week programming it for auto updates, or a couple of hours of manual entry. Probably only a dozen data points change per year thereafter.
-
I vaguely recall someone recently complained about two-sided materials (curtains?) not getting lighting from both sides
I just found a piece of code that's supposed to do just that
Where was that discussed? (@nbohr1more?)
- Show previous comments 6 more
-
I don't understand
Does it only work with inverted blue channel? Because there's another way to achieve it.
-
-
Yes, it only works with negative Z channel, so it is incompatible with RGTC compression.
So it requires forceHighQuality (i.e. disable texture compression) but was still broken. Supposedly, I fixed it for 2.10: https://bugs.thedarkmod.com/view.php?id=5862