Well-Actually War Trall Ishad Nha Posted May 6, 2008 Share Posted May 6, 2008 I earlier recommended that people pass around the hat, see if they can't raise money to hire someone who does know how to program, unlike me. A lot of people won't be able to contribute financially. Alternately, you could take a few months to learn how to program, it is not that hard from what I can see. We lost Ormus, now we may have lost someone else. There are few people who know how to program in the Blades community and we keep losing them. Hex-editing can only correct a few errors, things like data structures. It can't rewrite the program in fundamental ways. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted May 6, 2008 Author Share Posted May 6, 2008 I thought you were a programmer... I can program, but there's two problems: I'm not familiar enough with the Carbon API (or Win32 API) to handle that part of the code. Someone has suggested using wxWidgets... I wonder if it would be worthwhile to simply write the API code from scratch using such a library, and then keep the game mechanics code and improve it. (I hope that makes coherent sense...) Quote: Originally written by Ishad Nha: January 15: It is the Type Flag, this is an unsigned char (according to the source file global.h) thus it has permissible values from 0 through 255 only. Thus the "0 - 1000" mentioned by the Scenario Editor is wrong. What has January 15 to do with anything? Anyway, I think this was a known bug. Quote: Originally written by Ishad Nha: Custom item graphics, the documentation says that 150 is added to the custom graphic sheet slot number to give the graphic number. In practice it seems to be 200, That doesn't make any sense, because it works when you add 150. Maybe it adds 200 only when in the shop screen? Quote: Originally written by Ishad Nha: and the item graphic number is "char", hence has a maximum value of 255. This limit is mentioned in the documentation. Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted May 6, 2008 Share Posted May 6, 2008 Programmer, no I am not. I am self - taught, and not well taught at that. I also lack reference materials. "January 15", that is the particular post that I am replying to, in WikiEncyclopedia terms this is a disambiguation device. I could have said "your post on January 15 this year". This topic has ranged over a whole lot of distinct individual matters, so I am referring to one in particular. My post on May 4 makes it clear that the item graphics bug appears in one place only: the shopping screen. I am pointing out the significance of char, there is a maximum of 105 slots and you will need each item graphic to appear twice: once for the inventory and once for the shopping screen. Quote Link to comment Share on other sites More sharing options...
Seasoned Roamer Ormus Posted May 11, 2008 Share Posted May 11, 2008 Quote: King InuYasha :It has been quite a while since it was announced the change to GPLv2, and BoE/win32 is stagnant since then. Oh, so the license has changed! Great! I will make aproporiate changes in BoE for Win32 soon! Quote: Originally written by Celtic Minstrel:Ormus has not read my message yet, so he either doesn't check his email often or has disabled email notification of private messages. I have disabled email notification. :-/ EDIT: License changed to GNU GPL 2! :-> Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted May 11, 2008 Author Share Posted May 11, 2008 Yay, Ormus is back! Yay, a carbonized character editor is now available! Also: Quote: Originally written by Miramor : On a more serious note, I've wished for a while to introduce stat boosting/draining potions to BoE, and wholeheartedly approve of anything that might further that goal. I've added this to the suggestion list. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted May 11, 2008 Author Share Posted May 11, 2008 I've added another idea that I just thought of: Quote: When creating a new scenario, allow a choice of bladbase.exs files. Basically, the scenario editor uses the bladbase.exs as a template to create a new scenario, copying its item, monster, and terrain list, and town 0 if requested, and resizing the outdoors and adding towns, if requested. So, extend it to give you a choice of templates. One template would be the normal bladbase.exs, another might have an empty item list, a third may have a terrain list tailored for a cave scenario rather than a surface scenario. I already do this by having several scenario files, renaming the one I want to use to "Blades of Exile Base". The game itself doesn't use the bladbase.exs/"Blades of Exile Base" file, does it? Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted May 12, 2008 Share Posted May 12, 2008 Bladbase.exs would be of no use to the game itself because it has only one town, Warrior's Grove. It also has only one outdoor section. It might be used by the Scenario Editor for creating monster, terrain and item records in a new scenario. I have not checked this last theory in the source code. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted May 12, 2008 Author Share Posted May 12, 2008 Quote: Originally written by Ishad Nha:It might be used by the Scenario Editor for creating monster, terrain and item records in a new scenario. I have not checked this last theory in the source code. The monster, terrain, and item records are copied from bladbase.exs into a new scenario. Quote Link to comment Share on other sites More sharing options...
Rotghroth Rhapsody Prince of Kitties Posted May 13, 2008 Share Posted May 13, 2008 Most of the PCs in the default party use more than 60 skill points in their skill allocations. I know this is... default, but it's still kind of messed up. Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted May 25, 2008 Share Posted May 25, 2008 hmmm i remember this game...though it would be great if it went online and players with there own chars could battle or team up Quote Link to comment Share on other sites More sharing options...
Rotghroth Rhapsody Prince of Kitties Posted May 25, 2008 Share Posted May 25, 2008 Not possible as the game is turn-based. Quote Link to comment Share on other sites More sharing options...
Hatchling Cockatrice Quiconque Posted May 25, 2008 Share Posted May 25, 2008 Not possible for many reasons, but being turn-based is definitely not one of them. Most of the pioneering online RPGs, like the original Neverwinter Nights and the Shadow of Yserbius, were turn-based. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted May 26, 2008 Author Share Posted May 26, 2008 Originally Posted By: Miramor Most of the PCs in the default party use more than 60 skill points in their skill allocations. I know this is... default, but it's still kind of messed up. Sure, it's a little odd, but I see no reason to change it. Quote Link to comment Share on other sites More sharing options...
Seasoned Roamer Ormus Posted May 28, 2008 Share Posted May 28, 2008 Originally Posted By: **DONOTDELETE** hmmm i remember this game...though it would be great if it went online and players with there own chars could battle or team up Hmm, it is not impossible, but it requires to change BoE into half turn-based half real-time game. My friend made such a game long ago and it had GREAT gameplay. It was turn based but each turn lasted maximum 15 seconds. If all players made their decision before this time passed then turn ended immediately. I've played this game with other people and as everybody was acting quickly each turn ended in 1-3 seconds. Good old times... This games was played using telnet. :-) Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted June 3, 2008 Author Share Posted June 3, 2008 Originally Posted By: Robsta For signs, there should be an option for the designer to give two or more signs the same number (have the same text displayed). There are currently 15 signs allowed per town, and 8 per outdoor sections. I’ve run out of signs in a couple towns, and other designers might have the same problem. I believe this would be easier to implement than raising the number of signs allowed. This suggestion was posted in the other suggestion thread, and it has been added to this list. I also fixed the formatting on the list – it seems to have been messed up when the forum updated... Or something... Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted June 11, 2008 Share Posted June 11, 2008 I think there should be a custom scenario option - so you can just 'open' it the same way you do a party. This would be useful if you have a million different versions of BoE Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted June 11, 2008 Author Share Posted June 11, 2008 I'm not sure if that's truly necessary, or even a good idea. I think the existing custom scenario option works well enough, except for the ridiculously low limit of how many scenarios it can list. If it could list 100+ scenarios, would you still want an Open dialog? By the way, if any moderator is reading this, could you consider pinning/stickying it? Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk lampshade Posted June 25, 2008 Share Posted June 25, 2008 I found a bug that isn't in the list yet, all terrains that were changed through special nodes are reverted back when reentering a town. (i.e. a mountain falls in to pieces but re-entering it will put its pieces back in) Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted June 25, 2008 Share Posted June 25, 2008 It may not be a bug per se. Presumably whenever you enter a town the default map is loaded. Unless the Town entry special state prescribes an alteration to the terrain. To make an alteration to terrain permanent you would need to create an entry state with a sdf. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted June 26, 2008 Author Share Posted June 26, 2008 That's not a bug – it's supposed to work that way. If you want a terrain change to be kept upon returning to the town, you need to set up the town entry node to change the terrain if necessary. Edit: I suppose it could be considered a feature request, but I'm not really sure how it could be implemented while retaining the old behaviour. Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted June 26, 2008 Share Posted June 26, 2008 One idea borrowed from Exile 2, remove the limit of 50 fields per town. (Fields equals webs, magic barriers, fire barriers, quickfire, crates and barrels.) Use an E2 style map, and also permit stacking of multiple fields on the same space. (In the last case I am thinking of webs and barrels.) Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted June 26, 2008 Author Share Posted June 26, 2008 #1 under Major Changes is "Remove all arbitrary limits", which would be implemented by using dynamic rather than static memory allocation. As for an E2 style map... what do you mean by that? Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted June 26, 2008 Share Posted June 26, 2008 I mean a "map of the fields". While in BoE this is a list of fifty preset fields and their locations, in Exile 2 it is an actual map: 24*24, 48*48 or 64*64 as the case may be. Because every square is listed in the map there is no actual limit to the number of fields. (In E2 small towns are 24*24 not 32*32 as in BoE.) Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted June 26, 2008 Author Share Posted June 26, 2008 Oh, I get what you mean now. Doesn't BoA do it that way? It's a good idea, then (though it would be a bit of a waste of space in a town with few or no fields). Also making fields stackable, as you said. I'll add it under Major Changes. Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted June 27, 2008 Share Posted June 27, 2008 BoA has 60 fields rather than the 50 of BoE, but apart from that they work the same way. If there are no fields it creates 1, 2.25 or 4Kb of empty space, depending on the town size. (These are the sizes of the relevant town maps.) I don't know how to reduce the wasted space. Dynamic data storage here would have a mechanism for recording the number of consecutive zeroes. A short number following a hexadecimal FF? Here some of the combinations are less likely: Quickfire would destroy webs, barrels and crates presumably. Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Niemand Posted June 27, 2008 Share Posted June 27, 2008 Both of you are right about BoA, you've just talking about different things. The limit of 60 refers to 'placed fields', those created in the editor, while the game actually creates a field map for the entire town during play. The former is apparently intended to minimize wasted space in the town record, while the latter allows for situations like quickfire filling the entire town. I assume that BoE uses the same idea. Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted July 14, 2008 Share Posted July 14, 2008 (Scenario Editor) Would it be possible to have 'recent monsters' and 'recent items' menus? Like if you kept switching between two items you wouldn't have to dig through the Item/monster menus to find them? Or have a 'favorites' type thing. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 15, 2008 Author Share Posted July 15, 2008 Hmm... it's a good idea, but what I'd really like is to get rid of those menus altogether in favour of choosing items and monsters from the terrain palette area. It would mean that you need to choose whether to show terrain, monsters, or items in that area, which means it may be complicated to implement since the BoE editor (unlike BoA) does not already have the capability to change the palette... Even with that change, a "recent" or "favourites" list may be useful... Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted July 15, 2008 Share Posted July 15, 2008 Originally Posted By: Celtic Minstrel choosing items and monsters from the terrain palette area. Ohhh. I like that... Maybe have a fourth palette? Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 15, 2008 Author Share Posted July 15, 2008 And what would that be? Edit: Wait, you mean a favourites/recents palette? Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted July 15, 2008 Share Posted July 15, 2008 yeah. Or (I don't know if this would work) one displaying items/monsters/terrains with custom graphics. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 15, 2008 Author Share Posted July 15, 2008 ...Wouldn't those just go in with the regular terrain/item/monster palette? Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted July 15, 2008 Share Posted July 15, 2008 Have one with all of them, and then have a seperate palette for the custom ones. Or just add your custom graphics to the "favorites" palette! Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted July 20, 2008 Share Posted July 20, 2008 Boats are meant to be able to hold the entire party and their gear. Yet in a town they are always smaller than one PC. (Fixing this would be a problem, you would need multi-icon boats where all the icons move together as the party rows around a town. Then you need to retain the present single icon boats for use outdoors.) Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 27, 2008 Author Share Posted July 27, 2008 w-dueck: I've added it to the list. Ishad Nha: That does not strike me as a problem. Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted July 27, 2008 Share Posted July 27, 2008 On #24 under Bug Fixes, was the .sav file in the same folder as the BoE application? Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 27, 2008 Author Share Posted July 27, 2008 I don't know the nature of that bug, I've just heard about it a number of times. And it's possible it has been fixed already. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 30, 2008 Author Share Posted July 30, 2008 Another idea: Add an option to disable the "four-square border zone" around the outdoors which you cannot enter. This will give a little more space in the outdoors, especially for scenarios that have a small number of outdoor sections (such as one). Quote Link to comment Share on other sites More sharing options...
Burgeoning Battle Gamma Robsta Posted July 30, 2008 Share Posted July 30, 2008 I agree, a couple notes. A) I think it should be adjustable, like town boundaries, with the default as it currently is. (this is so that scenarios that are currently made will still work the same way – won’t be broken or rendered impossible, but the advantages above are available.) For some reason, the current border is 4 on the left and top, but only 3 on the right and bottom ?!? Search me for a reason why. Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted July 30, 2008 Share Posted July 30, 2008 While we're on this topic, do you leave the town when you hit the square that has the line, or when you go past it? Quote Link to comment Share on other sites More sharing options...
Burgeoning Battle Gamma Robsta Posted July 31, 2008 Share Posted July 31, 2008 The party exits the town as soon as they step on a square with the line. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 31, 2008 Author Share Posted July 31, 2008 Making it adjustable might be interesting, but you'd have to set it in a dialog box. You can't set it in the same way you set a town boundary, because it's a boundary around the whole outdoors, not just one section of it. Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted August 6, 2008 Share Posted August 6, 2008 In most programs when you hit tab in a dialog box, it selects the writing in the next text area. In BoE, however, it just moves the cursor to the beginning of the next area. This can get very annoying when noding. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted August 6, 2008 Author Share Posted August 6, 2008 Well, I believe command-A (or control-A) will select the contents of the current field... But yes, I agree. Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted August 6, 2008 Share Posted August 6, 2008 I have a feeling that you have to do each field individually for it to work, though. Correct me if I'm wrong. Well, whatever it takes to not have (2-1,0-1) as a SDF... EDIT: ctrl-A don't work. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted August 7, 2008 Author Share Posted August 7, 2008 Hmm... I thought command-A worked on the Mac... assuming I'm right (don't want to check right now), I guess that's another advantage in the Mac version... Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted August 7, 2008 Share Posted August 7, 2008 Yet another bug... Also: when you have an icon with more than 5 of those little icons on it, they overflow onto the terrain above it. Could this be fixed (have it put the 6th on the bottom, next to the first one), or better yet, have an option to get rid of them all-together. Example: Having an open (locked) portcullis As a North, West, south , and east entrance, than putting a special encounter on it. Probably won't happen, but hey, it's still a problem. Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast keira Posted August 20, 2008 Share Posted August 20, 2008 Have the "Display Small Message" call text-wrap. Figuring out where it cuts it off is such a hassle. When you have a custom graphic on a monster/terrain/item, you can not see the graphic for the m/t/i that you are editing. The space where it is is blank... When you are in the zoomed out view when editing terrain, custom graphics appear as just black, only standard graphics show up. That need to be fixed. What do you think I've been working with recently? Quote Link to comment Share on other sites More sharing options...
Burgeoning Battle Gamma Robsta Posted August 21, 2008 Share Posted August 21, 2008 Originally Posted By: w-dueck When you are in the zoomed out view when editing terrain, custom graphics appear as just black, only standard graphics show up. That needs to be fixed. That’s puzzled me too … when you play the scenario you can see custom terrain on the automap, but when editing zoomed out it appears black. Why? Ps. sorry, but grammatical errors, probably due to typos get monitored here. Quote Link to comment Share on other sites More sharing options...
Well-Actually War Trall Ishad Nha Posted August 21, 2008 Share Posted August 21, 2008 My understanding is that the zoomed - out view comes from the very small graphics found in the upper right corner of "mixed.bmp". Thus the game has no provision for custom zoom out graphics, it just replaces them with little black squares. By contrast, the ordinary 9x9 view uses the custom graphics. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.