Jump to content

MirageUK

Members
  • Posts

    1,239
  • Joined

  • Last visited

  • Days Won

    74

MirageUK last won the day on April 24

MirageUK had the most liked content!

Personal Information

  • ARK Platforms Owned
    PC

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MirageUK's Achievements

Flak Armor

Flak Armor (4/5)

934

Reputation

  1. Not possible to view. From what I can work out they no longer persist to the save game file and are spawned at runtime only - possibly to prevent stacks of dead nests for bees like we used to have for ASE.
  2. { "MapName": "Amissa (Ascended)", "Filename": "amissa_wp.ark", "ImageFile": "map_grid.jpg", "LatShift": 46.9, "LatDiv": 11375.0, "LonShift": 48.1, "LonDiv": 11400 }, { "MapName": "Forglar (Ascended)", "Filename": "forglar_wp.ark", "ImageFile": "map_grid.jpg", "LatShift": 61.4, "LatDiv": 7150.0, "LonShift": 69.8, "LonDiv": 7945.0 }, { "MapName": "Insaluna (Ascended)", "Filename": "insaluna_wp.ark", "ImageFile": "map_grid.jpg", "LatShift": 50.0, "LatDiv": 9400.0, "LonShift": 50.0, "LonDiv": 9400.0 }, { "MapName": "Temptress Lagoon (Ascended)", "Filename": "temptress_wp.ark", "ImageFile": "map_grid.jpg", "LatShift": 50.0, "LatDiv": 8150.0, "LonShift": 50.0, "LonDiv": 8150.0 }, { "MapName": "Reverence (Ascended)", "Filename": "reverence_wp.ark", "ImageFile": "map_grid.jpg", "LatShift": 50.0, "LatDiv": 8125.0, "LonShift": 50.0, "LonDiv": 8125.0 }, { "MapName": "Nyrandil (Ascended)", "Filename": "nyrandil.ark", "ImageFile": "map_grid.jpg", "LatShift": 50.0, "LatDiv": 8175.0, "LonShift": 50.0, "LonDiv": 8175.0 } @palawajoko Add that into your maps.json to add basic support for the mod maps you mentioned. I'll include it in a future release with any images I can find.
  3. Svartalfheim is already supported - a friend runs her own Svart premium server so I know it works there. I'll look into the others and update what I can - may not be map images available but if I can work out the co-ords ASV will at least do the lists even if it can't do the map.
  4. @palawajoko - the co-ordinate calculations are required for ALL maps before any information within the save is useful. What map you wanting me to add support for?
  5. ... and then there was: 5.1.0.2: https://drive.google.com/file/d/1BA4JsQDO1ajyQZ2_cMgcb7drWNOSZrQW/view?usp=drive_link https://github.com/miragedmuk/ASV/releases Changes Fix to parse latest file format changes for ASA. Addition of Lat, Lon and Radius filters for Player Tame and Structure views.
  6. @Larkfields folders wont matter for my purposes. You specify the cluster folder when you add the FTP or Local ARK in ArkViewer or in the command line for exports. Messages were blocked as I was at 110% storage apparently - cleared down now so it should work again but got the link from Duo on discord.
  7. In ASE whatever was uploaded was stored in the "cluster" folder from what I can understand. I'd just need a couple of files from there to break down and check the format. Hopefully it's not changed but only one way to find out.
  8. I'm currently looking at adding a "Cluster" view & export so wondering if you guys have any cluster file data for ASA yet? I don't run servers personally so don't even know if this is possible currently but if it is I'd like to get my hands on it to see if I can parse it in and make use of it. We can already parse the cluster data for ASE so don't need examples there - just ASA. Thanks in advance
  9. 5.1.0.1 now available: https://drive.google.com/file/d/1SZdIgHo4RvsJitaIQxaG7ddsPJ7HjDng/view?usp=drive_link https://github.com/miragedmuk/ASV/releases Changes Added Wyvern Egg data into inventory of Wyvern Nest map view: Now parses and includes Oasisaur data for both Wild and Tamed options. Donations: https://ko-fi.com/mirageuk
  10. Exactly this. I don't include a config.json in the release so that any "upgrades" can be dropped over the top of any previous version whilst keeping the same settings.
  11. 5.1.0.0 now available to download: https://drive.google.com/file/d/14s3lHSREisSdkLoY4Ng6cALcmld1aTz4/view?usp=drive_link https://github.com/miragedmuk/ASV/releases/ Changes Reviewed how I read/write timestamps following start of BST causing my own local files to be 2 hours different to the times on my ftp server. Added support for Scorched Earth Ascended but still work to be done to reveal Oasisaurs. .. and possibly Wyvern nests/eggs. ..edit.. Wyvern nests are already available. Eggs - I'm gonna need some time to work on the code. Essentially instead of just having the one dropped item with a "DroppedBy" revealing the wyvern parents we now have more steps to go through: DroppedItemGeneric_FertilizedEgg_NoPhysicsWyvern_C - contains the location and a reference to the actual egg via a "MyItem" property. PrimalItemConsumable_Egg_Wyvern_Fertilized_Lightning_C - is the actual egg - but that contains no location data. I need to get the object reference from the generic, find that object in the game data then get the "CustomDescription" to match what was displayed previously. I don't have much time this evening but should have it completed - along with reading in the Oasisaurs - by the weekend. .. edit 2.. Got the eggs!!.. now to try work out Oasisaurs. .. edit 3 .. Oasisaur might take me some time. Turns out there are new property types I'm not handling so not reading in all the properties I'm expecting to see for ASV as I bail when it comes to properties types I've not handled.
  12. Support for Scorched Ascended will be added as soon as either an explorer or resouce map is made available. Already jumped in and worked out co-ordinate system is the same used by The Island so have the grid ready to put a map in-place and add the maps.json. Weird having creatures in the base game that you can see but can't tame without the "Bobs Tales" adventure pack - unless you "CHEAT DOTAME" ..edit.. Might need a little more time to get the new "Oasisaur" read in. Of course they went with a different set of properties to normal creatures where there is no reference to the status component from the Oasisaur_Character_BP object.. or the standard "bServerInitializedDino". I should still be able to link things back in reverse - the status/inventory components still contains the "id" back to the "Character_BP" component.
  13. 5.0.0.22 now available: https://drive.google.com/file/d/1mcDiy7BKhWMdqUy0fN___BglHyToo6cd/view?usp=drive_link https://github.com/miragedmuk/ASV/releases/ Changes Implemented new Download method in ftp library. Hopefully this resolves issues experienced by @Jaskari / @Shodan ASA - Finally surfaced cryo creature saddles/costumes as inventory items of the stored creature. ASE - Changed how map draw works for Fjordur realms when switching tabs to be more consistent. Donations - As usual donate if you like but don't ever feel you have to - ASV is and always will be free and open source: https://ko-fi.com/mirageuk
  14. No way within my app to do any sort of "import" back in to the save game. You could potentially use the exported data to make your own list of admin commands to run in-game I guess? or alternatively restore the backup into another server / single player and upload the item to obelisk to be downloaded to the new server?
  15. Not sure how I can help with this one. Appears to be errors reading the .ark save file itself using SqlLite and if your friend sending you a copy works it would suggest possible issues only readin it on the server. If this is the case - sending me the backup won't help as you say a backup works? Error seems to indicate corrupt SqlLite database file - possible issue with it not downloading correctly? It's failing before it even hits any of my code to parse stuff.
×
×
  • Create New...