Jump to content

Admin / Trusted Player Tool - Game Save Visualiser


MirageUK

Recommended Posts

Version 3.13 now available.

http://www.miragesoftware.co.uk/ARK/Apps/ArkViewer2021-3-13.zip

Unlucky for some, hopefully not (all of) you.

Features

  •  Basic "gender" matching implemented in Breeding Lines view.  More options to follow in future updates.

 Bug fixes

  •  Duplicate tames.  New pack loads them into specific tribe, so no point also checking OwningPlayer and TamingPlayer which was causing duplicates to be returned.
  •  Multi-screen support.  Now restores window settings to center of primary screen if the screen they were closed on previously is no longer available/plugged in.
  •  Missing cryopod tames. Re-worked the way I read in that data to add Id in sequence and re-mapping the status object reference as required after loading the rest of the data in multiple threads.   

Work in progress

  •  Continued work on breeding helper to add filter options to narrow the searches and add a search rank score.
  •  Preview (not coded) of how I'm going to list colours, creature classes, structure classes of current loaded map that don't have friendly mapped names/icons/categories in the settings page.
  •  Preview (not coded) "ASV Hosted Service" client map option on settings page.
  •  Preview (not coded) "REST Service" server tab on settins page.
  •  Preview (not coded) "Item List" tab - to search for specific item(s) across all inventories of selected tribe(s).

Backlog

  •  Re-add ability to schedule auto-refresh of loaded ASV data.
  •  Re-work log file outputs to be unique per instance and clean-up after 30 days.
  •  Re-visit player mission scores / progress.
  •  Re-visit item stat/quality data.
  •  Add option to cache tribes/players locally to retain data visibility if they leave your server.
  •  Possibly look into RCON to see what functionality it might add to ASV.
  •  Final pass on the user interface.
  •  User guide WIKI
  •   .. as always, support for future official maps or user requested mod maps where information is available.
  • Thanks 1
Link to comment
Share on other sites

Copy tribe id brings up this error

 

Mode: Mode_Offline

Save:
\\gvoltserver\ArkServer\GV\Island\ShooterGame\Saved\SavedArks\TheIsland.ark

Message:
Unable to cast object of type 'ARKViewer.Models.ContentTribe' to type 'ARKViewer.CustomNameMaps.TribeMap'.

Trace:
   at ARKViewer.frmViewer.mnuContext_TribeId_Click(Object sender, EventArgs e) in F:\Projects\VS\ARKViewer-Master\ARKViewer\frmViewer.cs:line 3229
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  • Thanks 1
Link to comment
Share on other sites

Version 3.14 now available.

http://www.miragesoftware.co.uk/ARK/Apps/ArkViewer2021-3-14.zip

Features

  •  Added dead bodies to the death cache list. Previously it only listed death cache if body was destroyed. @Sirendire
  •  Implemented inventory view for death cache bags

Bug fixes

  •  Fixed right click context menu for Tribes > Copy Tribe Id. @Rattgtg

Work in progress

  •  Continued work on breeding helper to add filter options to narrow the searches and add a search rank score.
  •  Preview (not coded) of how I'm going to list colours, creature classes, structure classes of current loaded map that don't have friendly mapped names/icons/categories in the settings page.
  •  Preview (not coded) "ASV Hosted Service" client map option on settings page.
  •  Preview (not coded) "REST Service" server settings.
  •  Preview (not coded) "Item List" tab - to search for specific item(s) across all inventories of selected tribe(s). 

Backlog

  •  Re-add ability to schedule auto-refresh of loaded ASV data.
  •  Re-work log file outputs to be unique per instance and clean-up after 30 days.
  •  Re-visit player mission scores / progress.
  •  Re-visit item stat/quality data.
  •  Add option to cache tribes/players locally to retain data visibility if they leave your server.
  •  Possibly look into RCON to see what functionality it might add to ASV.
  •  Final pass on the user interface.
  •  User guide WIKI
  •   .. as always, support for future official maps or user requested mod maps where information is available.
Link to comment
Share on other sites

Version 3.15 now available.

http://www.miragesoftware.co.uk/ARK/Apps/ArkViewer2021-3-15.zip

Features

  • Settings page:  Now attempts to list colours, creatures, structures, items that are not yet mapped and provides option to add them easily.

Bug fixes

  •  Missing cryo tames.. maybe, but based on the data provided by @Elgar it now lists the ones he was missing.
  • Thanks 1
Link to comment
Share on other sites

Version 3.16 now available.

NewLayout.jpg.7c9d71da478482087ce41b118d245144.jpg

Features

  • Settings page: Various "mapping" tabs now fully functional, add/edit display names, icons and categories for items or display names for structures and creatures.
  • Quick pass over the UI to make ESC default to closing tool windows - consistency for cancel on left, ok/apply/save on the right.
  • Added map mode type and detail to the main screen.  So now you can see if you have FTP/Single/Offline selected and the actual selected item. 

Bug Fixes

  • Few issues with the ancestor line crashing, settings page not saving to correct places etc.
  • Fixed issue with previously missing cryopod tames that were read in last version with no level or stats.
Edited by MirageUK
Available now.
  • Thanks 1
Link to comment
Share on other sites

That'll be one of the things that shift off screen when I was re-sizing.  I'll sort it and get a new build up - probably same version/url as nothing else changed atm.

Done, re-download and let me know if it's still off screen but should be good now.

Edited by MirageUK
Re-uploaded after bringing cryopod button back on screen.
  • Thanks 1
Link to comment
Share on other sites

No problem.  Was interesting trying to debug and work it out.  

Work in progress:

  • REST api service and client option to use server details you provide to get their own restricted copy of the currently loaded map.
  • Breeding lines - further work to allow you to set filters by range vs. each base stat and colours.
  • Find Items tab - to allow you to show selected item(s) in all inventories of selected tribe(s)

Backlog

  •  Re-add ability to schedule auto-refresh of loaded ASV data.
  •  Re-work log file outputs to be unique per instance and clean-up after 30 days.
  •  Investigate possibility of finding resource creating creatures by resource type.  I noticed that the Gacha properties showed what resources they produce so can easily hunt down your poly or element Gacha.
  •  Add option to cache tribes/players locally to retain data visibility if they leave your server. 
  •  Re-visit player mission scores / progress.
  •  Re-visit item stat/quality data.
  •  Possibly look into RCON to see what functionality it might add to ASV.
  •  Final pass on the user interface.
  •  User guide WIKI
  •   .. as always, support for future official maps or user requested mod maps where information is available.
Link to comment
Share on other sites

Out of curiosity, deleted my local copy of .arktribe/.arkprofile and sure enough, as suspected - since the re-work I've lost abandoned structures/tames - which was one of the features requested by @Norlinri to tidy up the servers.

I'm on with a fix to re-introduce them but now that my program links tames/structures back to a tribe I'm going to have to do what I did with [Unclaimed] and add a fake tribe [Abandoned].

Edited by MirageUK
  • Like 1
Link to comment
Share on other sites

Version 3.17 now available.

http://www.miragesoftware.co.uk/ARK/Apps/ArkViewer2021-3-17.zip

Features

  • Re-introduced ability to see structures and tames of players and tribes no longer on the server (missing .arkprofile/.arktribe file).

The new "fake" tribe to hold these all in is called "[Abandoned]" but the copy commands have been updated to use the original TribeId when copying commands to destroy etc.

  • Like 2
Link to comment
Share on other sites

Version 3.18 now available.

http://www.miragesoftware.co.uk/ARK/Apps/ArkViewer2021-3-18.zip

Features

  • Added "Resource" selection to the wild tab.  Want to find that elusive element or black pearl Gacha? Now you can.

FindByResource.jpg.f4584896e7234ffd22270131f8a4af4d.jpg

 

Work in progress

  • REST api service and client option to use server details you provide to get their own restricted copy of the currently loaded map.
  • Breeding lines - further work to allow you to set filters by range vs. each base stat and colours.
  • Find Items tab - to allow you to show selected item(s) in all inventories of selected tribe(s)

Backlog

  •  Re-add ability to schedule auto-refresh of loaded ASV data.
  •  Re-work log file outputs to be unique per instance and clean-up after 30 days.
  •  Add option to cache tribes/players locally to retain data visibility if they leave your server. 
  •  Re-visit player mission scores / progress.
  •  Re-visit item stat/quality data.
  •  Possibly look into RCON to see what functionality it might add to ASV.
  •  Final pass on the user interface.
  •  User guide WIKI
  •   .. as always, support for future official maps or user requested mod maps where information is available.
Edited by MirageUK
  • Like 1
Link to comment
Share on other sites

Mode: Mode_Offline

Save:
\\gvoltserver\ArkServer\GV\Ragnarok\ShooterGame\Saved\SavedArks\Ragnarok.ark

Message:
Sequence contains no elements

Trace:
   at System.Linq.Enumerable.Min(IEnumerable`1 source)
   at ARKViewer.frmViewer.RefreshWildSummary() in F:\Projects\VS\ARKViewer-Master\ARKViewer\frmViewer.cs:line 1967
   at ARKViewer.frmViewer.LoadContent(ContentManager manager) in F:\Projects\VS\ARKViewer-Master\ARKViewer\frmViewer.cs:line 168
   at ARKViewer.Program.Main() in F:\Projects\VS\ARKViewer-Master\ARKViewer\Program.cs:line 249

  • Thanks 1
Link to comment
Share on other sites

Version 3.19 now available.

http://www.miragesoftware.co.uk/ARK/Apps/ArkViewer2021-3-19.zip

Features

  • Tribe/Player identification if they have uploaded off the server.  (unable to get the last active atm but working on it).  If no tribe or player name can be identified the structures/tames will be dropped into the [Abandoned] tribe.
  • Find Items tab now implemented.

Bug Fixes

Link to comment
Share on other sites

Looks like the ...\Scorched\ directory was never created and no fault message for failed FTP (SFTP). Copying the file with a different SFTP client then opening via the file interface worked fine.

Also noted no levels for Wyvern eggs, just a "x1" on some ??? (nm uncheck "Stacks")

 

Mode: Mode_Ftp

Save:
E:\games\ark bu\ArkViewer2021-3-19\Scorched\ScorchedEarth_P.ark

Message:
Sequence contains no elements

Trace:
   at System.Linq.Enumerable.Min(IEnumerable`1 source)
   at ARKViewer.frmViewer.RefreshWildSummary() in F:\Projects\VS\ARKViewer-Master\ARKViewer\frmViewer.cs:line 1993
   at ARKViewer.frmViewer.LoadContent(ContentManager manager) in F:\Projects\VS\ARKViewer-Master\ARKViewer\frmViewer.cs:line 168
   at ARKViewer.Program.Main() in F:\Projects\VS\ARKViewer-Master\ARKViewer\Program.cs:line 249

Edited by psionprime
wyvern egg note
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...