Peter Rowlands (변기호)

Results 231 comments of Peter Rowlands (변기호)

the `-m lines` option is no longer supported (or needed) in 1.x. If you remove that part from the `extractcsv` and `insertcsv` commands I think the batch scripts should work?

If/when this ever gets done, this will have to include support in the GAL image plugin

This is partially supported now, from the commit: - Archive extraction for encrypted files now supported - lmpatch does not support inserting encrypted files back into archive, if the original...

This is something I'm aware of but probably won't get to for a while? Text objects inside Calc expressions would be a real nice thing to support, but kind of...

> And where is the use case for this? > Game-modding? Maybe. > Game-cracking? Sometimes. > Translation? No! You only need to change specific string constant fields, not the whole...

also, just to clarify, there is already an LNS compiler. calc expressions are not related to LNS scripts at all, I was just using it as a comparison to demonstrate...

Yeah we should probably be using type checking now that we dropped support for python 3.5. (3.5 doesn't have type checking, and was supported up until pylm 1.0) There's some...

It's mostly due to how construct wants objects to expose a python dict equivalent interface to serialize things properly, and to make version-specific serialization to XML/text consistent with actual LiveMaker...

It's a bit confusing since LM has the `TComCalc/Calc` command type, which is different than the named `command.Calc` arg/parameter, which several other command types can have. It would be better...

things that will need to be done for this: * [ ] make lmpatch always replace LM system (novelsystem) scripts with most recent version * [ ] make lmpatch always...