Пікірлер
@DeceptiCoop
@DeceptiCoop 17 күн бұрын
I don’t know if I just missed it but make sure you’re on vertical split screen mode for this to work! Worked great after I copied your settings, good job!
@VovVictor
@VovVictor 21 күн бұрын
Maybe a stupid question, but its possible to do that on zombies mode?
@ignap
@ignap 21 күн бұрын
@@VovVictor yes you can :)
@leakmybowls
@leakmybowls 27 күн бұрын
aspect ratio means for example 1920x1080?
@ignap
@ignap 29 күн бұрын
i set my resolution in 1920x1080 and zoom level on 100%, then copied your numbers and it worked perfectly, thank you :)
@boogiedestroy731
@boogiedestroy731 Ай бұрын
This guy talks like Kevin De Bruyne 😂 Thanks for the vid!
@Ackk53
@Ackk53 Ай бұрын
fix here = its pytrhon code import os import win32gui import win32con import win32api def enum_windows_callback(hwnd, window_titles): if win32gui.IsWindowVisible(hwnd) and win32gui.GetWindowText(hwnd): window_titles.append((hwnd, win32gui.GetWindowText(hwnd))) def list_open_windows(): window_titles = [] win32gui.EnumWindows(enum_windows_callback, window_titles) return window_titles def get_screen_size(): screen_width = win32api.GetSystemMetrics(win32con.SM_CXSCREEN) screen_height = win32api.GetSystemMetrics(win32con.SM_CYSCREEN) return screen_width, screen_height def resize_and_move_window(hwnd, width, height, left, top): # Remove window borders and title bar style = win32gui.GetWindowLong(hwnd, win32con.GWL_STYLE) new_style = style & ~(win32con.WS_CAPTION | win32con.WS_THICKFRAME) win32gui.SetWindowLong(hwnd, win32con.GWL_STYLE, new_style) # Update the window to apply the new style and move it win32gui.SetWindowPos(hwnd, None, left, top, width, height, win32con.SWP_NOZORDER | win32con.SWP_FRAMECHANGED) print(f"Window resized to {width}x{height} and moved to ({left}, {top})") def select_window(): windows = list_open_windows() if not windows: print("No open windows found.") return None print("Select a window to resize:") for idx, (hwnd, title) in enumerate(windows): print(f"{idx + 1}. {title}") choice = int(input("Enter the number of the window you want to resize: ")) if 1 <= choice <= len(windows): return windows[choice - 1][0] else: print("Invalid choice. Please try again.") return select_window() def clear_console(): os.system('cls' if os.name == 'nt' else 'clear') def main_menu(hwnd): clear_console() # Clear the console after selecting the window # Preset center coordinates preset_center_x = 1920 # Replace with your desired x-coordinate for the center preset_center_y = 540 # Replace with your desired y-coordinate for the center print("Select an option to resize the window:") print("1. 1920x1080(Normal)") print("2. 3840x1085(Menu)") print("3. 3840x1340(SplitSrceen)") print("4. Custom size") print("5. Exit") choice = input("Enter your choice (1-6): ") if choice in {'1', '2', '3', '4'}: if choice == '1': width, height = 1920, 1080 elif choice == '2': width, height = 3840, 1085 elif choice == '3': width, height = 3840, 1340 elif choice == '5': width = int(input("Enter the width: ")) height = int(input("Enter the height: ")) left = preset_center_x - width // 2 top = preset_center_y - height // 2 resize_and_move_window(hwnd, width, height, left, top) elif choice == '6': print("Exiting...") return else: print("Invalid choice. Please try again.") # Loop back to the main menu main_menu(hwnd) if __name__ == "__main__": hwnd = select_window() if hwnd: main_menu(hwnd)
@English_Or_Spanish179
@English_Or_Spanish179 4 ай бұрын
Can we do that on xbox series s?
@TheGolden_A
@TheGolden_A 2 ай бұрын
I dont know, but I would guess no
@Vibes-qs2uy
@Vibes-qs2uy 5 ай бұрын
How you make your other screen pop up having individual player playing on each screen
@ismael4591
@ismael4591 4 ай бұрын
Vertical splitscreen in the graphic settings
@xxNiceLeaderxx
@xxNiceLeaderxx 8 ай бұрын
Can I play in full screen with this method?
@TheGolden_A
@TheGolden_A 8 ай бұрын
Well you can see at the end that its in fullscreen. Or maybe I dont understand your question.
@NotAnotherAltAcc
@NotAnotherAltAcc 3 ай бұрын
i have the same question, can we still play in 'full screen' mode instead of 'windowed' mode?
@xxNiceLeaderxx
@xxNiceLeaderxx 3 ай бұрын
@@NotAnotherAltAcc Nah only windowed as for custom resolution of 3840x1350.
@NotAnotherAltAcc
@NotAnotherAltAcc 3 ай бұрын
@xxNiceLeaderxx no worries thanks for quick reply
@salamaner10000
@salamaner10000 10 ай бұрын
Omg amazing bro
@TheGolden_A
@TheGolden_A 10 ай бұрын
Brüh <3 Im Schweiße meines Angesichts nur für Dich den Splitscreen gefixt
@salamaner10000
@salamaner10000 10 ай бұрын
@@TheGolden_A🎉
@salamaner10000
@salamaner10000 10 ай бұрын
@@TheGolden_A wait this is scam!
@TheGolden_A
@TheGolden_A 10 ай бұрын
Guys, if you have questions ask me! If you liked the Video LIKE THAT SHIT