NovaRain

Results 44 comments of NovaRain

Hero Appearance FRMs can be packed into individual .dat files.

Each one separately in `\Appearance\`. Here's the repack I made some time ago: https://mega.nz/#!MBJDWQaZ!xJelF1dE2deSK7uoN8yO_aPF3rEpt_r6zPYMQbWB3i8

> And dat name regex seems to be hardcoded as well. Dat names are the same as dir names for the mod to sort race/style data, I guess what you're...

For now the folder structure for a race/style can be: ``` | HFR00S00.DAT | ... | HMR00S00.DAT | HMR00S01.DAT | ... | \---HMR00S01 +---art | \---skilldex | AppStyle.FRM // if...

I think he wants sfall to load the custom font DLL which is used in Chinese localization of RP. But I have no idea how it has anything to do...

Removing the semicolon from one of them should work. I tried the sslc as old as 3.3, and it still gives the same error.

The first mention of this "feature" is in 2.11, but even the compile.exe from 2.11 doesn't work with the example.

Did some quick comparison. The major change from sslc 2.9 to 2.11 is including the mcpp preprocessor, but I failed to notice if Timeslip added extra handling for semicolon.

> > > @NovaRain > you can try replacing the second argument of the function `parseStatementInternal(p, 1);` to 0 and see how the compiler will work. > I have doubts...

> > > The exception for parseWhile OK, I replaced the `parseStatement(p);` in `parseBlock()` and `parseIf()` with `parseStatementNoSemicolon(p)` but not `parseWhile()`. Both the example script and the one using for...