@[email protected] to Programmer [email protected] • 7 months agoAny Volunteersprogramming.devimagemessage-square149fedilinkarrow-up11.36Karrow-down17
arrow-up11.36Karrow-down1imageAny Volunteersprogramming.dev@[email protected] to Programmer [email protected] • 7 months agomessage-square149fedilink
minus-squareoce 🐆linkfedilink73•7 months agoI’m glad that there’s no micro transactions nor loot boxes.
minus-squarebitwolflinkfedilink80•7 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•7 months agoMake sure to add mandatory EGS accounts later.
minus-square@pivot_rootlink20•7 months agoEGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-square@AeonFelislinkEnglish5•6 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.
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)
That part comes when they find a publisher.