Gilles' Scavenger Hunt

This is a discussion / support forum for the Hugo programming language by Kent Tessman. Hugo is a powerful programming language for making text games / interactive fiction with multimedia support.

Hugo download links: https://www.generalcoffee.com/hugo
Roody Yogurt's Hugo Blog: https://notdeadhugo.blogspot.com
The Hugor interpreter by RealNC: http://ifwiki.org/index.php/Hugor

Moderators: Ice Cream Jonsey, joltcountry

looper
Posts: 94
Joined: Mon Feb 24, 2003 12:32 am
Location: CA

Gilles' Scavenger Hunt

Post by looper »

Okay, I downloaded the source code to this Hugo game. It's actually a tutorial package; there are several HTML files that progressively flesh out the code for this game, with annotation. Pretty cool.

My only problem is this: the text in the HTML files does not conform to the size of my screen. This makes it very difficult to read!

Does anyone know if there's a way I can easily change the line length (or margin size or whatever it is I need to do) of these HTML files? I didn't see a menu option in Internet Explorer that would do the trick, so I'm thinking I'll have to go to go to --->View--->Source and alter some of the HTML and then save the file. That's about the extent of my HTML knowledge, folks!

Anyone?

Roody_Yogurt
Posts: 2256
Joined: Mon Apr 29, 2002 6:23 pm
Location: Milwaukee

Post by Roody_Yogurt »

I would save them as text with the .hug extension and use a code editor (or even Notepad) with line wrap in it. Unfortunately, this is one of the things that PFE doesn't do, so off the top of my head, I don't know a good freeware code editor to use. You could use the shareware version of Editplus or whatever, though.

looper
Posts: 94
Joined: Mon Feb 24, 2003 12:32 am
Location: CA

Post by looper »

D'oh! Yeah, I realized while I was trying to edit the file in Metapad that I didn't particularly need to see it in IE and that it was wrapped just fine. Sorry to take up time with this question; I knew there was an easy answer! :oops:

loop

Roody_Yogurt
Posts: 2256
Joined: Mon Apr 29, 2002 6:23 pm
Location: Milwaukee

Post by Roody_Yogurt »

Well, your post does make me realize that I don't exactly understand why they're in HTML anyway.

Post Reply