Fluorohydride / ygopro-pre-script

90 stars 111 forks source link

strings.conf fixes #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

Missing the following: !system 29 End of Battle Step !system 93 Choose material? (I think this one should be renamed, it's not specific enough) !system 94 Use effect now? (Otherwise, some Continuous Trap Cards will show up as "???" in-game) !system 1160 Place in Pendulum Zone !counter 0x36 Kaiju Counter

[1]Rename to the following (important): !system 41 Before damage calculation !system 42 During damage calculation !system 91 Use your additional Normal Summon? [2] !system 203 Chain another card or effect? [3] !system 514 Select a face-up card on the field !system 515 Select a face-down card on the field !system 527 Select the card to place on the field !system 1600 Card position changed !system 1602 Card control changed !counter 0x3036 Performage Counter

Rename to the following (less important): !system 1003 Spell & Trap Zone [4] !system 1008 Field Zone [5] !system 1242 TCG&OCG [6] !system 1319 Attribute:

Let me know if I'm mistaken, but I think those [1] are correct. They're translated from FH's strings.conf. [2] From cards like Brain Research Lab. [3] The message "Chain another card?" implies that you cannot Chain another effect, therefore, it should be renamed to "Chain another card or effect?" [4] Spell/Trap means something different than Spell & Trap, and the correct updated term is Spell & Trap Zone. [5] Since the release of Pendulum Cards, all Zones have "Card" removed from them. It's no longer called the Field "Card" Zone. [6] Same with [2] "/" refers to "or", meaning either of the two, but TCG&OCG means both. Also, translated from FH's strings, (!system 1242 OCG&TCG).

Keep it up, thanks for this GitHub!

ghost commented 8 years ago

f7253599c9f564140aa9ad098dbd37fe67076461 Changed strings.conf. Thank you!