Many of you probably doesn't know me as I have never worked on projects for ZDoom. (some of you have however probably played aminesii.wad, fbdemo.wad or fbdemo2.wad plus various 32in24 or speedmapping maps by me. I guess some of you have seen me on Doomworld too).
But I have stepped into it because I wanted to make a mod. A powerslave / Exhumed mod. I have added this as a basic thread for me to ask questions in about my switch to the dark force.

Here is a youtube video of the game. It is BUILD engine. I haven't really gone far with it, but my questions show that.
----------------------
I will start off with a few questions (or rather many

1) I wanted to make a zipped folder as it would make editing easier, but my sprites in-game shows up with a solid background color instead of transparentency. When I tried to edit the .PK3 with SlumpED (for alignment of the sprite, etc...) it fucked up and showed a blue background color. What format should I save the sprites in? (I used .PNG)
2) I am trying to do a custom status bar.

(I probably also need a new custom palette)
As you can see I have got it working kinda. However I need to define some variables. In the original game it had a health and mana bar. Plus it also had lungs for underwater so when you were underwater you would die if they got full. It also feature an ammo bar with rotating numbers. In the middle it had a compass that showed the angle the player was turned. Finally it also had 4 slots for the 4 keys in the game (Earth, time, power and war keys)
I guess this divides into several questions under question 2
2a) How would I get health and mana bar working. From what I could see about SBARINFO, I could use some kind of same bar like hexen featured. But I am not sure what to do with it. The liquier in both bars is animated btw, is it possible to make it do that in Zdoom?
2b) The lungs. They are also animated (so I guess the same from before goes here too) However they become full underwater (I have read a bit about transfer_heights, but I am a zdoom noob so I haven't really played around with that yet). What function would I use to switch the graphics for this underwater plus the function for drowning?
2C) Ammo bar: This graphic should get changed based on player's amount of ammo, but I am not sure what to do. Is there a function for this?
2D) Compass: I tried to search for this one on the forums (yesterday I think), but I didn't really find anything I could use. If I missed something, please link me.
I found this one, but I couldn't really understand it.
http://forum.zdoom.org/viewtopic.php?f= ... ss#p316867
2E) The keys. I guess I should use something like Doom's keys on the status bar. But I would still need to understand how the variable for keys on status bar work.
Okay, I guess these were the questions for now. I will put questions in this thread because it would easier than posting 100 of threads. (to prevent too much garbage on the forums)
Thanks for your help.
(I hope it is not a fault I am asking these questions, I am just a zdoom noob
