User:Allen Kerensky/Myriad Lite/Lite

From OpenSimulator

< User:Allen Kerensky | Myriad Lite
Revision as of 18:23, 24 October 2013 by Allen Kerensky (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Myriad Lite

Myriad Lite Concepts

The HUD is the core of the game system and is the only "mandatory" piece you need to play the game.

The HUD is attached to a HUD slot, usually Lower Left.

Setting Up The Myriad Lite HUD

  1. Create a simple cube
    1. Size the cube to 0.250 meters for X,Y, and Z
    2. Apply the Myriad logo to it
    3. Set the cube to 50% transparent.
  2. Drag and Drop the following pieces from inventory into the cube:
    1. The Myriad Lite Module Armor script
    2. The Myriad Lite Module BAM script
    3. The Myriad Lite Module Character Sheet script
    4. The default character sheet notecard
    5. The Myriad Lite Module Meter script
    6. The Myriad Lite Module Resilience script
    7. The Myriad Lite Module Rumors script
    8. The Myriad Lite Module Skill Close Combat script
    9. The Myriad Lite Module Skill Ranged Combat script
    10. The Myriad Lite Module WELL script
    11. The Myriad Lite script itself (Must be compiled as Mono due to size)
  3. Edit the character sheet notecard to set a default character name for yourself at the top.
  4. Take the cube into inventory
  5. Right-click the cube in inventory and choose the "Attach to HUD -> Bottom Left" attachment point.
  6. You should see Myriad Lite begin loading your character from the character sheet and tell you when its ready to play.
  7. Edit the HUD attachment to position it.
  8. Detach the HUD back to inventory to "save" the position.

Quickstart For Players

  • (required) Wear the HUD.
  • (optional) Wear the hovertext meter
  • (optional) Wear armor, which you should see reported in your chat window.
  • (optional) Wear a holster
  • (optional) Wear a melee or ranged combat weapon

Commands

Myriad Lite accepts a variety of chat commands on channel 5.

Many commands are detailed below in context, and more are described in the additional module documentation as well.

/5 <command> will activate that command.

Scripters can also send the same commands as a link message.

Custom HUDs can be constructed with buttons named each command, and the button will activate the command of the same name

You can send commands to Myriad Lite on chat channel 5.

  • /5 armoroff - turn off powered armor to save battery
  • /5 armoron - turn on powered armor
  • /5 checkammo - check the ammo left in your firearm
  • /5 checkarmor - check what amount of armor you currently have on
  • /5 checkbattery - check the battery level in powered armor
  • /5 combatoff - disable the built in fist fighter
  • /5 combaton - enable the built in fist fighter
  • /5 credits - credit where credit is due
  • /5 debugoff - turn off debugging messages if showing
  • /5 debugon - turn on debug messages
  • /5 drawboth - draw weapons in both hands if attached
  • /5 drawleft - draw a weapon in your left hand, if attached
  • /5 drawright - draw a weapon in your right hand, if attached
  • /5 holsterboth - holster the firearms in both hands, if attached
  • /5 holsterleft - holster the firearm in your left hand, if attached
  • /5 holsterright - holster the firearm in your right hand, if attached
  • /5 quest - see your current status in your current quest
  • /5 recharge - recharge the batteries in powered armor
  • /5 reload - reload your firearm
  • /5 reset - reset your meter and reload your character sheet
  • /5 safetyoff - unsafe your firearm
  • /5 safetyon - safe your firearm
  • /5 sheatheboth - sheathe the melee weapons in both hands, if attached
  • /5 sheatheleft - sheathe the melee weapon in your left hand, if attached
  • /5 sheatheright - sheathe the melee weapon in your right hand, if attached
  • /5 version - show the credits which includes the HUD version number and date

Using the Talker/Emoter

A new roleplay talker/emoter module has been integrated into the HUD to send Out Of Character (OOC) and In-Character (IC) messages, emotes, and even thinking-out-loud.

OOC messages and To send an OOC message: /22 <message>

 Example: (( Allen Kerensky says, "this is an OOC message" ))

To send an OOC emote: /23 <emote>

 Example: (( Allen Kerensky laughs as an OOC emote ))

To send an IC message: /44 <message>

 Example: Allie Reiland says, "this is just talking out loud"

To send an IC "thinking out loud" message: /45 <thinking>

 Example: Allie Reiland thinks, 'hmmm why did they say that?'

To send an IC emote: /66 <emote>

 Example: Allie Reiland runs for the hills.

To send an IC narration message: /88 <narration>

 Example: The computer gives out a soft beep as the security software is cracked and crashes.

Using the Dice Roller

I've built a simple dice roller into the HUD that sends its results as an OOC message. It will show the type of roll, individual dice results, and the total of adding the dice together. It does not support +/- modifiers - those can be done in your head **grin**.

To roll X number of dice with Y sides: /5 roll XdY

 Example:
 /5 roll 3d6
 ((Allen Kerensky rolls 3d6 resulting in 4, 5, 2,  totalling 11.))

The Myriad RPG Group

Join the Myriad RPG group for announcements and discussion around the Myriad RPG and Myriad Lite scripts.

SecondLife: secondlife:///app/group/dbedc3be-729e-a123-d669-92f401e07a1e/about

OSgrid: secondlife:///app/group/da0227e5-8a0d-4d99-b970-9411932c852d/about

Community

Role Medieval Modern Futuristic Universal
Scripter Allen Kerensky
Builder
Tester
Mentor/Teacher

Feature Requests

If you have a feature you would like to see added to Myriad Lite, write a new feature request on the talk page for this article.

The best feature requests will have:

 Your SL name
 The name, version, and date of the script you are requesting new features in
 A description of the feature
 A sample implementation of the feature in LSL compatible with OSG and SL.

Bug Reports

If you find a bug or something that just doesn't seem right in how the Myriad Lite script works, file a bug report on the talk page for this article.

The best bug reports will have:

 Your OSG or SL name
 The name, version, and date of the script you are having problems with
 A description of the problem itself
 Steps to follow to reproduce the problem

Contributing to Myriad Lite

If you would like to contribute to the Myriad Lite project, please do!

The best contributions will have:

 Your SL Name
 A description of the contribution
 The patch, script, file, or object being contributed
 A release stating: 
 * that you intend to contribute this to Myriad Lite
 * that you are the original creator of the contribution or are legally empowered to contribute it
 * that you acknowledge this contribution can be released under the Creative Commons BY 3.0 Unported and Modified BSD (3-clause) licenses
//============================================================================
// Myriad Lite 
// Copyright (c) 2012 by Allen Kerensky (OSG/SL) All Rights Reserved.
// This work is dual-licensed under
// Creative Commons Attribution (CC BY) 3.0 Unported
// http://creativecommons.org/licenses/by/3.0/
// - or -
// Modified BSD License (3-clause)
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// * Redistributions of source code must retain the above copyright notice, 
//   this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright notice,
//   this list of conditions and the following disclaimer in the documentation
//   and/or other materials provided with the distribution.
// * Neither the name of Myriad Lite nor the names of its contributors may be
//   used to endorse or promote products derived from this software without
//   specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
// OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
// NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
// NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// The Myriad RPG System was designed, written, and illustrated by Ashok Desai
// Myriad RPG System licensed under:
// Creative Commons Attribution (CC BY) 2.0 UK: England and Wales
// http://creativecommons.org/licenses/by/2.0/uk/
//============================================================================
Personal tools
General
About This Wiki