JPDev to Programmer Humor · 2 年前Any Volunteersimagemessage-square155linkfedilinkarrow-up11.4Karrow-down17
arrow-up11.39Karrow-down1imageAny VolunteersJPDev to Programmer Humor · 2 年前message-square155linkfedilink
minus-squarebitwolf@lemmy.onelinkfedilinkarrow-up81·2 年前That’s in game.load_dlc() we opted not to include that until our game is already beloved on steam.
minus-squareCancerMancer@sh.itjust.workslinkfedilinkarrow-up20·2 年前Make sure to add mandatory EGS accounts later.
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up21arrow-down1·2 年前EGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up5·2 年前if date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)
That’s in
game.load_dlc()we opted not to include that until our game is already beloved on steam.Make sure to add mandatory EGS accounts later.
EGS? Oh, no. We don’t do that here. We’re more along the lines of:
if date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)