Profile for KernelKnowledge12
Field | Value |
---|---|
Displayed name | KernelKnowledge12 |
Member number | 4557 |
Title | Shock Trooper |
Postcount | 264 |
Homepage | |
Registered | Wednesday, June 16 2004 07:00 |
Recent posts
Pages
Author | Recent posts |
---|---|
BoA Editor Suggestions in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Thursday, August 5 2004 13:07
Profile
quote:the set_up_lights() function is used by the editor to put final touches on the current town's lighting array before saving. although its possible that this function also exists in Blades of Avernum, and that it could be linked to Avernum Script, i doubt it would have much use. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
BoA Editor Suggestions in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Thursday, August 5 2004 13:07
Profile
quote:the set_up_lights() function is used by the editor to put final touches on the current town's lighting array before saving. although its possible that this function also exists in Blades of Avernum, and that it could be linked to Avernum Script, i doubt it would have much use. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
State not ended properley on line 1, yet... in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Friday, July 9 2004 13:08
Profile
i think u have to put the action = part before the code block. Also u have to do what spyderbytes said or most of the time the else block will be activated. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
State not ended properley on line 1, yet... in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Friday, July 9 2004 13:08
Profile
i think u have to put the action = part before the code block. Also u have to do what spyderbytes said or most of the time the else block will be activated. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
complete set of terrain graphics? in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Wednesday, June 23 2004 11:17
Profile
To get the list of terrain graphics (and other graphics) i think u have to use the "Write Scenario Data to Text File" option under the Scenario menu in the editor. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
complete set of terrain graphics? in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Wednesday, June 23 2004 11:17
Profile
To get the list of terrain graphics (and other graphics) i think u have to use the "Write Scenario Data to Text File" option under the Scenario menu in the editor. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Monday, June 21 2004 10:07
Profile
quote:if you mean changing the overall dimensions of the outdoors after the scenario is created, then that should be pretty easy. any other suggestions are welcome Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Monday, June 21 2004 10:07
Profile
quote:if you mean changing the overall dimensions of the outdoors after the scenario is created, then that should be pretty easy. any other suggestions are welcome Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
Win32 MSVC project files? in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Monday, June 21 2004 06:01
Profile
i recently tried porting to VC++, but got the same amount of errors. The reason for this (I think) is that VC++ does not recognize code (such as class declarations, function declarations etc.) that is not written in a COM friendly manner(unless created from scrath), which completely screws with the organization of Jeff's code. After a couple long hours, i found it easier to just start over using his code as a reference. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
Win32 MSVC project files? in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Monday, June 21 2004 06:01
Profile
i recently tried porting to VC++, but got the same amount of errors. The reason for this (I think) is that VC++ does not recognize code (such as class declarations, function declarations etc.) that is not written in a COM friendly manner(unless created from scrath), which completely screws with the organization of Jeff's code. After a couple long hours, i found it easier to just start over using his code as a reference. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Monday, June 21 2004 02:49
Profile
quote:This is exactly what i plan to do, although so far i've had to completely remake the program. thankfully the provided source code isn't to hard to follow, and its very easy to see how the scenarios are saved. unfortunately recreating this process is the easy part, since i still have to figure out when and in what context the data is modified. also, if anyone has any suggestions for features on a new editor please tell me. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Monday, June 21 2004 02:49
Profile
quote:This is exactly what i plan to do, although so far i've had to completely remake the program. thankfully the provided source code isn't to hard to follow, and its very easy to see how the scenarios are saved. unfortunately recreating this process is the easy part, since i still have to figure out when and in what context the data is modified. also, if anyone has any suggestions for features on a new editor please tell me. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Friday, June 18 2004 03:11
Profile
i mean when a scenario is loaded in BoA and not in the editor, although you're still probably right. in the comments vogel claims some of the code to be resused. if so the lengths may not be implemented in the game. it's important i know this about the token length in the script editor since , if i get it to compile on VC++, i'll put in an object oriented version of the scripitng engine. (which is pretty easy with MFC) Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Friday, June 18 2004 03:11
Profile
i mean when a scenario is loaded in BoA and not in the editor, although you're still probably right. in the comments vogel claims some of the code to be resused. if so the lengths may not be implemented in the game. it's important i know this about the token length in the script editor since , if i get it to compile on VC++, i'll put in an object oriented version of the scripitng engine. (which is pretty easy with MFC) Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Thursday, June 17 2004 11:04
Profile
in the source code i've noticed that there are several limits, such as string length and number of boats/horses. when a scenario is loaded in Blades of Avernum, are all these limits implemented? thanks for any and all help. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
source code question in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Thursday, June 17 2004 11:04
Profile
in the source code i've noticed that there are several limits, such as string length and number of boats/horses. when a scenario is loaded in Blades of Avernum, are all these limits implemented? thanks for any and all help. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
BoA editor source code missing sound files? in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Thursday, June 17 2004 02:36
Profile
i probably should, but for the sake of money(in that i have none) i probably won't. i do have a considerable amount of experience w/ VC++ but unfortunately that means squat since the compiler rarely explains what exactly the problem is (though in this case its mainly how and when the files are included) Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
BoA editor source code missing sound files? in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Thursday, June 17 2004 02:36
Profile
i probably should, but for the sake of money(in that i have none) i probably won't. i do have a considerable amount of experience w/ VC++ but unfortunately that means squat since the compiler rarely explains what exactly the problem is (though in this case its mainly how and when the files are included) Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
BoA editor source code missing sound files? in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Thursday, June 17 2004 01:43
Profile
thanks for the help, i ended up putting some random sounds to just to fill it up. i'll figure out where they go later after i finish transfering the code to visual c++ Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
BoA editor source code missing sound files? in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Thursday, June 17 2004 01:43
Profile
thanks for the help, i ended up putting some random sounds to just to fill it up. i'll figure out where they go later after i finish transfering the code to visual c++ Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
BoA editor source code missing sound files? in Blades of Avernum Editor | |
Shock Trooper
Member # 4557
|
written Wednesday, June 16 2004 07:08
Profile
i tried recently loading the c++ code into visual C++, but couldn't get the resource file to load. it needed some wave files that i couldn't find anywhere in the editor's code or data. if anyone knows where they are, where i could get them, or if i can BS the sound files, please let me know. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |
BoA editor source code missing sound files? in Blades of Avernum | |
Shock Trooper
Member # 4557
|
written Wednesday, June 16 2004 07:08
Profile
i tried recently loading the c++ code into visual C++, but couldn't get the resource file to load. it needed some wave files that i couldn't find anywhere in the editor's code or data. if anyone knows where they are, where i could get them, or if i can BS the sound files, please let me know. Posts: 264 | Registered: Wednesday, June 16 2004 07:00 |