Mark
CreativeMountainGames.com
Drawmack said:...and just so we're all clear on this one. In the last year I have spent $300.00 on print products and about $600.00 on pdf products.
I love you, Man...

Drawmack said:...and just so we're all clear on this one. In the last year I have spent $300.00 on print products and about $600.00 on pdf products.
Mark said:
I love you, Man...![]()
So I should use college students whom I pay in pizza to do my writing and editing too, right? What did you say in that other thread?Drawmack said:Considering that I've done professional recording for the better part of the last decade as a musician - another hoby of mine. I think I might have a clue. However, do you have any idea how cheap a four track, basement and a digital converter are. For the cost of about 1 hour in a digital studio you can set up a home studio. As far as the actor goes, you can get voice changing software for about $20.00 which allows a single person to do all the voices, no need of an actor use a couple of friends. If you're reluctant for that then go to the local college you can probably get some theatre majors to do it for pizza, heck you might be able to get them to record and produce the entire thing very cheaply if you wanted. Everyone forgets about their local college students.
What a double standard! I thought you wanted ACTORS. Actors cost money. Acting guilds have minimum payments for voice actors that are probably bigger than the budgets of most 64 page supplements. I too am a musician, song writer, singer, guitarist in my spare time. If I'm supposed to pay the writer his fair shake why am I giving the voice artist the shaft?I know that I do not submit to companies that pay a different amount for pdf then they do for print. The reason being is that you get what you pay for, not you get what you pay for and what you intend on doing with that.
Read up on this. You have to separate the OGC from the rest of the code using independent markup. I have master's degree in computer science (and make my primary living programming computers). Writing these kinds of programs is like inventing a new computer language. It is not something you can just do. Ask the PCGen (and Twin Rose software) folk how long it took them to become OGC compliant. D20 compliance is much easier once you have OGC compiance.What you cannot do is random number generation - there is nothing about storing a character sheet as long as it does not include IP or random number generation. I suggest that you talk to the PCGen folks, since their program does well exactly this and it's perfectly legal. Besides - the program could be offered off of the website with a password in the pdf and then the program only needs to be ogl not d20 which is where pcgen ran into the problems. Creative solutions are what makes money, not hiding behind a we can't do that attitude.
I use ghostscript to create my PDFs. I have to hand code the Postscript to do linking. This involves taking my headers and dumping them to plain file and then converting the text to the proper set of pdfmarks. It's not hard. It's just time consuming. I'll be getting a copy of Acrobat soon just to save myself that headache but deep linking (inter-topic linking) is just far to tedious to even think about.I do not consider hyperlinking a bell or a whistle. I consider it something that you should do in a digital product. Would you be happy with a web-site that gave non-linked internal references. A pdf product is much closer to a web-site then a printed book. This is the main problem, publishers are not looking at pdfs in the right light. BTW: if you use headers properly in you orgininal document pdf creator will make links to them and stick them in the menu making a linked TOC much, much, much less useful then a linked index.
And I've earned about $725 selling 1 PDF product half of which I've sunk into artwork for my next couple projects and a quarter of which I'm dumping into Acrobat. That leaves $100 "profit" with which to pay myself for writing that 60,000 word PDF. I'd love to accommodate you. But PDFs don't quite earn enough for me to meet your lofty demands.and just so we're all clear on this one. In the last year I have spent $300.00 on print products and about $600.00 on pdf products.
Reality check: You should be careful when you make such statements. You've just displayed an alarming lack of understanding of the market you purport to be in. Wizard's has sold -- as of a year ago -- over 1 million copies of their rulebooks (PHB, DMG, MM) for D&D with an average of 300,000 copies per book. That number has certainly gone up in the past 15 months. (Source)jmucchiello said:PC Games with cut-scenes and full animation have $2-3 million budgets and are considered flops if they only sell 100,000. Reality check: WotC probably has not sold 100,000 3E DMGs.
The college students would be doing the work for college credit their payment is their degree. For school I've had to write many programs that were on the same level as what I was getting paid to write in the real world. This is no different. You want to have interns do your writting and editing as well, then more power to you it would definatly increase your profit margin and that is something I never come down on someone for doing.jmucchiello said:So I should use college students whom I pay in pizza to do my writing and editing too, right? What did you say in that other thread?
Yes actors guilds do have that, but you do not have to hire guilded actors anymore then you have to hire proven writters. Some of the best products out there were written, at least in a large part, by open call submissions of unpublished authors who are much cheaper then say Monte Cook.What a double standard! I thought you wanted ACTORS. Actors cost money. Acting guilds have minimum payments for voice actors that are probably bigger than the budgets of most 64 page supplements.
You're not giving anyone the shaft. I was suggesting that you find ways to lower the budget and still supply the finished product. You can do this by finding people willing to work cheaper.I too am a musician, song writer, singer, guitarist in my spare time. If I'm supposed to pay the writer his fair shake why am I giving the voice artist the shaft?
I'm 12 credits from a BSCS and I have been a professional programmer for 5 years. In that time I have developed 3 meta languages of my own. There is no need for this now though you can make it run off of xml. Yes the content has to be seperated from the code. Tell me something, in any any well written database application would the ogc be tied in with the code? The only place I can see it being logical to do that is with mathematical formulas and that is easy just put the formula into the database and then pull it back out with a named reference field.Read up on this. You have to separate the OGC from the rest of the code using independent markup. I have master's degree in computer science (and make my primary living programming computers). Writing these kinds of programs is like inventing a new computer language. It is not something you can just do. Ask the PCGen (and Twin Rose software) folk how long it took them to become OGC compliant. D20 compliance is much easier once you have OGC compiance.
Would that not be a programmable character sheet? BTW: I do not use any of those products. I find the downside of being a programmer is that I'm never happy with what other people write. I tried out e-tools extensivly and firmly give it the thumbs down. However when I'm posting things to the boards I'll do up their stats in e-tools just so I can supply the files to others, why can't the pdf publishers do this as well.Besides, why should I include a programmable character sheet in my PDF product when I know everyone savvy enough to use PDFs is using e-Tools or PCGen or whatever to make characters? What you should be asking for is plug-ins for those existing products.
With the method that you use I will agree, however if you're making professional pdfs you don't really have a right to complain, or use as an excuse, that you do not have to professional software that allows you to make quality products. That would be like me saying sure I can write your web-site but it'll take a while cause I'm using a 286.I use ghostscript to create my PDFs. I have to hand code the Postscript to do linking. This involves taking my headers and dumping them to plain file and then converting the text to the proper set of pdfmarks. It's not hard. It's just time consuming. I'll be getting a copy of Acrobat soon just to save myself that headache but deep linking (inter-topic linking) is just far to tedious to even think about.
That's not what I was talking about. I mean where you have an explicit cross reference in your material. You really can't use news sites for this, something more like historychannel.com is appropriate. If the book says (see channelor pg 82). Now this reference had to be double and tripple checked many times and with each layout change to make sure the page number was correct. How hard is it to make channelor a link to the appropriate place in the document and avoid all that double checking?But making every occurance of "Freak of Nature" be a link to the definition of the "Freak of Nature" Feat is time better spent elsewhere.
The term is user friendly, I'm sure you're familiar with it. I go to the index and it tells me that nonnymonny can be found on page 82. So I then have to go to page 82 and look it up. If that were a link it would be much more user friendly. The answer to the question is that at first you probably won't see many more sales from it, but over time you would get a reputation for user friendly pdf's once that reputation is established your sales will increase. Look as Bastion press they release superior quality product and charge extra for it, but that doesn't make their sales less then anyone elses.If you think you are wasting too much time going to the bookmarks, clicking feats and scrolling a page or two to find "Freak of Nature" well I'm sorry. Seriously, tell me how this makes it more likely people will buy my product.
First of all, I did not demand anything, but I can tell you this your attitude towards the fans, me being one, is going to loose you sales. Did you never have a class in public speaking or public relations at school?And I've earned about $725 selling 1 PDF product half of which I've sunk into artwork for my next couple projects and a quarter of which I'm dumping into Acrobat. That leaves $100 "profit" with which to pay myself for writing that 60,000 word PDF. I'd love to accommodate you. But PDFs don't quite earn enough for me to meet your lofty demands.
JoeGKushner said:I want to see more done with the PDF's. Sure, it's great that we can get some books from Malhavok that look exactly like they will in print but... where's the PDF material?
I enjoy the experiementation that some publishers are doing in some quarters. Philip and Ambient sprint to mind with trying the different layouts.
Still, I want to see further use of the medium itself.
None of this will however, overcome poor layout, grammar, editing, proofreading and unoriginality.
Beyond Monks and Joe's Book of Enchantment remain some of my favorite PDF files and neither are spectacular in terms of apperance and graphic use.
Let me start this again. We are not having the same discussion apparently. You listed a couple things you'd like to see in PDFs. I said some of those things are prohibitively expensive. You said use amateurs.Drawmack said:You're not giving anyone the shaft. I was suggesting that you find ways to lower the budget and still supply the finished product. You can do this by finding people willing to work cheaper.
But I want to write RPG material. I'm not an e-publisher. I'm a publisher. (At least I am in my own mind.) I don't want to make database applications. I do that at work. I write RPGs to disseminate ideas. PCGen and Twin Rose are in the business of making database applications for RPGs. Throwing Dice Games is not.I'm 12 credits from a BSCS and I have been a professional programmer for 5 years. In that time I have developed 3 meta languages of my own. There is no need for this now though you can make it run off of xml. Yes the content has to be seperated from the code. Tell me something, in any well written database application would the ogc be tied in with the code? The only place I can see it being logical to do that is with mathematical formulas and that is easy just put the formula into the database and then pull it back out with a named reference field.
I'm the same way. I do all character sheet work in Word. I check my own math. This way it is always exactly what I want. It's the curse of being a programmer. It's why I've avoided Acrobat for so long. I thought massaging the postscript was "better". It isn't.BTW: I do not use any of those products. I find the downside of being a programmer is that I'm never happy with what other people write. I tried out e-tools extensivly and firmly give it the thumbs down. However when I'm posting things to the boards I'll do up their stats in e-tools just so I can supply the files to others, why can't the pdf publishers do this as well.
First of all, I don't ever double check those numbers. Word does it for me: F9 | PAGEREF bookmark | update field. I never think about those references again. In fact, I create WORD bookmarks for every section and use REF fields when refering to them so if the chapter numbers are reordered, the REF still refers to the correct chapter. (I have the bad habit of writing in layout mode. I know your not supposed to but I'm a "how many pages is it now" junky.) Unfortunately, WORD doesn't export this data. If it does in Acrobat, then fine, it's not a problem for me to do what you expected. I did think you meant a full cross-reference of every data element. If you didn't then we spoke at cross purposes.That's not what I was talking about. I mean where you have an explicit cross reference in your material. You really can't use news sites for this, something more like historychannel.com is appropriate. If the book says (see channelor pg 82). Now this reference had to be double and tripple checked many times and with each layout change to make sure the page number was correct. How hard is it to make channelor a link to the appropriate place in the document and avoid all that double checking?
I've been a programmer for 20 years and I've never liked the term user friendly. Not that I endorse user hostile products, but I'd rather have the reputation for "cool ideas excellently executed" than "he does good cross-links". The second reputation is not bad. But it is not my primary concern.The term is user friendly, I'm sure you're familiar with it. I go to the index and it tells me that nonnymonny can be found on page 82. So I then have to go to page 82 and look it up. If that were a link it would be much more user friendly. The answer to the question is that at first you probably won't see many more sales from it, but over time you would get a reputation for user friendly pdf's once that reputation is established your sales will increase. Look as Bastion press they release superior quality product and charge extra for it, but that doesn't make their sales less then anyone elses.
I was kidding. If you didn't see that, I appologize. I used "demand" because it was hyperbole. This is a friendly discussion on my side of it.First of all, I did not demand anything, but I can tell you this your attitude towards the fans, me being one, is going to loose you sales. Did you never have a class in public speaking or public relations at school?
Total income. No expenses went into that PDF but my own time. At the moment, I've been paid about 1.2 cents per word for writing/editing/laying out Joe's Book of Enchantment. Most of which I'm reinvesting into the company. I don't see where I can improve that profit margin by adding sound effects to my stuff. (And what would they be in that book? "You are getting sleepy....."You created 1 pdf and make $725 (I'm assuming that this is after you paid for the expenses of creating that pdf.
I'm trying not to be snarky, honestly.Abulia said:Reality check: You should be careful when you make such statements. You've just displayed an alarming lack of understanding of the market you purport to be in. Wizard's has sold -- as of a year ago -- over 1 million copies of their rulebooks (PHB, DMG, MM) for D&D with an average of 300,000 copies per book. That number has certainly gone up in the past 15 months. (Source)
Normally I wouldn't have called you on this but your snarky exchange with Drawmack pretty much made it a moral imperative.
jmucchiello said:I'm trying not to be snarky, honestly.Oh well. In any case, how many copies of Creature Collection have sold? Nowhere near as many I'm sure. So WotC sells a million books. Big deal. That's one winner. Those books probably had million dollar budgets. (I wonder if anyone could chime in with a round figure on that one.) And that's what I was getting at. Until every RPG products has a multimillion dollar budget, there will not be cutscenes, animation or voice overs in PDF products.
Interesting. But somewhat tangential to what I'm attempting to prove. The computer games threads seem to only cover TRPGs vs CRPGs. What about sales figures on a game like Myst? or Half-Life? Yeah, WotC can score big with the biggest badest bestest name brand in RPGs. But we aren't WotC. How do the runner ups do? Far below 1 million sales I'm pretty sure. And the PDF pubs? They are fleas on the industry's backside.Mark said:Along these lines, and to keep some perspective, I did a quick search by "million" and user name "ryand" because I remember him discussing things along these lines a couple of times. Perhaps the following posts/threads will have some fodder for your assertions -