zhyrohaad / AlasiyaEvE

Public repo for bug tracking the private Alasiya-EvE codebase
2 stars 0 forks source link

When undocking, I suddenly loose all my cap #142

Open ryllae opened 3 years ago

ryllae commented 3 years ago

many times when undocking, I will discover that I loose all my cap instantly. I haven't found a pattern yet.

I've also been able to undock and be at ~66% shields, even with no modules in the ship? Worked fine after I docked again.

zhyrohaad commented 3 years ago

there was an Init() error in previous code i thought i fixed. will revisit it and see whats up.

zhyrohaad commented 3 years ago

i havent been able to repro this. still trying

zhyrohaad commented 3 years ago

still havent been able to reproduce this. ingame/RP for dock mechanics....... ship docks, plugs into station power to recharge cap and shields. this takes (ingame time) about 10 seconds, which just happens to be the length of the session timer. if you undock before timer is up, you will exit station with the cap and shield values you docked with. then, the undock calls effects, which modifies your cap and shield, which may be why you're values drop. my reasoning, anyway.