Release Notes. Release Notes / 1

Size: px
Start display at page:

Download "Release Notes. Release Notes / 1"

Transcription

1 Release Notes WARNING! AS OF THIS PATCH, ALL MODULES CREATED/SAVED WITH THE VERSION 74 TOOLSET ARE TAGGED AS REQUIRING VERSION 74 OR HIGHER OF NEVERWINTER NIGHTS GAME OR TOOLSET. Installable through the Beamdog Client and Steam The game uses an install directory (read-only), and a user directory for your content and save-games that is independent of the install directory. This user folder can be found in: [My Documents]\Neverwinter Nights (Windows) ~/Documents/Neverwinter Nights (macos) ~/.local/share/neverwinter Nights (Linux) Launching executables with the command-line option -userdirectory alternative_directory will use alternative_ directory instead of the one specified. New Advanced Graphics Options (nwn.ini) Advanced Frame-Buffer Effect (Vibrance). Boosts saturation (or colour vibrancy) in areas that are monochrome. Enable FBEffect Vibrance=1 Advanced Frame-Buffer Effect (Depth of Field). Causes more distant pixels to be blurred. This effect only becomes visible as the camera zooms in close to the player character. Enable FBEffect Depth of Field=1 New frame-buffer effects off. New frame-buffer effects on. Release Notes / 1

2 Upscaled UIs Added When in full-screen, Neverwinter Nights: Enhanced Edition will automatically use your desktop resolution. The UI will now upscale to the largest resolution possible (3x scaling on a 4k monitor). New Shader Support Custom content authors can apply both vertex- and fragment-shaders on textures by supplying the command customshadername XXX in a.txi file. The game engine will look for the files fsxxx.shd and vsxxx.shd (put them in override or in a hak) and apply them to each texture instance. For details, see Shaders_README.txt. Linux Install Rebuilt For nwmain, we now link against a different set of libraries for audio (see LinuxInstall_README.txt for more info). macos Support Updated Both the main game and the standalone-server should now run on macos (OS X) 10.9 Mavericks or later. Gamespy (Unique Player Names Support) Removed Now that Gamespy no longer operates, unfortunately we can no longer guarantee player names are unique across the community. Your identity is now based around your public CD key (granted through Beamdog servers). Languages Updated French, German, Italian, Polish and Spanish translations of v74 have been completed. NWN 1.69 was English only! Server Changes Optimized multiple hotspots in the servers to speed up processing speed. Exposed new.ini option to let servers use less CPU when not enough players are connected, but run at full throttle once enough players are connected. Conversation performance dramatically improved on busy servers. Servervault characters will be saved by public cdkey (secured via master server) instead of by player name. Features added for server admins to allow them to switch servervaults from NWN 1.69 to v74 (see official Beamdog forums for more information on what clients and servers must do to make this work). Added a crash reporter to the Linux server that will enable server administrators to easily report issues. New nwnplayer.ini Options Option added to allow users to claim names permanently and associate the name with their CD Key. Off by default. Turn on ONLY if you are running a persistent world. Sticky Player Names=0 When Sticky Player Names is set, this allows the old NWN 1.69 servervault characters saved by player name directory behaviour. Recommended for old persistent worlds that do not want to swap to the new servervault format. Server Vault By Player Name=0 Specify the number of clients required to be connected to a server before it stops aggressively attempting reduce its CPU usage via sleep(). Clients Required To Disable CPU Sleep=1 Specifies the maximum number of scripting instructions available to run within a given script before the script is assumed to be in an infinite loop and terminated (was in NWN 1.69, minimum = , maximum = ) [Script Options] Instruction Limit= New nwn.ini options Language. If you wish to override the language choice as specified by the Beamdog Client, you may set this entry directly in nwn.ini. [Display Options] language=en Release Notes / 2

3 Choices available are: German: de English: en Spanish: es French: fr Italian: it Polish: pl Note that if language selected does not exist in your build, English will be selected by default. SetUIScale. The UI attempts to resize to the maximum scale possible (when at the default value of 0). However, if this UI choice given is too large for you, you may set the UI Scale to a lower number. If the number is set to a value between 1 and 8, it will attempt to give you that exact UI scale. The game may decide to override this value if you are running at a resolution that does not allow this value properly on the screen. SetUIScale=0 New Scripting Commands SetTag(object, string), void SetTag(object,string). Specifies a new tag for the given object. Note that this call will not update any of the references to this tag (such as area transitions). string GetEffectTag(effect eeffect). Returns the string tag set for the provided effect. If no tag has been set, returns an empty string. effect TagEffect(effect eeffect, string snewtag). Tags the effect with the provided string. Any other tags in the link will be overwritten. int GetEffectCasterLevel(effect eeffect). Returns the caster level of the creature who created the effect. If not created by a creature, returns 0. If created by a spell-like ability, returns 0. int GetEffectDuration(effect eeffect). Returns the total duration of the effect in seconds. Returns 0 if the duration type of the effect is not DURATION_ TYPE_TEMPORARY. int GetEffectDurationRemaining(effect eeffect). Returns the remaining duration of the effect in seconds. Returns 0 if the duration type of the effect is not DURATION_TYPE_TEMPORARY. string GetItemPropertyTag(itemproperty nproperty). Returns the string tag set for the provided item property. If no tag has been set, returns an empty string. itemproperty TagItemProperty(itemproperty nproperty, string snewtag). Tags the item property with the provided string. Any tags currently set on the item property will be overwritten. int GetItemPropertyDuration(itemproperty nproperty). Returns the total duration of the item property in seconds. Returns 0 if the duration type of the item property is not DURATION_TYPE_ TEMPORARY. int GetItemPropertyDurationRemaining(ite mproperty nproperty). Returns the remaining duration of the item property in seconds. Returns 0 if the duration type of the item property is not DURATION_TYPE_TEMPORARY. Crashes Fixed Game running on some ATI/AMD graphics cards (updated water support). Creatures containing more than 255 memorized spell slots for a level. Using Smite Evil and Smite Good against noncreature objects. Polymorph spell and items with constitution bonus (in some situations). Using NWScript s GetReputation() on area of effects created by modules and areas. Player starts barter with a stackable undroppable (cursed) item. (Rare) objects deleted while contained in an area of effect. (Rare) divide by zero crash in the particle system (hellball VFX creates this infrequently). Entries longer than 255 characters in.2da files. Opening the second page of the epic spell radial menu. Case-sensitive filesystems (Linux) with nonlowercase resources in override. Other Issues Fixed aggressive removal of spell uses for bards/ sorcerers when charisma bonus is removed from the character. Fixed DC checks for spell-like abilities (instant feats). Local variables are now copied correctly to items purchased from an infinite-stack in stores. OnHit::SpellCast property will no longer overwrite properties of spell currently being cast by creature. Fixed an issue using EnforceLegalCharacters where feats were temporarily removed, causing spell slots to disappear. Fixed an issue where spell slots are removed because of premature calculation of primary statistic as we equip the character during validation. Fixed an issue where item properties can be attributed permanently to a creature without having the item equipped. Release Notes / 3

4 Fixed an issue where placeables could get stuck open/closed. No longer remove creature weapons/armor when ItemLevelRestrictions or EnforceLegalCharacters is on (since this is how horses are generated). Ensure the PC is actually saved when a PC has been dominated (was saving the dominator s creature data in its place). Binarized some of the 1.69 MDL files (horses, dragon wings) to improve the speed of loading them into the game. Dispel Check calculation now takes a tie as a remove effect, as specified in the Player s Handbook. Counterspell cleaned up properly, no longer grants a wizard with an instananeous spell cast after it is finished. OnClientLeave event is now called before the creature is physically removed from the area, instead of after, to allow scripting to determine the creature s position as it leaves. Assassins with Death Attack can now use Improved Sneak Attack without having Sneak Attack 1. Player Party Changes will only cause other players to stop hostile actions against the creature that has now become friendly, instead of all hostile actions against all creatures everywhere. Casting a metamagic spell will no longer add the metamagic to the item used immediately afterwards. Weapon Focus (Trident) should now work properly. Prevent characters, when being moved in drive mode, from rarely appearing in incorrect locations after area transitions. Ensure that the module s desired HAK and TLK files are loaded before we attempt to start character creation within a multiplayer module (allows servers to specify their own set of additional base classes, races, et cetera) Area of Effect objects (in areas containing PCs) have a higher AI priority. Area of Effect objects now move each time their creature moves (to prevent creatures from outrunning their own auras in busy areas). Character sheet will now be refreshed when a player loses a level. Attempting to buy a non-infinite item from a store when you have a full inventory will no longer cause the item to disappear from store. Fixed rules for deflecting arrows (use the target, not the shooter, to measure whether we must wield the current weapon with both hands). Properly linked item property to their associated game effects (removal of temporary game effects would occasionally remove the item property effects instead). Metamagic slots are now properly removed, if the metamagic feat is lost. Assassin s Death Attack balanced to only fire once per round (first attack). Assassin s Death Attack paralysis length is based only on assassin level, not total character level. Quivering Palm will no longer work against Pale Masters with Deathless mastery (immunity system fixed). For feat-based spells (such as Harper Scout sleep), GetSpellSaveDC now computed properly when the base ability score for the character is less than 10. Extra spell slots earned from items are unreadied instead of cleared when shapeshifting/ polymorphing. Dungeon Master limboing a sitting creature will no longer make the placeable they were sitting on unusable. Triggers and doors will no longer run default.nss for scripting events if no script has been declared for the event within the Aurora Toolset. Spells cast with cones will never target the caster (when launched in some directions, the cone would sometimes encompass the caster) Applying EffectDeath() on a target immune to death magic will no longer cause the creature to stop all of its actions. Remove all bad effects from a creature properly (some bad effects were ignored). Fix to Uncanny Dodge 2 feat (higher-level rogues are now allowed to attack lesser rogues with Sneak/Death attacks). Increase maximum number of charges that can be placed on items from 50 to 250. Scripting command CopyItemAndModify can now modify colours 1-9 for custom-content weapons (note that all standard content only has four colours) Release Notes / 4

5 Weapon Master prestige class: For the Ki Critical feat, the offhand weapon will no longer use weapon of choice of onhand weapon. Monk s Circle Kick: When current target leaves maximum attack range, we will now pick a new target within attack range instead of standing and doing nothing. Defensive Stance mode will be canceled properly when casting spell or using an item. Fixed issues with saving a character while polymorphed/shapeshifted (temporarily removing the polymorph, saving the creature and reapplying the polymorph). Greater Sanctuary now stacks properly with Invisibility (True Seeing no longer pierces both effects). Spell-like abilities assigned in Special Ability tab in creature properties will be cast at level as set by builder (was ignored and set to innate caster level). Combat modes are now terminated properly when swapping from one combat mode to another. EffectDeaf() should now work properly for perception. Monk s Stunning Fist: Balance change to last only one round instead of three rounds. Party list UI element should function correctly now when one has a large party list and many members leave/rejoin. Custom-content added base classes can now be selected during character creation. Players cannot cancel actions through the UI when character is non-commandable (for example, while confused). Special abilities and cleric domain feats can now coexist in the Special Abilities radial menu if there are >= 8 elements. Added Rob Krajacarski and Jenny McKearney to the English XP2 credits (they were in the credits for all other language builds). Combined credits list for all languages into a unified credits movie for XP1 and XP2. Updated embedded zlib library. Fixed case where Enforce Legal Characters could prevent a character from multiclassing into a new class with a larger hit dice than the one previously selected. Removed ability for shapeshifting players to abuse the UI and use their normal spells while shapeshifted. Security audit; removed numerous hacking methods from codebase. Known Issues On macos, changing your audio output devices while Neverwinter Nights: Enhanced Edition is running will cause instability. We are working with our sound library provider (RAD Game Tools) to solve this issue. The networking code (written in an era before network address translation was prevalent) still requires that the server s public IP and port be reachable directly. Release Notes / 5

macos Support Updated Both the main game and the standalone-server should now run on macos (OS X) 10.9 Mavericks or later.

macos Support Updated Both the main game and the standalone-server should now run on macos (OS X) 10.9 Mavericks or later. Release Notes Neverwinter Nights: Enhanced Edition Launch Features Improved Display. Your portrait, combat bar, inventory, and other UI elements adjust in size based on your chosen resolution including

More information

NWN ScriptEase Tutorial

NWN ScriptEase Tutorial Name: Date: NWN ScriptEase Tutorial ScriptEase is a program that complements the Aurora toolset and helps you bring your story to life. It helps you to weave the plot into your story and make it more interesting

More information

NWN Toolset Module Construction Tutorial

NWN Toolset Module Construction Tutorial Name: Date: NWN Toolset Module Construction Tutorial Your future task is to create a story that people will not only be able to read but explore using the Neverwinter Nights (NWN) computer game. Before

More information

Making Your World with the Aurora Toolset

Making Your World with the Aurora Toolset Making Your World with the Aurora Toolset The goal of this tutorial is to build a very simple module to ensure that you've picked up the necessary skills for the other tutorials. After completing this

More information

Making Your World - the world building tutorial

Making Your World - the world building tutorial Making Your World - the world building tutorial The goal of this tutorial is to build the foundations for a very simple module and to ensure that you've picked up the necessary skills from the other tutorials.

More information

A game by DRACULA S CAVE HOW TO PLAY

A game by DRACULA S CAVE HOW TO PLAY A game by DRACULA S CAVE HOW TO PLAY How to Play Lion Quest is a platforming game made by Dracula s Cave. Here s everything you may need to know for your adventure. [1] Getting started Installing the game

More information

Roll 4d6, six times Note results on scrap paper. Drop lowest score and add up the three highest scores.

Roll 4d6, six times Note results on scrap paper. Drop lowest score and add up the three highest scores. A GUIDE TO CREATING A DUNGEONS & DRAGONS CHARACTER Created by F. Sinclair, School Librarian, for the D&D activity group. Referenced from the D&D Core Rule Books: Player s Handbook, Published by Wizards

More information

Spell Casting Motion Pack 8/23/2017

Spell Casting Motion Pack 8/23/2017 The Spell Casting Motion pack requires the following: Motion Controller v2.50 or higher Mixamo s free Pro Magic Pack (using Y Bot) Importing and running without these assets will generate errors! Why can

More information

Table of Contents. How does this game work? What do I need to play? What kind of character can I play? What are stats? What is proficiency?

Table of Contents. How does this game work? What do I need to play? What kind of character can I play? What are stats? What is proficiency? h D? do i play D w & o An absolute beginner s guide to the world s favorite roleplaying game, featuring frequently asked questions about character building and adventuring 1 2 Table of Contents How does

More information

DUNGEONS & DRAGONS. As a Drupal project. Hacking and slashing our way through real-world content management problems

DUNGEONS & DRAGONS. As a Drupal project. Hacking and slashing our way through real-world content management problems DUNGEONS & DRAGONS As a Drupal project Hacking and slashing our way through real-world content management problems Exploring New Technology With Familiar Problems C/C++ Perl JavaScript and jquery Drupal

More information

Neverwinter Nights Maps

Neverwinter Nights Maps Neverwinter Nights Maps 5B 6 5 9 13 14 12 1 3 11 10 4 2 8 7 1 INTERIOR MAP 2 1 EXTERIOR MAP EXTERIOR MAP 1 NWN Toolset and ScriptEase Module Construction Tutorial Introduction... 3 Tutorial 1: Loading

More information

DUNGEONS & DRAGONS ERICK LEE EDWARDS F I F T H E D I T I O N BASED ON THE WORKS OF

DUNGEONS & DRAGONS ERICK LEE EDWARDS F I F T H E D I T I O N BASED ON THE WORKS OF DUNGEONS & DRAGONS FIFTH EDITION by Erick Lee Edwards DUNGEONS & DRAGONS F I F T H E D I T I O N BY ERICK LEE EDWARDS BASED ON THE WORKS OF E. GARY GYGAX, DAVE ARNESON, MONTE COOK, JONATHAN TWEET, SKIP

More information

Neverwinter Strategy And Leveling Guide -- >> Click Here Visit Website >> CHECK HERE

Neverwinter Strategy And Leveling Guide -- >> Click Here Visit Website >> CHECK HERE Neverwinter Strategy And Leveling Guide -- >> Click Here Visit Website >> CHECK HERE Getting free instant access neverwinter strategy and leveling guide scam or work?, how to get neverwinter character

More information

The Card-Mage A Homebrew D&D 3.5e Base Class, by Tristan Payne.

The Card-Mage A Homebrew D&D 3.5e Base Class, by Tristan Payne. The Card-Mage A Homebrew D&D 3.5e Base Class, by Tristan Payne. NOTE: Class requires player to use a standard 52 deck-of-cards, (+2 Optional Jokers). Recommended Abilities: CHA (Spell-casting modifier),

More information

Class Information The following information pertains to the Technomancer advanced class.

Class Information The following information pertains to the Technomancer advanced class. The Technomancer The Technomancer is a Mage who specializes in magic that interacts with technology. He casts arcane spells and builds powerful magic items. This interaction between magic and technology

More information

Converting to SEG. The following is a correlation between CoC Characteristics and SEG Attributes:

Converting to SEG. The following is a correlation between CoC Characteristics and SEG Attributes: Converting to SEG Call of Cthulu Attributes Divide all attribute scores by 2 and round fractions down. The following is a correlation between CoC Characteristics and SEG Attributes: CoC Characteristic

More information

Manual. About this game. Story

Manual. About this game. Story Manual About this game Eselmir and the five magical gifts is a 2D point and click adventure game inspired by the old classics of the genre. It tells the story of Eselmir and his journey to find the five

More information

1 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3

1 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 3 At 6 th level, each Magic User chooses to specialize in one of the following fields: Archmagis, Battle Mage, or Meta Mage; once chosen, this specialization may never be changed. Damage Level Melee Damage

More information

WIZARD. The Power Gamer s 3.5. Strategy Guide. Credits. The 100% Official Guide to Kicking Monster Butt and Winning the Game _ Mage Style!

WIZARD. The Power Gamer s 3.5. Strategy Guide. Credits. The 100% Official Guide to Kicking Monster Butt and Winning the Game _ Mage Style! The Power Gamer s 3.5 WIZARD Strategy Guide The 100% Official Guide to Kicking Monster Butt and Winning the Game _ Mage Style! Concept Joseph Goodman Credits Cover & Interior Diagrams Andy Hopp Project

More information

Introduction. Modding Kit Feature List

Introduction. Modding Kit Feature List Introduction Welcome to the Modding Guide of Might and Magic X - Legacy. This document provides you with an overview of several content creation tools and data formats. With this information and the resources

More information

System Requirements...2. Installation...2. Main Menu...3. New Features...4. Game Controls...8. WARRANTY...inside front cover

System Requirements...2. Installation...2. Main Menu...3. New Features...4. Game Controls...8. WARRANTY...inside front cover TABLE OF CONTENTS This manual provides details for the new features, installing and basic setup only; please refer to the original Heroes of Might and Magic V manual for more details. GETTING STARTED System

More information

HERO++ DESIGN DOCUMENT. By Team CreditNoCredit VERSION 6. June 6, Del Davis Evan Harris Peter Luangrath Craig Nishina

HERO++ DESIGN DOCUMENT. By Team CreditNoCredit VERSION 6. June 6, Del Davis Evan Harris Peter Luangrath Craig Nishina HERO++ DESIGN DOCUMENT By Team CreditNoCredit Del Davis Evan Harris Peter Luangrath Craig Nishina VERSION 6 June 6, 2011 INDEX VERSION HISTORY 4 Version 0.1 April 9, 2009 4 GAME OVERVIEW 5 Game logline

More information

welcome to the world of atys! this is the first screen you will load onto after logging.this is the character-generating screen.

welcome to the world of atys! this is the first screen you will load onto after logging.this is the character-generating screen. welcome to the world of atys! this is the first screen you will load onto after logging.this is the character-generating screen. Choose an empty slot. This is where your character will be placed after

More information

Official Documentation

Official Documentation Official Documentation Doc Version: 1.0.0 Toolkit Version: 1.0.0 Contents Technical Breakdown... 3 Assets... 4 Setup... 5 Tutorial... 6 Creating a Card Sets... 7 Adding Cards to your Set... 10 Adding your

More information

Modding Guide v1. Contents

Modding Guide v1. Contents Modding Guide v1 Contents Introduction... 5 Getting Started... 5 Mod Packages... 5 The Package Manager... 6 The Mod Editor... 7 Linking Mods Together... 9 Quick Guide: Creating a Mod... 10 RPK Files...

More information

Spellcaster This term is used throughout the book to refer to situations that are true for both wizards and apprentices.

Spellcaster This term is used throughout the book to refer to situations that are true for both wizards and apprentices. Errata, Clarifications, and FAQ Spellcaster This term is used throughout the book to refer to situations that are true for both wizards and apprentices. Chapter 1: Wizards and Warbands Shooting Stat The

More information

Table of Contents. TABLE OF CONTENTS 1-2 INTRODUCTION 3 The Tomb of Annihilation 3. GAME OVERVIEW 3 Exception Based Game 3

Table of Contents. TABLE OF CONTENTS 1-2 INTRODUCTION 3 The Tomb of Annihilation 3. GAME OVERVIEW 3 Exception Based Game 3 Table of Contents TABLE OF CONTENTS 1-2 INTRODUCTION 3 The Tomb of Annihilation 3 GAME OVERVIEW 3 Exception Based Game 3 WINNING AND LOSING 3 TAKING TURNS 3-5 Initiative 3 Tiles and Squares 4 Player Turn

More information

PALADIN. quick reference D &D 5 E

PALADIN. quick reference D &D 5 E PALADIN quick reference D &D 5 E Prof. Bonus st nd rd th st + Divine Sense, Lay on Hands nd + Fighting Style, Spellcasting, Divine Smite rd + Divine Health, Sacred Oath th + Ability Score Increase + Extra

More information

In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music.

In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music. In this tutorial you will use Photo Story 3, a free software program from Microsoft, to create digital stories using text, graphics and music. What you will learn: o System Requirements and Recommendations

More information

Compiled DUNGEON MASTER s Guide Errata Dungeon Master s Uncanny Dodge:

Compiled DUNGEON MASTER s Guide Errata Dungeon Master s Uncanny Dodge: Compiled DUNGEON MASTER s Guide Errata Here are the rules corrections and official errata for the Dungeon Master s Guide. These corrections are being incorporated into the 2nd printing of the book. Additional

More information

Player s Handbook Errata

Player s Handbook Errata Player s Handbook Errata The second printing of the new Player s Handbook is on its way to stores, and we ve made a number of corrections. For those of you who bought the first printing, check out this

More information

DRACONIANS IN PATHFINDER

DRACONIANS IN PATHFINDER DRACONIANS IN PATHFINDER DRACONIAN TRAITS Disease Immunity (Ex) All draconians possess immunity to disease. Dragon Sight All draconians possess darkvision 120 ft., low-light vision, blindsense 60 ft.,

More information

ATTENTION ORGANIZERS!

ATTENTION ORGANIZERS! ATTENTION ORGANIZERS! PLEASE READ ALL THE ENCLOSED MATERIALS CAREFULLY! Players can bring their character from D&D Neverwinter Game Day! The Game Day adventure, Gates of Neverdeath, served as a prelude

More information

This material is Open Game Content, and is licensed for public use under the terms of the Open Game License v1.0a. EPIC FEATS

This material is Open Game Content, and is licensed for public use under the terms of the Open Game License v1.0a. EPIC FEATS This material is Open Game Content, and is licensed for public use under the terms of the Open Game License v1.0a. EPIC FEATS ACQUIRING EPIC FEATS Characters gain epic feats in the following ways: At 21st

More information

1 1 NA NA NA NA NA NA NA NA NA NA NA NA 4. Hunter NA 5 NA NA 5 NA NA 6 NA 8 7

1 1 NA NA NA NA NA NA NA NA NA NA NA NA 4. Hunter NA 5 NA NA 5 NA NA 6 NA 8 7 At 6 th level, each chooses to specialize in one of the following fields: Battle, Healer, or Monster Hunter; once chosen, this specialization may never be changed. Damage Level Melee Damage Marginal Archery

More information

Shirtless Saga Tutorial Series: Making armor for you and your companions with the toolset (Patch 1.06)

Shirtless Saga Tutorial Series: Making armor for you and your companions with the toolset (Patch 1.06) Shirtless Saga Tutorial Series: Making armor for you and your companions with the toolset (Patch 1.06) by Barrel of Monkeys In this tutorial we ll go through the step by step process of creating new armor,

More information

In a little known land some time ago, there were heroic adventurers, mighty rulers, fearsome monsters, and powerful magicians. Nobody knows how to

In a little known land some time ago, there were heroic adventurers, mighty rulers, fearsome monsters, and powerful magicians. Nobody knows how to In a little known land some time ago, there were heroic adventurers, mighty rulers, fearsome monsters, and powerful magicians. Nobody knows how to get there any more. But if you read these rules, and play

More information

Swords Against Owlbears Print Book Errata - 17 June 2017

Swords Against Owlbears Print Book Errata - 17 June 2017 Swords Against Owlbears Print Book Errata - 17 June 2017 Revised Monster Mutant Boar Piggy shouldn t be! Piggy shouldn t be! Large 7th level wrecker [BEAST] Initiative: +10 Smash and Gore +12 vs. AC (two

More information

Rules Cyclopedia Addendum

Rules Cyclopedia Addendum Rules Cyclopedia Addendum The purpose of this document is to detail how race and class can be separated when using the D&D Rules Cyclopedia. This document also details very simple class options that can

More information

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2:

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2: Image acquisition, managing and processing software TCapture Instruction Manual Key to the Instruction Manual TC is shortened name used for TCapture. Help Refer to [Help] >> [About TCapture] menu for software

More information

Lightseekers Trading Card Game Rules

Lightseekers Trading Card Game Rules Lightseekers Trading Card Game Rules 1: Objective of the Game 3 1.1: Winning the Game 3 1.1.1: One on One 3 1.1.2: Multiplayer 3 2: Game Concepts 3 2.1: Equipment Needed 3 2.1.1: Constructed Deck Format

More information

This is a DM required adventure for four 2nd level PCs. It is quite short, and not intended for stand-alone play.

This is a DM required adventure for four 2nd level PCs. It is quite short, and not intended for stand-alone play. SQ01 - Something's Cooking PnP Conversion by OldManWhistler Conversion of "Something s Cooking by Andy Collins" Download the original adventure at http://www.wizards.com/dnd/files/cooking.pdf This is a

More information

D&D MINIATURES SET 2: DRAGONEYE UNOFFICIAL SPOILERS

D&D MINIATURES SET 2: DRAGONEYE UNOFFICIAL SPOILERS D&D MINIATURES SET 2: DRAGONEYE UNOFFICIAL SPOILERS List compiled by ROBYSDC - http://myminiaturesite.altervista.org Cleric of Moradin #1/60; Dragoneye; Uncommon; LG; 14 pts LVL 2; SPD 4; AC 17; HP 15

More information

Bard Card deck BattLe CrIeS * SongS * SPeLLS CLaSS features * talents

Bard Card deck BattLe CrIeS * SongS * SPeLLS CLaSS features * talents Bard Card deck BattLe CrIeS SongS SPeLLS CLaSS features talents Customizable Character Class Deck compatible with 13th Age, and The Archmage Engine Bard Card deck Design by Kazekami kazekami303@gmail.com

More information

Official Documentation

Official Documentation Official Documentation Doc Version: 1.2.0 Toolkit Version: 1.2.0 Contents Recommended Editor Setup... 3 Technical Breakdown... 4 Assets... 6 Setup... 7 Out-of-the-box Options... 8 Deck Builder Overview...

More information

Unity 3.x. Game Development Essentials. Game development with C# and Javascript PUBLISHING

Unity 3.x. Game Development Essentials. Game development with C# and Javascript PUBLISHING Unity 3.x Game Development Essentials Game development with C# and Javascript Build fully functional, professional 3D games with realistic environments, sound, dynamic effects, and more! Will Goldstone

More information

Starting Wealth: 5d6 10 gil (average 175 gil.) In addition, each character begins play with an outfit worth 10 gil or less.

Starting Wealth: 5d6 10 gil (average 175 gil.) In addition, each character begins play with an outfit worth 10 gil or less. Holy Knight The compassion to pursue good, the will to uphold law, and the power to defeat evil these are the three weapons of the holy knight. Few have the purity and devotion that it takes to walk the

More information

User manual of Vairon's Wrath.

User manual of Vairon's Wrath. User manual of Vairon's Wrath. Vairon s Wrath Summary. Prologue. Description of the Hero 1. Before start 2. Viewing the main screen and the action bar 3. Using the keyboard 4. Hero's equipement 5. Life,

More information

Rulebook Errata. Tables vs. Text Any discrepancy between the text and tables in the rulebooks should refer to the text as the correct ruling.

Rulebook Errata. Tables vs. Text Any discrepancy between the text and tables in the rulebooks should refer to the text as the correct ruling. NERO LARP 9th Edition Errata Ver. 2 Updated April 9, 2018 Authored By Ian Petley, Jerry Boyd and Nick Denny Approved By Joseph Valenti Ver. 1 Authored by Noah Mason Rulebook Errata Tables vs. Text Any

More information

Basic Information. Controls. Before a Battle. About Battles

Basic Information. Controls. Before a Battle. About Battles 1 Important Information Basic Information 2 Getting Started 3 Saving and Deleting Data 4 Nintendo Network Controls 5 Basic Controls Before a Battle 6 On the World Map 7 Preparations Menu About Battles

More information

LPR SETUP AND FIELD INSTALLATION GUIDE

LPR SETUP AND FIELD INSTALLATION GUIDE LPR SETUP AND FIELD INSTALLATION GUIDE Updated: May 1, 2010 This document was created to benchmark the settings and tools needed to successfully deploy LPR with the ipconfigure s ESM 5.1 (and subsequent

More information

HS Dungeons A dungeon crawl game by Matt InfinityMax Drake With special thanks to the guys at Heroscapers.com

HS Dungeons A dungeon crawl game by Matt InfinityMax Drake With special thanks to the guys at Heroscapers.com HS Dungeons A dungeon crawl game by Matt InfinityMax Drake With special thanks to the guys at Heroscapers.com This game is playable by 1-4 people. There are a total of four characters, divided evenly between

More information

Diceland Consolidated Special Effect Rules

Diceland Consolidated Special Effect Rules Diceland Consolidated Special Effect Rules Document version: 2008-May-23 A supplement for the Diceland Paper Dice Game available from http://www.diceland.com This document is a supplement for Diceland

More information

Welcome to the Early Beta and Thank You for Your Continued Support!

Welcome to the Early Beta and Thank You for Your Continued Support! REFERENCE CARD Welcome to the Early Beta and Thank You for Your Continued Support! In addition to the information below, we ve recently added tutorial messages to the game. Remember to look for the in-game

More information

Nikon View DX for Macintosh

Nikon View DX for Macintosh Contents Browser Software for Nikon D1 Digital Cameras Nikon View DX for Macintosh Reference Manual Overview Setting up the Camera as a Drive Mounting the Camera Camera Drive Settings Unmounting the Camera

More information

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book.

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. 1 Contents Chapter 1 3 Welcome to iphoto 3 What You ll Learn 4 Before

More information

A game of interstellar exploration and colonization by Seth Jaffee. For 2-5 Players 10 and up minutes. Space Hex front samples.

A game of interstellar exploration and colonization by Seth Jaffee. For 2-5 Players 10 and up minutes. Space Hex front samples. For 2-5 Players 10 and up. 45-90 minutes. The Terran Federation has commissioned this space station, at the farthest reaches of the known universe, because they believe there are habitable planets here.

More information

Save System for Realistic FPS Prefab. Copyright Pixel Crushers. All rights reserved. Realistic FPS Prefab Azuline Studios.

Save System for Realistic FPS Prefab. Copyright Pixel Crushers. All rights reserved. Realistic FPS Prefab Azuline Studios. User Guide v1.1 Save System for Realistic FPS Prefab Copyright Pixel Crushers. All rights reserved. Realistic FPS Prefab Azuline Studios. Contents Chapter 1: Welcome to Save System for RFPSP...4 How to

More information

..\/...\.\../... \/... \ / / C Sc 335 Fall 2010 Final Project

..\/...\.\../... \/... \ / / C Sc 335 Fall 2010 Final Project ..\/.......\.\../...... \/........... _ _ \ / / C Sc 335 Fall 2010 Final Project Overview: A MUD, or Multi-User Dungeon/Dimension/Domain, is a multi-player text environment (The player types commands and

More information

"!" - Game Modding and Development Kit (A Work Nearly Done) '08-'10. Asset Browser

! - Game Modding and Development Kit (A Work Nearly Done) '08-'10. Asset Browser "!" - Game Modding and Development Kit (A Work Nearly Done) '08-'10 Asset Browser Zoom Image WoW inspired side-scrolling action RPG game modding and development environment Built in Flash using Adobe Air

More information

Primo Victoria. A fantasy tabletop miniatures game Expanding upon Age of Sigmar Rules Compatible with Azyr Composition Points

Primo Victoria. A fantasy tabletop miniatures game Expanding upon Age of Sigmar Rules Compatible with Azyr Composition Points Primo Victoria A fantasy tabletop miniatures game Expanding upon Age of Sigmar Rules Compatible with Azyr Composition Points The Rules Creating Armies The first step that all players involved in the battle

More information

D&D Frequently Asked Questions Version 3.5: Date Updated 02/27/04

D&D Frequently Asked Questions Version 3.5: Date Updated 02/27/04 D&D Frequently Asked Questions Version 3.5: Date Updated 02/27/04 Table of Contents About the FAQ... 1 Character Races and Classes... 2 Skills... 6 Feats... 7 Equipment... 9 Combat...16 Spells...20 Monsters...25

More information

CONTROLS USE SELECTED SPELL HEAVY ATTACK SHIELD SKILL / USE GAUNTLET / LEFT HAND HEAVY ATTACK INTERACT INVENTORY USE SELECTED ITEM CYCLE CYCLE

CONTROLS USE SELECTED SPELL HEAVY ATTACK SHIELD SKILL / USE GAUNTLET / LEFT HAND HEAVY ATTACK INTERACT INVENTORY USE SELECTED ITEM CYCLE CYCLE CONTROLS USE SELECTED SPELL SHIELD SKILL / USE GAUNTLET / LEFT HAND HEAVY ATTACK USE SELECTED ITEM HEAVY ATTACK INTERACT CYCLE FAVORITE POTIONS INVENTORY WALK SLOWLY SPRINT MOVE CYCLE SPELLS CYCLE GAUNTLET

More information

Contents. Dragon Rampage

Contents. Dragon Rampage Contents Object of the Game 2 Setting up the Game 2 Game Length 3 Playing the Game 3 I. Heroes Action Phase 3 II. Dungeon Phase 4 III. Rest Phase 6 Ending the Game 6 I. Hero is Slain 6 II. Heroes Escape

More information

Computer Science 25: Introduction to C Programming

Computer Science 25: Introduction to C Programming California State University, Sacramento College of Engineering and Computer Science Computer Science 25: Introduction to C Programming Fall 2018 Project Dungeon Battle Overview Time to make a game a game

More information

Bachelor Project Major League Wizardry: Game Engine. Phillip Morten Barth s113404

Bachelor Project Major League Wizardry: Game Engine. Phillip Morten Barth s113404 Bachelor Project Major League Wizardry: Game Engine Phillip Morten Barth s113404 February 28, 2014 Abstract The goal of this project is to design and implement a flexible game engine based on the rules

More information

The purpose of this document is to help users create their own TimeSplitters Future Perfect maps. It is designed as a brief overview for beginners.

The purpose of this document is to help users create their own TimeSplitters Future Perfect maps. It is designed as a brief overview for beginners. MAP MAKER GUIDE 2005 Free Radical Design Ltd. "TimeSplitters", "TimeSplitters Future Perfect", "Free Radical Design" and all associated logos are trademarks of Free Radical Design Ltd. All rights reserved.

More information

Defenders of the Realm: Battlefields 1. Player seating arrangement -

Defenders of the Realm: Battlefields 1. Player seating arrangement - Defenders of the Realm: Battlefields is a competitive fantasy battle game for 2 to 4 players. In the game, one side takes the role of the Dark Lord s invading army and minions while the other side represents

More information

Hits & Misses This document is a compilation of all clarifications to the v7.0 rule set that the FRC has received since its release.

Hits & Misses This document is a compilation of all clarifications to the v7.0 rule set that the FRC has received since its release. Hits & Misses This document is a compilation of all clarifications to the v7.0 rule set that the FRC has received since its release. Change Log: Date: Action: Rep. Party 8/28/16 Reformatted and added changelog

More information

SKF TKTI. Thermal Camera Software. Instructions for use

SKF TKTI. Thermal Camera Software. Instructions for use SKF TKTI Thermal Camera Software Instructions for use Table of contents 1. Introduction...4 1.1 Installing and starting the Software... 5 2. Usage Notes...6 3. Image Properties...7 3.1 Loading images

More information

Game Modes. New Game. Quick Play. Multi-player. Glatorian Arena 3 contains 3 game modes..

Game Modes. New Game. Quick Play. Multi-player. Glatorian Arena 3 contains 3 game modes.. Game Modes Glatorian Arena 3 contains 3 game modes.. New Game Make a new game to play through the single player mode, where each of the 12 Glatorians have to fight their way to the top through 11 matches

More information

Single Player Commands Schematic Save Format

Single Player Commands Schematic Save Format Single Player Commands Schematic Save Format 1.1 Singleplayer Commands, 1.2 WorldEdit Singleplayer Commands(Bearbeiten / Quelltext bearbeiten) Sets a period of time (HH:MM format), this will make minecraft

More information

Getting Started with EAA Virtual Flight Academy

Getting Started with EAA Virtual Flight Academy Getting Started with EAA Virtual Flight Academy What is EAA Virtual Flight Academy? Imagine having a Virtual Flight Instructor in your home or hangar that you could sit down and get quality flight instruction

More information

Steamalot: Epoch s Journey

Steamalot: Epoch s Journey Steamalot: Epoch s Journey Game Guide Version 1.2 7/17/2015 Risen Phoenix Studios Contents General Gameplay 3 Win conditions 3 Movement and Attack Indicators 3 Decks 3 Starting Areas 4 Character Card Stats

More information

COMPASS NAVIGATOR PRO QUICK START GUIDE

COMPASS NAVIGATOR PRO QUICK START GUIDE COMPASS NAVIGATOR PRO QUICK START GUIDE Contents Introduction... 3 Quick Start... 3 Inspector Settings... 4 Compass Bar Settings... 5 POIs Settings... 6 Title and Text Settings... 6 Mini-Map Settings...

More information

Mediasite Desktop Recorder: Recording a Lecture 2017

Mediasite Desktop Recorder: Recording a Lecture 2017 Mediasite Desktop Recorder: Recording a Lecture 2017 This lesson will show you how to record a presentation using the Mediasite Desktop Recorder. In browser go to - https://http://mediasite.umaryland.edu/mediasite/mymediasite

More information

[Version 2.0; 9/4/2007]

[Version 2.0; 9/4/2007] [Version 2.0; 9/4/2007] MindPoint Quiz Show / Quiz Show SE Version 2.0 Copyright 2004-2007 by FSCreations, Inc. Cincinnati, Ohio ALL RIGHTS RESERVED The text of this publication, or any part thereof, may

More information

Unity Game Development Essentials

Unity Game Development Essentials Unity Game Development Essentials Build fully functional, professional 3D games with realistic environments, sound, dynamic effects, and more! Will Goldstone 1- PUBLISHING -J BIRMINGHAM - MUMBAI Preface

More information

Illustration by Mark Zug

Illustration by Mark Zug ementia invokers are trained by the Cabal to reach into the deepest depths of their psyche and unleash horrific monsters based on their own innermost fears and darkest imagination. These magicians travel

More information

STEEMPUNK-NET. Whitepaper. v1.0

STEEMPUNK-NET. Whitepaper. v1.0 STEEMPUNK-NET Whitepaper v1.0 Table of contents STEEMPUNK-NET 1 Table of contents 2 The idea 3 Market potential 3 The game 4 Character classes 4 Attributes 4 Items within the game 5 List of item categories

More information

THE CLASS HACK For Use With The Black Hack

THE CLASS HACK For Use With The Black Hack L L L THE CLASS HACK L For Use With The Black Hack L 10 OSR First Edition Classes for THE BLACK HACK L - developed by - Mark Craddock With a huge thank you to David Black, Peter Regan, and Tim Baker. Cover

More information

DWA R F! CLERIC! Cool! Here are some of the things you can do: You gain 1d10 HP at every level!

DWA R F! CLERIC! Cool! Here are some of the things you can do: You gain 1d10 HP at every level! DWA R F! Cool! Here are some of the things you can do: You gain 1d10 HP at every level! You can wield a battleaxe, club, dagger, handaxe, longsword, mace, short sword, spear, two-handed sword, warhammer,

More information

Next Back Save Project Save Project Save your Story

Next Back Save Project Save Project Save your Story What is Photo Story? Photo Story is Microsoft s solution to digital storytelling in 5 easy steps. For those who want to create a basic multimedia movie without having to learn advanced video editing, Photo

More information

ForgedAnvil s D&D 5E Character Generator v2.0 Instructions for Use

ForgedAnvil s D&D 5E Character Generator v2.0 Instructions for Use ForgedAnvil s D&D 5E Character Generator v2.0 Instructions for Use This is an unauthorized Go-By for ForgedAnvil s D&D 5E Character Generator compiled by flwad and others for use strictly as a go-by and

More information

Instructions for using Object Collection and Trigger mechanics in Unity

Instructions for using Object Collection and Trigger mechanics in Unity Instructions for using Object Collection and Trigger mechanics in Unity Note for Unity 5 Jason Fritts jfritts@slu.edu In Unity 5, the developers dramatically changed the Character Controller scripts. Among

More information

CONTENTS. 1. Number of Players. 2. General. 3. Ending the Game. FF-TCG Comprehensive Rules ver.1.0 Last Update: 22/11/2017

CONTENTS. 1. Number of Players. 2. General. 3. Ending the Game. FF-TCG Comprehensive Rules ver.1.0 Last Update: 22/11/2017 FF-TCG Comprehensive Rules ver.1.0 Last Update: 22/11/2017 CONTENTS 1. Number of Players 1.1. This document covers comprehensive rules for the FINAL FANTASY Trading Card Game. The game is played by two

More information

Space Invadersesque 2D shooter

Space Invadersesque 2D shooter Space Invadersesque 2D shooter So, we re going to create another classic game here, one of space invaders, this assumes some basic 2D knowledge and is one in a beginning 2D game series of shorts. All in

More information

REFERENCE CARD. Welcome to the Early Beta and Thank You for Your Continued Support!

REFERENCE CARD. Welcome to the Early Beta and Thank You for Your Continued Support! REFERENCE CARD Welcome to the Early Beta and Thank You for Your Continued Support! As we get further into development, we will, of course, have tutorials explaining all of Wasteland 2 s features, but for

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS TABLE OF CONTENTS ABOUT STRATEGY AND COMMUNITY SUPPORT GAMEPLAY STEAM EARLY ACCESS LANGUAGES MISCELLANEOUS 3 5 5 6 9 10 10 Axis & Allies Online FAQ TABLE OF CONTENTS 2 ABOUT

More information

Then click on the "create new" button.

Then click on the create new button. Welcome to the world of Atys! This is the first screen you will load onto after logging. This is the character-generating screen. Choose an empty slot. This is where your character will be placed after

More information

Your First Game: Devilishly Easy

Your First Game: Devilishly Easy C H A P T E R 2 Your First Game: Devilishly Easy Learning something new is always a little daunting at first, but things will start to become familiar in no time. In fact, by the end of this chapter, you

More information

GAME:IT Junior Bouncing Ball

GAME:IT Junior Bouncing Ball GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing.

More information

TABLE OF CONTENTS VIDEO GAME WARRANTY

TABLE OF CONTENTS VIDEO GAME WARRANTY TABLE OF CONTENTS VIDEO GAME WARRANTY...2 BASIC INFORMATION...3 DEFAULT KEYBOARD AND MOUSE MAPPING...4 LIST OF ASSIGNABLE ACTIONS...6 GAME CONTROLS...7 BATTLE ACTIONS...8 CUSTOMER SUPPORT SERVICES...10

More information

Table of Contents. Written by Zadmar.

Table of Contents. Written by Zadmar. ~ 1 ~ Table of Contents Introduction 3 New Rules 3 Skill-based trappings 3 New Edges 4 Flexible Power 4 Gestalt Spellcaster 4 Freeform Spellcaster 4 Background Creation 5 Always Active 6 Backlash 6 Free

More information

Table of Contents. Section 1 The Basics Character Creation 4 Starting Equipment 4 Speed 5 Animal Companion 5. Section 8 Magic

Table of Contents. Section 1 The Basics Character Creation 4 Starting Equipment 4 Speed 5 Animal Companion 5. Section 8 Magic Table of Contents Introduction and Disclaimer 3 Overview 3 Section 1 The Basics Character Creation 4 Starting Equipment 4 Speed 5 Animal Companion 5 Section 2 Races Human 5 Dwarves 5 Elves 5 Gnomes 5 Half-elves

More information

1 ImageBrowser Software User Guide 5.1

1 ImageBrowser Software User Guide 5.1 1 ImageBrowser Software User Guide 5.1 Table of Contents (1/2) Chapter 1 What is ImageBrowser? Chapter 2 What Can ImageBrowser Do?... 5 Guide to the ImageBrowser Windows... 6 Downloading and Printing Images

More information

Epic-Level Prestige Class Progressions A Web Enhancement for the Epic Level Handbook

Epic-Level Prestige Class Progressions A Web Enhancement for the Epic Level Handbook Epic- Prestige Class Progressions A Web Enhancement for the Epic Handbook Credits Design: Andy Collins Editing and Typesetting: Sue Weinlein Cook Web Production: Julia Martin Web Development: Mark Jindra

More information

Eye Color: Survival MOONSHADOW. Linguistics. Ride Sail. Socialize WILLPOWER ESSENCE ANIMA BANNER. ([Essence x 3] + Willpower)

Eye Color: Survival MOONSHADOW. Linguistics. Ride Sail. Socialize WILLPOWER ESSENCE ANIMA BANNER. ([Essence x 3] + Willpower) Name: ABYSSAL Player: Caste: Circle: Motivation: Concept: Nationality: Hair Color: Eye Color: EXPERIENCE SECOND EDITION Spent Skin Color: Gender: Deathlord: ATTRIBUTES Strength Dexterity Stamina PHYSICAL

More information

Alignment: Any Chaotic alignment. Hit Die: d6.

Alignment: Any Chaotic alignment. Hit Die: d6. Illusionist Some hold truth to be the greatest virtue, but it can do more damage than fiction. Everyone lives in a constant state of deception. White lies, false smiles, and secret thoughts keep society

More information

Kobold Slayer Manual & Guide Book v0.2

Kobold Slayer Manual & Guide Book v0.2 Kobold Slayer Manual & Guide Book v0.2 Thank you for purchasing Kobold Slayer. This document serves as the manual and guide to the game. Introduction To those that are used to playing RPG s aimed towards

More information