Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
mamaluigisbagel wrote:gotcha. One thing that's confused me is some mods I've made patches for, the player sprite disappears/becomes nothing, and I can't figure out why. I did notice it seems if the mod does have a custom player sprite, it still shows up though.
EDIT: I think I actually found the problem. If I'm correct, it's because I was trying to convert Decorate files into ZScript, instead of keeping them in decorate.
If you haven't done it make sure to edit line 3542 and 3543:
yep, I made sure to do that when I saw it, though I don't remember the sprites being so low on screen for the UT Style. Not a big issue though.
I tried to make a patch for an older version of D4T (I missed the deleted weapons) and everything works fine, but again despite setting it up right, bobbing refuses to work. I'm guessing this is because D4T has its own specific bobbing, though.
ok, I had a feeling it was something like that. Sorry if I'm asking too many questions btw, I'm a complete newbie to coding like this, but I still wanted to learn it so I can make patches like this
Provide link to the mod and I'll look into it in the next days.
Be warned I am extremely busy these days so do not expect a patch before 2 days from now
All of view bobbing is in CalcHeight()
All of weapon bobbing is in BobWeaponAuxiliary() and BobWeapon()
Make sure to copy both the virtuals and the necessary values listed near the top of the file.
Ivory Duke wrote:Provide link to the mod and I'll look into it in the next days.
Be warned I am extremely busy these days so do not expect a patch before 2 days from now
That's fine those no rush im college at the moment so im pretty slammed my self but here you go look forward to hearing back from you
I'm just a bit confused on the bobbing coding. Can I find the lines under the GZDooom pk3? Or is this located in the zmovement pk3? Love the mod BTW it's been a real game changer on just playing doom with modern controls and physics. Absolutely love it!
scrapmetalhead wrote:I'm just a bit confused on the bobbing coding. Can I find the lines under the GZDooom pk3? Or is this located in the zmovement pk3? Love the mod BTW it's been a real game changer on just playing doom with modern controls and physics. Absolutely love it!
All the code (except the menu) is in Zmovement.pk3/ZScript/ZMovePlayer.ZMV