<- Previous Log Select Different Log Next Log ->  
Searching from 2025-08-21 00:00:00 to 2025-08-21 23:59:59.999999.
Query completed in 0.92 seconds
[2025-08-21 05:18:54] <armagetron-bridge> 02discord:vllis| does an insta happen when the front of a bike collides directly with the side of another bike
[2025-08-21 05:18:54] <armagetronbridge> 02discord:vllis| does an insta happen when the front of a bike collides directly with the side of another bike
[2025-08-21 05:18:58] <armagetron-bridge> 02discord:vllis| what are the conditions
[2025-08-21 05:18:58] <armagetronbridge> 02discord:vllis| what are the conditions
[2025-08-21 05:39:14] <armagetron-bridge> 06discord:syn| yeah so essentially these are both artefacts of the same thing
[2025-08-21 05:39:14] <armagetronbridge> 06discord:syn| yeah so essentially these are both artefacts of the same thing
[2025-08-21 05:39:28] <armagetron-bridge> 06discord:syn| the server is ultimately the authority, but due to latency it cant "authorise" immediately
[2025-08-21 05:39:28] <armagetronbridge> 06discord:syn| the server is ultimately the authority, but due to latency it cant "authorise" immediately
[2025-08-21 05:39:39] <armagetron-bridge> 06discord:syn| so the client lays down "predicted" walls ie where the client wants its own walls to be
[2025-08-21 05:39:39] <armagetronbridge> 06discord:syn| so the client lays down "predicted" walls ie where the client wants its own walls to be
[2025-08-21 05:40:00] <armagetron-bridge> 06discord:syn| then the server does maths on that validating position movement and then sends back the final wall
[2025-08-21 05:40:00] <armagetronbridge> 06discord:syn| then the server does maths on that validating position movement and then sends back the final wall
[2025-08-21 05:40:17] <armagetron-bridge> 06discord:syn| the final wall replaces the initial wall so you can imagine if there is some issue "gaps" would occur
[2025-08-21 05:40:17] <armagetronbridge> 06discord:syn| the final wall replaces the initial wall so you can imagine if there is some issue "gaps" would occur
[2025-08-21 05:41:58] <armagetron-bridge> 06discord:syn| and likewise with the insta bug if the authority decides you dont have enough rubber (again due to lag authority disagreements) then you will insta die
[2025-08-21 05:41:58] <armagetronbridge> 06discord:syn| and likewise with the insta bug if the authority decides you dont have enough rubber (again due to lag authority disagreements) then you will insta die
[2025-08-21 05:42:08] <armagetron-bridge> 06discord:syn| the specific code for this is at `bool gCycleMovement::TimestepCore` if you want to take a look
[2025-08-21 05:42:08] <armagetronbridge> 06discord:syn| the specific code for this is at `bool gCycleMovement::TimestepCore` if you want to take a look
[2025-08-21 05:44:10] <armagetron-bridge> 06discord:syn| I think that an insta is due to the line
[2025-08-21 05:44:10] <armagetronbridge> 06discord:syn| I think that an insta is due to the line
[2025-08-21 05:44:10] <armagetron-bridge> 06discord:syn| ```cpp
[2025-08-21 05:44:11] <armagetronbridge> 06discord:syn| ```cpp
[2025-08-21 05:44:12] <armagetron-bridge> 06discord:syn|    REAL runOutTime = lastTime + ( currentTime - lastTime ) * ratio;
[2025-08-21 05:44:12] <armagetronbridge> 06discord:syn|    REAL runOutTime = lastTime + ( currentTime - lastTime ) * ratio;
[2025-08-21 05:44:13] <armagetron-bridge> 06discord:syn| ```
[2025-08-21 05:44:13] <armagetronbridge> 06discord:syn| ```
[2025-08-21 05:44:14] <armagetron-bridge> 06discord:syn| There are likely sub frame precision issues
[2025-08-21 05:44:15] <armagetronbridge> 06discord:syn| There are likely sub frame precision issues
[2025-08-21 05:45:53] <armagetron-bridge> 06discord:syn| There are also specific nuances around lag credits (there is a system where you are offered more lag charity if you havent used it, to stop people using lag exploits)
[2025-08-21 05:45:53] <armagetronbridge> 06discord:syn| There are also specific nuances around lag credits (there is a system where you are offered more lag charity if you havent used it, to stop people using lag exploits)
[2025-08-21 06:26:36] --> delinquent has joined the channel
[2025-08-21 06:26:38] --> monr0e has joined the channel
[2025-08-21 11:12:46] <armagetron-bridge> 08discord:!╭˚.✦ Rx.Luigi ✦.˚╮!| life sucks
[2025-08-21 11:12:46] <armagetronbridge> 08discord:!╭˚.✦ Rx.Luigi ✦.˚╮!| life sucks
[2025-08-21 11:13:02] <armagetron-bridge> 08discord:!╭˚.✦ Rx.Luigi ✦.˚╮!| lost my home and job within a motnh
[2025-08-21 11:13:02] <armagetronbridge> 08discord:!╭˚.✦ Rx.Luigi ✦.˚╮!| lost my home and job within a motnh
[2025-08-21 11:16:32] <armagetron-bridge> 06discord:syn| im sorry man
[2025-08-21 11:16:32] <armagetronbridge> 06discord:syn| im sorry man
[2025-08-21 11:16:40] <armagetron-bridge> 06discord:syn| hope u find the goodness soon
[2025-08-21 11:16:40] <armagetronbridge> 06discord:syn| hope u find the goodness soon
[2025-08-21 14:40:02] --> delinquent_ has joined the channel
[2025-08-21 14:41:27] <-- monr0e has quit (Ping timeout: 256 seconds)
[2025-08-21 14:46:29] <-- delinquent has quit (Ping timeout: 480 seconds)
[2025-08-21 14:49:29] <-- delinquent_ has quit (Ping timeout: 480 seconds)
[2025-08-21 16:54:12] --> delinquent has joined the channel
[2025-08-21 16:58:55] --> delinquent_ has joined the channel
[2025-08-21 17:04:59] <-- delinquent has quit (Ping timeout: 480 seconds)
[2025-08-21 17:12:16] --> monr0e__ has joined the channel
[2025-08-21 17:18:30] <-- delinquent_ has quit (Ping timeout: 480 seconds)
[2025-08-21 17:21:57] --> monr0e has joined the channel
[2025-08-21 19:02:09] <-- monr0e__ has quit (Remote host closed the connection)
[2025-08-21 19:02:09] <-- monr0e has quit (Remote host closed the connection)
[2025-08-21 19:08:32] <armagetron-bridge> 08discord:!╭˚.✦ Rx.Luigi ✦.˚╮!| its alright man just life sucks i hope yall are doing good i miss the shit out of you guys... ill be back someday idk when but i will
[2025-08-21 19:08:32] <armagetronbridge> 08discord:!╭˚.✦ Rx.Luigi ✦.˚╮!| its alright man just life sucks i hope yall are doing good i miss the shit out of you guys... ill be back someday idk when but i will
[2025-08-21 19:31:29] <armagetron-bridge> 03discord:ninjapotato1080| ah fuck good luck man 🙁
[2025-08-21 19:31:29] <armagetronbridge> 03discord:ninjapotato1080| ah fuck good luck man 🙁

View entire month
DISCLAIMER: These logs of public chat may contain some content which may not be appropriate for all audiences. Use at your own risk.
Logs from 2006-2009 pulled from wrtlprnft
Format changes at: 2015-08-25, 2017-02-20, and 2020-03-23. Times (2015 and later) should be Eastern.


 
 
 ArmaNelgTron.tk
 © NelgTron 2014-2025. Made for . [About this site] [Credits]