JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoAny Volunteersprogramming.devimagemessage-square146linkfedilinkarrow-up18arrow-down10
arrow-up18arrow-down1imageAny Volunteersprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square146linkfedilink
minus-squarebitwolf@lemmy.onelinkfedilinkarrow-up0·2 years agoThat’s in game.load_dlc() we opted not to include that until our game is already beloved on steam.
minus-squareCancerMancer@sh.itjust.workslinkfedilinkarrow-up0·2 years agoMake sure to add mandatory EGS accounts later.
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up0·2 years agoEGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up0·2 years agoif 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)