OldSchoolHack

Registrieren / Anmelden Deutsch

Benutzersuche: Pokoloko

Such-Informationen
Pokoloko
Themen im Forum
Thema Forum Letzter Beitrag Beiträge Zugriffe
icon

Go to first new post Part of the menu disappears... Erstellt am: Mo 19. Mai 2014, 00:05

Pokoloko

preview Vorschau

Go To Post

Like title says, when game start everything is ok until i move my mouse to some game buttons ( like open inventory ) or other parts of GUI.

Look: Um Links zu sehen, musst du dich registrieren

Lib version: latest from svn
Game(x86) directX version: 9
Game engine: Unreal
System: Win 7 professional x64
Hooked functions(proxy dll): EndScene, Constructor
TEXT Code:
  1. HRESULT myIDirect3DDevice9::EndScene(void)
  2. {
  3. OSHGui::Application::Instance()->GetRenderer()->Begin();
  4. OSHGui::Application::Instance()->GetRenderer()->SetRenderRectangle(OSHGui::Drawing::Rectangle(0, 0, 700, 700));
  5. OSHGui::Application::Instance()->Render();
  6. OSHGui::Application::Instance()->GetRenderer()->End();
  7. return(m_pIDirect3DDevice9->EndScene());
  8. }
TEXT Code:
  1. OSHGui::Application::Instance()->Create(new OSHGui::Drawing::RendererDX9(pOriginal));
  2. OSHGui::Application::Instance()->Run(std::shared_ptr<OSHGui::Form>(new MainForm()));
  3. OSHGui::Application::Instance()->SetCursorEnabled(false);
  4. OSHGui::Application::Instance()->Enable();


Problem 2:
Game sometimes destroys whole DirectX device and creates it again. As i can see there isn't any metod to "recreate" whole menu, can you add it?
Bugtracker

Do 22. Mai 2014, 20:59

von Pokoloko Go to last post
14 1228
icon

Go to first new post Part of the menu disappears... Erstellt am: Mo 19. Mai 2014, 00:05

Pokoloko

preview Vorschau

Go To Post

Lineage II
Bugtracker

Do 22. Mai 2014, 20:59

von Pokoloko Go to last post
14 1228
icon

Go to first new post Part of the menu disappears... Erstellt am: Mo 19. Mai 2014, 00:05

Pokoloko

preview Vorschau

Go To Post

yes, but no changes, menu disappears.
to make it work i made temp solution (and yes, without this code textures skill disappears, also sometimes alpha(color) is disabled ):

TEXT Code:
  1. Application* Application::Instance(bool new_)
  2. {
  3. if(new_)
  4. {
  5. delete instance;
  6. instance = nullptr;
  7. }
  8. if(instance == nullptr)
  9. instance = new Application();
  10. return instance;
  11. }
Bugtracker

Do 22. Mai 2014, 20:59

von Pokoloko Go to last post
14 1228
icon

Go to first new post Part of the menu disappears... Erstellt am: Mo 19. Mai 2014, 00:05

Pokoloko

preview Vorschau

Go To Post

yes, it works for latest version, but for example for oldest one(yes ppl still playing on old versions) menu just disaperars after minimizing a client (but this red thing on top left is still visible)

also it disaperas after "game reload(delete old device and create new on)"
Bugtracker

Do 22. Mai 2014, 20:59

von Pokoloko Go to last post
14 1228
icon

Go to first new post Part of the menu disappears... Erstellt am: Mo 19. Mai 2014, 00:05

Pokoloko

preview Vorschau

Go To Post

for example this version: http://www.ivory-tower.de/Files/Clients/Lineage2_HighFive.7z
you need also a patch http://tinyurl.com/lv286jb
(unpack patch into game folder, load your dll and try again)
Bugtracker

Do 22. Mai 2014, 20:59

von Pokoloko Go to last post
14 1228
Downloads
Es wurden keine entsprechenden Downloads gefunden.