Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: joelphilippage on Fri 08/12/2006 00:44:13

Title: Automatically printing off game
Post by: joelphilippage on Fri 08/12/2006 00:44:13
How could I make a somthing print directly off of the game. I want to have the player find somthing that the player will need throughout the game that will print off when they find it.
Title: Re: Automatically printing off game
Post by: Gregjazz on Fri 08/12/2006 01:34:36
Do you mean print out of your printer? What if someone doesn't have a printer attached to the computer?

Or am I completely misunderstanding you...
Title: Re: Automatically printing off game
Post by: Khris on Fri 08/12/2006 01:44:44
I guess that's what he means.

You could zip a pdf, protect it with a password and tell the pw in-game when the player discovers the item.

I wouldn't want a game print out something directly. That's about as evil as disabling Alt-X ;)
Title: Re: Automatically printing off game
Post by: Gilbert on Fri 08/12/2006 01:50:24
Well I felt awkward at first (since I don't have a printer so I would hate a game which requires to print something), but if it's some educational game and the like that are targeted for learning in a classroom I think it's alright.

You can't print stuff within an AGS game directly (I think the old console way of writing to devices like prn: won't work), you may generate a textfile that the player can print later though (or the password protected ZIP method like KhrisMUC mentioned), or, if someone makes a plugin that can print stuff directly.
Title: Re: Automatically printing off game
Post by: joelphilippage on Fri 08/12/2006 02:03:09
Thanks I didint know you could lock pdf files. that should work.