Map Icons...(like the command posts) How do I modify them?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
xwingguy

Map Icons...(like the command posts) How do I modify them?

Post by xwingguy »

when I open them with paintshop pro 7 I just get a white space because they are colorized by team. How can I make them visible in the image editor?
darthpingu

Post by darthpingu »

Is that possible?

Code: Select all


HoloImageGeometry	= "com_icon_alliance alliance"
HoloImageGeometry 	= "com_icon_imperial empire"
HoloImageGeometry 	= "com_icon_republic republic"
HoloImageGeometry 	= "com_icon_CIS CIS"
or maybe that's only the hologram coming up when they have it man to man?
Ofcourse.

Aha:
com_holo_controlzone:

[GameObjectClass]
ClassLabel = "hologram"

[Properties]
Color = "0 0 0"
NeutralColor = "255 255 255"
FriendlyColor = "30 220 30"
EnemyColor = "240 30 30"
LocalsColor = "240 220 30"

HoloType = "aligned"
//HoloImageGeometry = "com_icon_alliance"
HoloVisibleDistance = 200.0
HoloHeight = 3.5
HoloSize = 2.5
HoloBeamIntensity = 1.0
HoloLightIntensity = 1.0
HoloImageIntensity = 0.5
HoloFlareIntensity = 1.0
HoloLightRadius = 8.0
HoloRotateRate = 0.2
HoloPopRate = 0.01
HoloFlickerRate = 0.01
HoloFlickerAlphaMin = 0.4
HoloFlickerAlphaMax = 0.8
HoloFadeInTime = 2.0

So, no, you can't see them in PS :/.
No still that's not on the minimap :oops: .
Last edited by darthpingu on Sun Sep 03, 2006 1:32 pm, edited 1 time in total.
xwingguy

Post by xwingguy »

I mean modify their shape. and I mean MAP icons not TEAM icons
RC-1290

Post by RC-1290 »

I asked Maxloef, they are not colorized by team, they use alpha layers wich you must adjust

Greetings Rc-1290'Dreadnought'
archer01

Post by archer01 »

I only have PSP6 so the menus are probably different, but in my version it's just a matter of creating a selection in the shape you want then saving it as an alpha channel.

Just do a 'search' in PSP7's help file for "alpha channels".
xwingguy

Post by xwingguy »

Thanks archer01!
Post Reply