RPGDXThe center of Indie-RPG gaming
Not logged in. [log in] [register]
 
 
Post new topic Reply to topic Goto page 1, 2  Next 
View previous topic - View next topic  
Author Message
DeveloperX
202192397


Joined: 04 May 2003
Posts: 1626
Location: Decatur, IL, USA

PostPosted: Fri Mar 04, 2005 7:50 pm    Post subject: I'm older and wiser. [quote]

I have thought about it long and hard, and with much conflict with myself, I have decided that I am not going to write my books.

Now, before you guys start saying I-told-you-so, let me state that the books will be written, to some extent ~ and will be available for download from my website as chm files.

I am going to try to release each chapter, along with the respective sources perhaps bimonthly, depending on how much time I can devote to the code.

I am going to ressurect my project DreamDestroyer, and complete it. I am not setting any specific time that it will be completed, due to the fact that my available time varies every day.

Anyone who would like to work on the game with me, feel free to contact me either by PM, email or via an IM service.

I have 2 websites that I have to get finished ~ so that I can pay my bills, butthe time that I do have other than that I will be working on DD.

Later guys.
_________________
Principal Software Architect
Rambling Indie Games, LLC

See my professional portfolio
Back to top  
Bjorn
Demon Hunter


Joined: 29 May 2002
Posts: 1425
Location: Germany

PostPosted: Fri Mar 04, 2005 8:51 pm    Post subject: [quote]

I think chm is some kind of Windows help file format, right? Why not just put it online?

It's good to hear you're older and wiser. :-)
Back to top  
DeveloperX
202192397


Joined: 04 May 2003
Posts: 1626
Location: Decatur, IL, USA

PostPosted: Sun Mar 06, 2005 7:05 pm    Post subject: [quote]

Bjørn wrote:
I think chm is some kind of Windows help file format, right? Why not just put it online?

It's good to hear you're older and wiser. :-)


I forgot about that. Well, I think I have a solution.

I think I'm going to to just place the text into an executable program, in both windows exe and linux execitable formats.

I'll let you guys know when I have chapter 1 available.
_________________
Principal Software Architect
Rambling Indie Games, LLC

See my professional portfolio
Back to top  
LeoDraco
Demon Hunter


Joined: 24 Jun 2003
Posts: 584
Location: Riverside, South Cali

PostPosted: Mon Mar 07, 2005 4:39 am    Post subject: [quote]

DeveloperX wrote:
Bjørn wrote:
I think chm is some kind of Windows help file format, right? Why not just put it online?

It's good to hear you're older and wiser. :-)


I forgot about that. Well, I think I have a solution.

I think I'm going to to just place the text into an executable program, in both windows exe and linux execitable formats.

I'll let you guys know when I have chapter 1 available.


Or, you could put them into a format that is viewable in either windows or linux. Like ps or pdf.
_________________
"...LeoDraco is a pompus git..." -- Mandrake
Back to top  
DeveloperX
202192397


Joined: 04 May 2003
Posts: 1626
Location: Decatur, IL, USA

PostPosted: Mon Mar 07, 2005 5:12 am    Post subject: [quote]

LeoDraco wrote:
Or, you could put them into a format that is viewable in either windows or linux. Like ps or pdf.


I don't have a program to make the pdf files.
I think that I'm going to go along with the executable idea.
_________________
Principal Software Architect
Rambling Indie Games, LLC

See my professional portfolio
Back to top  
Nephilim
Mage


Joined: 20 Jun 2002
Posts: 414

PostPosted: Mon Mar 07, 2005 5:28 am    Post subject: [quote]

Distributing text in an executable file is pretty silly. What about Mac, Solaris, UNIX, Palm users who want to read it? What about the people who want to print it? What about the visually impaired who need to use screen readers? What about people who need to pipe it through a translator to read it in another language?

Use an open format that is natural for transmitting text, like PDF, HTML, RTF, or heck, plain text. It will be easier for you and easier for your readers.
_________________
Visit the Sacraments web site to play the game and read articles about its development.
Back to top  
LeoDraco
Demon Hunter


Joined: 24 Jun 2003
Posts: 584
Location: Riverside, South Cali

PostPosted: Mon Mar 07, 2005 6:19 am    Post subject: [quote]

DeveloperX wrote:
LeoDraco wrote:
Or, you could put them into a format that is viewable in either windows or linux. Like ps or pdf.


I don't have a program to make the pdf files.
I think that I'm going to go along with the executable idea.


Most variants of TeX should come with a conversion utility. LaTeX, for example, (which, on my distro of linux, is distributed in the tetex package) comes with pdflatex, which can automatically generate pdfs off of tex input files.
_________________
"...LeoDraco is a pompus git..." -- Mandrake
Back to top  
Hajo
Demon Hunter


Joined: 30 Sep 2003
Posts: 779
Location: Between chair and keyboard.

PostPosted: Mon Mar 07, 2005 8:20 am    Post subject: [quote]

The are printer drivers that output PDF files of the prints. Thsi way you can transform almost everything into PDF files.

I appreciate the idea to put the chapters online :)
Back to top  
Verious
Mage


Joined: 06 Jan 2004
Posts: 409
Location: Online

PostPosted: Mon Mar 07, 2005 10:37 pm    Post subject: [quote]

Ghostscript is a free program for creating PDF files.

If you combine it with RedMon, you can print from any program directly to a PDF file.

If anyone's interested, I can post a PDF document with installation instructions (since there isn't a nice installer that sets it all up automatically).
Back to top  
tcaudilllg
Dragonmaster


Joined: 20 Jun 2002
Posts: 1731
Location: Cedar Bluff, VA

PostPosted: Mon Mar 07, 2005 11:20 pm    Post subject: [quote]

What you could do is divide up the book into pages, and store each page in a JS array.

Then you could simply change the document.innerHTML of the page to the source of the array index that corresponds to the page.
Back to top  
tcaudilllg
Dragonmaster


Joined: 20 Jun 2002
Posts: 1731
Location: Cedar Bluff, VA

PostPosted: Mon Mar 07, 2005 11:22 pm    Post subject: [quote]

Hey, have you read Bill Clinton's autobiography? It's an interesting read.
Back to top  
DeveloperX
202192397


Joined: 04 May 2003
Posts: 1626
Location: Decatur, IL, USA

PostPosted: Tue Mar 08, 2005 10:00 am    Post subject: [quote]

LordGalbalan wrote:
What you could do is divide up the book into pages, and store each page in a JS array.

Then you could simply change the document.innerHTML of the page to the source of the array index that corresponds to the page.

Uh, No.
JS is not the medium of choice for this. ;)

I'm going to do this:

ASCII TEXT (unformatted, plain text no frills)
HTML (nicely formatted w3 compliant HTML pages)
CHM (for windows users who want all chapters in 1 file)
PDF (for anyone else)

I cannot make the PDFs, so if anyone wants to help me convert to PDF, It would be most appreciated.
Once the first chapter is ready in HTML format, I'll let you guys know.
_________________
Principal Software Architect
Rambling Indie Games, LLC

See my professional portfolio
Back to top  
Hajo
Demon Hunter


Joined: 30 Sep 2003
Posts: 779
Location: Between chair and keyboard.

PostPosted: Tue Mar 08, 2005 11:25 am    Post subject: [quote]

DeveloperX wrote:


I'm going to do this:

ASCII TEXT (unformatted, plain text no frills)
HTML (nicely formatted w3 compliant HTML pages)
CHM (for windows users who want all chapters in 1 file)
PDF (for anyone else)


Very nice offer. This should suit almost everyone :)
Back to top  
DeveloperX
202192397


Joined: 04 May 2003
Posts: 1626
Location: Decatur, IL, USA

PostPosted: Tue Mar 08, 2005 9:24 pm    Post subject: [quote]

Hajo wrote:

Very nice offer. This should suit almost everyone :)


Why "almost" ?

What OS am I missing? :P
_________________
Principal Software Architect
Rambling Indie Games, LLC

See my professional portfolio
Back to top  
Hajo
Demon Hunter


Joined: 30 Sep 2003
Posts: 779
Location: Between chair and keyboard.

PostPosted: Wed Mar 09, 2005 8:14 am    Post subject: [quote]

There is always someone who wants something special.

But your list has a good choices, I think everyone good-willing can find a format that he can use. I think I'll try the HTML format first.

An idea: use XML and then generate the other format by XSLT transformations from the XML input. That way you have to maintain only one source.
Back to top  
Post new topic Reply to topic Page 1 of 2 All times are GMT
Goto page 1, 2  Next 



Display posts from previous:   
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum