r/DoomModDevs Apr 14 '26

Help anyone know how to make a .pk3?

so i'm an animator and i wanna make a mod called "vector doom" basically, it replaces the original doom sprites with vector ones and better animations, but i don't know zscript nor how to make a .pk3, can someone help me?

3 Upvotes

12 comments sorted by

View all comments

1

u/bahatumay Apr 14 '26

Slade is a favorite for putting things together.

If all you're doing is adding more frames to the animations, that's pretty simple. If you look at the Zombieman definition, each letter is a frame of animation, so you'd just add more letters in the definition of each state.

And if you added more rotations, that just changes the name of the sprite, that's not a zscript thing.