I have been slowly teaching myself to read doom code by making a bunch of edits to the brutal doom code and one problem keeps coming up. That problem is when something is referenced and I have no idea where to look for it. Now when that something is built into zdoom I can just look it up on the zdoom wiki but then other times it something within the mode itself but in another file. Is there any way in slade or some other editor to find the code for the thing being referenced? For example I was looking at the code in the brutal doom starter back map set and found the code for the first boss’s attack (ACTOR BossBelphAttack: BaronBall) the damage type is listed as HKFT. HKFT is not in the zdoom wiki so it must be something defined in the wad itself but how to I go about looking for it without having to ask the forums every time I see something I want to edit.
Question
brakenwagen
I have been slowly teaching myself to read doom code by making a bunch of edits to the brutal doom code and one problem keeps coming up. That problem is when something is referenced and I have no idea where to look for it. Now when that something is built into zdoom I can just look it up on the zdoom wiki but then other times it something within the mode itself but in another file. Is there any way in slade or some other editor to find the code for the thing being referenced? For example I was looking at the code in the brutal doom starter back map set and found the code for the first boss’s attack (ACTOR BossBelphAttack: BaronBall) the damage type is listed as HKFT. HKFT is not in the zdoom wiki so it must be something defined in the wad itself but how to I go about looking for it without having to ask the forums every time I see something I want to edit.
Share this post
Link to post
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.