Giter Club home page Giter Club logo

Comments (2)

CaptNGage avatar CaptNGage commented on June 26, 2024

An amendment to above. I've also noticed performance degradation overtime, as you play on maps with vehicles involved. Seems fine for the first few minutes but after awhile, especially on Onslaught. The framerate trickles down to low frames.

from utcomp.

zenakuten avatar zenakuten commented on June 26, 2024

This is the culprit of the performance degradation. It also causes the server to crash given enough time or players/bots entering vehicles. I believe it is ultimately a memory leak.

     function DriverEnteredVehicle(Vehicle V, Pawn P)
     {
        SpawnCollisionCopy(V);

        if( NextMutator != none )
            NextMutator.DriverEnteredVehicle(V, P);
     }

Shouldn't the copy be removed when the player exits the vehicle? What about when the vehicle dies?

I wasn't sure how to resolve it so I removed this function in my local version, with the caveat that NewNet features don't work on vehicles. You have to led your target like there was no ping compensation. That's OK though, vehicles are big and slow.

from utcomp.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.