coldino / Larkator

ARK dino locator that uses your saved .ark
MIT License
54 stars 18 forks source link

Stats dump? #63

Closed esalkin1 closed 2 years ago

esalkin1 commented 2 years ago

Is there any way to dump the dino counts to a CSV fille? For instance: Dodo,1203 Rex ,324 Raptor,821 Castoroides,8 Alpha T-Rex,0

This would really help admins tweak the numbers on their servers or use the command line to add a missing one.

coldino commented 2 years ago

This looked like a useful thing to me, but not a good fit for inside Larkator itself because it would better on the server. So, I made a quick command-line tool to do it and added it to the project.

You can see the code in 0528a16f75f44c4777898f8c04e782e8aefd1e75, or grab the built version here: SpeciesCount.zip. It requires .Net Core 6 but should run on pretty much all platforms.

Example:

> SpeciesCount.exe --wild LostIsland.ark
Species,Count
Coel_Character_BP_C, 4936
Dragonfly_Character_BP_C, 2323
Coel_Character_BP_Ocean_C, 1947
Dodo_Character_BP_C, 1489
Ant_Character_BP_C, 1476
Dilo_Character_BP_C, 1422
Compy_Character_BP_C, 1142
...

Let me know if it's useful!

esalkin1 commented 2 years ago

Coldino,

Works like a charm! Not being a programmer, it would have taken me a few hundred hours to figure that out. Thanks to you I can better spend those hours getting eaten by dinos!

Thanks again; [J0241043] Ed Niklashttps://www.linkedin.com/in/edniklas?trk=profile-badge Home: (813) 877-7067 Cell: (813) 999-0234 Public: @.**@.> Private: @.**@.> (not for publication or commercial use.) Web: http://www.linkedin.com/in/edniklas

From: coldino @.> Sent: Wednesday, January 19, 2022 8:01 PM To: coldino/Larkator @.> Cc: esalkin1 @.>; Author @.> Subject: Re: [coldino/Larkator] Stats dump? (Issue #63)

This looked like a useful thing to me, but not a good fit for inside Larkator itself because it would better on the server. So, I made a quick command-line tool to do it and added it to the project.

You can see the code in 0528a16https://github.com/coldino/Larkator/commit/0528a16f75f44c4777898f8c04e782e8aefd1e75, or grab the built version here: SpeciesCount.ziphttps://github.com/coldino/Larkator/files/7901416/SpeciesCount.zip. It requires .Net Core 6 but should run on pretty much all platforms.

Example:

SpeciesCount.exe --wild LostIsland.ark

Species,Count

Coel_Character_BP_C, 4936

Dragonfly_Character_BP_C, 2323

Coel_Character_BP_Ocean_C, 1947

Dodo_Character_BP_C, 1489

Ant_Character_BP_C, 1476

Dilo_Character_BP_C, 1422

Compy_Character_BP_C, 1142

...

Let me know if it's useful!

— Reply to this email directly, view it on GitHubhttps://github.com/coldino/Larkator/issues/63#issuecomment-1017012138, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVRKV3EU4HEZPDFM3GHRYMDUW5NDLANCNFSM5LCQP7DA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>