8,452
edits
Paradox-01 (talk | contribs) m (redoing code piece "read xml file") |
Paradox-01 (talk | contribs) m (oops..) |
||
Line 879: | Line 879: | ||
' Mod Tool wants comma instead of point for decimal seperator | ' Mod Tool wants comma instead of point for decimal seperator | ||
pos(0) = replace (pos(0), ".", ",") | pos(0) = replace (pos(0), ".", ",") | ||
pos(1) = replace (pos( | pos(1) = replace (pos(1), ".", ",") | ||
pos(2) = replace (pos( | pos(2) = replace (pos(2), ".", ",") | ||
rot(0) = replace (rot(0), ".", ",") | rot(0) = replace (rot(0), ".", ",") | ||
rot(1) = replace (rot( | rot(1) = replace (rot(1), ".", ",") | ||
rot(2) = replace (rot( | rot(2) = replace (rot(2), ".", ",") | ||
logmessage colClass.item(i).text | logmessage colClass.item(i).text | ||
Line 896: | Line 896: | ||
' INFO : ================ | ' INFO : ================ | ||
' INFO : w5_sbg | ' INFO : w5_sbg | ||
' INFO : 23,16747 | ' INFO : 23,16747 84,8193359 757,1958 | ||
' INFO : 0 0 0 | ' INFO : 0 0 0 | ||
' INFO : ---------------- | ' INFO : ---------------- | ||
' INFO : w4_psm | ' INFO : w4_psm | ||
' INFO : 18,1105652 | ' INFO : 18,1105652 84,8193359 749,121 | ||
' INFO : 0 0 0 | ' INFO : 0 0 0 | ||
' INFO : ---------------- | ' INFO : ---------------- |
edits