This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Removing Menu Options in WoW  (Read 1868 times)

Rezolute

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
[QUESTION] Removing Menu Options in WoW
« on: December 10, 2013, 07:39:48 pm »
Hello everyone,

I just ran across these forums today and hope to be a descent member and take what I learn and give back. :)


First things first I just started using Noggit / WarcraftStudios to edit WoW. But one of my projects I'm working on for learning purposes is I'd like to remove the Dungeon Finder icon on your WoW Menu options completely from the list, then remove the Convert to Raid option and many more options from said Menus.

If anyone has any insite on this It would be much appreciated and if I come across anything I will glady share it!

Thank you again!
« Last Edit: December 10, 2013, 09:01:20 pm by Admin »

Rezolute

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] Disabling Menu Options in WoW
« Reply #1 on: December 10, 2013, 08:38:45 pm »
Please note this might need to be moved to client side moding. Because I can disable and remove the systems from the core itself and disable them server side but I'm wanting to physically remove the options from in game. My plan is to make a WoW Single Player project with Co-Op a maximum of 5 player connections to the Server at a time. I have been doing blizzlike reversing and repairs to ascent emu and mangos (including branches) since about 08 but I want to extend my knowledge and learn the latter of the client side and actually mod the game like I did with Skyrim.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

iindigo

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 198
    • View Profile
Re: [QUESTION] Removing Menu Options in WoW
« Reply #2 on: December 10, 2013, 10:03:40 pm »
Yes, this would be client-side. All the UI elements you see in the client are written in XML and Lua, the same stuff you'd use to create an addon… essentially, the default UI is a standard set of addons.

You might need a WoW binary with integrity checking disabled, I'm not sure.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rezolute

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] Removing Menu Options in WoW
« Reply #3 on: December 11, 2013, 02:59:56 am »
This might be going out on a limb but did 2.4.3 require this check. I did a check with Olly and didn't see any GlueXML references.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

iindigo

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 198
    • View Profile
Re: [QUESTION] Removing Menu Options in WoW
« Reply #4 on: December 11, 2013, 03:57:26 am »
Quote from: "Rezolute"
This might be going out on a limb but did 2.4.3 require this check. I did a check with Olly and didn't see any GlueXML references.

I can't tell you for sure, I mainly work with 1.12 and 3.3.5. In my limited experience, though, 2.4.3 was the most strict of the three in regards to modding.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rezolute

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] Removing Menu Options in WoW
« Reply #5 on: December 11, 2013, 04:16:57 am »
I removed the check. I figured it out its just a bit diff then other clients last one I played with patching the wow.exe was 3.3.5. I'll share a patched 2.4.3 exe tomorrow afternoon I must sleep now.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

deep6ixed

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [QUESTION] Removing Menu Options in WoW
« Reply #6 on: December 11, 2013, 04:52:33 pm »
There's a constant.lua file in the frameXML folder, and if memory serves me right there is a setting for minimum  level to show the LFD option, just set that to > max level...

If my.memory still is good.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Rezolute

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] Removing Menu Options in WoW
« Reply #7 on: December 12, 2013, 03:58:16 am »
Might it be more a server side initiation? Because I checked the constant.lua and there wasn't anything regarding LFG so I actually found the LFGFrame.lua and LFGFrame.XML file but it just pulls "" as the level so I didn't see that as defining.

Patched WoW 2.4.3 client:

ht tps://w ww. virustotal. com/en/file/6197053d8fcca0aaa89ffb2412a50b799a2921ddeed6f149ba17f2ea58dc335a/analysis/1386816816/

h ttp ://filebeam. c om/6ad37866cd04a90bd0b6511cd2e25503


Take the dang spaces out for the download.. I'm "not allowed" to post links..
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

deep6ixed

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [QUESTION] Removing Menu Options in WoW
« Reply #8 on: December 12, 2013, 06:19:10 am »
The LFD menu option level check is line 131 in constants.lua in the FrameXML folder, Show_LFD_level.  But that's from a 3.3.5 client, I'm not sure about anything 2.4.3
« Last Edit: January 01, 1970, 01:00:00 am by Admin »