Question about combination with Instagib mutator
bjb43 opened this issue · comments
Hi, first thanks a lot for your great work! It runs great, however, when I use the Instagib mutator, the shock rifle isn't properly placed as expected (your mod works fine without it though). Is this something you can reproduce?
I'm running the native linux client.
Thanks a lot!
PS: Funny behaviour: It seems with every map change (bot match, after one game finishes) the weapon moves further to the right/left/front (depending on the setting)... I can provide screenshots if required.
Thanks for the report! Respawning is actually a special case for weapon positioning, and I bet it's not quite catching whatever's going on in Instagib. I'll take a look! I'm overdue for a UT session anyway.
As for the funny behavior, that is an interesting bug :)
Thanks a lot for looking into this. Just to clarify on my side: Respawning within a match doesn't do anything funny, it is once a (bot) match (instant action) is finished and the next map has loaded, that one starts with a slightly more displaced shock rifle... and this goes on and on, thus after a few couple matches, the weapon is quite displaced. Very interesting behaviour...
So thanks a lot for taking a look!
I looked into this, but unfortunately couldn't reproduce either issue with Instagib rifles or displaced weapons after matches.
Are you per chance using an ultra-wide setup? I'm wondering if this gets amplified the wider you go. Also out of curiosity, how many matches did you go before you started noticing issues? Thanks!
I would like to add my experience to this thread. I experienced the same issue.
My setup is ultrawide (3840x1600). It takes me about 3-4 matches until I clearly see parts of the super shock rifle I'm not supposed to see and it looks very much off.
Nice, thanks for the input - I'll take a look!
Looks the same for me, however I'm only using a full HD setup (1920*1080); if it helps: I'm on Linux using openGL. Thanks a lot for investigating!!!
Thank you both for the screenshots & extra info - I found the issue and it should be resolved with v2.1.2. Let me know if you still have any issues!
Thanks so much, it is working now for me :)
This should now be properly fixed with v2.2.0 - it turns out this could also happen when exiting to menu.
The info used to prevent scaling your current weapon multiple times (since it has to edit "default" values to be consumed properly by weapon rendering code) is now properly carried over between levels as originally intended. 👍