Jump to content
  • Vehicle dupe glitch


    gamerpaddy
    • Version: B313

     

    Version V1.0 B313 on a Server

    no mods clientside, just custom ui on server.

     

     

    how to reproduce:

    put a vehicle in your hotbar and leave,

    rejoin server

    spam click to place it

    once server catches up you duped your vehicle

     

     

    See video:

    (processing.. will be on in around 20mins)

     

     

     

    apparently it was fixed in B312.. but it wasnt.  increasing the spawn delay doesnt fix stuff like this stop putting hot snot everywhere and fix it properly

     


    User Feedback

    Recommended Comments

    around 10ms most of the time.

     

    but the server itself hangs for a few seconds when i or someone else joins / spawns in, i think thats the window where the glitch works.

     

    Link to comment
    Share on other sites

    Odd. That large delay window you're seeing is something I can only reproduce by having a very high ping. I tested it on one of our internal servers with people on it with a 400+ ping and, although I had the delay upon spawn, I couldn't get more than one vehicle out. I turned on a test server on my network and tested versus ping ranges between 200 - 500 and still didn't get it. I did turn on the confirmation window since that's about the only different thing I saw, and did eventually get a dupe. If my ping is < 100, I get no delay upon spawn at all, which is strange.

     

    Anyway, just wanted to give an update, I'm still working on it.

    Link to comment
    Share on other sites

    27 minutes ago, gamerpaddy said:

    unfourtainly not, im not the server owner

     

    I see, could you ask the server owner if they're running a server management mod like Server Tools? Mostly a curiosity, since that large delay in response from the server to the client upon login I can only reproduce with an absurd ping like > 500. I did get a reproduction of it, however. 

    Link to comment
    Share on other sites

    i asked, they will reply shortly once they found that part of the log.

     

     

    a possible workaround might be (cant test in single player) to add a "delay" to "Action1" of vehicleXXXXPlaceable in items.xml of like 1 minute or so.

    it only applies to that particular slot, so it should be still possible to spawn a second vehicle from a different hotbar slot. but prevents the same slot from being spawned multiple times as theres a cooldown after the first spawn attempt.

     

    as duping shouldnt be possible no matter what ping a player has,

    a solution thats a little more indepth and ... more rugged than the one a above would be giving each vehicle a Unique ID thats saved alongside the other metadata like fuel, durability, mods etc.   

    when spawning a vehicle, server checks if theres allready one with the same UID and refuses to spawn it.

    same for picking one up, you allready got a vehicle with that UID in your inventory? pickup refused / object deleted etc.

     

    Link to comment
    Share on other sites

    the part of the server log where i connected til +3minutes

    was as follows:

    2024-07-10T00:26:35 8541.372 INF [NET] PlayerConnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName='', ClientNumber='15'
    2024-07-10T00:26:35 8541.402 INF NPPL.Read
    2024-07-10T00:26:35 8541.441 INF PlayerLogin: gamerpaddy/V 1.0
    2024-07-10T00:26:35 8541.441 INF Client IP: 77.181.25.182
    2024-07-10T00:26:35 8541.441 INF [Auth] PlayerName authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] ServerState authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] MpHostAllowed authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] PlayerId authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] DuplicateUserId authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] VersionCheck authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.442 INF [Auth] PlayerSlots authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.442 INF [Auth] LegacyModAuthorizations authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.442 INF [Steamworks.NET] Auth.AuthenticateUser()
    2024-07-10T00:26:35 8541.442 INF [Steamworks.NET] Authenticating player: gamerpaddy SteamId: 76561197997668955 TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
    2024-07-10T00:26:37 8542.684 INF [DECO] written 150078, in 41ms
    2024-07-10T00:26:37 8542.692 INF [DECO] write thread 7ms
    2024-07-10T00:26:37 8542.796 INF [Steamworks.NET] Authentication callback. ID: 76561197997668955, owner: 76561197997668955, result: k_EAuthSessionResponseOK
    2024-07-10T00:26:37 8542.796 INF [Auth] PlatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8542.796 INF [Auth] SteamFamily authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8542.796 INF [Auth] SteamGroups authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8542.796 INF [EOS] Verifying token for 0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:26:37 8542.997 INF [EOS] Device=, Platform=steam, AccType=Steam, AccId=76561197997668955, PUID=0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:26:37 8543.497 INF [EOS] Player may have active sanctions
    2024-07-10T00:26:37 8543.497 INF [EOS] SanctionsQuery finished with: 0 sanctions
    2024-07-10T00:26:37 8543.497 INF [Auth] CrossplatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8543.498 INF [Auth] BansAndWhitelist authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8543.498 INF [Auth] Crossplay authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8543.498 INF [EOS-ACS] Registering user: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:39 8544.684 INF NET: LiteNetLib: Connect from: 78.42.108.98:61878 / 2
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Reader_2_0
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Writer_2_0
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Reader_2_1
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Writer_2_1
    2024-07-10T00:26:39 8544.685 INF [NET] PlayerConnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName='', ClientNumber='16'
    2024-07-10T00:26:39 8544.757 INF NPPL.Read
    2024-07-10T00:26:39 8544.761 INF PlayerLogin: Bakufun/V 1.0
    2024-07-10T00:26:39 8544.761 INF Client IP: 78.42.108.98
    2024-07-10T00:26:39 8544.761 INF [Auth] PlayerName authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] ServerState authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] MpHostAllowed authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] PlayerId authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] DuplicateUserId authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] VersionCheck authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] PlayerSlots authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] LegacyModAuthorizations authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.762 INF [Steamworks.NET] Auth.AuthenticateUser()
    2024-07-10T00:26:39 8544.762 INF [Steamworks.NET] Authenticating player: Bakufun SteamId: 76561197975494879 TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
    2024-07-10T00:26:40 8546.013 INF [Steamworks.NET] Authentication callback. ID: 76561197975494879, owner: 76561197975494879, result: k_EAuthSessionResponseOK
    2024-07-10T00:26:40 8546.014 INF [Auth] PlatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:40 8546.014 INF [Auth] SteamFamily authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:40 8546.014 INF [Auth] SteamGroups authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:40 8546.014 INF [EOS] Verifying token for 00026b1b803141609b7727444bef821c
    2024-07-10T00:26:40 8546.162 INF [EOS] Device=, Platform=steam, AccType=Steam, AccId=76561197975494879, PUID=00026b1b803141609b7727444bef821c
    2024-07-10T00:26:41 8546.712 INF [EOS] Player may have active sanctions
    2024-07-10T00:26:41 8546.712 INF [EOS] SanctionsQuery finished with: 0 sanctions
    2024-07-10T00:26:41 8546.712 INF [Auth] CrossplatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:41 8546.712 INF [Auth] BansAndWhitelist authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:41 8546.712 INF [Auth] Crossplay authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:41 8546.712 INF [EOS-ACS] Registering user: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:49 8554.864 INF [Auth] EAC authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:49 8554.865 INF [Auth] EAC authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:49 8554.915 INF [Auth] Finalizer authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:49 8554.921 INF Allowing player with id EOS_0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:26:49 8554.921 INF [Auth] Finalizer authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:49 8554.929 INF Allowing player with id EOS_00026b1b803141609b7727444bef821c
    2024-07-10T00:26:49 8555.017 INF RequestToEnterGame: EOS_0002c3be992443529df2a45f54d5be6d/gamerpaddy
    2024-07-10T00:26:49 8555.057 INF RequestToEnterGame: EOS_00026b1b803141609b7727444bef821c/Bakufun
    2024-07-10T00:26:51 8557.041 INF 162787 Vehicle PostInit [type=EntityMotorcycle, name=vehicleMotorcycle, id=195630], (814.44, 35.01, -227.34) (chunk 50, -15), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:26:53 8559.239 INF TurretTracker saving 0 (0 + 0)
    2024-07-10T00:26:53 8559.241 INF TurretTracker saved 9 bytes
    2024-07-10T00:26:57 8563.394 INF NET: LiteNetLib: Connect from: 87.245.37.193:64209 / 7
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Reader_7_0
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Writer_7_0
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Reader_7_1
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Writer_7_1
    2024-07-10T00:26:57 8563.399 INF [NET] PlayerConnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName='', ClientNumber='17'
    2024-07-10T00:26:57 8563.584 INF NPPL.Read
    2024-07-10T00:26:57 8563.586 INF PlayerLogin: Fanta/V 1.0
    2024-07-10T00:26:57 8563.586 INF Client IP: 87.245.37.193
    2024-07-10T00:26:57 8563.586 INF [Auth] PlayerName authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] ServerState authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] MpHostAllowed authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] PlayerId authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] DuplicateUserId authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] VersionCheck authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] PlayerSlots authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] LegacyModAuthorizations authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Steamworks.NET] Auth.AuthenticateUser()
    2024-07-10T00:26:57 8563.587 INF [Steamworks.NET] Authenticating player: Fanta SteamId: 76561198204839885 TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
    2024-07-10T00:26:59 8564.950 INF [Steamworks.NET] Authentication callback. ID: 76561198204839885, owner: 76561198204839885, result: k_EAuthSessionResponseOK
    2024-07-10T00:26:59 8564.950 INF [Auth] PlatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8564.950 INF [Auth] SteamFamily authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8564.950 INF [Auth] SteamGroups authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8564.951 INF [EOS] Verifying token for 00020f82adab416c95c62e0a01fc6bb6
    2024-07-10T00:26:59 8565.099 INF [EOS] Device=, Platform=steam, AccType=Steam, AccId=76561198204839885, PUID=00020f82adab416c95c62e0a01fc6bb6
    2024-07-10T00:26:59 8565.598 INF [EOS] Player may have active sanctions
    2024-07-10T00:26:59 8565.598 INF [EOS] SanctionsQuery finished with: 0 sanctions
    2024-07-10T00:26:59 8565.598 INF [Auth] CrossplatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8565.598 INF [Auth] BansAndWhitelist authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8565.598 INF [Auth] Crossplay authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8565.598 INF [EOS-ACS] Registering user: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:27:01 8567.001 INF VehicleManager saving 5 (3 + 2)
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #2, id 195630, vehicleMotorcycle, (770.4, 35.3, -204.8), chunk 48, -13
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #3, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #4, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:27:01 8567.002 INF VehicleManager saved 2034 bytes
    2024-07-10T00:27:03 8569.152 INF Time: 140.50m FPS: 19.95 Heap: 4348.8MB Max: 5073.9MB Chunks: 1700 CGO: 86 Ply: 6 Zom: 4 Ent: 15 (364) Items: 0 CO: 6 RSS: 2935.4MB
    2024-07-10T00:27:06 8571.927 INF [Auth] EAC authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:27:06 8572.026 INF [Auth] Finalizer authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:27:06 8572.129 INF Allowing player with id EOS_00020f82adab416c95c62e0a01fc6bb6
    2024-07-10T00:27:06 8572.325 INF RequestToEnterGame: EOS_00020f82adab416c95c62e0a01fc6bb6/Fanta
    2024-07-10T00:27:07 8573.448 INF RequestToSpawnPlayer: 5316, gamerpaddy, 7
    2024-07-10T00:27:07 8573.468 WRN Parameter 'IsMale' not found in animator
    2024-07-10T00:27:07 8573.469 INF Created player with id=5316
    2024-07-10T00:27:07 8573.498 INF Player connected, entityid=5316, name=gamerpaddy, pltfmid=Steam_76561197997668955, crossid=EOS_0002c3be992443529df2a45f54d5be6d, steamOwner=Steam_76561197997668955, ip=77.181.25.182
    2024-07-10T00:27:08 8574.567 INF Dymesh: Update items to send for gamerpaddy id: 5316  recieved: 308
    2024-07-10T00:27:08 8574.579 INF Dymesh: Items to send: 0   Added: 29   chunks: 309
    2024-07-10T00:27:10 8576.606 INF GMSG: Player 'gamerpaddy' joined the game
    2024-07-10T00:27:10 8576.608 INF Player set to online: EOS_0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:27:10 8576.630 INF PlayerSpawnedInWorld (reason: JoinMultiplayer, position: 2400, 35, 3034): EntityID=5316, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:27:18 8583.766 INF Entity zombieTomClarkRadiated 195612 killed by Koerke 317
    2024-07-10T00:27:18 8583.766 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieTomClarkRadiated with AK-47-Maschinengewehr
    2024-07-10T00:27:18 8583.793 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195632], (2403.74, 35.54, 3030.89) (chunk 150, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.800 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195633], (2394.62, 35.41, 3027.87) (chunk 149, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.809 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195634], (2390.73, 35.35, 3033.02) (chunk 149, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.821 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195635], (2397.42, 35.44, 3035.40) (chunk 149, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.839 INF Dymesh: Update items to send for Bakufun id: -1  recieved: 324
    2024-07-10T00:27:18 8583.871 INF Dymesh: Items to send: 0   Added: 0   chunks: 309
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    2024-07-10T00:27:27 8592.854 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195635] missing
    2024-07-10T00:27:27 8592.854 INF 163315 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195635], Killed
    2024-07-10T00:27:27 8593.010 INF RequestToSpawnPlayer: 9064, Bakufun, 7
    2024-07-10T00:27:27 8593.056 WRN Parameter 'IsMale' not found in animator
    2024-07-10T00:27:27 8593.057 INF Created player with id=9064
    2024-07-10T00:27:27 8593.141 INF Player connected, entityid=9064, name=Bakufun, pltfmid=Steam_76561197975494879, crossid=EOS_00026b1b803141609b7727444bef821c, steamOwner=Steam_76561197975494879, ip=78.42.108.98
    2024-07-10T00:27:27 8593.197 INF Entity zombieUtilityWorker 195623 killed by Koerke 317
    2024-07-10T00:27:27 8593.198 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieUtilityWorker with AK-47-Maschinengewehr
    2024-07-10T00:27:27 8593.431 INF VehicleManager saving 8 (6 + 2)
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #2, id 195630, vehicleMotorcycle, (429.5, 56.2, -79.0), chunk 26, -5
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #3, id 195632, vehicleGyrocopter, (2403.7, 35.4, 3030.9), chunk 150, 189
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #4, id 195633, vehicleGyrocopter, (2394.6, 35.3, 3027.9), chunk 149, 189
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #5, id 195634, vehicleGyrocopter, (2390.7, 35.2, 3033.0), chunk 149, 189
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #6, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #7, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:27:27 8593.432 INF VehicleManager saved 3450 bytes
    2024-07-10T00:27:29 8595.005 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195632] missing
    2024-07-10T00:27:29 8595.005 INF 163350 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195632], Killed
    2024-07-10T00:27:30 8596.156 INF GMSG: Player 'Bakufun' joined the game
    2024-07-10T00:27:30 8596.158 INF Player set to online: EOS_00026b1b803141609b7727444bef821c
    2024-07-10T00:27:30 8596.178 INF PlayerSpawnedInWorld (reason: JoinMultiplayer, position: 783, 38, -2): EntityID=9064, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:27:34 8599.986 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195633] missing
    2024-07-10T00:27:34 8599.986 INF 163374 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195633], Killed
    2024-07-10T00:27:34 8599.986 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195634] missing
    2024-07-10T00:27:34 8599.986 INF 163374 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195634], Killed
    2024-07-10T00:27:36 8602.612 INF 8453.377 SleeperVolume 233, 42, -2315: Spawning 234, 42, -2312 (14, -145), group 'ZombieSpecialInfectedGroupGS200', class zombieWightFeral, count 2
    2024-07-10T00:27:36 8602.627 INF 8453.377 SleeperVolume 233, 41, -2344: Spawning 233, 42, -2334 (14, -146), group 'sleeperHordeStageGS225', class zombieYoFeral, count 2
    2024-07-10T00:27:37 8602.666 INF 8453.429 SleeperVolume 230, 42, -2346: None spawned, canSpawn True, respawnCnt 0
    2024-07-10T00:27:37 8602.748 INF 8453.504 SleeperVolume 233, 41, -2344: Spawning 236, 41, -2318 (14, -145), group 'ZombieDogGroup', class animalZombieDog, count 2
    2024-07-10T00:27:37 8602.840 INF 8453.604 SleeperVolume 233, 41, -2344: Spawning 240, 41, -2319 (15, -145), group 'sleeperHordeStageGS225', class zombieLumberjackFeral, count 5
    2024-07-10T00:27:37 8603.042 INF 8453.803 SleeperVolume 233, 41, -2344: Spawning 237, 41, -2321 (14, -146), group 'sleeperHordeStageGS225', class zombieSteve, count 5
    2024-07-10T00:27:37 8603.257 INF 8454.02 SleeperVolume 233, 41, -2344: Spawning 237, 41, -2328 (14, -146), group 'ZombieDogGroup', class animalZombieDog, count 5
    2024-07-10T00:27:37 8603.468 INF 8454.229 SleeperVolume 233, 41, -2344: Spawning 238, 41, -2319 (14, -145), group 'sleeperHordeStageGS225', class zombieBoeRadiated, count 5
    2024-07-10T00:27:40 8605.829 INF 8455.967 SleeperVolume 225, 57, -2347: Spawning 226, 57, -2345 (14, -147), group 'VultureGroup', class animalZombieVulture, count 9
    2024-07-10T00:27:41 8607.366 INF 8457.505 SleeperVolume 212, 42, -2345: Spawning 216, 42, -2342 (13, -147), group 'sleeperHordeStageGS225', class zombieBikerFeral, count 10
    2024-07-10T00:27:41 8607.501 INF 8457.631 SleeperVolume 212, 42, -2345: Spawning 215, 42, -2344 (13, -147), group 'sleeperHordeStageGS225', class zombieBoeRadiated, count 10
    2024-07-10T00:27:41 8607.591 INF 8457.73 SleeperVolume 212, 42, -2345: Spawning 220, 42, -2345 (13, -147), group 'sleeperHordeStageGS225', class zombieJoe, count 10
    2024-07-10T00:27:42 8607.691 INF 8457.829 SleeperVolume 212, 42, -2345: Spawning 214, 42, -2342 (13, -147), group 'sleeperHordeStageGS225', class zombieBikerFeral, count 10
    2024-07-10T00:27:43 8608.899 INF VehicleManager saving 5 (3 + 2)
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #2, id 195630, vehicleMotorcycle, (223.8, 51.7, 41.6), chunk 13, 2
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #3, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #4, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:27:43 8608.901 INF VehicleManager saved 2034 bytes
    2024-07-10T00:27:44 8609.805 INF Time: 141.00m FPS: 14.92 Heap: 4169.2MB Max: 5073.9MB Chunks: 1964 CGO: 138 Ply: 8 Zom: 14 Ent: 32 (375) Items: 2 CO: 8 RSS: 4340.6MB
    2024-07-10T00:27:44 8610.029 INF 8460.163 SleeperVolume 203, 51, 37: Spawning 204, 51, 72 (12, 4), group 'sleeperHordeStageGS110', class zombieSoldier, count 14
    2024-07-10T00:27:44 8610.139 INF 8460.265 SleeperVolume 203, 51, 37: Spawning 204, 51, 45 (12, 2), group 'sleeperHordeStageGS110', class zombieSteve, count 14
    2024-07-10T00:27:45 8611.588 INF 8461.722 SleeperVolume 174, 51, 72: Spawning 183, 51, 74 (11, 4), group 'sleeperHordeStageGS110', class zombieJanitor, count 17
    2024-07-10T00:27:46 8611.685 INF 8461.82 SleeperVolume 174, 51, 72: Spawning 191, 51, 75 (11, 4), group 'sleeperHordeStageGS110', class zombieSteve, count 17
    2024-07-10T00:27:47 8613.345 INF [DECO] written 150078, in 41ms
    2024-07-10T00:27:47 8613.353 INF [DECO] write thread 8ms
    2024-07-10T00:27:48 8613.808 INF Dymesh: Update items to send for Fanta id: -1  recieved: 323
    2024-07-10T00:27:48 8613.817 INF Dymesh: Items to send: 0   Added: 32   chunks: 309
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:27:49 8615.335 INF Entity zombieJoe 195647 killed by Koerke 317
    2024-07-10T00:27:49 8615.335 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieJoe with AK-47-Maschinengewehr
    2024-07-10T00:27:55 8621.553 WRN Occlusion: RemoveEntity [type=EntityMotorcycle, name=vehicleMotorcycle, id=195630] missing
    2024-07-10T00:27:55 8621.553 INF 163763 VehicleManager RemoveTrackedVehicle [type=EntityMotorcycle, name=vehicleMotorcycle, id=195630], Killed
    2024-07-10T00:27:56 8621.665 INF Entity zombieBikerFeral 195645 killed by Koerke 317
    2024-07-10T00:27:56 8621.666 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBikerFeral with AK-47-Maschinengewehr
    2024-07-10T00:27:56 8622.404 INF Entity zombieBoeRadiated 195646 killed by Koerke 317
    2024-07-10T00:27:56 8622.404 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBoeRadiated with AK-47-Maschinengewehr
    2024-07-10T00:27:56 8622.404 INF partDataLinked: property: DismemberTag_L_LeftUpperLegGore prefabPath: Biker/Blade/LeftUpperLeg target: leftupleg damageTag blade
    2024-07-10T00:27:57 8622.754 INF Entity zombieBikerFeral 195648 killed by Koerke 317
    2024-07-10T00:27:57 8622.754 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBikerFeral with AK-47-Maschinengewehr
    2024-07-10T00:28:05 8631.550 INF VehicleManager saving 4 (2 + 2)
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #2, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #3, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:28:05 8631.551 INF VehicleManager saved 1563 bytes
    2024-07-10T00:28:11 8637.641 INF 8487.778 SleeperVolume 165, 51, 33: Spawning 172, 51, 48 (10, 3), group 'sleeperHordeStageGS110', class zombieJanitor, count 14
    2024-07-10T00:28:12 8638.166 INF 8488.302 SleeperVolume 165, 51, 33: Spawning 172, 51, 43 (10, 2), group 'sleeperHordeStageGS110', class zombieSteve, count 15
    2024-07-10T00:28:14 8639.832 INF Time: 141.50m FPS: 19.79 Heap: 4198.2MB Max: 5073.9MB Chunks: 1964 CGO: 158 Ply: 8 Zom: 16 Ent: 35 (383) Items: 2 CO: 8 RSS: 4321.1MB
    2024-07-10T00:28:19 8645.259 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:28:25 8651.577 INF DroneManager saving 0 (0 + 0)
    2024-07-10T00:28:25 8651.579 INF DroneManager saved 9 bytes
    2024-07-10T00:28:27 8653.041 INF Entity animalZombieVulture 195644 killed by Koerke 317
    2024-07-10T00:28:27 8653.042 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie animalZombieVulture with AK-47-Maschinengewehr
    2024-07-10T00:28:27 8653.545 INF Entity zombieYoFeral 195637 killed by Koerke 317
    2024-07-10T00:28:27 8653.545 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieYoFeral with AK-47-Maschinengewehr
    2024-07-10T00:28:29 8654.704 INF Entity animalZombieDog 195642 killed by Koerke 317
    2024-07-10T00:28:29 8654.705 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed animal animalZombieDog with AK-47-Maschinengewehr
    2024-07-10T00:28:29 8655.246 INF animalZombieDog SpawnLimbGore prefab not found in resource. path: HeadGore
    2024-07-10T00:28:33 8659.447 INF Entity animalZombieDog 195639 killed by Koerke 317
    2024-07-10T00:28:33 8659.448 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed animal animalZombieDog with AK-47-Maschinengewehr
    2024-07-10T00:28:35 8661.663 INF 164551 Vehicle PostInit [type=EntityMotorcycle, name=vehicleMotorcycle, id=195657], (784.43, 39.62, 12.61) (chunk 49, 0), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:28:40 8666.120 INF Entity zombieSteve 195641 killed by Koerke 317
    2024-07-10T00:28:40 8666.120 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieSteve with AK-47-Maschinengewehr
    2024-07-10T00:28:41 8666.969 INF partDataLinked: property: DismemberTag_L_LeftUpperLegGore prefabPath: Yo/Blade/LeftUpperLeg target: leftupleg damageTag blade
    2024-07-10T00:28:41 8667.445 INF Entity zombieLumberjackFeral 195640 killed by Koerke 317
    2024-07-10T00:28:41 8667.445 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieLumberjackFeral with AK-47-Maschinengewehr
    2024-07-10T00:28:44 8669.855 INF Time: 142.00m FPS: 19.95 Heap: 4315.9MB Max: 5073.9MB Chunks: 1964 CGO: 158 Ply: 8 Zom: 11 Ent: 33 (385) Items: 2 CO: 8 RSS: 4333.2MB
    2024-07-10T00:28:45 8670.705 INF 164730 Vehicle PostInit [type=EntityMinibike, name=vehicleMinibike, id=195658], (-894.67, 35.14, -867.57) (chunk -56, -55), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:28:45 8671.640 INF VehicleManager saving 6 (4 + 2)
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #2, id 195657, vehicleMotorcycle, (803.0, 34.9, -71.6), chunk 50, -5
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #3, id 195658, vehicleMinibike, (-894.5, 35.0, -867.6), chunk -56, -55
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #4, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #5, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:28:45 8671.642 INF VehicleManager saved 2401 bytes
    2024-07-10T00:28:50 8676.501 INF Chat (from 'Steam_76561198085932886', entity id '17675', to 'Party'): 'ic3Eul3': willst direkt die nächste mit mir machen? dann warte ich
    2024-07-10T00:28:55 8681.367 INF 8531.508 SleeperVolume -823, 27, -874: Restoring -815, 29, -871 (-51, -55) 'animalZombieDog', count 11
    2024-07-10T00:28:56 8682.415 INF Chat (from 'Steam_76561197975494879', entity id '9064', to 'Party'): 'Bakufun': jo
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:04 8689.889 INF TurretTracker saving 0 (0 + 0)
    2024-07-10T00:29:04 8689.891 INF TurretTracker saved 9 bytes
    2024-07-10T00:29:04 8690.603 INF Entity zombieBoeRadiated 195643 killed by Koerke 317
    2024-07-10T00:29:04 8690.604 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBoeRadiated with AK-47-Maschinengewehr
    2024-07-10T00:29:12 8698.538 INF 8548.679 SleeperVolume 176, 52, 64: Spawning 177, 52, 64 (11, 4), group 'zombieSoldierGroupGS100', class zombieMaleHazmat, count 10
    2024-07-10T00:29:12 8698.656 INF 8548.796 SleeperVolume 176, 52, 64: Spawning 183, 52, 65 (11, 4), group 'zombieSoldierGroupGS100', class zombieSoldier, count 10
    2024-07-10T00:29:14 8699.889 INF Time: 142.50m FPS: 19.65 Heap: 4217.7MB Max: 5073.9MB Chunks: 2047 CGO: 173 Ply: 8 Zom: 12 Ent: 33 (393) Items: 3 CO: 8 RSS: 4358.4MB
    2024-07-10T00:29:14 8700.108 INF 8550.247 SleeperVolume 238, 42, -2312: Spawning 239, 42, -2311 (14, -145), group 'zombieFatHawaiianFeral', class zombieFatHawaiianFeral, count 12
    2024-07-10T00:29:14 8700.112 INF 8550.247 SleeperVolume 237, 42, -2315: None spawned, canSpawn True, respawnCnt 0
    2024-07-10T00:29:14 8700.115 INF 8550.247 SleeperVolume 247, 42, -2312: Spawning 247, 42, -2312 (15, -145), group 'zombieFemaleFat', class zombieFemaleFat, count 12
    2024-07-10T00:29:14 8700.160 INF 8550.298 SleeperVolume 243, 42, -2311: Spawning 244, 42, -2311 (15, -145), group 'zombieFatHawaiian', class zombieFatHawaiian, count 12
    2024-07-10T00:29:14 8700.166 INF 8550.298 SleeperVolume 239, 42, -2314: Spawning 240, 42, -2314 (15, -145), group 'zombieMoe', class zombieMoe, count 12
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:16 8702.564 INF 8552.705 SleeperVolume -646, 35, -821: Restoring -639, 35, -801 (-40, -51) 'zombieBurntRadiated', count 16
    2024-07-10T00:29:17 8702.675 INF 8552.806 SleeperVolume -646, 35, -821: Restoring -627, 35, -801 (-40, -51) 'zombieBurnt', count 16
    2024-07-10T00:29:17 8702.767 INF 8552.905 SleeperVolume -646, 35, -821: Restoring -625, 35, -810 (-40, -51) 'zombieBurnt', count 16
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:17 8703.267 WRN Received NetPackageEntityRelPosAndRot with invalid entityId 195658 from EntityID=5760, PltfmId='Steam_76561197972366057', CrossId='EOS_00020630133947539d85477de42909df', OwnerID='Steam_76561197972366057', PlayerName='Asapor', ClientNumber='13'
    2024-07-10T00:29:18 8704.557 INF Entity zombieFemaleFat 195663 killed by Koerke 317
    2024-07-10T00:29:18 8704.558 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieFemaleFat with AK-47-Maschinengewehr
    2024-07-10T00:29:19 8705.441 INF 8555.58 SleeperVolume -667, 36, -811: Restoring -663, 36, -808 (-42, -51) 'zombiePartyGirl', count 18
    2024-07-10T00:29:19 8705.541 INF 8555.681 SleeperVolume -667, 36, -811: Restoring -662, 36, -810 (-42, -51) 'zombieLumberjack', count 18
    2024-07-10T00:29:20 8706.137 WRN Occlusion: RemoveEntity [type=EntityMotorcycle, name=vehicleMotorcycle, id=195549] missing
    2024-07-10T00:29:20 8706.137 INF 165411 VehicleManager RemoveTrackedVehicle [type=EntityMotorcycle, name=vehicleMotorcycle, id=195549], Killed
    2024-07-10T00:29:23 8709.232 INF Entity zombieFatHawaiian 195664 killed by Koerke 317
    2024-07-10T00:29:23 8709.232 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieFatHawaiian with AK-47-Maschinengewehr
    2024-07-10T00:29:23 8709.234 INF 8559.372 SleeperVolume -671, 35, -796: Restoring -666, 35, -775 (-42, -49) 'zombieUtilityWorker', count 19
    2024-07-10T00:29:23 8709.371 INF 8559.509 SleeperVolume -671, 35, -796: Restoring -665, 36, -784 (-42, -49) 'zombieUtilityWorker', count 19
    2024-07-10T00:29:25 8711.037 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:26 8711.868 INF Entity zombieMoe 195665 killed by Koerke 317
    2024-07-10T00:29:26 8711.868 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieMoe with AK-47-Maschinengewehr
    2024-07-10T00:29:29 8714.798 INF Entity zombieSteve 195653 killed
    2024-07-10T00:29:29 8714.802 INF Entity zombieJanitor 195652 killed
    2024-07-10T00:29:30 8716.126 INF VehicleManager saving 5 (3 + 2)
    2024-07-10T00:29:30 8716.127 INF 165605 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:29:30 8716.127 INF 165605 VehicleManager write #1, id 195657, vehicleMotorcycle, (820.6, 35.0, -229.3), chunk 51, -15
    2024-07-10T00:29:30 8716.128 INF 165605 VehicleManager write #2, id 195658, vehicleMinibike, (-587.1, 34.9, -768.2), chunk -37, -49
    2024-07-10T00:29:30 8716.128 INF 165605 VehicleManager write #3, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:29:30 8716.128 INF 165605 VehicleManager write #4, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:29:30 8716.131 INF VehicleManager saved 1998 bytes
    2024-07-10T00:29:33 8719.201 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:33 8719.603 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:34 8720.003 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:34 8720.403 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:35 8720.810 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:35 8720.906 INF Entity zombieFatHawaiianFeral 195662 killed by Koerke 317
    2024-07-10T00:29:35 8720.906 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieFatHawaiianFeral with AK-47-Maschinengewehr
    2024-07-10T00:29:35 8721.211 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:35 8721.610 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:36 8722.011 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:36 8722.411 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:37 8722.809 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:37 8723.210 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:37 8723.609 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:38 8724.009 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:38 8724.410 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.331 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.339 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.501 INF 8575.144 SleeperVolume 174, 51, 48: Spawning 180, 51, 52 (11, 3), group 'zombieBurntGroupGS100', class zombieBurntRadiated, count 14
    2024-07-10T00:29:39 8725.507 INF 8575.144 SleeperVolume 179, 51, 55: Spawning 180, 51, 55 (11, 3), group 'zombieBurntFeral', class zombieBurntFeral, count 14
    2024-07-10T00:29:39 8725.587 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.591 INF 8575.243 SleeperVolume 179, 51, 55: Spawning 180, 51, 57 (11, 3), group 'zombieBurntFeral', class zombieBurntFeral, count 14
    2024-07-10T00:29:40 8725.986 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:40 8725.991 INF 8575.644 SleeperVolume 192, 52, 52: Spawning 198, 52, 60 (12, 3), group 'zombieSoldierGroupGS100', class zombieMaleHazmat, count 17
    2024-07-10T00:29:40 8726.085 INF 8575.745 SleeperVolume 192, 52, 52: Spawning 199, 52, 54 (12, 3), group 'zombieSoldierGroupGS100', class zombieSoldier, count 17
    2024-07-10T00:29:40 8726.186 INF 8575.844 SleeperVolume 192, 52, 52: Spawning 197, 52, 53 (12, 3), group 'zombieSoldierGroupGS100', class zombieSoldier, count 17
    2024-07-10T00:29:40 8726.284 INF 8575.943 SleeperVolume 192, 52, 52: Spawning 198, 52, 59 (12, 3), group 'zombieSoldierGroupGS100', class zombieSoldier, count 17
    2024-07-10T00:29:40 8726.387 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:41 8726.787 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:41 8727.186 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:41 8727.586 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:42 8727.682 INF 8577.344 SleeperVolume 233, 42, -2315: Restoring 234, 42, -2312 (14, -145) 'zombieWightFeral', count 21
    2024-07-10T00:29:42 8727.987 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:42 8728.414 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:43 8728.813 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:43 8729.237 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:43 8729.592 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:44 8729.992 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:44 8730.412 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:44 8730.418 INF Time: 143.00m FPS: 16.91 Heap: 4234.7MB Max: 5073.9MB Chunks: 2047 CGO: 205 Ply: 8 Zom: 22 Ent: 47 (380) Items: 2 CO: 8 RSS: 4032.0MB
    2024-07-10T00:29:45 8730.807 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:45 8731.210 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:45 8731.609 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:46 8732.008 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:46 8732.408 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:47 8732.778 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:47 8733.177 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:47 8733.628 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:48 8733.896 INF [DECO] written 150078, in 43ms
    2024-07-10T00:29:48 8733.905 INF [DECO] write thread 8ms

     

     

    server manager gotta be CSMM (as there is multiple CSMM_Patrons messages in the log)

    Link to comment
    Share on other sites

    On 7/12/2024 at 2:02 PM, gamerpaddy said:

    the part of the server log where i connected til +3minutes

    was as follows:

    2024-07-10T00:26:35 8541.372 INF [NET] PlayerConnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName='', ClientNumber='15'
    2024-07-10T00:26:35 8541.402 INF NPPL.Read
    2024-07-10T00:26:35 8541.441 INF PlayerLogin: gamerpaddy/V 1.0
    2024-07-10T00:26:35 8541.441 INF Client IP: 77.181.25.182
    2024-07-10T00:26:35 8541.441 INF [Auth] PlayerName authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] ServerState authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] MpHostAllowed authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] PlayerId authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] DuplicateUserId authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.441 INF [Auth] VersionCheck authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.442 INF [Auth] PlayerSlots authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.442 INF [Auth] LegacyModAuthorizations authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='<unknown/none>', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:35 8541.442 INF [Steamworks.NET] Auth.AuthenticateUser()
    2024-07-10T00:26:35 8541.442 INF [Steamworks.NET] Authenticating player: gamerpaddy SteamId: 76561197997668955 TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
    2024-07-10T00:26:37 8542.684 INF [DECO] written 150078, in 41ms
    2024-07-10T00:26:37 8542.692 INF [DECO] write thread 7ms
    2024-07-10T00:26:37 8542.796 INF [Steamworks.NET] Authentication callback. ID: 76561197997668955, owner: 76561197997668955, result: k_EAuthSessionResponseOK
    2024-07-10T00:26:37 8542.796 INF [Auth] PlatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8542.796 INF [Auth] SteamFamily authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8542.796 INF [Auth] SteamGroups authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8542.796 INF [EOS] Verifying token for 0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:26:37 8542.997 INF [EOS] Device=, Platform=steam, AccType=Steam, AccId=76561197997668955, PUID=0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:26:37 8543.497 INF [EOS] Player may have active sanctions
    2024-07-10T00:26:37 8543.497 INF [EOS] SanctionsQuery finished with: 0 sanctions
    2024-07-10T00:26:37 8543.497 INF [Auth] CrossplatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8543.498 INF [Auth] BansAndWhitelist authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8543.498 INF [Auth] Crossplay authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:37 8543.498 INF [EOS-ACS] Registering user: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:39 8544.684 INF NET: LiteNetLib: Connect from: 78.42.108.98:61878 / 2
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Reader_2_0
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Writer_2_0
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Reader_2_1
    2024-07-10T00:26:39 8544.685 INF Started thread NCS_Writer_2_1
    2024-07-10T00:26:39 8544.685 INF [NET] PlayerConnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName='', ClientNumber='16'
    2024-07-10T00:26:39 8544.757 INF NPPL.Read
    2024-07-10T00:26:39 8544.761 INF PlayerLogin: Bakufun/V 1.0
    2024-07-10T00:26:39 8544.761 INF Client IP: 78.42.108.98
    2024-07-10T00:26:39 8544.761 INF [Auth] PlayerName authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] ServerState authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] MpHostAllowed authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] PlayerId authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] DuplicateUserId authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] VersionCheck authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] PlayerSlots authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.761 INF [Auth] LegacyModAuthorizations authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='<unknown/none>', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:39 8544.762 INF [Steamworks.NET] Auth.AuthenticateUser()
    2024-07-10T00:26:39 8544.762 INF [Steamworks.NET] Authenticating player: Bakufun SteamId: 76561197975494879 TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
    2024-07-10T00:26:40 8546.013 INF [Steamworks.NET] Authentication callback. ID: 76561197975494879, owner: 76561197975494879, result: k_EAuthSessionResponseOK
    2024-07-10T00:26:40 8546.014 INF [Auth] PlatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:40 8546.014 INF [Auth] SteamFamily authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:40 8546.014 INF [Auth] SteamGroups authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:40 8546.014 INF [EOS] Verifying token for 00026b1b803141609b7727444bef821c
    2024-07-10T00:26:40 8546.162 INF [EOS] Device=, Platform=steam, AccType=Steam, AccId=76561197975494879, PUID=00026b1b803141609b7727444bef821c
    2024-07-10T00:26:41 8546.712 INF [EOS] Player may have active sanctions
    2024-07-10T00:26:41 8546.712 INF [EOS] SanctionsQuery finished with: 0 sanctions
    2024-07-10T00:26:41 8546.712 INF [Auth] CrossplatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:41 8546.712 INF [Auth] BansAndWhitelist authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:41 8546.712 INF [Auth] Crossplay authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:41 8546.712 INF [EOS-ACS] Registering user: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:49 8554.864 INF [Auth] EAC authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:49 8554.865 INF [Auth] EAC authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:49 8554.915 INF [Auth] Finalizer authorization successful: EntityID=-1, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:26:49 8554.921 INF Allowing player with id EOS_0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:26:49 8554.921 INF [Auth] Finalizer authorization successful: EntityID=-1, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:26:49 8554.929 INF Allowing player with id EOS_00026b1b803141609b7727444bef821c
    2024-07-10T00:26:49 8555.017 INF RequestToEnterGame: EOS_0002c3be992443529df2a45f54d5be6d/gamerpaddy
    2024-07-10T00:26:49 8555.057 INF RequestToEnterGame: EOS_00026b1b803141609b7727444bef821c/Bakufun
    2024-07-10T00:26:51 8557.041 INF 162787 Vehicle PostInit [type=EntityMotorcycle, name=vehicleMotorcycle, id=195630], (814.44, 35.01, -227.34) (chunk 50, -15), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:26:53 8559.239 INF TurretTracker saving 0 (0 + 0)
    2024-07-10T00:26:53 8559.241 INF TurretTracker saved 9 bytes
    2024-07-10T00:26:57 8563.394 INF NET: LiteNetLib: Connect from: 87.245.37.193:64209 / 7
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Reader_7_0
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Writer_7_0
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Reader_7_1
    2024-07-10T00:26:57 8563.399 INF Started thread NCS_Writer_7_1
    2024-07-10T00:26:57 8563.399 INF [NET] PlayerConnected EntityID=-1, PltfmId='Local_<none>', CrossId='<unknown/none>', OwnerID='<unknown/none>', PlayerName='', ClientNumber='17'
    2024-07-10T00:26:57 8563.584 INF NPPL.Read
    2024-07-10T00:26:57 8563.586 INF PlayerLogin: Fanta/V 1.0
    2024-07-10T00:26:57 8563.586 INF Client IP: 87.245.37.193
    2024-07-10T00:26:57 8563.586 INF [Auth] PlayerName authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] ServerState authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] MpHostAllowed authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] PlayerId authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] DuplicateUserId authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] VersionCheck authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] PlayerSlots authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Auth] LegacyModAuthorizations authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='<unknown/none>', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:57 8563.586 INF [Steamworks.NET] Auth.AuthenticateUser()
    2024-07-10T00:26:57 8563.587 INF [Steamworks.NET] Authenticating player: Fanta SteamId: 76561198204839885 TicketLen: 1024 Result: k_EBeginAuthSessionResultOK
    2024-07-10T00:26:59 8564.950 INF [Steamworks.NET] Authentication callback. ID: 76561198204839885, owner: 76561198204839885, result: k_EAuthSessionResponseOK
    2024-07-10T00:26:59 8564.950 INF [Auth] PlatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8564.950 INF [Auth] SteamFamily authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8564.950 INF [Auth] SteamGroups authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8564.951 INF [EOS] Verifying token for 00020f82adab416c95c62e0a01fc6bb6
    2024-07-10T00:26:59 8565.099 INF [EOS] Device=, Platform=steam, AccType=Steam, AccId=76561198204839885, PUID=00020f82adab416c95c62e0a01fc6bb6
    2024-07-10T00:26:59 8565.598 INF [EOS] Player may have active sanctions
    2024-07-10T00:26:59 8565.598 INF [EOS] SanctionsQuery finished with: 0 sanctions
    2024-07-10T00:26:59 8565.598 INF [Auth] CrossplatformAuth authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8565.598 INF [Auth] BansAndWhitelist authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8565.598 INF [Auth] Crossplay authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:26:59 8565.598 INF [EOS-ACS] Registering user: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:27:01 8567.001 INF VehicleManager saving 5 (3 + 2)
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #2, id 195630, vehicleMotorcycle, (770.4, 35.3, -204.8), chunk 48, -13
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #3, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:27:01 8567.001 INF 162985 VehicleManager write #4, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:27:01 8567.002 INF VehicleManager saved 2034 bytes
    2024-07-10T00:27:03 8569.152 INF Time: 140.50m FPS: 19.95 Heap: 4348.8MB Max: 5073.9MB Chunks: 1700 CGO: 86 Ply: 6 Zom: 4 Ent: 15 (364) Items: 0 CO: 6 RSS: 2935.4MB
    2024-07-10T00:27:06 8571.927 INF [Auth] EAC authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:27:06 8572.026 INF [Auth] Finalizer authorization successful: EntityID=-1, PltfmId='Steam_76561198204839885', CrossId='EOS_00020f82adab416c95c62e0a01fc6bb6', OwnerID='Steam_76561198204839885', PlayerName='Fanta', ClientNumber='17'
    2024-07-10T00:27:06 8572.129 INF Allowing player with id EOS_00020f82adab416c95c62e0a01fc6bb6
    2024-07-10T00:27:06 8572.325 INF RequestToEnterGame: EOS_00020f82adab416c95c62e0a01fc6bb6/Fanta
    2024-07-10T00:27:07 8573.448 INF RequestToSpawnPlayer: 5316, gamerpaddy, 7
    2024-07-10T00:27:07 8573.468 WRN Parameter 'IsMale' not found in animator
    2024-07-10T00:27:07 8573.469 INF Created player with id=5316
    2024-07-10T00:27:07 8573.498 INF Player connected, entityid=5316, name=gamerpaddy, pltfmid=Steam_76561197997668955, crossid=EOS_0002c3be992443529df2a45f54d5be6d, steamOwner=Steam_76561197997668955, ip=77.181.25.182
    2024-07-10T00:27:08 8574.567 INF Dymesh: Update items to send for gamerpaddy id: 5316  recieved: 308
    2024-07-10T00:27:08 8574.579 INF Dymesh: Items to send: 0   Added: 29   chunks: 309
    2024-07-10T00:27:10 8576.606 INF GMSG: Player 'gamerpaddy' joined the game
    2024-07-10T00:27:10 8576.608 INF Player set to online: EOS_0002c3be992443529df2a45f54d5be6d
    2024-07-10T00:27:10 8576.630 INF PlayerSpawnedInWorld (reason: JoinMultiplayer, position: 2400, 35, 3034): EntityID=5316, PltfmId='Steam_76561197997668955', CrossId='EOS_0002c3be992443529df2a45f54d5be6d', OwnerID='Steam_76561197997668955', PlayerName='gamerpaddy', ClientNumber='15'
    2024-07-10T00:27:18 8583.766 INF Entity zombieTomClarkRadiated 195612 killed by Koerke 317
    2024-07-10T00:27:18 8583.766 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieTomClarkRadiated with AK-47-Maschinengewehr
    2024-07-10T00:27:18 8583.793 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195632], (2403.74, 35.54, 3030.89) (chunk 150, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.800 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195633], (2394.62, 35.41, 3027.87) (chunk 149, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.809 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195634], (2390.73, 35.35, 3033.02) (chunk 149, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.821 INF 163170 Vehicle PostInit [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195635], (2397.42, 35.44, 3035.40) (chunk 149, 189), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:27:18 8583.839 INF Dymesh: Update items to send for Bakufun id: -1  recieved: 324
    2024-07-10T00:27:18 8583.871 INF Dymesh: Items to send: 0   Added: 0   chunks: 309
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    Setting angular velocity of a kinematic body is not supported.
    2024-07-10T00:27:27 8592.854 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195635] missing
    2024-07-10T00:27:27 8592.854 INF 163315 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195635], Killed
    2024-07-10T00:27:27 8593.010 INF RequestToSpawnPlayer: 9064, Bakufun, 7
    2024-07-10T00:27:27 8593.056 WRN Parameter 'IsMale' not found in animator
    2024-07-10T00:27:27 8593.057 INF Created player with id=9064
    2024-07-10T00:27:27 8593.141 INF Player connected, entityid=9064, name=Bakufun, pltfmid=Steam_76561197975494879, crossid=EOS_00026b1b803141609b7727444bef821c, steamOwner=Steam_76561197975494879, ip=78.42.108.98
    2024-07-10T00:27:27 8593.197 INF Entity zombieUtilityWorker 195623 killed by Koerke 317
    2024-07-10T00:27:27 8593.198 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieUtilityWorker with AK-47-Maschinengewehr
    2024-07-10T00:27:27 8593.431 INF VehicleManager saving 8 (6 + 2)
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #2, id 195630, vehicleMotorcycle, (429.5, 56.2, -79.0), chunk 26, -5
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #3, id 195632, vehicleGyrocopter, (2403.7, 35.4, 3030.9), chunk 150, 189
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #4, id 195633, vehicleGyrocopter, (2394.6, 35.3, 3027.9), chunk 149, 189
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #5, id 195634, vehicleGyrocopter, (2390.7, 35.2, 3033.0), chunk 149, 189
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #6, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:27:27 8593.431 INF 163323 VehicleManager write #7, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:27:27 8593.432 INF VehicleManager saved 3450 bytes
    2024-07-10T00:27:29 8595.005 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195632] missing
    2024-07-10T00:27:29 8595.005 INF 163350 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195632], Killed
    2024-07-10T00:27:30 8596.156 INF GMSG: Player 'Bakufun' joined the game
    2024-07-10T00:27:30 8596.158 INF Player set to online: EOS_00026b1b803141609b7727444bef821c
    2024-07-10T00:27:30 8596.178 INF PlayerSpawnedInWorld (reason: JoinMultiplayer, position: 783, 38, -2): EntityID=9064, PltfmId='Steam_76561197975494879', CrossId='EOS_00026b1b803141609b7727444bef821c', OwnerID='Steam_76561197975494879', PlayerName='Bakufun', ClientNumber='16'
    2024-07-10T00:27:34 8599.986 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195633] missing
    2024-07-10T00:27:34 8599.986 INF 163374 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195633], Killed
    2024-07-10T00:27:34 8599.986 WRN Occlusion: RemoveEntity [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195634] missing
    2024-07-10T00:27:34 8599.986 INF 163374 VehicleManager RemoveTrackedVehicle [type=EntityVGyroCopter, name=vehicleGyrocopter, id=195634], Killed
    2024-07-10T00:27:36 8602.612 INF 8453.377 SleeperVolume 233, 42, -2315: Spawning 234, 42, -2312 (14, -145), group 'ZombieSpecialInfectedGroupGS200', class zombieWightFeral, count 2
    2024-07-10T00:27:36 8602.627 INF 8453.377 SleeperVolume 233, 41, -2344: Spawning 233, 42, -2334 (14, -146), group 'sleeperHordeStageGS225', class zombieYoFeral, count 2
    2024-07-10T00:27:37 8602.666 INF 8453.429 SleeperVolume 230, 42, -2346: None spawned, canSpawn True, respawnCnt 0
    2024-07-10T00:27:37 8602.748 INF 8453.504 SleeperVolume 233, 41, -2344: Spawning 236, 41, -2318 (14, -145), group 'ZombieDogGroup', class animalZombieDog, count 2
    2024-07-10T00:27:37 8602.840 INF 8453.604 SleeperVolume 233, 41, -2344: Spawning 240, 41, -2319 (15, -145), group 'sleeperHordeStageGS225', class zombieLumberjackFeral, count 5
    2024-07-10T00:27:37 8603.042 INF 8453.803 SleeperVolume 233, 41, -2344: Spawning 237, 41, -2321 (14, -146), group 'sleeperHordeStageGS225', class zombieSteve, count 5
    2024-07-10T00:27:37 8603.257 INF 8454.02 SleeperVolume 233, 41, -2344: Spawning 237, 41, -2328 (14, -146), group 'ZombieDogGroup', class animalZombieDog, count 5
    2024-07-10T00:27:37 8603.468 INF 8454.229 SleeperVolume 233, 41, -2344: Spawning 238, 41, -2319 (14, -145), group 'sleeperHordeStageGS225', class zombieBoeRadiated, count 5
    2024-07-10T00:27:40 8605.829 INF 8455.967 SleeperVolume 225, 57, -2347: Spawning 226, 57, -2345 (14, -147), group 'VultureGroup', class animalZombieVulture, count 9
    2024-07-10T00:27:41 8607.366 INF 8457.505 SleeperVolume 212, 42, -2345: Spawning 216, 42, -2342 (13, -147), group 'sleeperHordeStageGS225', class zombieBikerFeral, count 10
    2024-07-10T00:27:41 8607.501 INF 8457.631 SleeperVolume 212, 42, -2345: Spawning 215, 42, -2344 (13, -147), group 'sleeperHordeStageGS225', class zombieBoeRadiated, count 10
    2024-07-10T00:27:41 8607.591 INF 8457.73 SleeperVolume 212, 42, -2345: Spawning 220, 42, -2345 (13, -147), group 'sleeperHordeStageGS225', class zombieJoe, count 10
    2024-07-10T00:27:42 8607.691 INF 8457.829 SleeperVolume 212, 42, -2345: Spawning 214, 42, -2342 (13, -147), group 'sleeperHordeStageGS225', class zombieBikerFeral, count 10
    2024-07-10T00:27:43 8608.899 INF VehicleManager saving 5 (3 + 2)
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #2, id 195630, vehicleMotorcycle, (223.8, 51.7, 41.6), chunk 13, 2
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #3, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:27:43 8608.900 INF 163524 VehicleManager write #4, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:27:43 8608.901 INF VehicleManager saved 2034 bytes
    2024-07-10T00:27:44 8609.805 INF Time: 141.00m FPS: 14.92 Heap: 4169.2MB Max: 5073.9MB Chunks: 1964 CGO: 138 Ply: 8 Zom: 14 Ent: 32 (375) Items: 2 CO: 8 RSS: 4340.6MB
    2024-07-10T00:27:44 8610.029 INF 8460.163 SleeperVolume 203, 51, 37: Spawning 204, 51, 72 (12, 4), group 'sleeperHordeStageGS110', class zombieSoldier, count 14
    2024-07-10T00:27:44 8610.139 INF 8460.265 SleeperVolume 203, 51, 37: Spawning 204, 51, 45 (12, 2), group 'sleeperHordeStageGS110', class zombieSteve, count 14
    2024-07-10T00:27:45 8611.588 INF 8461.722 SleeperVolume 174, 51, 72: Spawning 183, 51, 74 (11, 4), group 'sleeperHordeStageGS110', class zombieJanitor, count 17
    2024-07-10T00:27:46 8611.685 INF 8461.82 SleeperVolume 174, 51, 72: Spawning 191, 51, 75 (11, 4), group 'sleeperHordeStageGS110', class zombieSteve, count 17
    2024-07-10T00:27:47 8613.345 INF [DECO] written 150078, in 41ms
    2024-07-10T00:27:47 8613.353 INF [DECO] write thread 8ms
    2024-07-10T00:27:48 8613.808 INF Dymesh: Update items to send for Fanta id: -1  recieved: 323
    2024-07-10T00:27:48 8613.817 INF Dymesh: Items to send: 0   Added: 32   chunks: 309
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:27:49 8615.335 INF Entity zombieJoe 195647 killed by Koerke 317
    2024-07-10T00:27:49 8615.335 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieJoe with AK-47-Maschinengewehr
    2024-07-10T00:27:55 8621.553 WRN Occlusion: RemoveEntity [type=EntityMotorcycle, name=vehicleMotorcycle, id=195630] missing
    2024-07-10T00:27:55 8621.553 INF 163763 VehicleManager RemoveTrackedVehicle [type=EntityMotorcycle, name=vehicleMotorcycle, id=195630], Killed
    2024-07-10T00:27:56 8621.665 INF Entity zombieBikerFeral 195645 killed by Koerke 317
    2024-07-10T00:27:56 8621.666 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBikerFeral with AK-47-Maschinengewehr
    2024-07-10T00:27:56 8622.404 INF Entity zombieBoeRadiated 195646 killed by Koerke 317
    2024-07-10T00:27:56 8622.404 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBoeRadiated with AK-47-Maschinengewehr
    2024-07-10T00:27:56 8622.404 INF partDataLinked: property: DismemberTag_L_LeftUpperLegGore prefabPath: Biker/Blade/LeftUpperLeg target: leftupleg damageTag blade
    2024-07-10T00:27:57 8622.754 INF Entity zombieBikerFeral 195648 killed by Koerke 317
    2024-07-10T00:27:57 8622.754 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBikerFeral with AK-47-Maschinengewehr
    2024-07-10T00:28:05 8631.550 INF VehicleManager saving 4 (2 + 2)
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #2, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:28:05 8631.550 INF 163960 VehicleManager write #3, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:28:05 8631.551 INF VehicleManager saved 1563 bytes
    2024-07-10T00:28:11 8637.641 INF 8487.778 SleeperVolume 165, 51, 33: Spawning 172, 51, 48 (10, 3), group 'sleeperHordeStageGS110', class zombieJanitor, count 14
    2024-07-10T00:28:12 8638.166 INF 8488.302 SleeperVolume 165, 51, 33: Spawning 172, 51, 43 (10, 2), group 'sleeperHordeStageGS110', class zombieSteve, count 15
    2024-07-10T00:28:14 8639.832 INF Time: 141.50m FPS: 19.79 Heap: 4198.2MB Max: 5073.9MB Chunks: 1964 CGO: 158 Ply: 8 Zom: 16 Ent: 35 (383) Items: 2 CO: 8 RSS: 4321.1MB
    2024-07-10T00:28:19 8645.259 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:28:25 8651.577 INF DroneManager saving 0 (0 + 0)
    2024-07-10T00:28:25 8651.579 INF DroneManager saved 9 bytes
    2024-07-10T00:28:27 8653.041 INF Entity animalZombieVulture 195644 killed by Koerke 317
    2024-07-10T00:28:27 8653.042 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie animalZombieVulture with AK-47-Maschinengewehr
    2024-07-10T00:28:27 8653.545 INF Entity zombieYoFeral 195637 killed by Koerke 317
    2024-07-10T00:28:27 8653.545 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieYoFeral with AK-47-Maschinengewehr
    2024-07-10T00:28:29 8654.704 INF Entity animalZombieDog 195642 killed by Koerke 317
    2024-07-10T00:28:29 8654.705 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed animal animalZombieDog with AK-47-Maschinengewehr
    2024-07-10T00:28:29 8655.246 INF animalZombieDog SpawnLimbGore prefab not found in resource. path: HeadGore
    2024-07-10T00:28:33 8659.447 INF Entity animalZombieDog 195639 killed by Koerke 317
    2024-07-10T00:28:33 8659.448 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed animal animalZombieDog with AK-47-Maschinengewehr
    2024-07-10T00:28:35 8661.663 INF 164551 Vehicle PostInit [type=EntityMotorcycle, name=vehicleMotorcycle, id=195657], (784.43, 39.62, 12.61) (chunk 49, 0), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:28:40 8666.120 INF Entity zombieSteve 195641 killed by Koerke 317
    2024-07-10T00:28:40 8666.120 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieSteve with AK-47-Maschinengewehr
    2024-07-10T00:28:41 8666.969 INF partDataLinked: property: DismemberTag_L_LeftUpperLegGore prefabPath: Yo/Blade/LeftUpperLeg target: leftupleg damageTag blade
    2024-07-10T00:28:41 8667.445 INF Entity zombieLumberjackFeral 195640 killed by Koerke 317
    2024-07-10T00:28:41 8667.445 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieLumberjackFeral with AK-47-Maschinengewehr
    2024-07-10T00:28:44 8669.855 INF Time: 142.00m FPS: 19.95 Heap: 4315.9MB Max: 5073.9MB Chunks: 1964 CGO: 158 Ply: 8 Zom: 11 Ent: 33 (385) Items: 2 CO: 8 RSS: 4333.2MB
    2024-07-10T00:28:45 8670.705 INF 164730 Vehicle PostInit [type=EntityMinibike, name=vehicleMinibike, id=195658], (-894.67, 35.14, -867.57) (chunk -56, -55), rbPos (0.00, 0.00, 0.00)
    2024-07-10T00:28:45 8671.640 INF VehicleManager saving 6 (4 + 2)
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #1, id 195549, vehicleMotorcycle, (-1781.9, 36.3, -1360.7), chunk -112, -86
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #2, id 195657, vehicleMotorcycle, (803.0, 34.9, -71.6), chunk 50, -5
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #3, id 195658, vehicleMinibike, (-894.5, 35.0, -867.6), chunk -56, -55
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #4, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:28:45 8671.640 INF 164749 VehicleManager write #5, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:28:45 8671.642 INF VehicleManager saved 2401 bytes
    2024-07-10T00:28:50 8676.501 INF Chat (from 'Steam_76561198085932886', entity id '17675', to 'Party'): 'ic3Eul3': willst direkt die nächste mit mir machen? dann warte ich
    2024-07-10T00:28:55 8681.367 INF 8531.508 SleeperVolume -823, 27, -874: Restoring -815, 29, -871 (-51, -55) 'animalZombieDog', count 11
    2024-07-10T00:28:56 8682.415 INF Chat (from 'Steam_76561197975494879', entity id '9064', to 'Party'): 'Bakufun': jo
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:04 8689.889 INF TurretTracker saving 0 (0 + 0)
    2024-07-10T00:29:04 8689.891 INF TurretTracker saved 9 bytes
    2024-07-10T00:29:04 8690.603 INF Entity zombieBoeRadiated 195643 killed by Koerke 317
    2024-07-10T00:29:04 8690.604 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieBoeRadiated with AK-47-Maschinengewehr
    2024-07-10T00:29:12 8698.538 INF 8548.679 SleeperVolume 176, 52, 64: Spawning 177, 52, 64 (11, 4), group 'zombieSoldierGroupGS100', class zombieMaleHazmat, count 10
    2024-07-10T00:29:12 8698.656 INF 8548.796 SleeperVolume 176, 52, 64: Spawning 183, 52, 65 (11, 4), group 'zombieSoldierGroupGS100', class zombieSoldier, count 10
    2024-07-10T00:29:14 8699.889 INF Time: 142.50m FPS: 19.65 Heap: 4217.7MB Max: 5073.9MB Chunks: 2047 CGO: 173 Ply: 8 Zom: 12 Ent: 33 (393) Items: 3 CO: 8 RSS: 4358.4MB
    2024-07-10T00:29:14 8700.108 INF 8550.247 SleeperVolume 238, 42, -2312: Spawning 239, 42, -2311 (14, -145), group 'zombieFatHawaiianFeral', class zombieFatHawaiianFeral, count 12
    2024-07-10T00:29:14 8700.112 INF 8550.247 SleeperVolume 237, 42, -2315: None spawned, canSpawn True, respawnCnt 0
    2024-07-10T00:29:14 8700.115 INF 8550.247 SleeperVolume 247, 42, -2312: Spawning 247, 42, -2312 (15, -145), group 'zombieFemaleFat', class zombieFemaleFat, count 12
    2024-07-10T00:29:14 8700.160 INF 8550.298 SleeperVolume 243, 42, -2311: Spawning 244, 42, -2311 (15, -145), group 'zombieFatHawaiian', class zombieFatHawaiian, count 12
    2024-07-10T00:29:14 8700.166 INF 8550.298 SleeperVolume 239, 42, -2314: Spawning 240, 42, -2314 (15, -145), group 'zombieMoe', class zombieMoe, count 12
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:16 8702.564 INF 8552.705 SleeperVolume -646, 35, -821: Restoring -639, 35, -801 (-40, -51) 'zombieBurntRadiated', count 16
    2024-07-10T00:29:17 8702.675 INF 8552.806 SleeperVolume -646, 35, -821: Restoring -627, 35, -801 (-40, -51) 'zombieBurnt', count 16
    2024-07-10T00:29:17 8702.767 INF 8552.905 SleeperVolume -646, 35, -821: Restoring -625, 35, -810 (-40, -51) 'zombieBurnt', count 16
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:17 8703.267 WRN Received NetPackageEntityRelPosAndRot with invalid entityId 195658 from EntityID=5760, PltfmId='Steam_76561197972366057', CrossId='EOS_00020630133947539d85477de42909df', OwnerID='Steam_76561197972366057', PlayerName='Asapor', ClientNumber='13'
    2024-07-10T00:29:18 8704.557 INF Entity zombieFemaleFat 195663 killed by Koerke 317
    2024-07-10T00:29:18 8704.558 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieFemaleFat with AK-47-Maschinengewehr
    2024-07-10T00:29:19 8705.441 INF 8555.58 SleeperVolume -667, 36, -811: Restoring -663, 36, -808 (-42, -51) 'zombiePartyGirl', count 18
    2024-07-10T00:29:19 8705.541 INF 8555.681 SleeperVolume -667, 36, -811: Restoring -662, 36, -810 (-42, -51) 'zombieLumberjack', count 18
    2024-07-10T00:29:20 8706.137 WRN Occlusion: RemoveEntity [type=EntityMotorcycle, name=vehicleMotorcycle, id=195549] missing
    2024-07-10T00:29:20 8706.137 INF 165411 VehicleManager RemoveTrackedVehicle [type=EntityMotorcycle, name=vehicleMotorcycle, id=195549], Killed
    2024-07-10T00:29:23 8709.232 INF Entity zombieFatHawaiian 195664 killed by Koerke 317
    2024-07-10T00:29:23 8709.232 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieFatHawaiian with AK-47-Maschinengewehr
    2024-07-10T00:29:23 8709.234 INF 8559.372 SleeperVolume -671, 35, -796: Restoring -666, 35, -775 (-42, -49) 'zombieUtilityWorker', count 19
    2024-07-10T00:29:23 8709.371 INF 8559.509 SleeperVolume -671, 35, -796: Restoring -665, 36, -784 (-42, -49) 'zombieUtilityWorker', count 19
    2024-07-10T00:29:25 8711.037 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:26 8711.868 INF Entity zombieMoe 195665 killed by Koerke 317
    2024-07-10T00:29:26 8711.868 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieMoe with AK-47-Maschinengewehr
    2024-07-10T00:29:29 8714.798 INF Entity zombieSteve 195653 killed
    2024-07-10T00:29:29 8714.802 INF Entity zombieJanitor 195652 killed
    2024-07-10T00:29:30 8716.126 INF VehicleManager saving 5 (3 + 2)
    2024-07-10T00:29:30 8716.127 INF 165605 VehicleManager write #0, id 192063, vehicleMotorcycle, (-454.0, 35.0, -942.0), chunk -29, -59
    2024-07-10T00:29:30 8716.127 INF 165605 VehicleManager write #1, id 195657, vehicleMotorcycle, (820.6, 35.0, -229.3), chunk 51, -15
    2024-07-10T00:29:30 8716.128 INF 165605 VehicleManager write #2, id 195658, vehicleMinibike, (-587.1, 34.9, -768.2), chunk -37, -49
    2024-07-10T00:29:30 8716.128 INF 165605 VehicleManager write #3, id 178570, vehicleBicycle, (938.6, 35.0, -541.2), chunk 58, -34
    2024-07-10T00:29:30 8716.128 INF 165605 VehicleManager write #4, id 138470, vehicleMinibike, (1728.8, 35.0, 2588.2), chunk 108, 161
    2024-07-10T00:29:30 8716.131 INF VehicleManager saved 1998 bytes
    2024-07-10T00:29:33 8719.201 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:33 8719.603 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:34 8720.003 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:34 8720.403 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    Setting linear velocity of a kinematic body is not supported.
    Setting linear velocity of a kinematic body is not supported.
    2024-07-10T00:29:35 8720.810 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:35 8720.906 INF Entity zombieFatHawaiianFeral 195662 killed by Koerke 317
    2024-07-10T00:29:35 8720.906 INF [CSMM_Patrons]entityKilled: Koerke (Steam_76561198145273061) killed zombie zombieFatHawaiianFeral with AK-47-Maschinengewehr
    2024-07-10T00:29:35 8721.211 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:35 8721.610 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:36 8722.011 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:36 8722.411 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:37 8722.809 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:37 8723.210 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:37 8723.609 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:38 8724.009 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:38 8724.410 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.331 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.339 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.501 INF 8575.144 SleeperVolume 174, 51, 48: Spawning 180, 51, 52 (11, 3), group 'zombieBurntGroupGS100', class zombieBurntRadiated, count 14
    2024-07-10T00:29:39 8725.507 INF 8575.144 SleeperVolume 179, 51, 55: Spawning 180, 51, 55 (11, 3), group 'zombieBurntFeral', class zombieBurntFeral, count 14
    2024-07-10T00:29:39 8725.587 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:39 8725.591 INF 8575.243 SleeperVolume 179, 51, 55: Spawning 180, 51, 57 (11, 3), group 'zombieBurntFeral', class zombieBurntFeral, count 14
    2024-07-10T00:29:40 8725.986 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:40 8725.991 INF 8575.644 SleeperVolume 192, 52, 52: Spawning 198, 52, 60 (12, 3), group 'zombieSoldierGroupGS100', class zombieMaleHazmat, count 17
    2024-07-10T00:29:40 8726.085 INF 8575.745 SleeperVolume 192, 52, 52: Spawning 199, 52, 54 (12, 3), group 'zombieSoldierGroupGS100', class zombieSoldier, count 17
    2024-07-10T00:29:40 8726.186 INF 8575.844 SleeperVolume 192, 52, 52: Spawning 197, 52, 53 (12, 3), group 'zombieSoldierGroupGS100', class zombieSoldier, count 17
    2024-07-10T00:29:40 8726.284 INF 8575.943 SleeperVolume 192, 52, 52: Spawning 198, 52, 59 (12, 3), group 'zombieSoldierGroupGS100', class zombieSoldier, count 17
    2024-07-10T00:29:40 8726.387 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:41 8726.787 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:41 8727.186 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:41 8727.586 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:42 8727.682 INF 8577.344 SleeperVolume 233, 42, -2315: Restoring 234, 42, -2312 (14, -145) 'zombieWightFeral', count 21
    2024-07-10T00:29:42 8727.987 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:42 8728.414 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:43 8728.813 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:43 8729.237 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:43 8729.592 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:44 8729.992 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:44 8730.412 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:44 8730.418 INF Time: 143.00m FPS: 16.91 Heap: 4234.7MB Max: 5073.9MB Chunks: 2047 CGO: 205 Ply: 8 Zom: 22 Ent: 47 (380) Items: 2 CO: 8 RSS: 4032.0MB
    2024-07-10T00:29:45 8730.807 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:45 8731.210 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:45 8731.609 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:46 8732.008 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:46 8732.408 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:47 8732.778 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:47 8733.177 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:47 8733.628 WRN SDCSUtils::Entities/Player/HairColorSwatches/09 orange not found for hair color 09 orange!
    2024-07-10T00:29:48 8733.896 INF [DECO] written 150078, in 43ms
    2024-07-10T00:29:48 8733.905 INF [DECO] write thread 8ms

     

     

    server manager gotta be CSMM (as there is multiple CSMM_Patrons messages in the log)

     

    Thanks for the information. I am wondering if CSMM is conflicting with the fix we put in for that. I can do a video in a little bit and post it here, but I literally can't force that delay that you have unless my network connection is akin to a terrible dial-up connection, which I have like a 95% chance of just disconnecting. 

    Link to comment
    Share on other sites

    Seems to be fixed, i cannot reproduce it anymore since b330

     

    must be related to the hotbar issue where the wrong vehicle spawns that also got fixed

    it now removes the vehicle immediately from my hotbar, even if it takes a second to spawn.

     

    thanks.

    Link to comment
    Share on other sites

    If this is still an issue pimps, I highly recommend a follow up check to an inventory change upon placement. Should likely be done for dropped items too. By this I mean, the server receives a netpacket from the client upon dropping an item or placing a vehicle. The server can queue the spawn until it receives the inventory change confirming they dropped the item. If they never receive the inventory net packet, then it doesnt spawn the item or vehicle. This helps prevent duping for both and prevents that annoying dupe players use at server shutdown/restart

    Link to comment
    Share on other sites



    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...