BoRGaMeS Posted February 19, 2023 Share Posted February 19, 2023 (edited) February 5, 2023 - they are also on the map, but ASV does not see them. Edited February 19, 2023 by BoRGaMeS Link to comment Share on other sites More sharing options...
Larkfields Posted February 20, 2023 Share Posted February 20, 2023 Hi Mirage. I'd like to request an addition to the command line version of ASV... On the list of survivors, can you add the survivor's filename (from their .arkprofile) please. If they're on Steam, it is just their Steam ID. But EPIC players are given a variation and I can't see how to convert the "steamid" field into the pseudo steamID that forms their filename. Thanks. Link to comment Share on other sites More sharing options...
MirageUK Posted February 21, 2023 Author Share Posted February 21, 2023 @BoRGaMeS I can't remember how I coded it but believe ASV only shows things where a play or tribe exists. I'll download your map this evening after work and see if I can work out why these structures are not included. @Larkfields - I should be able to do something with that. Leave it with me. 1 Link to comment Share on other sites More sharing options...
Larkfields Posted February 21, 2023 Share Posted February 21, 2023 46 minutes ago, MirageUK said: I should be able to do something with that. Leave it with me. Thanks. I had a look at the code, but I'm old-school programmer so anything I did would be a kludge 😞 Link to comment Share on other sites More sharing options...
MirageUK Posted February 21, 2023 Author Share Posted February 21, 2023 19 minutes ago, Larkfields said: Thanks. I had a look at the code, but I'm old-school programmer so anything I did would be a kludge 😞 I'm 42 years old and been programming since I was 15.. not sure how much more "old school" you can get 😛 Link to comment Share on other sites More sharing options...
Larkfields Posted February 21, 2023 Share Posted February 21, 2023 46 minutes ago, MirageUK said: I'm 42 years old and been programming since I was 15.. not sure how much more "old school" you can get 😛 I'm 58 ^h^h^h28 and started when I was 15 🙂 1 Link to comment Share on other sites More sharing options...
SpenceFoxtrot Posted February 26, 2023 Share Posted February 26, 2023 (edited) On 2/18/2023 at 1:32 PM, MirageUK said: @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? Hello, thank for answer ! This is a vanilla server, without S+/SS ? We use vanilla dedicated storage (we are epic, no mod allowed), that display as "S+" in your software, in the structure list, and where we don't found it in item search. + Report new problem with date of "last active tribe" too as upper posts : Some tribe as mark as active the 22 feb 2023, but IG, all dinos/structures have more than 50 days as inactive. I share 2 screens with the pb with an other tribe : In the tribe section, mark as last active the 12 jan, and in the structure list, mark as 26 feb. We have wipe it... Note : We always force refresh each time we change categorie, after changing map. (and can't be an error, because tribe ID is not the same on each map) We have wipe many tribe active, that has mark as inative than most 30 days. Thank again for your time, your work. Edited February 26, 2023 by SpenceFoxtrot Link to comment Share on other sites More sharing options...
Sierge Posted March 12, 2023 Share Posted March 12, 2023 Hi MirageUK, I have 7 clustered servers which all share the same FTP login and password. I connected to the server that I wanted and finally found the Ark saved game file. When I told it to save the server info it did not save it and I cannot get the server info to show in ASV. I am probably doing something wrong but do you have a walkthrough on how to set this up? Link to comment Share on other sites More sharing options...
Sierge Posted March 14, 2023 Share Posted March 14, 2023 Hi MirageUK Never mind I think I have it working. Very interesting program. Well done. Sierge 1 Link to comment Share on other sites More sharing options...
r2range Posted March 14, 2023 Share Posted March 14, 2023 Hello MirageUk, Is it possible to add custom Rcon Commands ? I would like to add some commands to the Tribe Tab but i didnt found a config file for it. Link to comment Share on other sites More sharing options...
Wolfamid Posted March 15, 2023 Share Posted March 15, 2023 @MirageUK Hi Mirage will you add creatureID to the Tamed Creatures table ? Link to comment Share on other sites More sharing options...
SpenceFoxtrot Posted March 22, 2023 Share Posted March 22, 2023 Hello No date of update so ? :s Link to comment Share on other sites More sharing options...
Larkfields Posted April 4, 2023 Share Posted April 4, 2023 Hi @MirageUK I'm not sure, but I might have found an issue in the Players JSON file where the playerid value is sometimes reported to be the same as the tribe id value. [{"playerid":133012468,"steam":"redacted","name":"Human","tribeid":133012468, In all cases, it's the first entry in the file. However, not all maps have this problem. Crystal Isles, Gen 1, Gen2 have the problem. The other maps that I run don't have the problem. Link to comment Share on other sites More sharing options...
Volunteer Moderator invincibleqc Posted April 4, 2023 Volunteer Moderator Share Posted April 4, 2023 40 minutes ago, Larkfields said: Hi @MirageUK I'm not sure, but I might have found an issue in the Players JSON file where the playerid value is sometimes reported to be the same as the tribe id value. [{"playerid":133012468,"steam":"redacted","name":"Human","tribeid":133012468, In all cases, it's the first entry in the file. However, not all maps have this problem. Crystal Isles, Gen 1, Gen2 have the problem. The other maps that I run don't have the problem. That's normal for players that are not in a tribe. You can confirm it with ARK's built-in dumper: "players": [ { "Name": "Human", "Level": 1, "Location": [ -113926.953125, 234912.84375, -14341.5068359375 ], "Tribe": 765406329, "Gender": "M", "Player ID": 765406329, "Health": 0, "Stamina": 0, "Oxygen": 0, "Food": 0, "Water": 0, "Weight": 0, "Melee": 0, "Speed": 0, "Fort": 0, "Crafting": 0 } ], 2 Link to comment Share on other sites More sharing options...
Larkfields Posted April 4, 2023 Share Posted April 4, 2023 17 minutes ago, invincibleqc said: You can confirm it with ARK's built-in dumper Thanks Invincible... How do we use the dumper? Link to comment Share on other sites More sharing options...
Volunteer Moderator invincibleqc Posted April 4, 2023 Volunteer Moderator Share Posted April 4, 2023 8 minutes ago, Larkfields said: Thanks Invincible... How do we use the dumper? Link to comment Share on other sites More sharing options...
BoRGaMeS Posted April 20, 2023 Share Posted April 20, 2023 On 2/21/2023 at 11:27 AM, MirageUK said: @BoRGaMeS I can't remember how I coded it but believe ASV only shows things where a play or tribe exists. I'll download your map this evening after work and see if I can work out why these structures are not included. Couldn't get an answer to my question? Link to comment Share on other sites More sharing options...
MirageUK Posted April 25, 2023 Author Share Posted April 25, 2023 (edited) @BoRGaMeS I honestly never got round to re-installing ARK to do any investigation. I don't play the game myself anymore and it's rare I use my computer recently. I've gone full on house owner mode and been doing DIY jobs not involving computers for the last few months. Edit: I'll be re-installing it this weekend to map out Svartalfheim so will check back and see what else you guys have asked / reported and try include fixes as appropriate in a new build. Edit 2: Doesn't look like Svartalfhein map has changed so nothing to update on ASV. I will still re-install, investigate and add the small things asked for. Edited April 27, 2023 by MirageUK 1 Link to comment Share on other sites More sharing options...
MirageUK Posted April 29, 2023 Author Share Posted April 29, 2023 @BoRGaMeS I don't suppose you have either the CCC or GPS co-ords of the structures in game that are not being picked up by ASV? Link to comment Share on other sites More sharing options...
ANewHome Posted April 30, 2023 Share Posted April 30, 2023 FYI - I found that 4.5.0.4 loads my Gen 2 map fine. 4.5.1.0 gives a content load error. It might be worth looking at differences in the code for why this occurs? Link to comment Share on other sites More sharing options...
BoRGaMeS Posted April 30, 2023 Share Posted April 30, 2023 (edited) On 4/29/2023 at 8:25 PM, MirageUK said: @BoRGaMeS I don't suppose you have either the CCC or GPS co-ords of the structures in game that are not being picked up by ASV? admincheat SetPlayerPos -367841.90 295105.90 -30970.28 Edited April 30, 2023 by BoRGaMeS 1 Link to comment Share on other sites More sharing options...
MirageUK Posted May 3, 2023 Author Share Posted May 3, 2023 (edited) @BoRGaMeS - ASV determines if a building is a player structure by checking for the existence of "OwnerName" or "bHasResetDecayTime" properties. The strucutres at the location you provided have neither of these so ASV does not see them as player structures. I will investigate after work to see if I can pick them up some other way. Edited May 3, 2023 by MirageUK Found em!! 1 Link to comment Share on other sites More sharing options...
MirageUK Posted May 3, 2023 Author Share Posted May 3, 2023 @ANewHome - I'd need a backup of your save folder to work out what the issue is. Link to comment Share on other sites More sharing options...
MirageUK Posted May 4, 2023 Author Share Posted May 4, 2023 Version 4.5.1.1 now available for download: https://drive.google.com/file/d/1vWBziEsjl1veusVJT5cQdiYYBwKsMt4_/view?usp=sharing Creature Id added to Tamed tab - @Wolfamid Last active now ignores Ally In Range and uses only player / tribe dates. Added "dataFile" to Tribe and Player exports with name of .arktribe / .arkprofile file it was read from - @Larkfields Added ability to see old player structures no longer belonging to a player / tribe (ASV Abandoned) - @BoRGaMeS 1 2 Link to comment Share on other sites More sharing options...
Larkfields Posted May 4, 2023 Share Posted May 4, 2023 Many Thanks - You're a super star Mirage. 1 1 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