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

Feature request - Oxide update #60

Open
jakman76 opened this issue Apr 9, 2024 · 1 comment
Open

Feature request - Oxide update #60

jakman76 opened this issue Apr 9, 2024 · 1 comment

Comments

@jakman76
Copy link

jakman76 commented Apr 9, 2024

using the PowerShell for Rust, I'd love to have the Oxide update included or optional.
If not a fit for the official version - I would try adding it myself. Let me know.

Currently using a batch file I run after manual shutdown, would need to integrate this into the PS:

cd C:\Servers\rustserver
md serveroxide
bitsadmin /transfer downloadOxide /download /priority normal https://umod.org/games/rust/download?tag=public C:\Servers\rustserver\serveroxide\Oxide-Rust.zip
cd C:\Servers\rustserver\serveroxide
"C:\Program Files\WinRAR\WinRar.exe" x -y Oxide-Rust.zip
:CHECKOXIDE
if exist Oxide-Rust.zip goto DELOXIDE
goto COPYOXIDE
:DELOXIDE
del Oxide-Rust.zip
goto CHECKOXIDE
:COPYOXIDE
xcopy C:\Servers\rustserver\serveroxide C:\Servers\rustserver /e /y
cd C:\Servers\rustserver
rd /S /Q serveroxide

thank you.

@patrix87
Copy link
Owner

You could create a RustOxide.psm1 template file to do that.
Some other template also download files during installation.
If you do, please open a Pull Request.

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

2 participants