@[email protected] to Programmer [email protected] • 1 year agoAny Volunteersprogramming.devimagemessage-square155fedilinkarrow-up11.39K
arrow-up11.39KimageAny Volunteersprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square155fedilink
minus-squarebitwolflinkfedilink81•1 year 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•1 year agoMake sure to add mandatory EGS accounts later.
minus-square@[email protected]linkfedilink21•1 year agoEGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-square@[email protected]linkfedilinkEnglish5•1 year 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: