Page 1 of 4

OOC

Posted: Thu May 22, 2014 10:52 am
by Priest
Our game occurs in 1926 and begins in America (more details to follow)
Here are the six characters available;

Ted Nelson (Private Eye). Male. 38. A former NYPD detective working out of the Bronx. - BenTheRat

Professor Theodore Krugman (Parapsychologist). Male. 38. A hardworking scholar who fears for the future of mankind. A Professor of Philosophy and Hermeneutics, Krugman pursues personal studies in his favorite subject, the Occult. - PatGrillo

E. Francis Hardy (Novelist). Male. 37. A novelist with a penchant for horror stories.

Bridget Barrett of the Brooklyn Eagle (Journalist), Female. 29. A hard working investigative journalist. - CrackheadC

Tilda Smith-Chadwick (Socialite). Female. 29. Bored and rude to a fault – Cearlan

Tony Esposito (Bodyguard). Male. 31. Tough guy with a quick temper. Loyal to his employer. - Mr Handy

Please choose one of the above and they will be assigned to you. Further character information to follow.

Re: OOC

Posted: Fri May 23, 2014 12:39 am
by PatGrillo
OK I'd like Professor Theodore Krugman please. Are you going to message/email me his details?

Re: OOC

Posted: Fri May 23, 2014 4:59 am
by Mr. Handy
I'd like to play Tony Esposito.

Re: OOC

Posted: Fri May 23, 2014 11:25 am
by Priest
PatGrillo wrote:OK I'd like Professor Theodore Krugman please. Are you going to message/email me his details?
Once all the characters have been adopted they will be posted under a 'Characters' thread. Of course anything of a private nature will be PM'ed/Emailed.

Re: OOC

Posted: Fri May 23, 2014 11:28 am
by Priest
Two characters left to be adopted,
E. Francis Hardy (Novelist). Male. 37. A novelist with a penchant for horror stories.

Bridget Barrett of the Brooklyn Eagle (Journalist), Female. 29. A hard working investigative journalist.

If they still remain unadopted by Monday I shall advertise them on the 'Players wanted' board, so that we can move on.

Re: OOC

Posted: Sat May 24, 2014 12:18 pm
by Cearlan
Bored and rude to a fault .... aye, I can do that! ;-)

Re: OOC

Posted: Sun May 25, 2014 5:36 am
by CrackheadC.
I'll take Bridget Barrett, if she is available still. If not I'll take Francis Hardy.

Re: OOC

Posted: Sun May 25, 2014 9:05 am
by Priest
Welcome aboard. She's all yours.

Just one character to go.

Re: OOC

Posted: Sun May 25, 2014 4:58 pm
by BenTheRat
might I recommend you start posting characters and background while you recruit the last player?

Re: OOC

Posted: Tue May 27, 2014 4:47 pm
by Priest
BenTheRat wrote:might I recommend you start posting characters and background while you recruit the last player?
As if by magic...

Re: OOC

Posted: Wed May 28, 2014 8:10 pm
by Priest
Characters are up. Any 'private' details will be p.m'ed
Okay, its Wednesday 28 May. We will begin on Monday with or without a sixth player.

Re: OOC

Posted: Wed May 28, 2014 11:17 pm
by BenTheRat
Sounds great. Now that my game is wrapping up, this works nicely.

FYI, I have my annual major NTRPGCon starting Wed next week. (Where I am running Paranoia and Call of Cthulhu)

So I will have limited posting time starting about Thursday at noon till Sunday evening. After that I'll be a regular.

Re: OOC

Posted: Thu May 29, 2014 11:02 am
by Priest
BenTheRat wrote:Sounds great. Now that my game is wrapping up, this works nicely.

FYI, I have my annual major NTRPGCon starting Wed next week. (Where I am running Paranoia and Call of Cthulhu)

So I will have limited posting time starting about Thursday at noon till Sunday evening. After that I'll be a regular.
No problem. Thanks for letting me know.

Re: OOC

Posted: Thu May 29, 2014 4:25 pm
by Priest
All characters now sorted. Players are;
BenTheRat - Ted Nelson
PatGrillo - Professor Theodore Krugman
CrackheadC - Bridget Barrett
Cearlan - Tilda Smith-Chadwick
Mr Handy - Tony Esposito
Kabukiman - E. Francis Hardy

Re: OOC

Posted: Tue Jun 03, 2014 11:07 am
by Priest
For those still strugling to understand the on site dice roller, Carnage-Lee has a good explanation on the 'Shadows Over Scotland' board under OOC.
Any still confused? I am sure we can prevail on Mr. Handy to help explain.

Re: OOC

Posted: Tue Jun 03, 2014 10:28 pm
by PatGrillo
I can't find that. Are you sure you mean Shadows over Scotland under OOC?

Re: OOC

Posted: Wed Jun 04, 2014 5:08 am
by Mr. Handy
It's in Keeper's Corner, which people who aren't Keepers can't access. I'll quote it here:
carnage_lee wrote:We've installed a new MOD on the forum to allow members to 'roll dice' on the forums.

The MOD has a number of features but it's only a beta and development on it is patchy and some features we might like are not supported.

We've tested the MOD over the past few weeks and think it's worth releasing in spite of it's shortcomings.

Here's a quick overview:

The Dice Roller is accessed via two new BBCodes, the BBCode is parsed when you make a post and the result is lodged in the database - when the post is viewed the roll is retreived and presented in the text. Dice rolls can't be edited once the post is submitted - Keepers can remove the rolls if they wish (as Moderators). One of the features I liked was the ability to see representations of the dice making up the roll, as inline images.

They way the MOD has been written means that access to it's workings is not automatic - it has to be selected as an option for each Forum as required - this being the case it is proposed that the Dice Roller will only be active on game boards.

How to Roll some Dice:

The BBCode supports the following syntax - 'the number of rolls, the dice type =/- modifiers' (this follows standard RPG dice rolling)

So three six sided dice plus 2 becomes : 3d6 +2
To roll this you would do this:

Code: Select all

[dice]3d6+2[/dice]
And that renders in the post like this:
[dice]134994:0[/dice]

This is the same as using he modes 'string' and 'total' together. We've chosen this as the default setting as it's the most useful when representing a dice roll.


There are some additional 'modes' that you can access:
total, string and quote (usage of these is straight forward - but quote does not actually do what it implies ) - here are the details:

Code: Select all

[dice=total]3d6+2[/dice]
[dice=total]134994:1[/dice]
This just gives the total... the end result.

Code: Select all

[dice=string]3d6+2[/dice]
[dice=string]134994:2[/dice]
'string' lists the dice rolled... it also has the total listed.

Code: Select all

[dice=string,total]3d6+2[/dice]
[dice=string,total]134994:3[/dice]
'string and total' - same as the first roll example as we've made the default methods list both the roll and the total.

Code: Select all

[dice=quote]3[dice]
[dice=quote]134994:3[/dice]
Quote: Actually quotes the referenced roll in the same post - counting starts at zero so this quotes the 4th dice roll in this message - which is the roll above. This is the only way to reference the dice roll in the same post (as the roll is made once posted).


Limitations:
The math support is pretty basic - best to keep to simple + and - amounts.
There is no support for multiple dice type in the same roll - so no 2d6+1d4 types of roll.
There is no handy direct way to tag what the roll is for.
There's no support for 'keep best three' types of roll.
As dice rolls are not made until you post the message you can't know the outcome until you post the message and once that's done you can't change it.
20 Dice rolls per post, no more than that.


Please note - This MOD only works in this forum for now - we will roll it out sire-wide (games only) in a few days and also the BBCode 'dice' is not yet showing on the posting part - we shall enable that once we roll the MOD out.

Re: OOC

Posted: Wed Jun 04, 2014 10:09 am
by Priest
Thank you Mr H, good job someone is on the ball :D

Re: OOC

Posted: Thu Jun 05, 2014 2:21 pm
by CrackheadC.
Huge apologies everyone, I am going on vacation to Thailand. I leave tomorrow afternoon (the 6th) and return wednesday morning (the 11th).

If I have the opportunity to visit and post while there I will, but I would prefer, Priest, if you would just NPC Bridget until I return.

Re: OOC

Posted: Thu Jun 05, 2014 3:19 pm
by Priest
CrackheadC. wrote:Huge apologies everyone, I am going on vacation to Thailand. I leave tomorrow afternoon (the 6th) and return wednesday morning (the 11th).

If I have the opportunity to visit and post while there I will, but I would prefer, Priest, if you would just NPC Bridget until I return.
Don't worry about Bridget, have a good time.