... I know, that this isn't the last email, but this is the more appropriate one. I've tested the XSD out (XMLspy makes the life really easier there) and have...
... Some of these are entirely my fault. Thre are some errors in 1.3 that I had fixed for 1.4. I've recovered what I can from my failed drive, and it looks...
Run 'strings' or 'grep' on the bitty pieces to see what the contents are. 'strings' will look for ASCII characters in patterns, and 'grep' will find specific...
... When dealing with actual filenames, you will sometimes encounter an argument list that is too long when done that way. Also, using a loop opens you up to...
... Heh-heh. Nice. But it doesn't display the name of the file that the string was found in! Which makes it pretty useless for Andargor. I propose: alias...
... Thanks guys, but I think I have things in hand. :) When I get some time, I'll dig into it. I will use the find . -newer method to first get everything...
... to qhy ... contains ... Other ... I've just done quick a find . -exec grep [...], and I found my most critical files. However, they have been utterly...
... Hi everyone, and best wishes for the new year. A small update: I've recovered what I can from the damaged disk, but unfortunately the critical files for...
I've started a new wiki at: http://rpgresearch.wikicities.com/wiki/Main_Page The idea is a wiki for all the information that we lookup when running or playing...
Friends, I just read an article in Wired that said the main limitation of gaming is time, that there are only so many hours of the day. Can we work around...
Hey, good Ideas, dont restrict yourself to 'face to face' and you'll probably have alot more success / takers I've been working on an online RPG, similar in...
Hello All! Its been a long time! At last, I have something RPG related I'm very happy to share. We recently launched public beta of my latest project. Hive7 is...
Russel, few initial docs are posted to http://www.hive7.com/hive7/blacksun/ Also good way to learn is to do "edit script" on existing hive7 items (such as dice...
Hi, I'm new to this group. I'm as propably most of you a passionated role player. My favored RPG rule system is D&D. For I have not much time to play nowerdays...
Hi Alnatrus, I've been working on my own format for the same purpose, finding Andargor's format close, but not perfect for computation. Unfortunately, I got...
I'm currently working on a D20 XML format to work with an online character generator for my website Roleplay Market (http://www.roleplaymarket.com). The format...
I'd be curious how you're handling feats (and their prerequisites) and especially special abilities that can stack, including across multiple classes. ...
The information for feat prerequisites is programmed into the .NET code, although I don't think it would be too difficult to turn the entire thing into XML...
... I'm not working on Roger's project, nor really doing anything specific that is D20-related at the moment, but I have thought about the above problem a...
... This is similar to what I've done so far. ... I agree, as do my players. In fact, I've been interested in getting my players to try out monstrous...
... So you're saying that the specifics of each feat (and their prereqs) are in the code, and not in a configuration or data file? ... This is the approach...
No, this is exactly the issue that shut down development of a cohesive schema for character creation last year. The only way to make this work from a data...
This format looks nice. What I dislike is the fact that your program seems to use hard coded master data. I see two ways to realize the reverse engeneering: ...
Blah. And ick. I'd hate trying to implement (or use) this. There's a trade-off between flexible and usable. I tend to go more on the usable side. (and yes,...
I agree with your analysis, but disagree with your conclusion, Al. What I mean is that yes, he is hard-coding master data into his modules. I just don't have...
That is the reaction most people have. I came up with it after doing a lot of data modelling on d20 and I haven't found anything else that gets past about 60%...