Giter VIP home page Giter VIP logo

Comments (8)

UncleGus avatar UncleGus commented on August 24, 2024

Thanks Embeam and The Bean Buddha for finding this.

from onelife.

jasonrohrer avatar jasonrohrer commented on August 24, 2024

I don't think there is a decay time on any of the wounds, unless I'm missing something.

Also, I've done a ton of testing on this end, and wounds aren't getting dropped on the ground, in general, even if I shorten the death stagger through multiple wounds

There must be something else causing the wounds to get dropped on the ground.

I'm guessing that the normal medical procedures can be used to "clean up" the wound on the ground, right?

from onelife.

UncleGus avatar UncleGus commented on August 24, 2024

Sorry, I'll go back and try to get a repro. I was making an educated guess based on what I thought was how wounds were disposed of.

from onelife.

UncleGus avatar UncleGus commented on August 24, 2024

I have seen this happen again. What I noticed this time was that I clicked on a player to kill them, my player object moved towards them, they started moving just before I got there, then my player performed the "using" animation and the wound appeared on the ground space just vacated by the target player and the target player kept what they had in their hand.

Could it be something to do with the killLater stuff?

from onelife.

jasonrohrer avatar jasonrohrer commented on August 24, 2024

Oh, sounds like this has to do with how the server handles misses with a weapon.

It is possible that it leaves something on the ground (arrow, for example), but in this case, the wound is being left on the ground by accident. I will look into it.

from onelife.

jasonrohrer avatar jasonrohrer commented on August 24, 2024

This is on an un-modded server with the current live data?

I'm having trouble reproducing this on my end. When a murder attempt fails (knife miss), it looks like there's no wound left on the ground.

By the way, these commands are REALLY helpful on linux for testing:

// add 97ms latency to local loopback:
sudo tc qdisc add dev lo root netem delay 97ms

// clear extra latency
sudo tc qdisc del dev lo root netem

Adding 1000ms of latency makes it really easy to "miss" with the knife as someone walks by.

from onelife.

jasonrohrer avatar jasonrohrer commented on August 24, 2024

More testing, and the arrow is correctly left on the ground during a bow miss.

Tried it both when target person is carrying something and when not.

from onelife.

UncleGus avatar UncleGus commented on August 24, 2024

This was using modded data. I've since discovered that some transitions were set wrong. I think the wound was being treated as the embedded object, so when the player missed, it left the wound on the ground, or if it hit, the person didn't get the wound, but when they died, it was left in their grave.

from onelife.

Related Issues (20)

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.