A game i downloaded wont save unless the date is before may 2020. How do i do this on fedora
You can put the game into its own time namespace.
https://www.man7.org/linux/man-pages/man7/time_namespaces.7.html
Good bot
Are you really a bot?
Thanks for asking. Not sure how I toggled that on…
I don’t have an answer for you (other than outright changing the system time, but I’m sure you’re after a more elegant solution). I’m really curious about these circumstances though - why would the developers do that?
Yeah, before 2000 would make sense. Before 2038 would make sense. But specifically May 2020? That feels like an intentional choice to me… but why?
Right? That’s a super arbitrary number that has to be intentional.
A licence that expires?
This is the gta iv dodi repack. I didnt have this problem with fitgirls but it errors when installing
I would have thought OP wanted an achievement in The Stanley Parable (5 years without playing), but they’d need to redo their math in that case…
This might actually make the most sense, or at least something along those lines.
deleted by creator
I tried putting faketime before the lutris command in the .desktop file but i still couldnt save
You can look up the man page for
date
. I’m not sure if that’ll do, but it’s pretty easy. Something likedate --set="1 MAY 18:00:00"
as root.