This change is especially important to server owners who utilize the in-game server browser interface to attract new players. Failure to make this change could result in a server not appearing correctly in the i
Shorten the server name - The server display name (hostname) can cause the server to not show in the Rust server list if the name is too long or contains special characters. Try shortening the server name, or resetting it entirely and ensuring you only use letters and spaces in the name...
Fixed ‘ent auth’ command not working on tugboats • Fixed dropping an item while dancing resulting in an invisible local weapon • Fixed eggs that were hatching in a chicken coop getting stuck if the server restarts • Fixed flamethrowers marked as shield compatible in the UI ...
124 + fn first_appearing_in(&self, other: &ECPointFormatList) -> Option<ECPointFormat> { 125 + first_pref_in(self.as_slice(), other.as_slice()) 126 + } 111 127 } 112 128 113 129 pub type EllipticCurveList = Vec<NamedCurve>; ...
Sometimes, there might be a delay in drops appearing in your inventory due to high server load or other technical issues. If you don't see your drops immediately, be patient, and they should show up after some time. If they don't, you can reach out to the Rust support team for assis...
Add a button to clear filters to the server browser. Additionally, I reimplemented dropdown menus in the options menu. This should make life easier than clicking endlessly to find certain options such as screen resolution. thumb_up211 The campfire is one of Rust's oldest models, dating back...
This change is especially important to server owners who utilize the in-game server browser interface to attract new players. Failure to make this change could result in a server not appearing correctly in the in-game server browser. It’s important to note, despite its precarious timing, this...
Fixed edge case that would occasionally result in a player becoming invisible in train tunnel elevators • Fixed submarine able to kill players though a surface • Fixed Spray Can not appearing in craft menu when searching for “can” • Fixed some meshes in Outpost not lowering detai...
repeated int32 public_dependency = 10; // Indexes of the weak imported files in the dependency list. // For Google-internal migration only. Do not use. repeated int32 weak_dependency = 11; // All top-level definitions in this file. repeated DescriptorProto message_type = 4; repeated ...
Checking style on a CI server To keep your code base consistently formatted, it can be helpful to fail the CI build when a pull request contains unformatted code. Using --check instructs rustfmt to exit with an error code if the input is not formatted correctly. It will also print any ...