Jump to content

Anyone want to add more item graphics?


Enraged Slith

Recommended Posts

I just noticed that we can add new sheets of item graphics to the data folder. If anyone is interested, we could add a bunch of default item graphics. It would be really simple to do.

 

This also works for Scenario Icons, but getting graphics for those might be a little tricky.

Link to comment
Share on other sites

I'm not quite sure what you're suggesting here. Certainly, once BoA is installed we can add more graphics to the default graphics files/directories, but we can't change the contents of Jeff's installer, so they would be 'default' only for those of us who have added them, not for anyone who downloads and installs a fresh copy of BoA.

 

I assume the reason behind this is that items with non-built-in graphics can't be transferred among scenarios. (Sadly, it didn't occur to Jeff to cache the item graphics with the party data. frown This would have been really elegant on Mac OS, but ugly on Windows, I guess.) However, off of the top of my head I'm not sure exactly how the game determines that an item is using a custom graphic rather than a built-in, depending on how it does this merely adding a graphic to the built-in collection might not be enough to convince the game to preserve items using that graphic.

Link to comment
Share on other sites

What I'm suggesting is a "mod" that adds more item graphics. It's as simple as adding extra sheets to the "Item Graphics" folder.

 

Obviously, players would have to manually update their data folder to play any scenarios using extra graphics, but it's incredibly easy to do and hardly unreasonable to require.

Link to comment
Share on other sites

Okay, now that I know exactly what you mean:

1) This requires more work on Mac OS: adding item graphics, for example, requires adding the sheets to the Item Graphics file, which requires software no one who isn't either a BoA designer or old-school mac programmer is likely to possess. So, to be cross platform you would need lengthier instructions or an installer program.

2) The game enforces this:

Quote:
When a party leaves a scenario, all of the items in their inventory come with them. The exception is that some items will be lost: . . .

Items that have custom graphics.

If it implements this by checking (it_floor_which_sheet<1000 || it_floor_which_sheet>1048), even if you add a new sheet to the games graphics collection, it will be treated as 'custom'. This is what I was trying to say above, but I didn't express it very well. Note also that I don't know that this is the how it works, it's just a worst-case scenario guess. Testing is necessary to know for sure.
Link to comment
Share on other sites

No they are not. They're stored in a very old-fashioned way: Each sheet is a separate PICT resource (image) stored in an alternative part of a file, the resource fork. Virtually no one uses this technique anymore, and while the OS still supports it (for now), there's very little modern software for working with data stored in this way.

 

Conceptually, it's about the same as if the images were in a folder, but practically it takes special software to manipulate them.

Link to comment
Share on other sites

I'm not exactly sure what you mean by that, but I was just hoping for some input from others to see if they'd like to add anything. For convenience, it would have to be a single update. This isn't something that has to happen, but if others were interested, I wanted them to know that it's a possibility.

 

I've personally always hated the absence of maces and their ilk.

Link to comment
Share on other sites

You can transfer items with custom graphics to another scenario, if you change the scenario data script so that all items use standard graphics. You could have an alternate data script like this, it is substituted for the usual script, just before you leave the game. This will require saving the game and then reloading it after the switching of the scripts.

In the new scenario you might or might not be able to exchange these items with items from the scenario that have custom graphics. Ascript is not all that flexible sometimes.

Link to comment
Share on other sites

I would be happy to make some of the actual graphics, if you decide to go ahead with this project. I do have a few other things I'm working on atm, but none of them are very big or important and I'd be glad to supplement them with some graphics practice.

 

I'll have to look through the BoA files again to get a feel for the style, but if y'all can come up with a list of what items you'd like made, I'll see what I can do. :-)

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