Xonotic Forums
[SOLVED] Minstagib Alt Fire Repeating Problem - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Minstagib Alt Fire Repeating Problem (/showthread.php?tid=4767)



Minstagib Alt Fire Repeating Problem - ZxEfR - 02-12-2014

Whenever I play a local minstagib game the alt fire repeates automatically insanely fast and boosts me crazy high/fast. I've tried everything I can think of to stop it to no avail.

I have tried deleting my custom config.cfg file and starting the game with a new/default file and that didn't fix it. I'm guessing it's a bug in the game at this point?

I mostly play online, where the problem doesn't occur so it's not a huge deal but it'd be nice if I could get it fixed.

I'm running 0.7.0 on Linux Mint 16

Thanks


RE: Minstagib Alt Fire Repeating Problem - Mario - 02-12-2014

This shouldn't happen with a default balance AFAIK, the cvar needed to fix it would be g_balance_laser_primary_refire.


RE: Minstagib Alt Fire Repeating Problem - ZxEfR - 02-12-2014

g_balance_laser_primary_refire is at the default of 0.7

I changed it to several different numbers without any affect.

I changed g_balance_laser_primary_force to 0 to make sure I was able to affect some kind of change and it made it so it wouldn't lift me off the ground at all. So I know that works.


RE: Minstagib Alt Fire Repeating Problem - zykure - 02-13-2014

Can you try with another version of Xonotic, either 0.6 or autobuild (or maybe both)? Also, you already said hat you removed your config.cfg, but please rename your Xonotic folder to start with a completely fresh install, and see if the problem remains.

Do I understand this correctly that it only happens in local matches, but not on servers??


RE: Minstagib Alt Fire Repeating Problem - ZxEfR - 02-14-2014

Alright I finally had a chance to work on it a bit more. Sorry for the delay.

I have fixed the problem although still not quite sure what is causing it other than it has something to do with my config.cfg file.

I tried your suggestion zykure about starting fresh completely and the problem did not occur. I put my custom config.cfg file back in and it would start doing it again. I then tried just removing my config.cfg file and generating a fresh and it would still do it unless I restarted fresh all over again. I haven't had enough time to mess with it to try to narrow it down yet though not even sure I can.

So for now I'm just going to use a new custom config.cfg file with a fresh "install" and I should be good to go.

Thanks for your help fella's....now onto try to fix another strange problem I'm having where when I'm swinging on the grapple below any buildings it goes into super slow motion until I get real close to the bottom of the buildings where it resumes normal speed.

If I ever get the repeating problem narrowed down I'll add to the thread here what it was.


RE: Minstagib Alt Fire Repeating Problem - zykure - 02-14-2014

Okay nice, glad to hear it worked out! It will be interesting to see what the actual problem was in the end, I suspect some weird .pk3 or something Wink

About the grapple issue: no idea, sorry. I don't play with hook at all...


[Final Update] RE: Minstagib Alt Fire Repeating Problem - ZxEfR - 02-16-2014

zykure you were right!

It was a .pk3 named zzzoverkill-61158e4.pk3

I'm new-ish to Xonotic so I didn't know a .pk3 could do that...so now I do!

It was also the cause of my other slow motion problem when dangling with the grapple.

Thanks!!! Big Grin


RE: Minstagib Alt Fire Repeating Problem - Mr. Bougo - 02-17-2014

Heh. I wonder what's in there that caused the issue... Do you still have the file?


RE: Minstagib Alt Fire Repeating Problem - ZxEfR - 02-17-2014

Yes I do still have it. I was hoping someone who knows what they're doing would want to look at it.


.pk3   zzzoverkill-61158e4.pk3 (Size: 6.1 MB / Downloads: 2)


RE: Minstagib Alt Fire Repeating Problem - zykure - 02-17-2014

Haha wow, it was just a wild guess .. nice Big Grin

About the .pk3 in general: The way it works is that all .pk3 files in the Xonotic directory are read in, in alphabetical order. If contents are duplicated, only the last file will be used. That means that if a "later" archive contains a file which was read before, it will use only the last one. This opens the possibility to make modifications without touching any of the original .pk3 files - just put your changed file into a new .pk3 (or a "xyz.pk3dir" subdirectory), and the game will use the new file. That is, by the way, the reason why your pk3 begins with "zzz" =)


RE: Minstagib Alt Fire Repeating Problem - ZxEfR - 02-17-2014

Ah....great info...thank you!


RE: Minstagib Alt Fire Repeating Problem - Mr. Bougo - 02-17-2014

Ah, it contains replacements for balance configs. It's a funny idea to give them the same name. Or to even include any cfgs at all, actually.