Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Update: ZioMcCall's Brutal Wolfenstein v6.5 (p1) #4

Merged
merged 2 commits into from
Jan 22, 2023

Conversation

Shockwave508
Copy link
Collaborator

Added checks for Walther P8 (single and akimbo), FG42, and Teslagewehr 1942.

Note 1: Couldn't figure out how to get the dual-wield ammo frame to render. -Shockwave508
Note 2: Custom weapon icons still need to be made for certain weapons.

Added checks for Walther P8 (single and akimbo), FG42, and Teslagewehr 1942.

Note 1: Couldn't figure out how to get the dual-wield ammo frame to render. -Shockwave508
Note 2: Custom weapon icons still need to be made for certain weapons.
Copy link
Owner

@FelesNoctis FelesNoctis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note 1: Lines 3557-3565, replace current code with:

				IsSelected "DoubleLuger", "MP40Akimbo"
				{ DrawImage "HXAMMODE", -134, -33; }
				else IsSelected "WaltherAkimbo"
				{ DrawImage "HXAMMODE", -134, -33; }
				else
				{
					DrawImage "HXAMMO", -134, -33;
					DrawBar "HXAMCLOK", "HXAMCLNO", ammo2, vertical, interpolate(64), -130, -29;
					DrawString HXGENERALFONTM, untranslated, "AMMO", -90, -12, 0;
				}

That should just be an order of operations correction to get the right panel to show up.

@Shockwave508
Copy link
Collaborator Author

Changes have been made, as requested.

@FelesNoctis FelesNoctis merged commit b409e56 into FelesNoctis:main Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants