Jump to content

Debugging game


pasmon79

Recommended Posts

No, there is only the dump files which require the symbols, which are not available.

 

The best practice is to only change one thing at a time, and not proceed until you know it is working properly.

Edited by qmjs
Link to comment
Share on other sites

Well i recovered my games by replacing "lib/.." with "lib/.."(backup) and slowly re-adding saved modified files. It turns out "rtsdata.xml" was culprit. Its syntax was perfect but it could not handle some of my added "subgroup" entries(memory?).

 

What is the limit of adding variables to rtsdata.xml?

Edited by pasmon79
Link to comment
Share on other sites

The limits are not well defined. There are limits for total memory, and limits for specific files.

 

Basically, it only becomes apparent when it fails to load, which is why it is best to make one change at a time.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...