[quote="lucasfart"]
Also, if you're reading this Zerted, whenever I try and use the example finder application, I get this error message in a "Java Virtual Machine Loader" popup:
[quote]Could not find the main class: Files. Program will exit.[/quote]
I have the correct version of java installed. Am running windows 7 ultimate 64 bit - I've tried as admin and in compatibility mode for XP SP3 with no changes.
EDIT: I'm trying TheWulfMan's technique of two icons, but I'm not sure how to manipulate the second one. In my extraweapons.hud, I've changed the reference from
[code]NameMesh("halogun", "com_inv_mesh")[/code]
to
[code] NameMesh("halogun", "pistol_reticule")[/code]
I then added the positioning info for "pistol_reticule" like so:
[code]
MeshInfo("pistol_reticule")
{
Position(-500.00000, -500.00000, -500.00000, "Viewport")
Rotation(0.804269, 90.747269, 359.999695)
Scale(0.260000, 0.260000, 0.260000)
}[/code]
, but it's still not working properly. The mesh shows up, but it's not in position, and the scaling doesn't make a difference.
Also, is there any way to specify a weapon in the eventenable line?
ie. Change [code]EventEnable("player1.weapon1.mesh")[/code]
to [code]EventEnable("player1.weapon1.halogun")[/code],
where "halogun" is the mesh name.[/quote]