@[email protected] to Programmer [email protected] • 11 months agoAny Volunteersprogramming.devimagemessage-square155fedilinkarrow-up11.4Karrow-down17
arrow-up11.39Karrow-down1imageAny Volunteersprogramming.dev@[email protected] to Programmer [email protected] • 11 months agomessage-square155fedilink
minus-squarebitwolflinkfedilink81•11 months agoThat’s in game.load_dlc() we opted not to include that until our game is already beloved on steam.
minus-square@[email protected]linkfedilink20•11 months agoMake sure to add mandatory EGS accounts later.
minus-square@[email protected]linkfedilink20•11 months agoEGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-square@[email protected]linkfedilinkEnglish5•11 months 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)