Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[console] how can I turn off external console window

Featured Replies

Опубликовано:
  • Автор

menu_sp_image.iwi

 

find iwi2dds

convert it to dds

install ps

install nvidia ps plugin dds

open it with ps

when saving, use dxt1 and no mipmaps (else you will have extra line like me :) )

find dds2iwi

use it

put file to m2demo/images

name must be menu_sp_image.iwi

ps: ps=photoshop

Опубликовано:
Got it thanks :)

 

//Comment out like a boss programmer

 

123797702-4.jpg

 

Do you mind telling me what section you found it at? I try ctrl shift f and get nothing. :(

PatchMW2.cpp around line 170... also make sure the "Look in:" in the find window says Entire Solution and not Current Document.

Опубликовано:

Do you mind telling me what section you found it at? I try ctrl shift f and get nothing. :(

PatchMW2.cpp around line 170... also make sure the "Look in:" in the find window says Entire Solution and not Current Document.

 

oh damn. thanks lol :)

Опубликовано:
  • Автор

Made new fix for this, if you only remove that line you wont be able to start dedi properly (stuck at splash)

 

add the line memset((void*)0x60BB58, 0x90, 11); between PatchMW2_Dedicated(); and nativeConsole = !nativeConsole; in PatchMW2.cpp

 

if (GAME_FLAG(GAME_FLAG_DEDICATED))
{
	PatchMW2_Dedicated();
	memset((void*)0x60BB58, 0x90, 11);
	nativeConsole = !nativeConsole;
}
else
{
	PatchMW2_Client();
	PatchMW2_ClientConsole();
	PatchMW2_NoBorder();
	PatchMW2_RemoteConsoleClient();
	PatchMW2_Loadscreens();
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.