Stefan Berndt
Stefan Berndt
As a fan of... lets say... special games I have seen (and played) many japanese games. Japan seems the only producer of this kind of games. None of them came...
you should also try the extractmenu and insertmenu functions, who work similar to the csv functions but for menu choices. Edit: the extractmenu function seems currently broken.
> Emmm, but there's currently no way to batch insert them back from a single CSV file, right? And even with the `--append` option it still needs a script to...
As you already said in #60, there is currently no LNS compiler. Implementing a LNS compiler would be a very hard task. Lot of work, lot of tests, lot of...
I made two scripts to extract and insert all string constants. See https://github.com/Stefan311/pylivemaker-tools @LioMajor do I need to explain how to call "loose" python scripts? @pmrowla I know this scripts...
Another question: Is there a reason for using `cmd.get("Calc")` instead of `cmd.Calc()` ? I think it would be less confusing to have direct method calls.
Thank you for the explanation. I now understand why it is the way it is. I think that it is necessary to create get* and set* methods anyway. At least...
"Calc" was just an example. Maybe a bad/confusing one. I am looking for a cleaner way to find out how to use the pylm API *in general*.
This sounds very interesting. The game I have is very complex. They made a kind of open world adventure game in this visual novel engine...
I have successfully encoded localized menu. see #14 from 17 may