Author Topic: Suggestion for things to be added in SLR  (Read 742 times)

Pere Dodu

  • Jr. Member
  • **
  • Posts: 78
  • Karma: 5
Re: Suggestion for things to be added in SLR
« Reply #30 on: March 06, 2010, 09:36:19 pm »
perhaps it had been said but i think that some part of players avatar needs to be saved:money or licenses or items. that my point of view it keeps player on the climbing and in the game!

sparcdr

  • Developers
  • Sr. Member
  • ****
  • Posts: 482
  • Karma: 28
    • SDR
    • Email
Re: Suggestion for things to be added in SLR
« Reply #31 on: March 08, 2010, 03:15:52 am »
Unfortunately such is an undocumented feature.  The first thing would probably be the licenses, then the money, but at the moment, it would require cross-referencing scripts to see what would be recorded, then have it compile the information into arrays, but after that...

Since 1.18 doesn't work with armalib, I don't see how to write and read outside the game, except through hinting the RPT null messages with associated data and run an external program to parse it, with an internal script to reiterate the data.

RPT would work externally (As it operates by incremental write i/o), and only outwards, to have the game consume it for uses is not straightforward, and again, not documented.