Changes between Version 1 and Version 8 of Ticket #17


Ignore:
Timestamp:
03/18/10 11:09:06 (16 years ago)
Author:
MrWabbit
Comment:

these are the suggested code changes for this workaround:

for lessHUD (ca line 2879):

// fpTargetOvalColor =
//         BlendImage(
//            ImportImageFromFile("mods/CortUI/media/cortui_fp1_target_oval_color.png", true),
//            hudBlendMode
//    );

fpTargetOvalColor =
	BlendImage(
		GaugeImageRect(
			JustifyBottom,
			ImportImageFromFile("mods/CortUI/media/cortui_fp1_target_oval_color.png", true),
			Rect(0, 0, 164, 67),
			true,
			1
		),
		hudBlendMode
	);

for JelloShot? (ca line 1972):

//fp2TargetOvalColor = BlendImage(
//	ImportImageFromFile("mods/CortUI/media/cortui_fp2_target_oval_color.png", true),
//	hudBlendMode
//);

fp2TargetOvalColor =
	BlendImage(
		GaugeImageRect(
			JustifyBottom,
			ImportImageFromFile("mods/CortUI/media/cortui_fp2_target_oval_color.png", true),
			Rect(0, 0, 256, 256),
			true,
			1
		),
		hudBlendMode
	);

before:

http://opiumvoorhetvolk.dyndns.org/stuff/misc/BW/JelloShot_Before.png http://opiumvoorhetvolk.dyndns.org/stuff/misc/BW/lessHud_before.png

after: jelloshot: http://opiumvoorhetvolk.dyndns.org/stuff/misc/BW/jelloshot_after.png Lesshud out of range: http://opiumvoorhetvolk.dyndns.org/stuff/misc/BW/lessHud_after.png Lesshud Inrange: http://opiumvoorhetvolk.dyndns.org/stuff/misc/BW/lessHUD_after_inrange.png

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17

    • Property Status changed from new to closed
    • Property Owner changed from FlingPu to Henrik Heimbuerger
    • Property Version changed from dev to 1.76
    • Property Milestone changed from to 1.77
    • Property Resolution changed from to worksforme
  • Ticket #17 – Description

    v1 v8  
    11From the [http://www.freeallegiance.org/forums/index.php?autocom=blog&blogid=10&showentry=407 CortUI 1.75 release notes]:
    22> [HudJelloShot JelloShot] has issues with transparency. I'll look into it.
     3