Jump to content

Some spell files are not larger than 113


temnix

Recommended Posts

Posted

What is that measured in, bytes? Anyway, the original SPWI218.SPL (Ghoul Touch) throws off a SOURCE_SIZE > 0x113 check. It simply will not be patched if that size is required. Without that check, patching happens fine. There may be other SPLs like that down the list, but Ghoul Touch is the first one to buck Weidu. In the override folder the size of the file, without changes, only saved, is 250 bytes, but facts are facts. Any suggestions for a different "sanity check"?

Posted

Out of curiosity, where did you get the 0x113 from?  Looks like (looking in NI) the size of Ghoul Touch is 0xf9.

I usually check SOURCE_SIZE > 0x71, meaning it has an ability header; or I guess you could use > 0x99, suggesting it has an ability header with an effect in it.

Posted
17 minutes ago, subtledoctor said:

Out of curiosity, where did you get the 0x113 from?

0x71 = 113, so it's a misunderstanding of notation.

Posted
4 hours ago, CamDawg said:

0x71 = 113, so it's a misunderstanding of notation.

Out of curiosity, did you just happen to know that, or is this an issue/question that has cropped up in the past?

Posted
9 hours ago, Sam. said:

Out of curiosity, did you just happen to know that, or is this an issue/question that has cropped up in the past?

0x113 seemed like a really random number, so I guessed and did some mental arithmetic.

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   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...