Door/Lock Bugs

SuB_- Revolt

Member
Member
Oct 10, 2014
49
3
8
32
Canada
revoltservers.com
I did not know where to post it guys, but here it is. I am not sure if this is related to Pluton or to Rust itself:

Fromm time to time, the doors can not be locked or unlocked like the usual. Players need to knock on the door lock with their Rock,Hatchet or Stone Hatcher to Lock or Unlock it, and they are unable to create any keys.

Let me know if you guys think this might be related to Pluton.

Cheers
 

SuB_- Revolt

Member
Member
Oct 10, 2014
49
3
8
32
Canada
revoltservers.com
Same here. Doors glitch after a restart.

Sent from my Samsung Galaxy S4
Yeah this issue is irritating a lot of players. Hopefully there would be a fix shortly.

I also just got another bug report about airdrop plane stuck in mid air and doing that noise for years. (This is not caused on my game server, but one of my customers, so I am very curious to see what may cause that.. He claimed having restarted his server twice, without luck).
 

balu92

Retired Staff
Retired Staff
Trusted Member
Jul 11, 2014
338
75
28
34
If it glitches only after restart the server, then it must be related how the server loads objects from file... you know about those serialization issues lately, right? I bet it's something to do with that...
A script behaviour has a different serialization layout when loading. (Read 32 bytes but expected 36 bytes)
Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
 

balu92

Retired Staff
Retired Staff
Trusted Member
Jul 11, 2014
338
75
28
34
Yeah this issue is irritating a lot of players. Hopefully there would be a fix shortly.

I also just got another bug report about airdrop plane stuck in mid air and doing that noise for years. (This is not caused on my game server, but one of my customers, so I am very curious to see what may cause that.. He claimed having restarted his server twice, without luck).
We know about that one, apperantly it happend on legacy
 

balu92

Retired Staff
Retired Staff
Trusted Member
Jul 11, 2014
338
75
28
34
Interesting, so the thing to do here is to wait? or restart until it works?
http://playrust.com/devblog-28/#more-1832

Fixed locks disappearing when upgrading doors
probably something to do with that as well... some says you can upgrade/downgrade the door to get it work... I will look into what a door upgrade/downgrade does to a door, to make it work again and probably fix it in a timer and remove stuck planes as well...
 

CabooseRT

New Member
Member
Oct 14, 2014
2
0
1
Australia
steamcommunity.com
Sometimes it works sometimes it won't work. If you hit the lock and at the same time press E your door becomes unlocked. So if you are stuck with this problem then use this little technique.
 

Seyon

New Member
Member
Aug 19, 2014
1
0
1
I have the same Problem, but i found a other point that will be lost after a restart.
I was creating a raid protection for my server and i was so happy to see the "Builder" attribut in the BuildingEvent.
But after some test i have seen that this information is only there until a restart.

So something is not correct while loading (or saving?) the information, i think is the same problem as for the keys. The "connection" between elements are not saved/loaded.

So eventually this info can help to find the problem :) im not sure if pluton is manipulation this data , or if rust itself has an bug.
 

balu92

Retired Staff
Retired Staff
Trusted Member
Jul 11, 2014
338
75
28
34
I have the same Problem, but i found a other point that will be lost after a restart.
I was creating a raid protection for my server and i was so happy to see the "Builder" attribut in the BuildingEvent.
But after some test i have seen that this information is only there until a restart.

So something is not correct while loading (or saving?) the information, i think is the same problem as for the keys. The "connection" between elements are not saved/loaded.

So eventually this info can help to find the problem :) im not sure if pluton is manipulation this data , or if rust itself has an bug.
uhm how to put... buildingEvent is an event the BuildingBlock is an object they are not the same... the Builder is the player who is at that exact time is building that exact component. It's not stored by us and neither stored by the game.
 
  • Like
Reactions: CabooseRT

Taffy

New Member
Member
Oct 12, 2014
1
0
1
54
^
What he said. I mostly play on a vanilla server and sometimes have the same issue.
1..unlock door - nothing happens
2..hit door with hatchet - door unlocked
3..if the lock colour does not change, hit it with the building hammer and it changes

Cheers