PBEM Helper

A military-oriented and sci-fi wargame, set on procedural planets with customizable factions and endless choices.

Moderator: Vic

User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

Groomy wrote: Wed Mar 30, 2022 11:27 am We use it for our multi game, it's great. It would be nice if the game list was refreshed automatically and, when you have only one running game, automatically loaded too.
Thanks for letting me know. These would be pretty simple things to implement.
Meanwhile - glad you are enjoying it. Shadow Empire is a really amazing game game. Especially multi-player.
Groomy
Posts: 5
Joined: Sat May 29, 2010 10:44 am

Re: PBEM Helper

Post by Groomy »

What happens if a player is eliminated ? Does the application know how to handle it ?
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

Groomy wrote: Wed May 18, 2022 12:54 pm What happens if a player is eliminated ? Does the application know how to handle it ?
Good point. That is a massive oversight on my part - I only ever played 2 player at most so I stupidly didn't think of it.
That is a priority one bug right there. I will try to implement a feature for that ASAP. It may take a while because I will not be at my dev PC for possibly a few weeks.

What you can do is create a new game on the website starting from the position after the player has been eliminated, when it is player 1's turn. Treat it as a new game.
That will work.
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

My personal circumstances combined with the fact there has been a sharp downturn in usage of this PBEM Helper means I will at some point move the hosting of the server to a cheaper service.
No need to worry for now, I will give notice and updates, just wanted to give you a headsup. There may be some interruption. Might be best to not start any new games on the current server until I have done that.

I will open-source the server part of the thingy and put it online with the client, it is just a simple python/django app - it just needs disentagling from another project of mine first....

Anyway.. there ya go.... :)
User avatar
Pymous
Posts: 203
Joined: Thu Apr 01, 2010 7:12 am
Contact:

Re: PBEM Helper

Post by Pymous »

I would like to thank you a lot for this tool, currently playing a game with it and it's so easy to use. So thank you again!
[Mod]Shadow Stratagems Artpack for Shadow Empire game.
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

Pymous wrote: Sat Jun 18, 2022 9:51 am I would like to thank you a lot for this tool, currently playing a game with it and it's so easy to use. So thank you again!
Thanks :)
shavius
Posts: 9
Joined: Fri Aug 06, 2021 6:06 am

Re: PBEM Helper

Post by shavius »

Is there a way to change my username? The chrome autofilled my username with email address and I want to change it
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

**Update**
I just noticed the server has been down for a few weeks. Luckily nobody used it for a bit before that so I am assuming it hasn't caused any probs.
It is due to my postgresql server account running out. I can migrate my database to mysql, but it will take some time.

Sorry about that.
I'll keep you posted.
User avatar
Nsf665
Posts: 729
Joined: Tue Aug 14, 2018 6:53 pm
Contact:

Re: PBEM Helper

Post by Nsf665 »

deMangler wrote: Fri Sep 02, 2022 11:55 am **Update**
I just noticed the server has been down for a few weeks. Luckily nobody used it for a bit before that so I am assuming it hasn't caused any probs.
It is due to my postgresql server account running out. I can migrate my database to mysql, but it will take some time.

Sorry about that.
I'll keep you posted.
I'm just curious, if you have some estimate when will the server be "back"?:)) Would love to start new MP game and this little helper is actually a big helper :D

btw. wouldn't it be possible somehow integrate it within the game through the Mods add-on?
thanks
AMD Ryzen Threadripper 1950X 16core 3.4ghz
Nvidia GTX 1080
64gb ram, Win 10
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

Nsf665 wrote: Wed Oct 05, 2022 12:42 pm
deMangler wrote: Fri Sep 02, 2022 11:55 am **Update**
I just noticed the server has been down for a few weeks. Luckily nobody used it for a bit before that so I am assuming it hasn't caused any probs.
It is due to my postgresql server account running out. I can migrate my database to mysql, but it will take some time.

Sorry about that.
I'll keep you posted.
I'm just curious, if you have some estimate when will the server be "back"?:)) Would love to start new MP game and this little helper is actually a big helper :D

btw. wouldn't it be possible somehow integrate it within the game through the Mods add-on?
thanks
Hi,
Thanks for the reminder. I won't say a definite time now because it might be wrong. But it will definitely be quicker now you have reminded me. The thing is it is only really helpful if it is reliable, and I have no way of providing a reliable server right now. The most likely solution will be for me to open source the server, like I do the client, and make it easy to install so that anyone can make a server.

I will try to do this within a couple of weeks.
:)
User avatar
Nsf665
Posts: 729
Joined: Tue Aug 14, 2018 6:53 pm
Contact:

Re: PBEM Helper

Post by Nsf665 »

deMangler wrote: Wed Oct 05, 2022 1:22 pm Hi,
Thanks for the reminder. I won't say a definite time now because it might be wrong. But it will definitely be quicker now you have reminded me. The thing is it is only really helpful if it is reliable, and I have no way of providing a reliable server right now. The most likely solution will be for me to open source the server, like I do the client, and make it easy to install so that anyone can make a server.

I will try to do this within a couple of weeks.
:)
Great! :))

I will come by and write some reminder in couple of.... days then 😂

thanks for the effort;)
AMD Ryzen Threadripper 1950X 16core 3.4ghz
Nvidia GTX 1080
64gb ram, Win 10
Groomy
Posts: 5
Joined: Sat May 29, 2010 10:44 am

Re: PBEM Helper

Post by Groomy »

deMangler wrote: Wed Oct 05, 2022 1:22 pm Hi,
Thanks for the reminder. I won't say a definite time now because it might be wrong. But it will definitely be quicker now you have reminded me. The thing is it is only really helpful if it is reliable, and I have no way of providing a reliable server right now. The most likely solution will be for me to open source the server, like I do the client, and make it easy to install so that anyone can make a server.

I will try to do this within a couple of weeks.
:)
Hi,

I can help if you want, I can easily host a MySQL database or other, and your server.
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

Groomy wrote: Wed Nov 30, 2022 7:07 am
deMangler wrote: Wed Oct 05, 2022 1:22 pm Hi,
Thanks for the reminder. I won't say a definite time now because it might be wrong. But it will definitely be quicker now you have reminded me. The thing is it is only really helpful if it is reliable, and I have no way of providing a reliable server right now. The most likely solution will be for me to open source the server, like I do the client, and make it easy to install so that anyone can make a server.

I will try to do this within a couple of weeks.
:)
Hi,

I can help if you want, I can easily host a MySQL database or other, and your server.
That's great! Thanks. I'll PM you.
:)
Grigio87
Posts: 7
Joined: Thu Jul 28, 2022 4:12 pm

Re: PBEM Helper

Post by Grigio87 »

Hi all, this PBEM Helper server is still active? I'm trying to set up my first PBEM game.
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

It is temporarily down while a new server is set up. I will post here when it is working.
Athelas2211
Posts: 89
Joined: Mon Apr 22, 2013 4:15 am

Re: PBEM Helper

Post by Athelas2211 »

Thnx for tool.
Would this be able to be incorporated into the game?
I think that would be great addition.

Easy server ccess like Dominions has it is a must for a good MP community.

And as many other games, I suspect this one would shine best in multiplayer....
playing RTS, strategy and RPG games from ...ever?
User avatar
Nsf665
Posts: 729
Joined: Tue Aug 14, 2018 6:53 pm
Contact:

Re: PBEM Helper

Post by Nsf665 »

Athelas2211 wrote: Sun Jan 08, 2023 3:38 pm Thnx for tool.
Would this be able to be incorporated into the game?
I think that would be great addition.

Easy server ccess like Dominions has it is a must for a good MP community.

And as many other games, I suspect this one would shine best in multiplayer....
I'm pretty sure this is what lots of people would like (the in-game integration). I know I do :)
AMD Ryzen Threadripper 1950X 16core 3.4ghz
Nvidia GTX 1080
64gb ram, Win 10
User avatar
BlueTemplar
Posts: 1074
Joined: Thu Apr 29, 2010 12:07 pm

Re: PBEM Helper

Post by BlueTemplar »

As long as it's also open-sourced so that MP doesn't die when the official server shuts down...
User avatar
deMangler
Posts: 376
Joined: Sat Jul 13, 2013 9:37 am

Re: PBEM Helper

Post by deMangler »

BlueTemplar wrote: Thu Jan 12, 2023 12:42 pm As long as it's also open-sourced so that MP doesn't die when the official server shuts down...
Of course, I wanted to open source it right away, but I just wanted to test the client which was always open - the server code I just bolted on to another project I was running that already had e-mail and authentication, SSL etc working. So I couldn't open source it right away.
Now I am putting what time I can into separating it from that and opening up the project on gitlab.
Sorry it is taking so long...
User avatar
BlueTemplar
Posts: 1074
Joined: Thu Apr 29, 2010 12:07 pm

Re: PBEM Helper

Post by BlueTemplar »

No worries, that was specifically about officially integrating it in the game - and thank you for this software anyway !
Post Reply

Return to “Shadow Empire”