MrAlaux / Nugget-Doom

Nugget Doom is a fork of Woof! with additional features.
GNU General Public License v2.0
60 stars 3 forks source link

fast air movement when noclipping #76

Closed kitchen-ace closed 10 months ago

kitchen-ace commented 10 months ago

I noticed you have inherited the bug that Crispy had for a long time until quite recently, where you get fast movement while in the air when noclipping. Here was the fix in Crispy if you want it:

https://github.com/fabiangreffrath/crispy-doom/pull/1086

MrAlaux commented 10 months ago

I heard about it being a bug and getting a fix, but kept it as is intentionally. I guess it's better to fix it, though.

kitchen-ace commented 10 months ago

I feel like a better solution might be to give the player a universal speed-boost when noclipping, maybe that can be set as an option. As long as you're aware of it though, it's up to you. It's certainly not critical.

MrAlaux commented 10 months ago

I feel like a better solution might be to give the player a universal speed-boost when noclipping, maybe that can be set as an option.

Well, we already have a cheat that's literally in-game -turbo, we could just use that instead. What do you think?

kitchen-ace commented 10 months ago

Oh yeah, not familiar with all the Nugget cheats yet. Yeah that seems like it should do the trick, especially if you were able to bind it to a key like you can with noclip.

MrAlaux commented 10 months ago

None of Nugget's new cheats can be bound to a key, and even then, the Turbo cheat requires numeric input (just like the equivalent command-line parameter).

kitchen-ace commented 10 months ago

None of Nugget's new cheats can be bound to a key

Hm, maybe they should be bindable? The ones that don't need extra input anyhow.

In any case, I really don't feel strongly about the noclip speed boost one way or another, as long as you're aware of it whatever you choose to do or not do about it is fine with me.

MrAlaux commented 10 months ago

Thanks for sharing Crispy's fix! That made it much easier.