ActiveDen

Rabbit Beer Poker

  • Has been a member for 3-4 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Contributed a Tutorial to a Tuts+ Site
  • Contributed a Blog Post
  • Interviewed on the Envato Notes blog
  • Grew a moustache for the Envato Movember competition
  • Community Moderator
  • Beta Tester
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United Kingdom
  • Referred between 1 and 9 users
Reaper-Media says

Wow awesome file! :)

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
frensis says

very nice. congrats

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
Bliitz says

Nice file, but who must drink in the end? And how much? And I think there should be an option that the entry raises each round. Cause if it doesn’t the game will never end.

2 years ago
Author
savorks savorks replied

Amount of initiate assets for each players could be edit through XML , also you can change basic bet rate in XML , both make players easier to win (or lost) :)

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
Bliitz says

And why is KKK77 better than KKKQQ ?

2 years ago
Author
savorks savorks replied

That may happen when the biggest K is community card , and we count only the biggest card in same combination , after that , the compare goes into the cards sent from players . (so maybe the KKK77 holder sent K(heart)7 and KKKQQ holder sent K(diamond)Q , so KKK77 holder win this round)

I am aware in others games we compare the two card part after three card part is equal in full house combination . But I am trying to make all combination use same progress and rules to compare , and by this way , it is easier to edit AI :)

If you brought this game and need change rules to compare two card after three card , pm me and I will make a modified file for you :)

2 years ago
  • Has been a member for 1-2 years
  • Exclusive Author
saranblue says

I like this funny game

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
thorgaming says
Purchased

I really like the style and interactivity of this game, job well done.

I do however wish to remove the need to use the xml files and preloader swf. So that essentially the game will compile into one swf inclusive of all variables and movieclips.

As you built it i thought i’d ask first! :D

I have had a look around the code, but am struggling to get it to run without.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
thorgaming says
Purchased

Oh also in reply to your feedback question, i think i prefer a single fla and swf for editing and publishing when i buy something from activeden especially if you have multiple domains for your site.

But overall your files are awesome and I look forward to getting more of them!

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Taiwan
savorks says
Author

@ thorgaming

Hiya~ thank you for purchase this game :)

For removing preloader, you can embed Main.swf directly into your page, the game itself will still running just users won’t able to see loading progress when Main.swf and others assets are loaded.

For making all files into a single swf, it can be done but will be a customize work, however this project basically load assets via relative folder, so you don’t need to change them to absolute URL if that is troubling you when hosting it with multiple domains.

And thank your for your feedback :), I will provide better file format in my next products.

Regards, sav

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
thorgaming says
Purchased

Yeah so for future games and files have 1 swf file one fla, then have an xml file for those that like that, but if the user wants they can ommit the xml file and the variables in the swf take over, this way i think everyone is happy.

my site www.thorgaming.com is heavily based around highscore games, what would be your advice as how to make this game a fairly quick highscore game.

Timed? best sequences etc. hope this makes sense. really i want like one highscore at the end. doesn’t matter if its highest is best or lowest.

2 years ago
Author
savorks savorks replied

Hiya thorgaming,

for the high score I think you can set a limit num of games, for example, end game after 10th games is played and send player score to your score script.

In script, you can add these script in src.managers.POKManager.as, gameSet method,

if(POKC.game.numGamesPlayed == 10) 
{
    var userScore:uint = POKC.game.players[0].chipStack.num;
    yourSendScoreMethod( userScore );

    return;
}

Hope this work for you.

Regards, sav

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
nevergone says

Can you set any variable so that you as a player will never have more CHIPS at the end of the game than any other player ? I want to never win a beer . Can this be set ? To make AI 100 % strong and 0% luck ? Or something like that ?

2 years ago
Author
savorks savorks replied

Greeting nevergone

I can’t full understand what you meaning but if you mean make this game never end, it will be a customize job.

And for the AI part, the AI follow the script which written in XML , their AI behavior is decided in start of game and once decided they will follow it and there is no luck ( unless you allow them via the XML script).

2 years ago
nevergone nevergone replied

To win you must get as many chips as you can,correct? Can the AI be set in such a manner that he always gets more chips than me so I will never win ?

2 years ago
Author
savorks savorks replied

Yes it is doable, however it will rewrite most logic scripts and may take days to customize it. And I won’t have time for customize files here in few months :S

2 years ago
  • Has been a member for 3-4 years
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • United States
  • Referred between 50 and 99 users
ChristianKragh says

This game is absolutely amazingly done. Great sound, great animation, great design, look and feel, gameplay, everything. It’s just a shame that you never really get to a game won or game over screen. I played up to 50 games and the players had enough coins to keep going for another 50… a bit disappointing when you never win – maybe just use less coins? or be able to double your bet or something..

2 years ago
Author
savorks savorks replied

Thank you for good words ^^

It is my bad set total chips too high in preview, but the total chips for players and bet values can be modified via XML . Also I had modified this game to end by num Games played for a customer before, which should’t be hard for experienced AS coder.

And for the music, I would give the credit to AD Asset Library :) files quality is amazing here.

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
Ramdall says
Purchased

Hi,

I bought your game and it’s cool indeed, but I need some directions how to make it Texas Holdem.

Also would like to change this “KKK77 better than KKKQQ ” problem.

Regards

2 years ago
Author
savorks savorks replied

Greeting Ramdall,

Please send message to me via my profile here so I can send the modfied file for you.

And for Texas Holdem…... maybe hard to believe …... but I never played that or others games with similar rules (ya although it is said Rabbit Poker is similar with omaha but I had only study the rules never played, and that is one of the reasons I create my own rules for this game)

So… it is hard for me to help this part :)

Regards, sav

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
dpradeepc says

WOW !!!! Excellent work, Cant wait to buy this game, My Bad Luck is I Have some problem with my New Card on Paypal. Hope I Will Buy it soon :).

1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
rmmellon says
Purchased

Purchased and really like it.

I’d like to change the images in the face cards (J, Q, K), but can’t seem to locate them.

Which movieclip holds these images?

1 year ago
Author
savorks savorks replied

Greeting rmmellon,

in the folder .root/swf/ , or .root/swf/FLA_CS4/ , you can find CardSample.fla . you can change card graphics by edit card asset inside any of them and compile it (they both will export to .root/swf/CardSample.swf).

Regards, sav

1 year ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United States
vampiru says

I am very interested in purchasing this. I only need to know if all the graphics are customizable (changing the cards textures, background, table)? And there is an option for not showing the advertisments ???

2 months ago
Author
savorks savorks replied

graphics are customizable and you can turn off advertisements (how to do that is described in help file)

2 months ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United States
vampiru says
Purchased

This item is freakin’ AMAZING , I’ve got all the support and help I needed from savorks, and tripled the number of my website visitors, all thanks to Rabbit Beer Poker. I STRONGLY recommend it.

1 month ago
Author
savorks savorks replied

Thank you for all the kind words !! :)

1 month ago
by
by
by
by
by