Jump to content
  • 0

How to disable this error message?


bykass1

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  12/30/16
  • Last Seen:  

image.png.d820c0457115ee71572c426a45844967.png


I find this in diff for NEMO.
But i dont know how to change in my hexed.. any help?



  //Step 4a - Find the annoying warning - 'too many vertex granny model!'
  offset = pe.stringVa("too many vertex granny model!");

  //Step 4b - Find its reference + the function call after
  if (offset !== -1)
    offset = pe.findCode(" 68" + offset.packToHex(4) + " E8");

  //Step 4c - NOP out the call
  if (offset !== -1)
    pe.replaceHex(offset + 5, " 90 90 90 90 90");

  return true;

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...