I have put together a autohotkey script to make server administration a little easier.
You can find it here: https://github.com/buckeyemonkey/RustAdmin
Please read the README file for instructions.
I have put together a autohotkey script to make server administration a little easier.
You can find it here: https://github.com/buckeyemonkey/RustAdmin
Please read the README file for instructions.
Darkfallers and our scripts <3
Create Items not working for me.
Could be a few things:
1) You have to login to the admin functions manually using rcon.login first.
2) If there are no items showing up in the window, you have to make sure item_list.txt is in the same folder as the RustAdmin.ahk file.
3) You also have to enter your name (or the name of the player you are giving items to) exactly right in the "Player" Field at the top left of the window.
4) Only items you click the checkbox for will be given.
*Edit*
5) The script expects your console to be closed. If you have it open already none of the functions will work.
All of them checked.
It's something else :/
It doesn't do like the other commands, when you click ok, it just closes.
No error message or anything?
I'm getting the same thing, doesn't output any errors it looks like it's submitting and destroying the window before it even reads the item_list. I have 0 experience with AHK, so don't mind me haha.
This is all i'm getting after pressing OK, then it closes the items gui and doesn't open console or anything. Hope this helps!Code:216: Gui,5:Submit (0.08) 217: Gui,5:Destroy (0.08) 218: Loop,read,%AHKFiles%item_list.txt 227: Return (2.65)
Edit: Awesome work by the way! Such a pain typing all those long commands. :)
Okay, I can replicate the issue now, should have it fixed soon.
Edited:
Okay. Should be fixed.
For some crazy reason this line:
Code:Loop, read, %AHKFiles%\item_list.txt
Works in a function but not a hotkey definition.
And this line:
Works in a hotkey definition but not a function.Code:Loop, read, %AHKFiles%item_list.txt
No idea why one needs the backslash and the other doesn't work with it.
AHK is awesome and powerful, but can be mighty weird sometimes.
Hmmm, that's interesting. Well, again, awesome work! Thanks so much.
Did you add items to the item_list?
The script is only setup to handle 100 items atm.
I will update it to handle more.
If you could post the items you added so I can add them to standard download I would appreciated it.
Edited:
Script can now handle 300 items in the items_list.txt file.
Nah I didn't add any to it. I'll try your new version.
Did the item creation get fixed not sure what line in the script to try and edit ?
Thanks for putting this together, amazing tool. Makes things much easier.
Just re-download the script from the same link above for the updated version.
The Rust admin window isnt showing for me at all when i press f2??? Even after i login manually with rcon.
You need too play in windowed mode. It won't be visible in full screen.
Why waste your time with the stolen language AutoHotKey when AutoIt exists and is more powerful?
Because the Xbox One is clearly better then the PS4.
Ya I did that. I can't seem to get the admin console working with whatever I do. I didn't even know of an admin console.
Buckeye, I downloaded this, and made some changes/fixes to some things that weren't working anymore. I also added a few other things. I want to have you look at it and tell me what you think.