Anyone have some suggestions for stats to display in the player ship menu?
I've got a few things in place so far, such as speed and thrust, cargo space, etc...
Suggestions for ship statistics display
Hmmm... I have no idea how to access the @endgame stats, but they'd be good candidates(MOst would be best on a secondary screen...)
But, I have absolutely no clue what you mean by "overview of shopped items". Which, I'm pretty damn sure, is just a difference in terms, and I'm curious.
But, I have absolutely no clue what you mean by "overview of shopped items". Which, I'm pretty damn sure, is just a difference in terms, and I'm curious.
- alterecco
- Fleet Officer
- Posts: 1658
- Joined: Wed Jan 14, 2009 3:08 am
- Location: Previously enslaved by the Iocrym
Some (most actually) of the statistics can be gathered with the new functions added in 1.02:
plyGetItemStat
plyGetStat
Try and search through the xml and you will see extensive use of those, and their counterparts:
plyRecordBuyItem
plyRecordSellItem
These is an entire section where the end game stats are constructed, so that should be something to look at.
Regarding "shopped items" (horrible term, sorry :), what I meant was:
An overview of items bought, what system they were bought in, the price paid, quantity etc... I have some code providing this data already, if you want to build on it... Let me know
plyGetItemStat
plyGetStat
Try and search through the xml and you will see extensive use of those, and their counterparts:
plyRecordBuyItem
plyRecordSellItem
These is an entire section where the end game stats are constructed, so that should be something to look at.
Regarding "shopped items" (horrible term, sorry :), what I meant was:
An overview of items bought, what system they were bought in, the price paid, quantity etc... I have some code providing this data already, if you want to build on it... Let me know