JPDev@programming.dev to Programmer Humor@programming.dev · 8 months agoAny Volunteersprogramming.devimagemessage-square135fedilinkarrow-up11.34Karrow-down16
arrow-up11.34Karrow-down1imageAny Volunteersprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 8 months agomessage-square135fedilink
minus-squareoce 🐆@jlai.lulinkfedilinkarrow-up69·8 months agoI’m glad that there’s no micro transactions nor loot boxes.
minus-squarebitwolf@lemmy.onelinkfedilinkarrow-up76·8 months 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-up19·8 months agoMake sure to add mandatory EGS accounts later.
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up5·8 months agoif date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)
I’m glad that there’s no micro transactions nor loot boxes.
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.
if date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)