Daimonin
Members login
Sign Up!
problems?
Home
•
Game Guide
•
Support
•
Shop
•
Gallery
•
Forum
•
Download
Daimonin Forum
Welcome Guest, you have to register to post here.
Search
Advanced search
News
Stats
75656
Posts in
6829
Topics by
8142
Members
Latest Member:
mattj
Daimonin Forum
|
Development
|
This website
|
Wiki
| Topic:
Smacky's Guides
« previous
next »
Pages:
1
[
2
]
3
Go Down
Topic: Smacky's Guides (Read 4190 times)
smacky
Administrator
Karma: +120/-101
Posts: 5381
Smacky's Guides
«
Reply #15 on:
May 13, 2006, 04:51:17 pm »
hehe Thanks Tehill, you'll get to see your name in italics soon. :shock:
The guides will be in B$ at some point (I hope anyway), although I might just do the beginner guides. But first of all I need to write a proper XSLT for DaiML, and find out a bit more about the technical limits of the Book GUI (ie, how many chars per line, lines (or pages) per book, etc. I'm also not sure if the image tag will be implemented or not (it'd be nice, but the guides don't rely on images). Blah blah blah. So it might be a little while.
Logged
Read
Smacky's Guides
CraisyDaisy
Administrator
Karma: +2/-0
Posts: 215
Smacky's Guides
«
Reply #16 on:
May 13, 2006, 11:21:21 pm »
Awesome work Smacky (I will have more to say when I have actually read them and had myself some coffee).
Logged
smacky
Administrator
Karma: +120/-101
Posts: 5381
Smacky's Guides
«
Reply #17 on:
May 14, 2006, 05:05:30 pm »
Quote from: "Weimar"
Yeah, that's how I often use your guides... I'll wonder, "What does con affect?" and then I'll click on the guide that talks about stats. So I like the compartmentalization.
How does the new format of
Character
[/i] suit?
The search function still doesn't work. I submitted the site to google a few days ago but it's not indexed yet. How long does it normally take? I'd be grateful if someone could look at the HTML for that page (I write very clear HTML and even use comments :shock: ) just to make sure I haven't screwed up the form (it's the first one I've written) or left out a vital piece of google-information.
Quote
That said, for the printing-out types, stuffing everything into one long page might not be very economical (not that you suggested that anyway).
I've made some minor concessions to printers via a stylesheet (eg, no TOC and no underlined links). Anything else?
Quote
Of course, the reason people print things out is for reference. So you might try, in addition to having your online, compartmentalized guides, having also a downloadable/printable concise reference sheet, or at least a summary of all the guides.
Like I said, I like this idea. I won't do it for a while, but I'm thinking one or more pages in PDF format. Should this be per guide, or compiling as much info as possible from all the guides into as little space as possible?
Logged
Read
Smacky's Guides
grommit
Administrator
Karma: +28/-3
Posts: 2529
Smacky's Guides
«
Reply #18 on:
May 14, 2006, 09:55:32 pm »
Smacky, I had a quick look at your guides and will be returning to read more fully later. From what I've seen - great work!
The one minor comment I have is to do with navigation. If it would be possible to add some navigation buttons (or just text links - it doesn't have to be pretty!) so I'm not left relying on my browser's Back button, that would be great.
Jeff.
Logged
CraisyDaisy
Administrator
Karma: +2/-0
Posts: 215
Smacky's Guides
«
Reply #19 on:
May 14, 2006, 10:25:33 pm »
OK heres an endoresment for you:
"I wish I had Smacky's Guides when I was a newb...all I had was Longir!"
Logged
smacky
Administrator
Karma: +120/-101
Posts: 5381
Smacky's Guides
«
Reply #20 on:
May 14, 2006, 11:40:52 pm »
@ Grommit, TY. Yes navigation has been on my wishlist for a loo-o-ong time. ATM DaiML has no inter-document navigation features, so unfortunately you do have to rely on your browser buttons. Oh, I ought to add that I'm the one responsible for fulfilling my wishlist (as Cher is playing about with that silly map editor thing
). I'm working on it, but other stuff keeps getting my attention instead.
@ CD, you do realise that's the third endorsement you've posted? hehe Thanks again.
Logged
Read
Smacky's Guides
smacky
Administrator
Karma: +120/-101
Posts: 5381
Smacky's Guides
«
Reply #21 on:
May 17, 2006, 12:42:21 pm »
I have changed the sitesearch from Google to a CGI thing called Entropy. Google is just taking too long to get the site indexed.
The Entropy search appears to work, although the default template isn't exactly pretty. Maybe I'll have a look at that. Oh, also it's currently only accessible from the main page, which is a little inconvenient. I hope to change that at some point.
Logged
Read
Smacky's Guides
dwarrior
Lesser Moroch Avatar
Karma: +3/-0
Posts: 764
Smacky's Guides
«
Reply #22 on:
May 17, 2006, 07:48:35 pm »
This new site is great. Smacky's Guides are what I read when I cannot play Daimonin.
Logged
Dwarrior may have returned while you weren't looking.
Weimar
Common Human
Karma: +0/-0
Posts: 62
Smacky's Guides
«
Reply #23 on:
May 18, 2006, 09:52:59 am »
@Smacky: Sorry, didn't see that you were addressing me
Re: the Character guide -- yes, it looks better now. Re: the print.css stylesheet -- I think you could go a bit farther in stripping away extra stuff... go to one of the appendices within Game Mechanics and you'll know what I mean. You could do this by assigning screen.css to media=screen only, then having this for print.css:
Code:
h1 { font-size:200%; }
h2 { font-size:185%; }
h3 { font-size:170%; }
h4 { font-size:155%; }
h5 { font-size:140%; }
h6 { font-size:125%; }
a {
text-decoration: none;
color: inherit
}
.toc { display: none }
table {
border-collapse: collapse;
border: 1px solid #555
}
td, th { padding: 3px }
th { background-color: #EFEFEF }
.advice {
background-color: #EFEFEF;
border: 1px solid #555;
padding: 3px
}
.advice img {
vertical-align: middle;
margin-right: 5px
}
...or somesuch. While I'm talking about the CSS, I don't know what it looks like on your end but the text in the .toc seems a bit small to me... perhaps you could increase the size a bit? (I suppose you'd have to increase the width accordingly, as well.) And one more thing -- I like how the headers stand out with the background-color and all, I just don't know if you ought to do them for
all
headers (it's a bit overpowering) -- maybe just for h1 and h2. Also, perhaps the h2's could have another background color (gold, or dark turquoise).
Finally, re: reference PDFs -- well, first, I like what you've done with the Appendices at the end of the Game Mechanics guide. (I don't know if they were there before the relocation but they seem new.) Data in tabular-ish format was what I was thinking. Yes, I think you should have several reference sheets. They don't have to be anything fancy -- just the facts. For starters, everything in
Character: Stats
could be bundled into such a sheet -- maybe something like:
Code:
STAT AFFECTS...
====================================
Str Carry limit, melee damage
Dex Weapon class, speed
...
Cha Selling price of shop items (the higher
the value, the more money you obtain)
...
AC Your chances of avoiding being hit (the
higher the value, the harder you are to hit)
WC Your chance of hitting enemies (the higher
the value, the more chance you have of
hitting)
Carry Max weight you can carry. Affected by strength.
limit Affects speed.
...
The eventual format is up to you, but hopefully something short and sweet like that
Another sheet you could make is one listing all the dungeons in the Daimonin world, and what the recommended levels are for each. I know we already have a bitmap in the wiki that gives that information, but a text-only document would be more concise, of course
Finally, if you make a PDF, then I'd think there should only be one, but it should be separated into subdocuments, for the multiple reference sheets.
(Whew!)
Logged
smacky
Administrator
Karma: +120/-101
Posts: 5381
Smacky's Guides
«
Reply #24 on:
May 18, 2006, 12:08:48 pm »
Quote from: "Weimar"
Re: the print.css stylesheet
Actually, I do have media="screen" for screen.css and media="print" for print.css already.
Hm, when my printer has stopped playing silly buggers I'll print out an Appendix and see what you mean. The problem (?) with your amended stylesheet is border-collapse: which is CSS2. As much as I'd like to go with later standards (CSS3 offers page columns I think) I'm trying to stick with CSS1 as it's most widely supported by UAs (I'm a bit obsessive about standards conformance
).
Quote
While I'm talking about the CSS, I don't know what it looks like on your end but the text in the .toc seems a bit small to me... perhaps you could increase the size a bit? (I suppose you'd have to increase the width accordingly, as well.)
Hm, my original concept was to provide three 'ToCs' across the top there. From left to right: a list of all
Smacky's Guides
, a list of all documents within the current guide, a list of all sections on the current document. Obviously this would require a width of about 30% each. Also, as you increase width so you increase height -- the current size seemed optimal from that perspective. But obviously if people are finding it difficult to read it's no good. So any suggestions how I could address all of this?
Quote
And one more thing -- I like how the headers stand out with the background-color and all, I just don't know if you ought to do them for
all
headers (it's a bit overpowering) -- maybe just for h1 and h2. Also, perhaps the h2's could have another background color (gold, or dark turquoise).
Good point. One thing I want to do is provide alternate stylesheets at some point. I don't want to use too many colours on one sheet though as it soon looks garish and hideous.
Quote
Finally, re: reference PDFs
Yes, the reason for suggesting PDFs was that (AFAIK) that format gives me control over page size, etc. (I'd have to plough through the specs first, but their 1200 page length puts me off! :shock:
Quote
Another sheet you could make is one listing all the dungeons in the Daimonin world, and what the recommended levels are for each. I know we already have a bitmap in the wiki that gives that information, but a text-only document would be more concise, of course
NEVER! Nasty spoily stuff.
Thanks for your suggestions.
Logged
Read
Smacky's Guides
clobber
VOL
Karma: +6/-0
Posts: 1191
Smacky's Guides
«
Reply #25 on:
May 18, 2006, 04:58:25 pm »
Looks interesting!
Looking good Smacky
Logged
Posted by Clobber
Collector Of Burnt out torches,12,492 and Counting.
,-. ___ ,-.
\/ . . \ /
(___O___)
/ \ / )
( || || )
000 000
Woof, Woof!
smacky
Administrator
Karma: +120/-101
Posts: 5381
Smacky's Guides
«
Reply #26 on:
May 18, 2006, 05:09:32 pm »
TY Dwarrior and clobber.
Logged
Read
Smacky's Guides
smacky
Administrator
Karma: +120/-101
Posts: 5381
Smacky's Guides
«
Reply #27 on:
May 19, 2006, 12:08:09 am »
@ Weimar (and anyone else who cares), OK, I've made some
quick
changes to screen.css to remove some of the heaviness from the headers (h3+). I'm not sure if it's better to have links consistently coloured, or headers consistently coloured. ATM I've gone with the former (shown on smackys_guides/index.html).
Also have a look at eg, game_mechanics/index.html. The subsection headers (h3) have the background colour remove while section headers (h2) do not: does this look strange or is it ok?
Lastly, as an afterthought I may or may not have slightly increased the font size in the ToC. You tell me.
EDIT: Woot! Got into Google at last.
Logged
Read
Smacky's Guides
Weimar
Common Human
Karma: +0/-0
Posts: 62
Smacky's Guides
«
Reply #28 on:
May 19, 2006, 01:28:18 am »
Quote from: "smacky"
Actually, I do have media="screen" for screen.css and media="print" for print.css already.
You do? Oh, print.css just contains repeated stuff, I see.
Quote
The problem (?) with your amended stylesheet is border-collapse: which is CSS2. As much as I'd like to go with later standards (CSS3 offers page columns I think) I'm trying to stick with CSS1 as it's most widely supported by UAs (I'm a bit obsessive about standards conformance
).
Well, that's fine, I'm a standards compliance freak myself, and in any case border-collapse is just a luxury anyway. In fact you could just remove the table{} section altogether, it looks fine without it when printed.
Quote
Hm, my original concept was to provide three 'ToCs' across the top there. From left to right: a list of all Smacky's Guides, a list of all documents within the current guide, a list of all sections on the current document. (...) So any suggestions how I could address all of this?
Well, I'd say if you're going to include that much information, it ought to be away from the main content somewhere. I see three options: 1) You could fully list the three ToCs in a left sidebar (either framed or frameless). 2) You could have collapsible lists in a left sidebar (either framed or frameless), where only the "On this page" ToC is uncollapsed, and collapsedness would be toggled when the ToC name is clicked on. 3) You could have pop-out menus in a topbar (either framed or frameless), where a ToC would appear when the name of the ToC is rolled over.
With that said, I found out that listing the ToCs on the side, due to having to shorten the width of the main content, will mess up pages like
Character: Character creation
, where you have a big image and then a table right-float'ed; the table ends up going past the right margin. This could easily be fixed with CSS, however. As for listing ToCs as pop-out menus, the Javascript to do so would have to be either obtained or written from stratch, and I don't know if you want to go that far. HTH...
Logged
Weimar
Common Human
Karma: +0/-0
Posts: 62
Smacky's Guides
«
Reply #29 on:
May 19, 2006, 01:58:37 am »
Just saw your second post, Smacky. Yes... that's a bit better. Er -- that seemed to accentuate all the horizontal lines you have going now, actually (specifically, the border-bottom you have every .section). Okay, I'm nitpicking I guess... Perhaps you could remove the border-top from .section h4, .section h5, and .section h6, at least... This should make both smacky_guides/index.html and game_mechanics/index.html look a bit better.
The ToC is still the same size I think, lol :wink: Is font-size: 80% too big on your end? (It may just be me... I've fiddled around with the font settings in my browser.)
Logged
Pages:
1
[
2
]
3
Go Up
Daimonin Forum
|
Development
|
This website
|
Wiki
| Topic:
Smacky's Guides
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Project News
-----------------------------
=> Official announcements
===> Michtoen's blog
===> Programmers' blogs
===> Artists' blogs
===> Musicians' blogs
===> Mapmakers' blogs
-----------------------------
Development
-----------------------------
=> This website
===> Forum
===> Wiki
===> Gallery
===> Shop
=> Daimonin project
===> Bug discussion
===> Suggestions
===> 3D client
=> Arches
=> Maps
===> Mapping tools
===> Map sets
===> Map wizardry
=> Scripts
-----------------------------
Contributions
-----------------------------
=> Graphics
===> Graphics requests
=> Sound & music
=> Writing
-----------------------------
Community
-----------------------------
=> Game rules
=> Newbies
=> Tech support
=> Community chat
=> Main server
===> Events
===> Clans
===> Marketplace
===> Spoilers
=> Test server
Page created in 0.139 seconds with 23 queries.
Powered by SMF 1.1.4
|
SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Loading...
Copyright 2008 Daimonin MMORPG •
Terms of Service
•
XHTML
•