Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex > iRex Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 06-01-2007, 06:57 PM   #1
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
interactive Fiction: The Java Edition

I'm working on the installer this evening but I ported a Java ZMachine to the Java Viewer Booster Pack.

What this means is that the Booster pack now groks .z3, .z5 and .z8 files.

You get them added to your Recent History so you can easily re-open the most recently visited Interactive Fiction files

The compiled java code comes to 52861 bytes, Java really is the way to go for some of this stuff.
scotty1024 is offline   Reply With Quote
Old 06-01-2007, 08:24 PM   #2
vranghel
Addict
vranghel began at the beginning.
 
vranghel's Avatar
 
Posts: 285
Karma: 10
Join Date: Apr 2006
Location: Vancouver, Canada
Device: Proud Iliad owner
Good news for IF fans!

Good job Scotty
vranghel is offline   Reply With Quote
Advert
Old 06-03-2007, 08:31 PM   #3
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
I've almost got the save position in the IF file working, that way you can close the IF ebook and be back where you were when you next re-open it.

In the meanwhile, here's a screen shot.
Attached Thumbnails
Click image for larger version

Name:	cave.png
Views:	896
Size:	97.8 KB
ID:	3804  
scotty1024 is offline   Reply With Quote
Old 06-04-2007, 04:28 AM   #4
kapoira
Connoisseur
kapoira has a complete set of Star Wars action figures.kapoira has a complete set of Star Wars action figures.kapoira has a complete set of Star Wars action figures.
 
Posts: 81
Karma: 292
Join Date: Nov 2006
Device: i62HD + T68
are you thinking about porting a interpreter for a glux machine, and thanks for this port.
kapoira is offline   Reply With Quote
Old 06-04-2007, 08:36 AM   #5
nekokami
fruminous edugeek
nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.
 
nekokami's Avatar
 
Posts: 6,745
Karma: 551260
Join Date: Oct 2006
Location: Northeast US
Device: iPad, eBw 1150
Cool! Two to choose from!

Will the white-on-black be an option? I'd as soon have black text on white on an eink display....
nekokami is offline   Reply With Quote
Advert
Old 06-04-2007, 12:10 PM   #6
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Quote:
Originally Posted by nekokami View Post
Cool! Two to choose from!

Will the white-on-black be an option? I'd as soon have black text on white on an eink display....
The emulator is trying to be "authentic" to the good ol' days of running these programs on glass tty's back in the 70's and 80's.

As the Java environment grows I'll be adding the ability to have configurations. I'll let everyone vote on what the default should be until that day comes.
scotty1024 is offline   Reply With Quote
Old 06-04-2007, 06:58 PM   #7
nekokami
fruminous edugeek
nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.nekokami ought to be getting tired of karma fortunes by now.
 
nekokami's Avatar
 
Posts: 6,745
Karma: 551260
Join Date: Oct 2006
Location: Northeast US
Device: iPad, eBw 1150
Oh, I well remember those ttys. (Actually, I played my first games on a printer tty, though, so in a sense my suggestion is even more authentic!)
nekokami is offline   Reply With Quote
Old 06-07-2007, 03:22 PM   #8
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
I found the problem, it's in the Tao Group's implementation of java.io.RandomAccessFile#writeShort(int v)!

I replaced it with two writeBytes and all is happiness.
scotty1024 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Interactive Fiction with Gargoyle for the Iliad Adam B. iRex 68 09-01-2011 04:49 AM
iPad Interactive Fiction Heaven HarryT Apple Devices 84 06-21-2010 08:42 AM
Interactive Fiction... how likely is this? el.astrologo Sony Reader 22 12-02-2009 01:27 PM
New Interactive Fiction Player: Chimara w.m.vanvliet iRex 0 11-17-2009 11:28 AM
Interactive Fiction on eBook readers? nekokami Reading Recommendations 8 10-20-2006 03:43 PM


All times are GMT -4. The time now is 01:54 PM.


MobileRead.com is a privately owned, operated and funded community.