Code Monkey home page Code Monkey logo

Comments (3)

GenZmeY avatar GenZmeY commented on August 15, 2024

SML doesn't change experience in any way, so it's very strange 😳

the only thing that comes to my mind right now is custom weapons / custom zeds. The game does not give experience if any of these are involved in the kill (but in this case there should be no experience at all, so it's not like what you are describing)

Try adding mutators one by one and see after which mutator the experience problem starts. So we can better understand where the problem begins

from kf2-safemutloader.

l3oncoder avatar l3oncoder commented on August 15, 2024

I have maxplayer mut and reinforced weapons, and the custom zeds for zes spawner

from kf2-safemutloader.

GenZmeY avatar GenZmeY commented on August 15, 2024

Well, that explains everything. This is not a bug.

Experience is given by the DistributeMoneyAndXP(...) function and there is a ValidateForXP(...) that checks if custom zeds and custom damage types are involved in the kill. If yes, experience is not given.
Experience will be awarded if you kill regular zeds with weapons with regular damage type.
(This is how it is implemented in the game, SML does not affect it)

The small experience values you're talking about probably came from damage assist on regular zeds or something like that

To gain experience in all cases, you will have to look for workarounds.

from kf2-safemutloader.

Related Issues (5)

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.