I have created another bugfix for this bug:
- [Medium] Cannot read documents/notes, mouse appears. Also, you need to hold down the Activate button for it to show, if you let go, it disappears, but the documents/notes do not appear anyway.
I don't know if you are removing this on purpose, but it is a very simple fix. You missed out the line:
loadMenu { "ui/clipboard.menu" }
So when a document/note is selected in-game, the game doesn't know what to do as it has not loaded any UI for it, this line will load the UI.
There is only one thing I have not tested with this fix, and that is with other players online. I don't know if when one player selects the document/note, all the other players will also have the note in front of them, and cannot move.
Here is a link to the download: http://www.mediafire.com/download.php?ork45dghlal1hma
--
I have also found a couple bugs with g_limbotime:
- When g_limbotime is 0 the server will crash.
- When g_limbotime is 50 or anything less than 50 (including any minus values), you will never respawn once killed.
Maybe you should try and make g_limbotime value set as seconds.
Any decimal values should be ignored, the default value should be set.
And one other bug in Escape1 (i found this a while back, just forgot to mention):
- In flagzone mode the flag up by where the snipers are ('Upper bunker'), players capture it, and still spawn at previous flag (first flag caught).