Skip to content

Auto Update Mods after steam update #3502

Answered by visdmin
tobasium asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

There is at least two approaches that came into my mind.


  1. Creating your own simple script that runs both commands one after other.
    • I would strongly suggest doing this.
  2. Actually modifying LGSM functions to chain these functionalities together.
    • I would not recommend doing this because you could cause unwanted side effects, and updating LGSM could remove your modifications.

Creating your own simple script that executes both command one after other.
Here is script that i made, you have to edit the RUST_SERVER_PATH variable so that script can find your lgsm rustserver executable.
How it works:

  • Script runs ./rustserver update and captures that status of the command (success or …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Claiyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants