nomrsavage / RustUX

Rust server wrapper (survival game) with easier(ish) to use configurations
0 stars 0 forks source link

RCON Functionality #1

Open nomrsavage opened 2 months ago

nomrsavage commented 2 months ago

RCON does not work at all. It used to work, but after i migrated the options to the cfg it just doesn't even get recognized. Saw somewhere online it has to be in the actual launch option? (rustwrapper.sh is the replacement for runds.sh) it was a recommendation for a completely different game tho

nomrsavage commented 2 months ago

That was it, honestly that's pretty stupid but whatever. To do: migrate all RCON options to the command line completely. I think I already did that, but I should also delete them from cfg/server.cfg

nomrsavage commented 2 months ago

im not closing this anymore at this point

To do: Migrate RCON to web version (whatever that means) "source style TCP RCON is deprecated...will be removed soon"

Thought: integrate with another project? like some kinda web gui dashboard made specifically for rust servers i remember seeing one