Gamer2020 Posted December 7, 2022 Share Posted December 7, 2022 Hi, Is there any easy way to see all the dino ids of the dinos in one view? I'm thinking this would be good for catching dupers. Link to comment Share on other sites More sharing options...
MirageUK Posted December 7, 2022 Author Share Posted December 7, 2022 11 hours ago, Gamer2020 said: Hi, Is there any easy way to see all the dino ids of the dinos in one view? I'm thinking this would be good for catching dupers. Not within ASV itself. You can always export the tamed data as JSON and then parse this out as a grid or something yourself? Link to comment Share on other sites More sharing options...
Gamer2020 Posted December 8, 2022 Share Posted December 8, 2022 11 hours ago, MirageUK said: Not within ASV itself. You can always export the tamed data as JSON and then parse this out as a grid or something yourself? I thought of that but when I exported the dino json I didn't see dino IDs. Link to comment Share on other sites More sharing options...
odinallfathergod Posted December 13, 2022 Share Posted December 13, 2022 (edited) Oh my goodness. I think this is what I've been looking for to see structures placed by players on my dedicated server. I can't wait to get home and try it out after work! Thank you for all your hard work. Update: So I tried your wonderful work last night and it's exactly what I was looking for thank you so much. It was also very straight forward and user friendly. Great work!!! Edited December 14, 2022 by odinallfathergod 1 1 Link to comment Share on other sites More sharing options...
valjean Posted December 14, 2022 Share Posted December 14, 2022 (edited) @MirageUK can't thank you enough for this incredible utility. I have a couple suggestions if you don't mind #1 I love how it can show all wild creatures and sort per stat, so useful to find powerful tames to add to your bloodline collection, but so many creatures with high stats are untamable (ants, fishes), it can be painful to spot tha good stuff through all the stuff you can't tame. could you please add a "tamable" filter checkbox to that menu? laktator can filter out untamable creature so it's certainly possible. #2 probably requested a lot but it would be so amazing if you could make this into an editor rather than just a viewer, it would probably get 1000 times more attention from the community and become a must have thanks Edited December 14, 2022 by valjean 1 Link to comment Share on other sites More sharing options...
Wolfamid Posted December 26, 2022 Share Posted December 26, 2022 (edited) Hi, could you add CreatureID field to 'Tamed Creatures' please. It would be perfect to catch duped same ID creatures. Edited December 26, 2022 by Wolfamid 2 Link to comment Share on other sites More sharing options...
MirageUK Posted December 26, 2022 Author Share Posted December 26, 2022 On 12/14/2022 at 3:17 PM, valjean said: #1 could you please add a "tamable" filter checkbox to that menu? #2 probably requested a lot but it would be so amazing if you could make this into an editor rather than just a viewer, it would probably get 1000 times more attention from the community and become a must have #1 - Filter checkbox will be included in the next build, defaulted to YES to filter out non-tameables. #2 - Not a chance. I don't understand the underlying save format enough to reliably write it back out without corrupting anything. I use a toolkit mainly coded by others with minor amendments I worked out myself to read in some things for ASV to show / export. 2 hours ago, Wolfamid said: Hi, could you add CreatureID field to 'Tamed Creatures' please. It would be perfect to catch duped same ID creatures. Noticed that I was still doing exports slightly differently between the command line and the settings page. Will fix and include the Id's in the next release along with the new "tameable" field for the wild exports. 2 Link to comment Share on other sites More sharing options...
Wolfamid Posted December 26, 2022 Share Posted December 26, 2022 Great, thank you 😊 Link to comment Share on other sites More sharing options...
LeGustaVinho Posted January 26, 2023 Share Posted January 26, 2023 (edited) @MirageUK Version 4.5.0.4 is not working with Fjell (Fjordur mod version). I would like to give you more details but no error appears, the savegame simply does not load. But it works fine with 1 year old save game of Fjordur (before became Fjell) Save Game: https://www.dropbox.com/s/gfbm4gif2gcasfo/Viking_P.ark?dl=0 Edited January 26, 2023 by LeGustaVinho Link to comment Share on other sites More sharing options...
MirageUK Posted January 29, 2023 Author Share Posted January 29, 2023 On 1/26/2023 at 1:51 AM, LeGustaVinho said: @MirageUK Version 4.5.0.4 is not working with Fjell (Fjordur mod version). I would like to give you more details but no error appears, the savegame simply does not load. But it works fine with 1 year old save game of Fjordur (before became Fjell) Save Game: https://www.dropbox.com/s/gfbm4gif2gcasfo/Viking_P.ark?dl=0 Wasn't aware there was still an unofficial mod version of Fjordur. When my game re-installs I'll check it out and add the mappings as required for it to work as Fjell. 1 Link to comment Share on other sites More sharing options...
MirageUK Posted January 29, 2023 Author Share Posted January 29, 2023 (edited) 4.5.1.0 now available. https://drive.google.com/file/d/1SHVtJD56Digc2UWi39Xldi21RyWYTHTR/view?usp=share_link Changes Updated ASV to use latest version of FluentFtp to hopefully resolve some of the issues encountered with previous versions. Unified exports so that ArkViewer and ASVExport both use the same methods and output the same data. Added "tameable" filter option to the Wild Creatures tab. Added Fjell support (copy / paste job of Fjordur in maps.json) Edited February 1, 2023 by MirageUK 1 Link to comment Share on other sites More sharing options...
Nazfera2 Posted January 30, 2023 Share Posted January 30, 2023 @MirageUK new user here, when i click on add new server under "FTP Server" i get Mode: Mode_SinglePlayer Save: Message: Could not load file or assembly 'FluentFTP, Version=44.0.1.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f'. The system cannot find the file specified. Trace: at ARKViewer.frmFtpFileBrowser..ctor() at ARKViewer.frmSettings.btnAddServer_Click(Object sender, EventArgs e) in C:\Dev\ASV_New\ASVPack\ArkViewer\frmSettings.cs:line 880 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam) 1 Link to comment Share on other sites More sharing options...
Nazfera2 Posted January 30, 2023 Share Posted January 30, 2023 also, new user here guys. maybe someone can help me explore the .ASV function where is the .asv located in the dedicated server ? is it a compression tool ? how can i get my own .asv ? Link to comment Share on other sites More sharing options...
MirageUK Posted January 30, 2023 Author Share Posted January 30, 2023 2 hours ago, Nazfera2 said: also, new user here guys. maybe someone can help me explore the .ASV function where is the .asv located in the dedicated server ? is it a compression tool ? how can i get my own .asv ? ASV isn't anything to do with a server. It's not a server plugin or MOD - it is a stand-alone tool to read the .ark, .arkprofile, .arktribe file data. As for your error - did you extract the full zip into a directory? Sounds like it's missing the FluentFtp.dll file. Link to comment Share on other sites More sharing options...
Nazfera2 Posted January 30, 2023 Share Posted January 30, 2023 @MirageUK hey, for the Error. yes i did i unzipped all the contents twice after i re downloaded it to see if anything was corrupted. i just took a closer look at the FluentFtp.dll and i can confirm it is on the same folder as the ArkViewer.exe. no file management or modifications done after the unzip. i just ran the exe. Thanks for clarifying the ASV. i missed that that was the name of the tool you created. Link to comment Share on other sites More sharing options...
Nazfera2 Posted January 31, 2023 Share Posted January 31, 2023 On 1/30/2023 at 11:53 AM, MirageUK said: ASV isn't anything to do with a server. It's not a server plugin or MOD - it is a stand-alone tool to read the .ark, .arkprofile, .arktribe file data. As for your error - did you extract the full zip into a directory? Sounds like it's missing the FluentFtp.dll file. was the FTP working on a past version ? i might just download the older version and test it. the map i have is the island. Link to comment Share on other sites More sharing options...
MirageUK Posted February 1, 2023 Author Share Posted February 1, 2023 @Nazfera2 my apologies - incorrect version of FluentFtp.dll included in that build. I have re-packed and re-uploaded. Should work now. https://drive.google.com/file/d/1SHVtJD56Digc2UWi39Xldi21RyWYTHTR/view?usp=share_link 2 Link to comment Share on other sites More sharing options...
Nazfera2 Posted February 4, 2023 Share Posted February 4, 2023 On 2/1/2023 at 9:53 AM, MirageUK said: @Nazfera2 my apologies - incorrect version of FluentFtp.dll included in that build. I have re-packed and re-uploaded. Should work now. https://drive.google.com/file/d/1SHVtJD56Digc2UWi39Xldi21RyWYTHTR/view?usp=share_link Fantastic. cheers! 1 Link to comment Share on other sites More sharing options...
Sirendire Posted February 9, 2023 Share Posted February 9, 2023 I know this would be a big thing to possibly ask for. I am not sure if it is possible off hand. Could there be a way to make the export of Dino information compatible to be able to mass upload dinos to Ark Smart Breeder? I know alot of folks who use Ark Smart Breeder and this has a lot of potential value. Only a suggestion if its not a viable option I understand. Thank You for Your time and a wonderful tool. here is the link to the Ark Smart Breeder. GitHub - Rockafella78/Ark-Smart-Breeding Link to comment Share on other sites More sharing options...
MirageUK Posted February 11, 2023 Author Share Posted February 11, 2023 On 2/9/2023 at 4:14 PM, Sirendire said: I know this would be a big thing to possibly ask for. I am not sure if it is possible off hand. Could there be a way to make the export of Dino information compatible to be able to mass upload dinos to Ark Smart Breeder? Unfortunately I don't know the format that Smart Breeder uses and don't have time to include such functionality within ASV. ASV does export to JSON though so if you can work out the format I'm sure it should be easy enough to write something to "translate" one into the other if all information is available in ASV that Smart Breeder uses. Github source is available for ASV if anybody else wants to give it a go: https://github.com/miragedmuk/ASV Link to comment Share on other sites More sharing options...
SpenceFoxtrot Posted February 12, 2023 Share Posted February 12, 2023 (edited) Hello For report error/missing function : I don't see "S+ dedicated storage" (no mod, vanilla) in the item search list (we test with a dedicated with Hide, and an other with dust, but they don't appear in the list... any dedicated in the list) In screens : 1) We see they have vanilla dedicated (1 with hide, an other with element dust) 2) We see they aren't in the list of search item 3) We can see I search at the good place before (the A-Z order) Thank you for your work, you're tool is incredible ! Edited February 12, 2023 by SpenceFoxtrot Link to comment Share on other sites More sharing options...
SupremeChihuahua Posted February 17, 2023 Share Posted February 17, 2023 (edited) Hi How do I set this up I am stuck at the Map data part in settings. Is there perhaps a guide somewhere that I can follow? Any help would be much appreciated Edited February 17, 2023 by SupremeChihuahua Link to comment Share on other sites More sharing options...
MirageUK Posted February 18, 2023 Author Share Posted February 18, 2023 (edited) @SpenceFoxtrot - I no longer play the game and have no save data to check this with. If you can provide your backup data I should be able to see why it doesn't list S+ Dedi storage using your save data. Checked against somebody else save data. I can see S+ dedicated storage appear in Item Search Tab when I search an item that is in that Dedi Storage box. I can see no isssue here without further clarity on what you believe to be the problem? @SupremeChihuahua - I'd need more information. Lookin at the screen shot you appear to be using an offline save game. Not sure what you entered when you hit the PLUS folder to setup your "Server3" so can't really advise on what you might have done wrong. It's usually simple enough to setup using .ARK save data. Leave "cluster folder" blank unless you're running a server with a shared cluster folder. Edited February 18, 2023 by MirageUK Link to comment Share on other sites More sharing options...
BoRGaMeS Posted February 19, 2023 Share Posted February 19, 2023 (edited) Hello. An interesting issue - players reported that the auto-demolition of buildings did not work. Map Gensis 1. There are buildings on the map, but ASV can't see them. It is impossible to pick them up with a cheat command. You can only destroy. It was possible to find archives where they are visible.https://disk.yandex.ru/d/kNAhtHjBCU4J_w June 9, 2020 - they belong to the SaCHiK tribe, ASV sees them. Edited February 19, 2023 by BoRGaMeS Link to comment Share on other sites More sharing options...
BoRGaMeS Posted February 19, 2023 Share Posted February 19, 2023 (edited) September 20, 2020 - already without a tribe and ASV does not see them. Edited February 19, 2023 by BoRGaMeS Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now