How do i trick a game to think its 2020 on linux
How do i trick a game to think its 2020 on linux
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
31 0 ReplyGood bot
Are you really a bot?
17 1 ReplyThanks for asking. Not sure how I toggled that on...
5 0 Reply
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?
15 0 ReplyYeah, before 2000 would make sense. Before 2038 would make sense. But specifically May 2020? That feels like an intentional choice to me... but why?
13 0 ReplyRight? That's a super arbitrary number that has to be intentional.
7 0 ReplyThis is the gta iv dodi repack. I didnt have this problem with fitgirls but it errors when installing
5 0 Reply
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...
10 0 ReplyThis might actually make the most sense, or at least something along those lines.
3 0 Reply
Permanently Deleted
6 0 ReplyI tried putting faketime before the lutris command in the .desktop file but i still couldnt save
1 0 Reply
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.4 1 Reply