• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 17:35
CEST 23:35
KST 06:35
  • 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
[ASL20] Ro24 Preview Pt2: Take-Off0[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy9uThermal's 2v2 Tour: $15,000 Main Event18
Community News
Maestros of The Game—$20k event w/ live finals in Paris25Weekly Cups (Aug 11-17): MaxPax triples again!13Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195Weekly Cups (Jul 28-Aug 3): herO doubles up6
StarCraft 2
General
What mix of new and old maps do you want in the next 1v1 ladder pool? (SC2) : 2v2 & SC: Evo Complete: Weekend Double Feature Geoff 'iNcontroL' Robinson has passed away The GOAT ranking of GOAT rankings RSL Revival patreon money discussion thread
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series Sparkling Tuna Cup - Weekly Open Tournament Monday Nights Weeklies Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
External Content
Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies Mutation # 485 Death from Below
Brood War
General
BW General Discussion No Rain in ASL20? [ASL20] Ro24 Preview Pt2: Take-Off Flash On His 2010 "God" Form, Mind Games, vs JD BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Ro24 Group B [ASL20] Ro24 Group C BWCL Season 63 Announcement [CSLPRO] It's CSLAN Season! - Last Chance
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting Muta micro map competition
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread General RTS Discussion Thread Dawn of War IV Path of Exile
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
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Things Aren’t Peaceful in Palestine The year 2050 European Politico-economics QA Mega-thread
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
High temperatures on bridge(s) Gtx660 graphics card replacement Installation of Windows 10 suck at "just a moment"
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
Evil Gacha Games and the…
ffswowsucks
Breaking the Meta: Non-Stand…
TrAiDoS
INDEPENDIENTE LA CTM
XenOsky
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 3228 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
Next event in 2h 26m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
firebathero 108
ggaemo 46
Pusan 31
NaDa 12
Dota 2
XaKoH 487
Pyrionflax251
capcasts126
NeuroSwarm43
League of Legends
JimRising 407
Reynor88
Counter-Strike
Stewie2K702
Foxcn320
flusha218
Super Smash Bros
amsayoshi61
Heroes of the Storm
Khaldor224
Other Games
tarik_tv17331
gofns12305
Grubby2852
fl0m1272
summit1g1217
shahzam315
RotterdaM270
Organizations
Other Games
gamesdonequick1408
BasetradeTV47
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• musti20045 45
• davetesta34
• tFFMrPink 16
• Kozan
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• IndyKCrew
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota22541
League of Legends
• Doublelift4833
Counter-Strike
• imaqtpie1106
• Shiphtur199
Other Games
• WagamamaTV255
Upcoming Events
Replay Cast
2h 26m
Afreeca Starleague
12h 26m
Queen vs HyuN
EffOrt vs Calm
Wardi Open
13h 26m
RotterdaM Event
17h 26m
Replay Cast
1d 2h
Afreeca Starleague
1d 12h
Rush vs TBD
Jaedong vs Mong
WardiTV Summer Champion…
1d 13h
Cure vs Classic
ByuN vs TBD
herO vs TBD
TBD vs NightMare
TBD vs MaxPax
OSC
1d 14h
PiGosaur Monday
2 days
Afreeca Starleague
2 days
herO vs TBD
Royal vs Barracks
[ Show More ]
Replay Cast
3 days
The PondCast
3 days
WardiTV Summer Champion…
3 days
Replay Cast
4 days
LiuLi Cup
4 days
MaxPax vs TriGGeR
ByuN vs herO
Cure vs Rogue
Classic vs HeRoMaRinE
Cosmonarchy
4 days
OyAji vs Sziky
Sziky vs WolFix
WolFix vs OyAji
BSL Team Wars
4 days
Team Hawk vs Team Dewalt
BSL Team Wars
4 days
Team Hawk vs Team Bonyth
SC Evo League
5 days
TaeJa vs Cure
Rogue vs threepoint
ByuN vs Creator
MaNa vs Classic
[BSL 2025] Weekly
5 days
SC Evo League
6 days
BSL Team Wars
6 days
Team Bonyth vs Team Sziky
BSL Team Wars
6 days
Team Dewalt vs Team Sziky
Liquipedia Results

Completed

Jiahua Invitational
uThermal 2v2 Main Event
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL Season 18: Qualifier 1
Acropolis #4 - TS1
CSLAN 3
SEL Season 2 Championship
WardiTV Summer 2025
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

CSL Season 18: Qualifier 2
CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
RSL Revival: Season 2
Maestros of the Game
EC S1
Sisters' Call Cup
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
Roobet Cup 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
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.