Page 83 of 103

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Jul 25, 2018 2:49 am
by StroggVorbis
eharper256 wrote:Yes, I can see how to do it, I was wondering about what setups people use.
The jerkiness you experience is because Trailblazer's tilt is based on Nash's original QuakeTilt mod, which exhibits problems on newer versions of GZDoom. You can either enable "Smooth Mouse Movement" under Mouse options, but it causes input lag, or grab Nash's Tilt++ and load it alongside Trailblazer :) viewtopic.php?f=43&t=55413

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Jul 25, 2018 10:12 am
by KeksDose
The tilting script is not based off qtilt.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Jul 25, 2018 11:34 am
by StroggVorbis
My point still stands regardless. You need to disable Trailblazer's Tilt and use Tilt++ instead. Because the camera updates with only 35Hz when moving and turning at the same time.

Edit: @eharper Before I forget, if the stuttering happens only when firing weapons, then the cause is very likely related to the presence of SPF_INTERPOLATE. Should this be the case, you need to open Trailblazer in SLADE and manually remove every instance of this flag from every Pitch codepointer until an official fix rolls out.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Jul 25, 2018 1:10 pm
by KeksDose
Nope, and don't suggest silly workarounds like these. It won't be long before a proper solution is found. My script uses ChangeActorRoll which has interpolation. If what you claim is true, that's a bug with gzd, but nonetheless weird, given it supposedly works with Tilt++.

edit: You have to manually set the interpolation flag, so you can consider it fixed.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Sat Aug 25, 2018 3:43 pm
by a.dusty.taco
What version of Gzdoom does this use? LIke, Nothing seems to work.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Sun Aug 26, 2018 5:07 am
by eharper256
a.dusty.taco wrote:What version of Gzdoom does this use? LIke, Nothing seems to work.
Its still working absolutely fine for me on g3.4.1

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Sun Sep 30, 2018 1:55 pm
by thedeathrunner123
for some reason the jet pack hotkey doesn't work, but when i use it in my inventory it does the proper thing. Also, is there anyway that i can change ammo capacity for say something like the macheterang without modifing code or DECORATE? (like with a console command) EDIT: nvm i figured it out. i used sv_unlimited_pickup and spawned a bunch of machetes.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Sun Sep 30, 2018 5:38 pm
by eharper256
thedeathrunner123 wrote:for some reason the jet pack hotkey doesn't work, but when i use it in my inventory it does the proper thing. Also, is there anyway that i can change ammo capacity for say something like the macheterang without modifing code or DECORATE? (like with a console command) EDIT: nvm i figured it out. i used sv_unlimited_pickup and spawned a bunch of machetes.
There is. Open the pk3 with 7zip, go into \DECORATE\munnition.txt

The lines in there do it I believe. Might want to check around in case there are other mentions. I managed it myself a few months ago so I can't fully remember but its easy to do (I wanted more capacity for DEM shells since I love Chrome Justice; I also biased DEM shell drops slightly over standard Red Shells, since Sergeants give you plenty in most maps, and slightly tweaked scrap upgrade costs, some up, some down).

EDIT: Just saw you actually wanted console commands, oh well. The DECORATE is really easy and well commented here though.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Mon Oct 01, 2018 1:56 pm
by thedeathrunner123
thx, its no Problem. ill use that for other mods thou. as you can use that for many (with some different names but still similar.) any way to fix jet pack thou? i want to quick boost but dont want to have to keep selecting the jet pack.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Oct 31, 2018 2:23 pm
by Stock-Doom
Hey, I noticed something wrong with the FMG when upgraded: When you press Reload while you zooming, for a split second, you see the original magazine of the not-upgraded version, instead of the upgraded case.

It's really jarring.

The rest is P.E.R.F.E.C.T.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Oct 31, 2018 2:37 pm
by Stock-Doom
thedeathrunner123 wrote:thx, its no Problem. ill use that for other mods thou. as you can use that for many (with some different names but still similar.) any way to fix jet pack thou? i want to quick boost but dont want to have to keep selecting the jet pack.
Oh, it's simple to fix :

1. Open the pk3 file with Slade Editor.

2. Check the file "KEYCONF".

3. Replace the following :

alias +FlyingDumbass "use Jetpack"
alias FlyingDumbass "use Jetpack2"

with :

alias +FlyingDumbass "use Jetpack2"
alias FlyingDumbass "use Jetpack"


So, it's just inversing the order of the "Jetpack" entries. I hope all of this, is helpful for you and possibly PillowBlaster.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Oct 31, 2018 5:00 pm
by PillowBlaster
I'll look into that FMG issue. Also, the proper way to fix that bind is:

Code: Select all

alias +FlyingDumbass "use Jetpack"
alias -FlyingDumbass "use Jetpack2"
Else the bind will stop working in Hexen, instead. I did a typo like a dummy and removed that minus at some point and didn't notice. Will be fixed for next mini update which I keep delaying cause I have other stuff on my head right now~

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Oct 31, 2018 8:01 pm
by Stock-Doom
PillowBlaster wrote:I'll look into that FMG issue. Also, the proper way to fix that bind is:

Code: Select all

alias +FlyingDumbass "use Jetpack"
alias -FlyingDumbass "use Jetpack2"
Else the bind will stop working in Hexen, instead. I did a typo like a dummy and removed that minus at some point and didn't notice. Will be fixed for next mini update which I keep delaying cause I have other stuff on my head right now~
Oh, I forgot Hexen. Oh well.

By the way, after this lil' update you mentioned , I think this gameplay mod is going to be perfect. No mistakes, no features-heavy mess, no over-complicated mumbo-jumbo. Just a good ol' mod with modern features, cool-as-balls upgrades and the most beautiful sprites this side of Doom.

So, I'll be waiting.

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Thu Nov 01, 2018 7:43 pm
by Stock-Doom
Well, apparently, there's is another problem with the FMG : When you deselect while zooming, the sprites jump to the deselect, flash and jump to the same state before switching to another weapon.

It seems that this specific weapon have issues with Zoom states, which the Sidekick, who also have those, didn't have any problems with them, even when it's upgraded with both Blueprints and Junk upgrades.

Sorry to importunate you with these, I just want this mod to be perfect as possible before you gonna drop it(If you drop it someday).

Re: [Release] The Trailblazer - 1.4c, Slow yourself down

Posted: Wed Nov 14, 2018 10:04 pm
by NullWire
This happens when I use the berserk fists:
https://imgur.com/a/PqIWddM

The marine thing up there.