tightninja
Member
Specifically, the mod I am working on is originally 2 player. I want to make it 4 player. However, placing P3 and P4 health bars is tough. By default it goes near the bottom of screen with have the graphics missing. The resolution is 256x224 but it is hard to calculate where to start and where to end.
I am curious if anyone has created a "mapping" chart of how OpenBOR handles HUD placement. Below is the current .txt file. Just trying to make sense of it all.
#-------Select screen positions
#p1smenu 63 224 500 500
p1smenu 0 224 500 500
#p2smenu 193 224 500 500
p2smenu 256 224 500 500
#-------lifebars & others
lbarsize 94 10 1 0 0 -300 -300 -9999 -9999 ##fourth number should prevent long bar?
mpbarsize 97 4 1 0 0 -300 -300 -9999 -9999 ##fourth number should prevent long bar?
p1life -999 -8
p1lifex 25 22 2
p1lifen 32 22 2
p1namej -10 -10 -10 -10 24 7
p1score -10 -10 -10 -10 84 22
p1mp 25 31
p1icon 1 8
e1life -999 -999
e1icon -999 -999
e1name -999 -999
p2life -157 -8
p2lifex 155 22 2
p2lifen 162 22 2
p2namej -10 -10 -10 -10 154 7
p2score -10 -10 -10 -10 215 22
p2mp 155 31
p2icon 131 8
e2life -999 -999
e2icon -999 -999
e2name -999 -999
#--------------------------
I am curious if anyone has created a "mapping" chart of how OpenBOR handles HUD placement. Below is the current .txt file. Just trying to make sense of it all.
#-------Select screen positions
#p1smenu 63 224 500 500
p1smenu 0 224 500 500
#p2smenu 193 224 500 500
p2smenu 256 224 500 500
#-------lifebars & others
lbarsize 94 10 1 0 0 -300 -300 -9999 -9999 ##fourth number should prevent long bar?
mpbarsize 97 4 1 0 0 -300 -300 -9999 -9999 ##fourth number should prevent long bar?
p1life -999 -8
p1lifex 25 22 2
p1lifen 32 22 2
p1namej -10 -10 -10 -10 24 7
p1score -10 -10 -10 -10 84 22
p1mp 25 31
p1icon 1 8
e1life -999 -999
e1icon -999 -999
e1name -999 -999
p2life -157 -8
p2lifex 155 22 2
p2lifen 162 22 2
p2namej -10 -10 -10 -10 154 7
p2score -10 -10 -10 -10 215 22
p2mp 155 31
p2icon 131 8
e2life -999 -999
e2icon -999 -999
e2name -999 -999
#--------------------------