Page 1 of 1
PBEM message disappears
Posted: Thu Apr 02, 2020 8:58 pm
by sveint
If I save my game without completing my turn, my PBEM message disappears
RE: PBEM message disappears
Posted: Fri Apr 03, 2020 7:06 pm
by MorningDew
I honestly don't know what that means.
RE: PBEM message disappears
Posted: Fri Apr 03, 2020 7:17 pm
by ncc1701e
Maybe the message that we could send during our game? Is it possible to save a turn during a PBEM?
RE: PBEM message disappears
Posted: Fri Apr 03, 2020 8:31 pm
by sveint
I start playing my PBEM turn. I write a message for my opponent.
Then for whatever reason I have to stop playing and save my game.
When later I come back to finish my turn, the PBEM message I wrote has disappeared.
RE: PBEM message disappears
Posted: Sat Apr 04, 2020 1:09 am
by AlvaroSousa
Due to constraints on the data package size I can upload to the Matrix server I had to cut a few corners. PBEM message was one of them. It is a temporary storage.
I actually have to zip the game save to send it to the server or it doesn't fit.
For global I have to come up with something really creative because it won't fit. I already advised Matrix the save data amount is too little for the server. I can tell you from the start I drastically reduced the size of the save file by don't some 1980s style boolean conversions to bits on quite a few things to save space.
RE: PBEM message disappears
Posted: Sat Apr 04, 2020 1:49 am
by sveint
Thanks, that's odd given that we are in 2020. Last time I worried about data size was years ago.
Let's encourage Matrix Games to allow for a little more data per savegame on their server.
RE: PBEM message disappears
Posted: Sat Apr 04, 2020 6:24 pm
by AlvaroSousa
I was a little perplexed myself when I 1st did PBEM and the save way too large. I'm like how is that possible?!
Originally I reduced the data drastically just so players wouldn't have to wait. I am still old school 1980s saving on every byte type of programmer.
RE: PBEM message disappears
Posted: Sat Apr 04, 2020 6:26 pm
by MorningDew
ORIGINAL: sveint
I start playing my PBEM turn. I write a message for my opponent.
Then for whatever reason I have to stop playing and save my game.
When later I come back to finish my turn, the PBEM message I wrote has disappeared.
Got it! I was honestly confused and didn't know how to try to help.
RE: PBEM message disappears
Posted: Sun Apr 05, 2020 5:51 am
by sveint
ORIGINAL: Alvaro Sousa
I am still old school 1980s saving on every byte type of programmer.
I got started in the early 90s so I know what you mean. I've never had the pleasure to do game programming though.
RE: PBEM message disappears
Posted: Sun Apr 05, 2020 1:03 pm
by AlvaroSousa
Each section you complete is like a dopamine hit.