• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 01:20
CET 07:20
KST 15:20
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Winners9Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
StarCraft, SC2, HotS, WC3, Returning to Blizzcon!33$5,000+ WardiTV 2025 Championship6[BSL21] RO32 Group Stage4Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win10
StarCraft 2
General
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win TL.net Map Contest #21: Winners RotterdaM "Serral is the GOAT, and it's not close" 5.0.15 Patch Balance Hotfix (2025-10-8) StarCraft, SC2, HotS, WC3, Returning to Blizzcon!
Tourneys
Constellation Cup - Main Event - Stellar Fest $5,000+ WardiTV 2025 Championship Sparkling Tuna Cup - Weekly Open Tournament Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace
Brood War
General
[ASL20] Ask the mapmakers — Drop your questions BW General Discussion [BSL21] RO32 Group Stage BGH Auto Balance -> http://bghmmr.eu/ SnOw's ASL S20 Finals Review
Tourneys
[Megathread] Daily Proleagues [ASL20] Grand Finals [BSL21] RO32 Group B - Sunday 21:00 CET [BSL21] RO32 Group A - Saturday 21:00 CET
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Path of Exile Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine YouTube Thread Dating: How's your luck?
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Why we need SC3
Hildegard
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1597 users

Active List of Mafia Games - Page 128

Forum Index > TL Mafia
Post a Reply
Prev 1 126 127 128 129 130 293 Next
Keirathi
Profile Joined May 2012
United States4679 Posts
Last Edited: 2012-11-19 00:44:20
November 19 2012 00:43 GMT
#2541
On November 19 2012 09:39 gonzaw wrote:
Show nested quote +
On November 19 2012 09:34 Keirathi wrote:
Oh java. One of the languages I actually know!

I might be interested in helping. I was already thinking about changing my c++ generator to be a "mafia helper" that would do vote counts, send out role PMs, etc etc, although its written in C# (which is basically Java but better!).


After having to program network systems in C.....I don't ever want to even speak about it again >_>

C =/= C#. C# is the powerful features of C combined with the powerful features of Java, but using Java syntax. Basically, if you know Java you already know C#!

E: but yea, I'm pretty sure the only way you're going to get votes/PMs/etc is by actually parsing the data from the forums.
My dear friend if I have gone pants on head, you have gone socks on ears!!! -ShiaoPi
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
November 19 2012 00:50 GMT
#2542
Here, I'll put an image of what I was planning to do:

[image loading]

(Replace phpBB with TL in this case)

I want a completely independent System ("Mafia System" in this diagram) that only has the necessary logic behind it.
This system would use functions from a forum ("Forum API" in this diagram) to interact with players/hosts (one function would be "sendPM(Keirathi,rolePM)" for instance).

However, as it seems to be here, TL can't be changed at all basically. So the only services it can give the system is basically in the shape of bots to send PMs, create threads, etc.

Those features, which are the basic ones, would be part of the "FBasic" API/service. It'd just be "sendPM", "checkvotes", "createThread"; "createPost" and the like. This component will be the one that does stuff depending on the forum.
The mafia system that uses these basic features would be "SBasic", a system that has only the basic stuff to run a mafia game.


However (again since in OMGUS we plan to do more stuff....cooler stuff), it should be possible to add more features, which would correspond to "FExtended" (in which a forum would add new features to give to the system) and "SExtended".
We were thinking for instance that in the future we could be able to create Setups, and then show them to the users who could comment on them and rate them. The forum that does this would give the system more services like "newRatingArrived()" and the like, which would correspond to a new component which would implement FExtended.

We also wanted for instance to include the whole Hosting Queue thing in it. This could be an extended feature that would need (maybe) new features from the forum as well as the system itself, so it'd be another FExtended and another SExtended.


Since we wanted this to be "easy to access" and stuff, the "Controller Extension" could be accessed by the System Admin to create any of those as he wants (for instance in the installation of the system), and maybe even change between those after installing it.

Because of all the differences between forums and even in how they play mafia (for instance in here there's a "team that checks setups" like GMarshall/Foolishness/etc, while in OMGUS there isn't) there should be a way to make the system portable for any of these settings/forums/etc.

....oh yeah wall of text here >_>
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
November 19 2012 00:54 GMT
#2543
On November 19 2012 09:43 Keirathi wrote:
Show nested quote +
On November 19 2012 09:39 gonzaw wrote:
On November 19 2012 09:34 Keirathi wrote:
Oh java. One of the languages I actually know!

I might be interested in helping. I was already thinking about changing my c++ generator to be a "mafia helper" that would do vote counts, send out role PMs, etc etc, although its written in C# (which is basically Java but better!).


After having to program network systems in C.....I don't ever want to even speak about it again >_>

C =/= C#. C# is the powerful features of C combined with the powerful features of Java, but using Java syntax. Basically, if you know Java you already know C#!

E: but yea, I'm pretty sure the only way you're going to get votes/PMs/etc is by actually parsing the data from the forums.


That won't be too hard I think.


I already made a BBCode in OMGUS that creates an automatic vote-count there (haven't tested it yet though), we could make something similar for TL.
In fact we could even use that ZBot Zona did if s/he allows us to!

I take it there's no restriction in having a bot access a "3rd party software" right? Like having ZBot give the system all the info (about votes for instance).
If there is then fuck lol this forum sure doesn't want to make it easier for me.
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
November 19 2012 01:20 GMT
#2544
If you guys want that feature in TL, it'd be great if you could come over to OMGUS to discuss what exactly should be done in TL regarding the system (i.e what the system would do in here).
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
November 19 2012 06:17 GMT
#2545
I need huge help guys!:


So I'm stuck at a design decision (about the system) that I think is very important for the game.
It's about roles/setups and how we should handle them.

For instance, here's a question for you guys, let's see if you can answer it to me:
How would you make Greymist's new game, Chrono Trigger Mafia compatible with this system I'm making?

If you can't answer that question....then don't worry you are not an idiot, I can't answer it either.
That's why I need your help in discussing how to solve that problem, if not then we won't be able to have these awesome games in our system

Here's the forum:

http://www.omgus.net/forum/viewforum.php?f=51

Here's the specific thread discussing this same issue (be sure to read all of it to understand better why I'm not sure what to do):

http://www.omgus.net/forum/viewtopic.php?f=51&t=411&p=14442#p14442

(P.S: If you are interested in this I recommend reading the other threads in that forum first)

I really want these exotic "themed" games to be part of the system, because:
  • They are the ones that would heavily need of a system in the first place! I mean, hosts of those games need like 100 spreadsheets and 99% of their free time to regulate/host those games, why not give them a break and let the system handle it?
  • These "weird" themed games happen like every 4 game! They are everywhere! (for instance, Aperture Mafia 2 was a "weird" themed game and it happened 1-2 weeks ago). Not making those games compatible with the system makes the system worthless if half the games in the forum are of that kind



I know it's too much to ask, and I know surely some of you don't really know how to solve it or even care about it; but for those of you that do.....halp ;_;

If you don't know about software engineering or programming and the like just ignore this post (or maybe post something like "Come on gonzaw! You can do it!" ). But if you have some knowledge then I'd really like your help (even more than before!), at least with this specific issue (you aren't obliged to create the whole system yourself lol, just provide some insight into this matter and some opinions).

Thanks for your help (also please don't ban me for "advertising" another site or something ;_; I guess you do need to join in OMGUS to discuss that.....but well it's the only place where we can create forums to chat about it in the first place. If there's a problem with that if you guys have a better way of communicating then I'd gladly listen.)
Promethelax
Profile Joined February 2012
Canada7089 Posts
November 19 2012 06:19 GMT
#2546
Come on Gonzaw, you can do it! I believe in you!
TL Mafia. Love it. Play it. http://www.teamliquid.net/forum/index.php?show_part=31 I find Kennigit really attractive. If anyone has a picture of him please feel free to PM it to me.
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
November 19 2012 06:23 GMT
#2547
Keirathi
Profile Joined May 2012
United States4679 Posts
November 19 2012 06:38 GMT
#2548
gonzaw: you have skype, or irc or something where we can talk in real time?
My dear friend if I have gone pants on head, you have gone socks on ears!!! -ShiaoPi
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
November 19 2012 08:13 GMT
#2549
Thanks Keirathi for joining!

After this is done you'll receive a blowjob from your user of choice!


See people? Join us and get free blowjobs. There's no downside.
Coagulation
Profile Blog Joined July 2006
United States9633 Posts
November 19 2012 16:23 GMT
#2550
I heard marv swallows
Kurumi
Profile Blog Joined April 2010
Poland6130 Posts
November 19 2012 16:24 GMT
#2551
On November 20 2012 01:23 Coagulation wrote:
I heard marv swallows

that's me
I work alone. // Visit TL Mafia subforum!
Mr. Wiggles
Profile Blog Joined August 2010
Canada5894 Posts
November 19 2012 16:40 GMT
#2552
Random side-note, regarding vote counts, but instead of scraping the forum, couldn't you have all users send their votes to the bot via PM, and then have the bot automatically update a vote count and then a vote list that would contain the times that everyone voted and who they voted for? That way, you could avoid a voting thread and just have what would functionally be the same thing in every vote update post and the fourth or so post in the thread (in spoilers of course). It would also be easy to change it for hidden vote counts, or to accept votes for other choices besides a lynch vote.

I also don't think we could automate the system here to not have to be a user even if we somehow got permission to modify the site, because even TL.net bot is a real user who posts all the bans and stuff. The forum probably isn't set up for that.

Lastly, do you think we should make a new topic for this on TL as well? This is taking up a lot of room in the active games thread, haha.
you gotta dance
marvellosity
Profile Joined January 2011
United Kingdom36161 Posts
November 19 2012 17:08 GMT
#2553
On November 20 2012 01:23 Coagulation wrote:
I heard marv swallows


I almost missed this in the walls of text, you cheeky bugger.
[15:15] <Palmar> and yes marv, you're a total hottie
strongandbig
Profile Blog Joined October 2010
United States4858 Posts
November 19 2012 17:30 GMT
#2554
cheeky




hurr hurr hurr
"It's the torso" "only more so!"
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
November 19 2012 17:33 GMT
#2555
On November 20 2012 01:40 Mr. Wiggles wrote:
Random side-note, regarding vote counts, but instead of scraping the forum, couldn't you have all users send their votes to the bot via PM, and then have the bot automatically update a vote count and then a vote list that would contain the times that everyone voted and who they voted for? That way, you could avoid a voting thread and just have what would functionally be the same thing in every vote update post and the fourth or so post in the thread (in spoilers of course). It would also be easy to change it for hidden vote counts, or to accept votes for other choices besides a lynch vote.

I also don't think we could automate the system here to not have to be a user even if we somehow got permission to modify the site, because even TL.net bot is a real user who posts all the bans and stuff. The forum probably isn't set up for that.

Lastly, do you think we should make a new topic for this on TL as well? This is taking up a lot of room in the active games thread, haha.


Well, a voting thread is the standard thing to do, and it's the easiest way for players/observers to check the "flow" of votes.
If someone says in the thread "Okay, I'll vote X!", then nobody will instantly know if he voted X if there's no voting thread, they'd need to be F5ing the "voting count" every time.

Also in this forum there seems to be quite a lot of restrictions, so it's not like you can get an "automatic personal vote count" or something like that (something we planned on doing in OMGUS, kind of like a pop-up ad that tells you the currrent votecount)

But yeah thanks for reminding me, some setups may want a hidden voting system
I kind of forgot about that

Although if you define "Day Actions" (which can be PMed to the bot, like "##Day Vig: marv"), then you could define a hidden vote as a Day Action as well.
The "Steal vote" ability would be a Day Action for instance.

Lastly, do you think we should make a new topic for this on TL as well? This is taking up a lot of room in the active games thread, haha


Yeah if you guys want to. I was planning on doing most of the talking in OMGUS (all the tidy threads and discussions are already there), but we can talk about more "TL-oriented" stuff in here.
prplhz
Profile Blog Joined November 2010
Denmark8045 Posts
November 20 2012 00:55 GMT
#2556
Okay this is just my opinion and I didn't read all of this thoroughly but... with volunteer projects you should probably take small steps. Even if there's a lot of motivation right now it might wane and you don't want to be stuck with a half finished product that does nothing instead of a fully finished product that does something (but not everything). You also need to make absolutely sure that people will actually use it, that is to say make it useful and make it really easy to use. I think it's a really good idea to take it up with people like you are doing in here but end users have no idea about Java and diagrams, try to make sure that end users also understand what's actually going to happen so they can provide feedback. Also be careful in restricting people in what they can do because suddenly they'll just do it the old fashioned way to make it just like they want, i mean the old fashioned way has worked for ages anyway and it's not that terrible at all. Make it accessible, a lot of people don't like to run any applications on their computers so consider a web API for your product. While Java is kind of portable everybody can load a website (if not then they shouldn't be hosting in the first place).
http://i.imgur.com/M7t7egx.png
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
Last Edited: 2012-11-20 01:12:52
November 20 2012 01:10 GMT
#2557
On November 20 2012 09:55 prplhz wrote:
Okay this is just my opinion and I didn't read all of this thoroughly but... with volunteer projects you should probably take small steps. Even if there's a lot of motivation right now it might wane and you don't want to be stuck with a half finished product that does nothing instead of a fully finished product that does something (but not everything). You also need to make absolutely sure that people will actually use it, that is to say make it useful and make it really easy to use. I think it's a really good idea to take it up with people like you are doing in here but end users have no idea about Java and diagrams, try to make sure that end users also understand what's actually going to happen so they can provide feedback. Also be careful in restricting people in what they can do because suddenly they'll just do it the old fashioned way to make it just like they want, i mean the old fashioned way has worked for ages anyway and it's not that terrible at all. Make it accessible, a lot of people don't like to run any applications on their computers so consider a web API for your product. While Java is kind of portable everybody can load a website (if not then they shouldn't be hosting in the first place).


I want it to be integrated in each forum
Like in TL, there could be a bot that automatically does everything, checks votes, creates threads, etc and .



Right now we are at the "let's figure out what the hell we want" phase.
In my opinion what I want is a system that can be integrated in any forum and automates basically every aspect of mafia gaming, with easy interfaces and the like.
One easy reason for this is that I want to both use it in TL and in OMGUS, which have completely different forums and ways to use the forum to play mafia.

Back in OMGUS we are tackling that problem.
Anyways all of us that are "in" this project (it's not a "Project" per se just a bunch of guys talking and shit for now lol) are the "end users" as well so I wouldn't worry about that.
I'm the customer as well and I'll make sure the system fulfills all the needs I want.

Some features can't be done on TL since it's so restrictive, and in that case it might be good to use a web app like you said; although that's not what the system is about (for instance it won't need a web app in OMGUS...well once it's finished hopefully).


I have all the time in the world to make it and wont set any "starting" deadline until I know everything about the system has been acknowledge and we specifically know what we are going to do.
You might as well say that we are just "having fun" now throwing ideas and problems and solutions to those problems. Once we start developing it we'll take it seriously.

If you are interested you can check some threads there (it explains most of this stuff you are talking about).

Also there's no need to know "java" or any tool in particular at this stage. It helps in setting down the design before-hand, but just talking about requirements (like that "portability" issue I mentioned before for instance) suffices at this point.
gonzaw
Profile Joined December 2011
Uruguay4911 Posts
Last Edited: 2012-11-20 05:33:43
November 20 2012 05:21 GMT
#2558
Edited

PS: Am I allowed to create a new thread here? To ask opinions, give updates, and basically just post my walls of text somewhere where they won't fuck up with the active games stuff >_>
GMarshal
Profile Blog Joined March 2010
United States22154 Posts
November 20 2012 05:26 GMT
#2559
Yes, make a new thread.
Moderator
GreYMisT
Profile Blog Joined October 2010
United States6736 Posts
November 21 2012 01:26 GMT
#2560
Chrono Trigger Mafia has begun
"life of lively to live to life of full life thx to shield battery" / Join TL Mafia! http://www.teamliquid.net/forum/index.php?show_part=31
Prev 1 126 127 128 129 130 293 Next
Please log in or register to reply.
Live Events Refresh
Korean StarCraft League
03:00
Week 82
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 230
ProTech125
StarCraft: Brood War
Zeus 539
Noble 35
Hm[arnc] 19
Dota 2
NeuroSwarm96
LuMiX2
League of Legends
JimRising 647
Reynor8
Other Games
summit1g18520
tarik_tv12197
C9.Mang0443
WinterStarcraft381
FrodaN191
Organizations
Other Games
gamesdonequick758
Counter-Strike
PGL165
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki9
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt591
Other Games
• Shiphtur135
Upcoming Events
CranKy Ducklings
3h 40m
IPSL
11h 40m
dxtr13 vs OldBoy
Napoleon vs Doodle
LAN Event
11h 40m
Lambo vs Clem
Scarlett vs TriGGeR
ByuN vs TBD
Zoun vs TBD
BSL 21
13h 40m
Gosudark vs Kyrie
Gypsy vs OyAji
UltrA vs Radley
Dandy vs Ptak
Replay Cast
16h 40m
Sparkling Tuna Cup
1d 3h
WardiTV Korean Royale
1d 5h
IPSL
1d 11h
JDConan vs WIZARD
WolFix vs Cross
LAN Event
1d 11h
BSL 21
1d 13h
spx vs rasowy
HBO vs KameZerg
Cross vs Razz
dxtr13 vs ZZZero
[ Show More ]
Replay Cast
2 days
Wardi Open
2 days
WardiTV Korean Royale
3 days
Replay Cast
4 days
Kung Fu Cup
4 days
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
4 days
The PondCast
5 days
RSL Revival
5 days
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
5 days
WardiTV Korean Royale
5 days
RSL Revival
6 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
6 days
Liquipedia Results

Completed

BSL 21 Points
SC4ALL: StarCraft II
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
Stellar Fest: Constellation Cup
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.