Jump to content

Mac to Windows Graphic Sheets


Dahak

Recommended Posts

Quote:
Originally written by Dahak:
While we are talking about new features, I'd like to fix a bug:

If the designer replaces the graphics for floors 11-22 or 45-56 then the code that handles drawing the edges for cave/stone or grass/dirt instead defaults to 18 (for 11-22) and 52(for 45-56) when ever you attempt to draw with dirt or any of its edges. So instead of a nice 3x3 square you instead get a 3x3 grid of corners.
Link to comment
Share on other sites

Editor quirk, go figure. All the water tiles are okay, but none of the dirts are. Ah well.

 

This need to manually replace the sheets.. It does it for everything? Background, PC, NPC, Item sheets?

 

I figured I could also use a custom item graphic, but since it has the same sheet ID as a default graphic it would revert to default thus preserving the item.

Link to comment
Share on other sites

Erm, I've altered the default floor graphics by copying-and-pasting code from the corescendata scripts and it all seems to work fine. The dry floor all draws properly and auto-edges too.

 

What I'd suggest doing is copying ALL of the relevant code from the corescendata script and changing the sheet and icon numbers again, since I know for sure it works.

Link to comment
Share on other sites

The inclusion of a sheet to override a default sheet only works on a Mac. I think this is due to the way the Resource Manager searches for a requested resource when multiple resource forks are open.

 

On Windows you could of course temporarily copy the sheet in place of the default one.

Link to comment
Share on other sites

Quote:
Originally written by Ballad:
Erm, I've altered the default floor graphics by copying-and-pasting code from the corescendata scripts and it all seems to work fine. The dry floor all draws properly and auto-edges too.

What I'd suggest doing is copying ALL of the relevant code from the corescendata script and changing the sheet and icon numbers again, since I know for sure it works.
Wait, what!? I did the same as well for my graphics...

Still that doesn't change the outdoor and cave cliffs which are hard-coded. I could replace the sheet in Windows, but I was hoping to utilize the same resource swap as on a mac. Oh well.
Link to comment
Share on other sites

Join the conversation

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

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