安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









It would also be good if you added the ability to put tags on the cards too.
Maybe also adding a script to each individual card would be useful. Anything else that an individual card loses when it becomes put in a bag and/or things you would apply to a bag but want to each individual object within it.
so it isn't accepting copypasted " as a valid symbol for....... reasons?
“BT5-034 Kotemon”,
“BT5-035 Starmons”,
“BT5-035 Starmons”,
“BT5-036 Renamon”,
“BT5-037 Gladimon”,
I get the error "chunk (83,4) unexpected symbol near "" "
but if I type that info directly into the editor the EXACT same way it works just fine. literally typing character-for-character on the next line and then deleting the offending "pasted" entry.
why can lists not be copy-pasted when the formatting is correct?
For reference, you can get a deck back into its original order by selecting customize>import.
The only issue I have is the work required to get the deck of cards into the same order as the script is.
A complete list of changes can be viewed in the Change Notes
Btw, for anyone that wants to know, you can use notepad++ regex for renaming a list you typed out to do various things.
To get the '', on the beginning and end of every line, go to replace and then type in
Find what: ^
Replace with: '
Find what: $
Replace with: ',
If you have apostrophes you can escape them all at once with this.
Find what: ([A-Za-z0-9{1}])'([A-Za-z0-9{1}])
Replace with: \1\\'\2
If you have other special characters near the apostrophes it will get a little more complicated. Then you will have to do some regex learning.
Sorry I didn't respond to you back in July, but in case you happen to still be wondering about moving bottom cards from one deck to another...
I can't be sure if a script like this already exists, because I don't know everything that's out there, but I do know it could be easily scripted. You can use takeObject on the deck to remove a card from the bottom of the source deck, and then move it beneath the target deck with putObject. If you're interested in creating a script, and would like some further help, you can reply to me via the General Discussion section above where we can talk more about how to get it done.
Good luck.