Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically re-reads your save file when it changes not working #28

Closed
b-morgan opened this issue Feb 15, 2019 · 4 comments
Closed

Automatically re-reads your save file when it changes not working #28

b-morgan opened this issue Feb 15, 2019 · 4 comments

Comments

@b-morgan
Copy link

I have a scheduled task that copies the latest saved game from my Nitrado server and updates the save file (located in a Google Drive folder) that Larkator is pointed at. The server is set to save every 15 minutes and my scheduled task runs every 30 minutes. Larkator doesn't update when the file changes.

As an enhancement, could Larkator put a time in the status line when it reads (and updates) the save file, something like "ARK processing completed at hh:mm:ss". A control (button?) to force it to re-read the save file might be useful as well.

@maxlomb
Copy link

maxlomb commented Feb 18, 2019

Hello,

jsut a question. I was using always the LARKATOR tool in Single Player. Now I started playing PVE. I play on an official server, NITRADO (EU-430-on-Nitrado). Is it possible, even if you are not admin, to get somehow the saved game from the Nitrado server and for example find out where are high levels wild dinos?
Thank you

@coldino
Copy link
Owner

coldino commented Mar 27, 2019

@maxlomb No. You can only use Larkator if you own the server or otherwise have access to the save file.

@b-morgan This is because Larkator only listens for the rename file-change event, to avoid repeated triggers from the normal Ark save process. You could easily support this in your scheduled script:

  1. Download to a temporary filename
  2. Delete the old ark
  3. Rename your new ark to the correct filename

I'll also look to see if I can safely extend file monitoring to include in-place changes.

coldino added a commit that referenced this issue Mar 27, 2019
coldino added a commit that referenced this issue Mar 27, 2019
Minor fixes:
 * Extend savegame file watching to cope with overwrites (for #28).
 * Add right-click to copy teleport command (for #14).
 * Handle window maximise better.
 * Reduce .Net framework requirements.
@coldino
Copy link
Owner

coldino commented Apr 5, 2019

Closing, assuming this change works for you.

@coldino coldino closed this as completed Apr 5, 2019
@b-morgan
Copy link
Author

b-morgan commented Apr 5, 2019

Yes, it is working very well! Thank you!

The timestamp would have been a nice touch but not necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants