Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Basically I want to strip down the script to only the following functionality / buttons
1. Gather chips
2. Bet (with amount typed in as per current functionality)
3. Call - puts in chips equal to the current highest bet (no policing players acting out of turn)
4. Collect - move all bets into the pot
5. Totals displayed on table for player stacks, bets and pot
All the other functionality I would like removed - no automatic or manual trading of chips ever, no shuffling or dealing the deck at all, no selecting or highlighting who's turn it is, no showdown detection or sidepots .
Fold buttons can stay for moving player cards to a muck area - but not essential if that is too hard to keep in for any random deck.
If a player doesn't have the correct denomination chips to place a bet or call then instead of automatically trading the chips it could show a message saying "You don't have the chips for that bet - change the amount or trade chips with someone"
Thanks
All other omissions can be achieved by deleting the right lines of code and/or the right objects.
There is a new style of poker script becoming more popular among the community where pretty much the only automation is dealing cards. At least one such script is, or was, available on the Workshop for free. You might have more success achieving your goals by modifying that script, instead of taking away from mine.
What if I delete the bet and call functionality and then focus on modifying the Gather and Collect functions so they don't trade any chips? That should be a lot easier I'm assuming. I'm just struggling to work out which parts of those functions to remove so that the chips aren't traded while they are being collected. Any help you can impart on that would be so awesome.
I don't believe deleting the Bet and Call buttons would break functionality, but I'm not sure.
It's been a long time since I worked on this version of the script, to the point where my personal, current, proprietary version barely resembles it. I'd have to reexamine the script in detail to point you anywhere useful, which I'm not willing to do for free.