The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Casino (w/ 10 player poker) Details »» | |||||||||||||||||||||||||
The Gameroom is the follow up to this, and expands on its features. This mod will no longer be supported, Gameroom is here: https://vborg.vbsupport.ru/showthread.php?t=219483
This is a casino addition for vBulletin, so far containing video poker, blackjack, Slots, a lottery, Let 'em Ride, Roulette and a betting pool. It can use it's own cash as well as cash fields from other products for easy integration. Cash bonuses are also awarded for various actions (posting, starting threads, etc.), you can alter the bonus values through the admincp. Each of the 10 games can be turned on or off through the control panel, and the casino can be restricted by user group. I'd consider this a test run, everything should work, but some of the template's and all of the phrasing are not done yet. Screenshots are attached. If you want to see a demo, it's live at http://vbgaming.org, it does require registration though as it needs a userid to attach your money too Bug reports and requests can also be posted there, and will probably have less chance of getting buried in this rather massive thread. If you are having a problem, please look there. If it is one that others have been having, there will likely be a solution there (as well as in this thread, just harder to find here) v 0.90 (Jan 6) - Fixed a bug in lottery odds calculation that was casuing problems with the jackpot. - Completed Phrasing of all games & admincp - Removed card flicker some people experienced in Texas Hold'em - Removed unused table limit setting from Video Poker settings - Handled a DB error that occasionally came out of the slots game - Sports Pool groups are now edited through the game, not the admincp - Blackjack: Dealer checks for blackjack on A or 10 - Blackjack: Added Five card charlie rule - Texas Hold'em: poker mod groups can now use the command "/kick username" to kick people out of the game. If a hand is in progress it counts as a forced fold, not returning their share of the pot. - Blackjack - Fixed bug on bet amount when splitting more then once on a hand v 0.91 (Jan 13) - Added missing field for holdem mod groups to settings table - Removed 0.90 test code of drawin same numbers in lottery - Piped all the ajax files through casino.php, this should solve some of the conflicts people where having (ex. mkportal) - Added missing link to add / edit groups in sports pool - Fixed extra \'s in chatbox some users where getting - Added a reset cash button in the ACP - Fixed a bug where the blackjack_dealt table wasn't getting cleared properly - Fixed "Most Lost" stat calculation v 0.92 (Feb 18) - Fixed Default Cash not saving - Texas Hold'em no longer shows hand after folding - Texas Hold'em buttons should not reappear after clicking if a request was in progress when they where clicked - Fixed some of the reinstall issues people have been having This is pretty minor, working on some major changes to the Texas Hold'em game that are taking longer then I planned due to other things coming up. Known issues: - The same player attempting to play more then one instance of the same game at the same time will cause errors. To update overwrite all of the old files and import the product, revert any modified (casino) templates and don't forget the files in other folders Also some of the images have changed, those need uploaded again. (as well as the includes and admincp files) You DO NOT need to uninstall the previous version to upgrade, this will cause problems. Just overwrite existing files and import the product again, allowing overwrite. **Make sure you overwrite ALL existing files and revert ALL casino templates** Show Your Support
|
Comments |
#3022
|
||||
|
||||
Cheers for that
|
#3023
|
|||
|
|||
Installed, and working like a charm. thank you.
|
#3024
|
|||
|
|||
Works great, thank you. any possibility of getting an all in feature on hold'em?
|
#3025
|
|||
|
|||
How do I turn OFF the casino cash balance in the postbit since I am using VBCredits?
Thanks! |
#3026
|
|||
|
|||
Is there a way to put "Total money won" in the posbit for the user?
Also, any way to add a "Who's in Poker now" to the bottom of the forum? |
#3027
|
||||
|
||||
this was done in 3.6, to make a dropdown called "Games" with the selection of Casino or Arcade
heres the code that was used Code:
</if> <!-- your Games menu --> <div class="vbmenu_popup" id="Games_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Games</td></tr> <tr><td class="vbmenu_option"><a href="casino.php?$session[sessionurl]">Casino</a></tr> <tr><td class="vbmenu_option"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td></tr> |
#3028
|
|||
|
|||
Any plan on VB3.7?
|
#3029
|
|||
|
|||
think Andrew has this in his thoughts from what I have read from him, but he is busy at mo
It is working fine on 3.7.0 though, I installed the old casino and then upgraded to .92 then and it works fine ---------------------------------------- My question is, I have the casino using vbcredits which works fine. But how do I get rid of the $ sign when you click into the Casino and it shows your balance. Either get rid or replace with £ for my currency. Thanks |
#3030
|
|||
|
|||
Any way we can get a different layout for the main page?
casino_index_main is the template that I'm referring to. I just don't know how to do it myself. I'd like to see the stats on the left side and the games on the right. I want to give it the same look as the usercp... any ideas how to do it? |
#3031
|
|||
|
|||
Quote:
For those of you interested this is what I changed it to: Replace the contents of the "casino_index_main" template with this Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - $vbphrase[casino_casino]</title> $headinclude </head> <body > $header $navbar <table class='tborder' align='center' border='0' cellpadding='6' cellspacing='1' width='100%'> <thead> <tr align='center'> <td class='tcat'>$vboptions[bbtitle] $vbphrase[casino_casino]</td> </tr> </thead> <tbody> <tr> <td class='alt1'> $abovetable <div class='info' width='100%' style='text-align:center;font-size:16pt;font-weight:bold'>$vbphrase[casino_youhave]: $vbphrase[casino_currency_marker]$cash</div> <if condition="$donate"> <div style='text-align:center'><a href='casino.php?do=donate'>$vbphrase[casino_donation_link]</a></div> </if><br/> <table style='width:100%;'> <tr> <td style='vertical-align:top;'> $abovestats $mainstats <p style='text-align:center'><a href='casino.php?do=stats'>$vbphrase[casino_more_stats]</a></p> $bellowstats </td> <td width="100%" style='vertical-align:top;'> $topleftcol $abovegames <table class='tborder' align='center' border='0' cellpadding='6' cellspacing='1' width='100%;'> <thead> <tr align='center'> <td class='tcat' colspan='3'>$vbphrase[casino_games]</td> </tr> </thead> <tbody> $topgames $t_games $bottomgames </tbody> </table> $bellowgames </td> </tr> </table> $bellowtable </td> </tr> </tbody> </table> <br/> $footer |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|