wD Mafia Master Post

If you have a game you want to play on the forum, you can do so here.
Forum rules
This is an area for forum games. Please note that to support mafia games players cannot edit their own posts in this forum. Off Topic threads will be relocated or deleted. Issues taking place in forum games should be dealt with by respective game GMs and escalated to the moderators only if absolutely necessary.
Message
Author
User avatar
Chaqa
Bronze Donator
Bronze Donator
Posts: 13605
Joined: Fri Sep 29, 2017 7:33 pm
Location: Allentown, PA, USA
Karma: 8135
Contact:

Re: wD Mafia Master Post

#1681 Post by Chaqa » Sat Apr 13, 2024 1:16 am

I would like to run a mostly vanilla mini or full game
1

User avatar
kingofthepirates
Posts: 806
Joined: Tue Sep 26, 2023 11:34 pm
Location: Dragon Temple, Crumbling Farum Azula, The Lands Between
Karma: 292
Contact:

Re: wD Mafia Master Post

#1682 Post by kingofthepirates » Sat Apr 13, 2024 2:23 am

How does the next mafia game start, if I may ask? is it as simple as someone stepping up with an idea and saying they want to GM/run a game, or is there some kind of process?
1
“In the darkness, a blind man is the best guide. In an age of madness, look to the madman to show the way.”- Roboute Guilliman

User avatar
Chaqa
Bronze Donator
Bronze Donator
Posts: 13605
Joined: Fri Sep 29, 2017 7:33 pm
Location: Allentown, PA, USA
Karma: 8135
Contact:

Re: wD Mafia Master Post

#1683 Post by Chaqa » Sat Apr 13, 2024 3:28 am

kingofthepirates wrote:
Sat Apr 13, 2024 2:23 am
How does the next mafia game start, if I may ask? is it as simple as someone stepping up with an idea and saying they want to GM/run a game, or is there some kind of process?
We've run the gamut from a long queue to basically forcing people to run games. If you're interested, generally we mention it here or in the discord.

User avatar
dargorygel
Site Moderator
Site Moderator
Posts: 6232
Joined: Mon Dec 18, 2017 1:55 pm
Location: Over the rainbow
Karma: 6473
Contact:

Re: wD Mafia Master Post

#1684 Post by dargorygel » Sat Apr 13, 2024 3:43 am

Chaqa wrote:
Sat Apr 13, 2024 1:16 am
I would like to run a mostly vanilla mini or full game
Thanks, Chaqa. Looking forward to hearing from you. :-)

User avatar
dargorygel
Site Moderator
Site Moderator
Posts: 6232
Joined: Mon Dec 18, 2017 1:55 pm
Location: Over the rainbow
Karma: 6473
Contact:

Re: wD Mafia Master Post

#1685 Post by dargorygel » Sat Apr 13, 2024 3:43 am

kingofthepirates wrote:
Sat Apr 13, 2024 2:23 am
How does the next mafia game start, if I may ask? is it as simple as someone stepping up with an idea and saying they want to GM/run a game, or is there some kind of process?
We have a Kouncil... presently ghug and me.

peterlund
Gold Donator
Gold Donator
Posts: 1045
Joined: Thu Oct 19, 2017 4:52 pm
Location: Sverige
Karma: 396
Contact:

Re: wD Mafia Master Post

#1686 Post by peterlund » Sat Apr 13, 2024 3:18 pm

Ok after spending some hours this saturday on the bot fixing the "Diplomacy&Warefare" bug, I got it working. Now he is dead at the end of day 3.

http://mafia.peterlund.se/e/web/game_status?g=87&phase=day&num=3

The issue was the html escape sequences. (https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references)

Now the Bot instead stores the users with proper unicode instead of with escapes. And now the bot understands some odd behaviour by the source server. I found this checking the html on the source server.

Code: Select all

<br>
Diplomacy&amp;amp;Warfare has died. He was Fink Angel.</div>
Why are there double "amp" here?

The erlang fix is here:
https://github.com/plund/mafia/commit/8e95b482b99d45a1e97f668bf031e375a667cd8b
7

User avatar
Jamiet99uk
Posts: 29857
Joined: Sat Dec 30, 2017 11:42 pm
Location: Durham, UK
Karma: 18644
Contact:

Re: wD Mafia Master Post

#1687 Post by Jamiet99uk » Sat Apr 13, 2024 3:29 pm

Thanks Peter.
5
This signature is hard to read in dark mode.

User avatar
JustAGuyNamedWill
Posts: 4039
Joined: Tue Aug 08, 2023 2:06 pm
Location: Just some town
Karma: 877
Contact:

Re: wD Mafia Master Post

#1688 Post by JustAGuyNamedWill » Sat Apr 13, 2024 5:59 pm

IMG_0735.jpeg
3

User avatar
Diplomacy&Warfare
Posts: 559
Joined: Sat Jan 13, 2024 12:19 am
Karma: 193
Contact:

Re: wD Mafia Master Post

#1689 Post by Diplomacy&Warfare » Sat Apr 13, 2024 6:34 pm

peterlund wrote:
Sat Apr 13, 2024 3:18 pm
Ok after spending some hours this saturday on the bot fixing the "Diplomacy&Warefare" bug, I got it working. Now he is dead at the end of day 3.

http://mafia.peterlund.se/e/web/game_status?g=87&phase=day&num=3

The issue was the html escape sequences. (https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references)

Now the Bot instead stores the users with proper unicode instead of with escapes. And now the bot understands some odd behaviour by the source server. I found this checking the html on the source server.

Code: Select all

<br>
Diplomacy&amp;amp;Warfare has died. He was Fink Angel.</div>
Why are there double "amp" here?

The erlang fix is here:
https://github.com/plund/mafia/commit/8e95b482b99d45a1e97f668bf031e375a667cd8b
Thank you!
4

User avatar
ghug
Bronze Donator
Bronze Donator
Posts: 18263
Joined: Mon Mar 20, 2017 3:51 pm
Location: Seattle
Karma: 11573
Contact:

Re: wD Mafia Master Post

#1690 Post by ghug » Sun Apr 14, 2024 5:29 am

peterlund wrote:
Sat Apr 13, 2024 3:18 pm
Ok after spending some hours this saturday on the bot fixing the "Diplomacy&Warefare" bug, I got it working. Now he is dead at the end of day 3.

http://mafia.peterlund.se/e/web/game_status?g=87&phase=day&num=3

The issue was the html escape sequences. (https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references)

Now the Bot instead stores the users with proper unicode instead of with escapes. And now the bot understands some odd behaviour by the source server. I found this checking the html on the source server.

Code: Select all

<br>
Diplomacy&amp;amp;Warfare has died. He was Fink Angel.</div>
Why are there double "amp" here?

The erlang fix is here:
https://github.com/plund/mafia/commit/8e95b482b99d45a1e97f668bf031e375a667cd8b
Thanks, Peter!

We attempted to have the GM messages escape the ampersands, which is presumably the source of the doubling.
1

peterlund
Gold Donator
Gold Donator
Posts: 1045
Joined: Thu Oct 19, 2017 4:52 pm
Location: Sverige
Karma: 396
Contact:

Re: wD Mafia Master Post

#1691 Post by peterlund » Sun Apr 14, 2024 7:08 am

Seems correct.

I found the double amp in Jamie's message.
https://webdiplomacy.net/contrib/phpBB3/viewtopic.php?p=394319#p394319
And that messsage also looked a bit odd.

But in sweetandcool's message it looked correct and the bot saw that one.
http://webdiplomacy.net/contrib/phpBB3/viewtopic.php?p=394111#p394111

... after fixing the user names storage in DB as and the message reading as proper unicode it worked as it should. (Anyhow now the bot understands the odd version too :-D )
2

User avatar
ghug
Bronze Donator
Bronze Donator
Posts: 18263
Joined: Mon Mar 20, 2017 3:51 pm
Location: Seattle
Karma: 11573
Contact:

Re: wD Mafia Master Post

#1692 Post by ghug » Sun Apr 14, 2024 7:20 am

peterlund wrote:
Sun Apr 14, 2024 7:08 am
Seems correct.

I found the double amp in Jamie's message.
https://webdiplomacy.net/contrib/phpBB3/viewtopic.php?p=394319#p394319
And that messsage also looked a bit odd.

But in sweetandcool's message it looked correct and the bot saw that one.
http://webdiplomacy.net/contrib/phpBB3/viewtopic.php?p=394111#p394111

... after fixing the user names storage in DB as and the message reading as proper unicode it worked as it should. (Anyhow now the bot understands the odd version too :-D )
You should come play with us again sometime.
1

User avatar
Jamiet99uk
Posts: 29857
Joined: Sat Dec 30, 2017 11:42 pm
Location: Durham, UK
Karma: 18644
Contact:

Re: wD Mafia Master Post

#1693 Post by Jamiet99uk » Sun Apr 14, 2024 10:39 am

peterlund wrote:
Sun Apr 14, 2024 7:08 am
Seems correct.

I found the double amp in Jamie's message.
https://webdiplomacy.net/contrib/phpBB3/viewtopic.php?p=394319#p394319
And that messsage also looked a bit odd.

But in sweetandcool's message it looked correct and the bot saw that one.
http://webdiplomacy.net/contrib/phpBB3/viewtopic.php?p=394111#p394111

... after fixing the user names storage in DB as and the message reading as proper unicode it worked as it should. (Anyhow now the bot understands the odd version too :-D )
For the record, I was instructed by Dargorygel to try entering a number of variants involving both the "&" and the word "amp", of which that was one of the ones Darg suggested. I wasn't just being crazy.
2
This signature is hard to read in dark mode.

User avatar
dargorygel
Site Moderator
Site Moderator
Posts: 6232
Joined: Mon Dec 18, 2017 1:55 pm
Location: Over the rainbow
Karma: 6473
Contact:

Re: wD Mafia Master Post

#1694 Post by dargorygel » Sun Apr 14, 2024 12:46 pm

Jamie is correct. Having tried the logical, the likely, and the possible. I was suggesting the goofy and quirky.

User avatar
Jamiet99uk
Posts: 29857
Joined: Sat Dec 30, 2017 11:42 pm
Location: Durham, UK
Karma: 18644
Contact:

Re: wD Mafia Master Post

#1695 Post by Jamiet99uk » Sun Apr 14, 2024 12:57 pm

dargorygel wrote:
Sun Apr 14, 2024 12:46 pm
Jamie is correct. Having tried the logical, the likely, &amp;amp; the possible. I was suggesting the goofy &amp;amp; quirky.
It was worth a try.
This signature is hard to read in dark mode.

User avatar
Chaqa
Bronze Donator
Bronze Donator
Posts: 13605
Joined: Fri Sep 29, 2017 7:33 pm
Location: Allentown, PA, USA
Karma: 8135
Contact:

Re: wD Mafia Master Post

#1696 Post by Chaqa » Sun Apr 14, 2024 3:02 pm

The reason I suggested the "&amp;" thing is because that is how we have had to enter D&W's name in the game setup box since he started playing. It seems like the bot handled it a bit differently elsewhere, so I'm curious to see if we can just enter his name normally now.

peterlund
Gold Donator
Gold Donator
Posts: 1045
Joined: Thu Oct 19, 2017 4:52 pm
Location: Sverige
Karma: 396
Contact:

Re: wD Mafia Master Post

#1697 Post by peterlund » Sun Apr 14, 2024 5:14 pm

Chaqa wrote:
Sun Apr 14, 2024 3:02 pm
The reason I suggested the "&amp;" thing is because that is how we have had to enter D&W's name in the game setup box since he started playing. It seems like the bot handled it a bit differently elsewhere, so I'm curious to see if we can just enter his name normally now.
Yes now you enter the name normally. I have tested this.

User avatar
brainbomb
Posts: 22993
Joined: Fri Sep 29, 2017 3:20 pm
Location: Omaha, Nebraska
Karma: 10204
Contact:

Re: wD Mafia Master Post

#1698 Post by brainbomb » Sun Apr 14, 2024 9:54 pm

New Business

Proposal 1
The Mafia Council returns to a 3 member board whose primary role is to govern complicated rules issues, adjudicate bans when necessary, regular upkeep of the bot, and approval of GMs and setups ahead of new games.

Proposal 2
The third position after ghug and darg be a community voted upon decision yearly where volunteers may be elected into that role, and serve a term of one year.

Proposal 3
Changing the community standard that games that are 48 hour day phases be an option for GMs, but that the official community standard be Undefined regarding phase lengths, and if night chats are open chat or not.

Proposal 4
The Council consider post minimums being raised to 15 posts per day phase, and capped at 100 posts per day phase.

Proposal 5
The community adopts an official scoring system and MVP system, and all MVP awards are declared by the GM of each game. In addition a player of the year award be created, and awarded by the council each year in January.

Proposal 6
Henceforth, any community decisions, including new council members, champs representatives, rules changes by voted on by the community for all who are interested in voting for said changes.

User avatar
Jamiet99uk
Posts: 29857
Joined: Sat Dec 30, 2017 11:42 pm
Location: Durham, UK
Karma: 18644
Contact:

Re: wD Mafia Master Post

#1699 Post by Jamiet99uk » Sun Apr 14, 2024 10:06 pm

brainbomb wrote:
Sun Apr 14, 2024 9:54 pm
New Business

Proposal 1
The Mafia Council returns to a 3 member board whose primary role is to govern complicated rules issues, adjudicate bans when necessary, regular upkeep of the bot, and approval of GMs and setups ahead of new games.

Proposal 2
The third position after ghug and darg be a community voted upon decision yearly where volunteers may be elected into that role, and serve a term of one year.

Proposal 3
Changing the community standard that games that are 48 hour day phases be an option for GMs, but that the official community standard be Undefined regarding phase lengths, and if night chats are open chat or not.

Proposal 4
The Council consider post minimums being raised to 15 posts per day phase, and capped at 100 posts per day phase.

Proposal 5
The community adopts an official scoring system and MVP system, and all MVP awards are declared by the GM of each game. In addition a player of the year award be created, and awarded by the council each year in January.

Proposal 6
Henceforth, any community decisions, including new council members, champs representatives, rules changes by voted on by the community for all who are interested in voting for said changes.
Proposal 1 is fine, in principle, but who is proposed as the third member?

Proposal 2 is based on the assumption that there are multiple persons willing to take on a Council role, which franky I belive is incorrect.

Proporal 3 has my support.

Proposal 4 would no be enforceable in practice (as discussed).

Proposal 5, I do not care about.

Proposal 6, I do not care about.
This signature is hard to read in dark mode.

User avatar
foodcoats
Posts: 3812
Joined: Mon Jan 15, 2018 7:34 pm
Karma: 1641
Contact:

Re: wD Mafia Master Post

#1700 Post by foodcoats » Sun Apr 14, 2024 10:34 pm

brainbomb wrote:
Sun Apr 14, 2024 9:54 pm
New Business

Proposal 1
The Mafia Council returns to a 3 member board whose primary role is to govern complicated rules issues, adjudicate bans when necessary, regular upkeep of the bot, and approval of GMs and setups ahead of new games.

Proposal 2
The third position after ghug and darg be a community voted upon decision yearly where volunteers may be elected into that role, and serve a term of one year.

Proposal 3
Changing the community standard that games that are 48 hour day phases be an option for GMs, but that the official community standard be Undefined regarding phase lengths, and if night chats are open chat or not.

Proposal 4
The Council consider post minimums being raised to 15 posts per day phase, and capped at 100 posts per day phase.

Proposal 5
The community adopts an official scoring system and MVP system, and all MVP awards are declared by the GM of each game. In addition a player of the year award be created, and awarded by the council each year in January.

Proposal 6
Henceforth, any community decisions, including new council members, champs representatives, rules changes by voted on by the community for all who are interested in voting for said changes.
I’m curious, what are the problem statements motivating these proposals?

Post Reply