Pages
Author | Topic: |
---|---|
Shock Trooper
Member # 7662
|
written Tuesday, May 6 2008 02:28
Profile
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. Posts: 292 | Registered: Monday, November 13 2006 08:00 |
Shock Trooper
Member # 10488
|
written Tuesday, May 6 2008 06:12
Profile
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:What has January 15 to do with anything? :/ Anyway, I think this was a known bug. quote:That doesn't make any sense, because it works when you add 150. Maybe it adds 200 only when in the shop screen? quote:This limit is mentioned in the documentation. Posts: 334 | Registered: Friday, September 14 2007 07:00 |
Shock Trooper
Member # 7662
|
written Tuesday, May 6 2008 15:06
Profile
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. [ Tuesday, May 06, 2008 15:08: Message edited by: Ishad Nha ] Posts: 292 | Registered: Monday, November 13 2006 08:00 |
Apprentice
Member # 8738
|
written Sunday, May 11 2008 03:10
Profile
Homepage
quote:Oh, so the license has changed! Great! I will make aproporiate changes in BoE for Win32 soon! quote:I have disabled email notification. :-/ EDIT: License changed to GNU GPL 2! :-> [ Sunday, May 11, 2008 03:58: Message edited by: Ormus ] -------------------- Blades of Exile for Win32 Posts: 14 | Registered: Wednesday, May 16 2007 07:00 |
Shock Trooper
Member # 10488
|
written Sunday, May 11 2008 05:04
Profile
Yay, Ormus is back! Yay, a carbonized character editor is now available! Also: quote:I've added this to the suggestion list. Posts: 334 | Registered: Friday, September 14 2007 07:00 |
Shock Trooper
Member # 10488
|
written Sunday, May 11 2008 10:02
Profile
I've added another idea that I just thought of: quote: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? Posts: 334 | Registered: Friday, September 14 2007 07:00 |
Shock Trooper
Member # 7662
|
written Sunday, May 11 2008 17:34
Profile
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. Posts: 292 | Registered: Monday, November 13 2006 08:00 |
Shock Trooper
Member # 10488
|
written Sunday, May 11 2008 18:27
Profile
quote:The monster, terrain, and item records are copied from bladbase.exs into a new scenario. Posts: 334 | Registered: Friday, September 14 2007 07:00 |