For anyone who doesn't know what MacOS Metal is, here's the Apple docs for it: https://developer.apple.com/metal/
Account Details | |
---|---|
SteamID64 | 76561198373446470 |
SteamID3 | [U:1:413180742] |
SteamID32 | STEAM_0:0:206590371 |
Country | New Zealand |
Signed Up | July 12, 2018 |
Last Posted | August 2, 2019 at 3:41 AM |
Posts | 5 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | ~3 |
Windows Sensitivity | |
Raw Input | 1 |
DPI |
220 |
Resolution |
2880:1800 |
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | Logitech MX Master 2S |
Keyboard | 3rd Generation Butterfly Keyboard (Apple) |
Mousepad | None |
Headphones | Sound BlasterX H3 |
Monitor | MacBook Pro 15" LED display |
As a random developer who plays TF2, I was wondering if it is possible for me to make a mod for TF2 to make the game run or at least utilise some of the performance advantages Metal gives for MacOS Mojave.
I have no idea how TF2 mods work but I know that the mods load during the game's initial startup, so logically the mod should be able to modify how to the game is run in some way.
I highly doubt my idea is possible but I'd like to hear some other people's opinion on it first before just forgetting about the idea.
Also please don't reply with "Get a PC". It's not funny.
Can I get my name changed to just "LeoDoesThings"? Thanks.
How can I move the casual rank panel more to the right so it doesn't look like this: (shown on top-left)
https://user-images.githubusercontent.com/38830741/41804733-be18034e-76ef-11e8-9b7a-034ff6909086.png
In 'MainMenuOverride.res' I can see "RankPanel" and "RankModelPanel" but I don't know which one to change.
I can paste the code for that I have here for absolutely no reason at all:
"RankPanel"
{
"ControlName" "CPvPRankPanel"
"fieldName" "RankPanel"
"xpos" "c-730"
"ypos" "60"
"zpos" "-1"
"wide" "500"
"tall" "100"
"visible" "0"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"matchgroup" "MatchGroup_Casual_12v12"
"show_model" "0"
"show_type" "1"
}
and here is RankModelPanel:
"RankModelPanel"
{
"ControlName" "CPvPRankPanel"
"fieldName" "RankModelPanel"
"xpos" "cs-0.5-285"
"ypos" "cs-0.5-173"
"zpos" "-7"
"wide" "500"
"tall" "1000"
"visible" "0"
"proportionaltoparent" "1"
"mouseinputenabled" "1"
"matchgroup" "MatchGroup_Casual_12v12"
"show_progress" "0"
}
Hi watterson,
I would like to help you in your HUD creation for bwHUD by creating a version that supports 16:10 screen resolutions. I have already started this privately by myself fixing icons and items that are out of place or cut off.
But since it is not my HUD that I am editing I don't know too much of how you have made it since it is sometimes different to how the guides I have seen describe how to edit HUDs.
I would really like some help in this. If you don't want to help me and don't want me to release it publicly, please tell me ASAP.
-Leo