|
PyMS v1.2.1 By: poiuy_qwert |
||
|
PyTBL v1.7 PyTBL is used to convert TBL files to and from TXT files. |
||
| Option | Long Option | Description |
| -h | --help | Display the command line format and options with small descriptions. |
| -d | --decompile | Decompile a TBL file to a TXT file. Default |
| -c | --compile | Compile a TXT file to a TBL file. |
| -r | --reference | Output a reference at the top of a decompiled file. |
| --gui | Opens a file with the GUI |
| Code |
# This line is not a string because the whole thing is a comment. Marine<0>#This line (excluding the comment) is a string |
| Code |
string<0> |
| Code |
Unit Name<0>Subname<0>StarEdit Group<0> |
| Code |
Something1 Requires:<10> One Requirement<0> Somethings Require:<10> Two<10> Requirements<0> # ... |
| Code |
a<0><3>A<1>ttack<0> m<1>Train <3>M<1>arine<0> a<2>Upgrade Infantry <3>A<1>rmor<0> t<3>Psionic S<3>t<1>orm<0> p<4>Develop <3>P<1>sionic Storm(Templar ability)<0> d<5><3>D<1>evourer Aspect<0> |
| Command Line |
python PyTBL.pyw Default\stat_txt.tbl "C:\StarCraft\My Mod\stat_txt.txt" ..edit strings.. python PyTBL.pyw -c "C:\StarCraft\My Mod\stat_txt.txt" |
| ASCII Codes |
Miscalaneous
<0> = End Substring
<9> = Tab
<10> = Newline
<18> = Right Align
<19> = Center Align
<27> = Escape Key
<35> = #
<60> = <
<62> = >
Menu Screen Colors
<1> = Cyan
<2> = Cyan
<3> = Green
<4> = Light Green
<5> = Grey*
<6> = White
<7> = Red
<8> = Black*
<11> = Invisible*
<12> = Truncate
<14> = Black
<15> = Black
<16> = Black
<17> = Black
<20> = Invisible*
<21> = Black
<22> = Black
<23> = Black
<24> = Black
<25> = Black
<26> = Black/Cyan?
<27> = Black
<28> = Black
In-game Colors
<1> = Cyan
<2> = Cyan
<3> = Yellow
<4> = White
<5> = Grey*
<6> = Red
<7> = Green
<8> = Red (Player 1)
<11> = Invisible*
<12> = Truncate
<14> = Blue (Player 2)
<15> = Teal (Player 3)
<16> = Purple (Player 4)
<17> = Orange (Player 5)
<20> = Invisible*
<21> = Brown (Player 6)
<22> = White (Player 7)
<23> = Yellow (Player 8)
<24> = Green (Player 9)
<25> = Brighter Yellow (Player 10)
<26> = Cyan
<27> = Pinkish (Player 11)
<28> = Dark Cyan (Player 12)
<29> = Greygreen
<30> = Bluegrey
<31> = Turquiose
|
| « PyLO | PyTBL | PyTRG » |