Hello!
I was trying out cicoparser following the instructions from this Youtube video and everything worked fine with CD-MAN, but I had trouble parsing the same cico.py output for 2 different games:
$ ./cicoparser -config JETPACK.cfg
Cicoparser by Gabriel Valky, 2021 (https://github.com/gabonator/Projects/tree/master/XenonResurrection/Parser)
line 0,
[308] ___fpreset:
Assertion failed: (0), function MatchLine, file ../CicParser2021/parser.h, line 46.
[1] 39686 abort ./cicoparser -config JETPACK.cfg
$ ./cicoparser -config GAME.cfg
Cicoparser by Gabriel Valky, 2021 (https://github.com/gabonator/Projects/tree/master/XenonResurrection/Parser)
line 0,
[197] __MMODEL:
Assertion failed: (0), function MatchLine, file ../CicParser2021/parser.h, line 46.
[1] 39905 abort ./cicoparser -config GAME.cfg
Is this something I'm doing wrong or just some stuff that is not supported yet?
If you want to test it, you can download the games yourself or I can share with you the relevant files to run cicoparser 😄
Thanks in advance!
Hello!
I was trying out cicoparser following the instructions from this Youtube video and everything worked fine with CD-MAN, but I had trouble parsing the same cico.py output for 2 different games:
___fpresettoken and cannot parse it:__MMODELtoken and cannot parse it:Is this something I'm doing wrong or just some stuff that is not supported yet?
If you want to test it, you can download the games yourself or I can share with you the relevant files to run cicoparser 😄
Thanks in advance!