[Request] Ingame Help Widget
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
[Request] Ingame Help Widget
Basically what the title says.
I would like for my players to be able to, at the click of a button, pull up a gameplay/unit guide, complete with pictures etc etc etc.
I imagine this wouldn't be all that hard to implement as all the widget needs to be is pretty much a window with a darkish background that referances some sort of file to be displayed.
As I said, ability to show pictures is a plus if not a necessity.
I would like for my players to be able to, at the click of a button, pull up a gameplay/unit guide, complete with pictures etc etc etc.
I imagine this wouldn't be all that hard to implement as all the widget needs to be is pretty much a window with a darkish background that referances some sort of file to be displayed.
As I said, ability to show pictures is a plus if not a necessity.
It's gui_rooms, you can find it in the CA sandbox, which is bundled with SVN builds ( http://files.caspring.org/snapshots/latest.zip.php ). The room_unitInfo script for gui_rooms is kinda what you're describing:
http://lcc-clan.com/quant/screen007.png
http://lcc-clan.com/quant/screen002.png
It's still far from finished, though.
http://lcc-clan.com/quant/screen007.png
http://lcc-clan.com/quant/screen002.png
It's still far from finished, though.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
-
- Imperial Winter Developer
- Posts: 3742
- Joined: 24 Aug 2004, 08:59
*word wrapping
*you can change the color of your text
*vertical scrolling
*easily customizable (background color, size, etc ...) and modification-friendly
*there will be 6 tags:
<title>
<image> - "floating" will be supported
<link> - equivalent to <a href>
<heading> - equivalent to <h1>, <h2> ... you can set the size
<li>
<include> - includes another page eg.:navigation at the bottom
and that's all, this is ingame help not mozila firefox
*you can change the color of your text
*vertical scrolling
*easily customizable (background color, size, etc ...) and modification-friendly
*there will be 6 tags:
<title>
<image> - "floating" will be supported
<link> - equivalent to <a href>
<heading> - equivalent to <h1>, <h2> ... you can set the size
<li>
<include> - includes another page eg.:navigation at the bottom
and that's all, this is ingame help not mozila firefox

- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Okay, that quanta thing looks Awesome but I can't imagine playing with all that on the screen simultaneously like that so I assume you typically would have one or two of those frames at any given time.
For the "HTML" like widget... I mean your right it's simple but thats all we really need to start out... and get a simple help tool working.
For the "HTML" like widget... I mean your right it's simple but thats all we really need to start out... and get a simple help tool working.