安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








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.