Chromowolf

Results 30 comments of Chromowolf

Thx a lot this really helps! What about if I wanna define an EUDArray using a function in an `if` statement or nested `if` statement ```js const x = EUDArray(8);...

Got it. Thank you very much. So eps behaves just C++

FYI: This error happens if (listfile) contains non-ASCII character

So you mean I could write the following code in `FixPrintBug.eps` ```js function onPluginStart() { const cp = getcurpl(); setcurpl(getuserplayerid()); GetGlobalStringBuffer(); setcurpl(cp); } ``` and make `FixPrintBug.eps` the first plugin...

Thx. Looking forward to the fix

> Placing CPU in human slot or vice versa is possible in SC:R ; should we handle this case too or ignore it? IMO, this is a serious problem. You...

Thank you. Reading the code of SCA is really a challenge for me. But I'll try. I may need some hint later. :P

I tried splitting the 4-byte value to two u16 variables, like this: main.edd: ```js [main] input: in.scx output: out.scx [main.eps] [MSQC] 0x6D0F38, AtLeast, 0; val, sendlb : receivelb 0x6D0F38, AtLeast,...

Thank you. Now I'm using this technique to run a test: main.edd: ```js [main] input: in.scx output: out.scx [main.eps] [MSQC] 0x51CE8C, AtLeast, 0; val, sendlb : receivelb 0x51CE8C, AtLeast, 0;...

> You don't need MSQC for singleplayer game so IMO this isn't proper test. I'll do another test with multiple players in one game. > SC will silently fail to...