OpenArena Message Boards

OpenArena Contributions => Maps => Topic started by: Czestmyr on July 03, 2007, 11:14:59 AM



Title: Item health small not showing up - SOLVED
Post by: Czestmyr on July 03, 2007, 11:14:59 AM
Hi

I'm making the finishing touches on my CTF map czest3ctf, but I can't get item_health_small to work. They just don't show up in the game. I remember having to solve this problem way back in the Monastery map, but I ended up with no small healths at all. So does anyone know how to workaround this problem, so that I can finish the map?

Thanks.


Title: Re: Item health small not showing up
Post by: sago007 on July 03, 2007, 12:09:53 PM
My problem with small health (and the reason I didn't use them in the beginning) was the classname, as standard being 'item_small_health (0 1 0'

If that is the problem, try this:
Mark the item_small_health
Press 'n' to get to 'Entities'
replace the class name with 'item_small_health' without the '(0 1 0' in the end

I don't know why... the correct item_small_health started to appear in my Radiant at some point.


Title: Re: Item health small not showing up
Post by: Czestmyr on July 03, 2007, 12:24:25 PM
2 sago007: Oh, thanks. I'll try that.

Edit: Yes, it worked. Thanks again. I am curious, where that "item_health_small (0 1 0" came from...