I know that DECORATE is the main declaration to call out methods. I am quite certain that the codes will need sprite filenames (e.g. POSS) in the immediate folder.
- Code: Select all • Expand view
/*
Decorate Main Declaration
*/
/*
Monsters Method
*/
#include "sprites/monsters/spawn"
/*
Projectiles Method
*/
#include "sprites/projectiles/spawn_projectile"
I saw in some mods that it is possible to keep text files in the main directory and still have the sprites in folders. How is this done? Is it possible to have text files in a folder to use sprites in another folder? Do the differences of .wad and .pk3 change how directories work?
