Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

I have a layout I want to have for my stories. How do I make it.

I have not picked a language, because right now I'm still in design. However here is an example, in general, of the layout I want the end product to look. The end goal is to have everything in a wrapper (be it app, exe, linux executable, whatever) that takes every asset needed (be it audio, graphics, fonts, etc) and it's there in a known area the html bit looks in.

Included an example of the approximate layout I want.

Note: the context button area would have other uses, such as 'you have mail' or 'someone is calling you.'

Speaking of, is there a way to have popups that don't completely transition to a new segment? Also is there a way for the stat bar to slide out of the way when not needed and slide back if you hover mouse over/click a button?

Can I do this? If so, How? I'm guessing it can because CSS, but I don't know how.

Comments

  • It's a little difficult to reply without picking a Twine Version and Story Format first since they behave differently, so you'll have to seek specific information once you have picked a version and format that is most suitable for you.

    Everything you mentioned, in terms of layout, should be relatively easy to achieve with CSS and some coding.
  • Thats the thing. I'm throwing out the feature set I want rather than 'this is the version of Twine I want to use' since I want to know if any version can, and if so which version would be easier.
  • edited February 2016
    Unless you want to use the Harlowe or Snowman 2 story formats, which series (1 or 2) of the Twine application you use won't have a lot of effect on the process of building the interface you want. The choice of story format will effect the effort required, but I believe it should be possible using any story format besides Jonah.

    The basic process to build your interface consist of the following steps:

    a. Use Javascript to add any extra areas/elements (image, side-bar?, footer?) that the format you choice either does not already have, or does not function the way you want it to. The extra areas/element need to be added outside the area that the selected story format displays the Passage contents, this will allow it to stay unchanged (if needed) while the Reader navigates between passages.

    b. Use CSS to position the areas/element in the locations you want them.

    c. Create functionality to update the contents of the areas. Some story formats allow you to extend the core macro list easier than others.

    It will take a fair amount of effect to do what you want.

    opinion: If I personally needed to create a layout like the one in your example I would use SugarCube, because I believe it has more built-in features that would reduce the effort required.
Sign In or Register to comment.