Skotos layout possible in Hugo?

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

Hugella
Posts: 73
Joined: Mon Jun 28, 2004 4:45 pm
Location: Minneapolis, Minnesota

Skotos layout possible in Hugo?

Post by Hugella »

I don't know how many of you have taken a gander at the text games available over at skotos.net (sign up for a 30 free account if you haven't), but the interface I've seen used has at least one cool feature...in the bottom right corner is a display showing the current area of the map you're in, with a red X denoting your position. Clicking on this partial map (I think it's a 48x48 graphic they use, but there's one for every part of the map you may end up in) pops up a map of the entire level (I'm using the layout from Castle Marrach as an example, but I know it's used in at least one other (upcoming) game, "Lovecraft Country."

I'd just like to know if such a thing is possible in Hugo.

Kent
Posts: 119
Joined: Fri Jun 27, 2003 12:10 pm

Two things

Post by Kent »

It's possible to do a Skotos-ish layout of sorts, probably, but there are currently two things that I can think of:

1) The Hugo "main" window is the width of the screen, always. This is for historical/technical/porting reasons and should probably be remedied at some point, but that's the way it is now. So Hugo game screens to date have been horizontally separated vs. vertically.

2) You can do mouse input, but not while the player input is active. There are a couple of approaches you could take to deal with this, probably, such as having a single-key command like >M activate the menu, etc. It's just not as graceful as the integrated input line/mouse input the Skotos screen seems to have. Or, you could put menu choices in the context menu similarly to how Necrotic Drift does it. Again, however, this isn't portable across all platforms.

--Kent

Post Reply