Welcome to James Kemp's Wiki

This is a collaborative web platform that allows people to edit1) the web pages to provide additional content for some of the stories I have written and the roleplaying games that I am involved in, whether as a player or GM.

There are several namespaces operating slightly different wiki subjects. These are, in no particular order:

  • Skyss - Story Background - a fantasy novel I wrote for NaNoWriMo 2016.
  • Perfects - background for the near future story and some police roleplaying that I ran in that universe
  • Theocracy of Daprav - A D&D campaign that I ran with Glasgow University Games Society around 2002-3.
  • Jim Wallman's Universe - a roleplaying by e-mail campaign that I play in, this is an unofficial wiki and none of it is canon unless Jim says it is.
    • Interstellar Freelance Unlimited - subset of the Universe pages covering the activities of a mercenary company that we are currently roleplaying every Full Moon.
    • Earth Imperium pages. These cover the activities of the Government of the Solar republic (aka Earth Empire) in Jim's Humanity Will Prevail campaign, including the Earth Imperium News Items.
    • Free Worlds Alliance - covering the activities of another emerging polity in the Humanity Will Prevail campaign. Mostly contributed by Eric Moroney.
    • Universe Background - page collecting the various bits of background info that have come up in various e-mail discussions for the campaigns set in Jim Wallman's Universe.

Comments and complaints to me at webmaster@full-moon.info please.

James Kemp

Tag Cloud

Recent Additions

This is a game resource and not historical background2))3)


Background

It is late spring 1953 and Berlin is still in the process of reconstruction, although these days it can afford to occassionally stop and enjoy itself. It's just as well because if it couldn't then the Golden Gate would be very much out of business.

The Story

Starting from the beginning (almost) and possibly including some things that not everyone knows about (so if so please play as if you don't know about it unless told by one of the characters that does). narrative

The story centres on “The Golden Gate” an upmarket club which caters to every need. The drinking den plays music and is host to a number of working women who are more than willing. The club sits in the middle of Berlin close to the Potsdammerplatz and the sector boundaries between the British and Soviet sectors. The area surrounding the club has been subject to the RAF's urban redevelopment and has yet to be re-built.

In the recent past there have been some murders, discoveries in the basement including some tunnels. There has also been an aura of mystery around one of the new girls.

The Cast

Staff of the Golden Gate

Regular Visitors to the Golden Gate

Other Protagonists

Session Calendar

You can see the dates that we intend to play sessions on the calendar page.

18 Mar 2010 17:07

Staff engaged for Lakshmi tender

FIXME - need to list new staff IFU HR System

<php> set the necessary connection variables include (“/var/www/html/IFU/sqlconnect.php”); 20 connect to MySQL server and select the IFU database include (“/var/www/html/IFU/sqlconnect2.php”);

$db = mysql_select_db('full-moon_info_-_IFU',$connection);

$query = 'SELECT * FROM Employees where active=“YES” ORDER by EmplID'; $result = mysql_query($query);

36 the first bit of the table that we want to do once echo “<table width=90% cellpadding=1>”; echo “<tr>\n <td><b>EmplID\n <td><b>Name\n <td><b>Skill\n <td><b>Type\n <td><b>Status\n </tr>\n”; 46 a while loop to put all the data in a row at a time (pg 184)

while ($employees=mysql_fetch_array($result,MYSQL_ASSOC))
{
  extract($employees);
  echo "<tr> \n
    <td>$EmplID</td> \n
    <td>$FirstName $Surname</td> \n	
    <td>$MainSkill</td> \n
    <td>$EmplType</td> \n
    <td>$Status</td> \n
  </tr> \n";
 }

58 finally close off the html table echo “</table>\n”; </php> back See main IFU pages

18 Mar 2010 17:07

Recruitment

This is some PHP code for automatically working out the recruitment rules on Jim's IFU pages.

<php> echo “<form action=/doku.php/universe/ifu/applicants.php method=get>”; echo '<table width = 80% cellpadding = 1>

    <tr>
      <td align=left colspan = 4><h3>Advertising Selection</h3>
    </tr>
    <tr>
      <td><b>method</b>
      <td>
        <select name="ad">
           <option selected value="0">Choose one</option>
           <option value="1">Cheap planetnet (15cr/10days)</option>
           <option value="2">Specialist Journal (50cr/10days)</option>
           <option value="4">National media (250cr/10days)</option>
        </select>
      <td>
      <td><b>Location</b>
      <td>
        <select name="loc">
           <option selected value="0">Choose one</option>
           <option value="1">Just Settled/Subsistence</option>
           <option value="2">Very Poor/Poor</option>
           <option value="4">Below - Above Average - Planetside</option>
           <option value="6">Below - Above Average - Orbital</option>
           <option value="8">Rich or Very Rich - Planetside </option>
           <option value="12">Rich or Very Rich - Orbital </option>
           <option value="16">Colonial Capital - Planetside </option>
           <option value="24">Colonial Capital - Orbital</option>
           <option value="32">Homeworld - Planetside </option>
           <option value="48">Homeworld - Orbital </option>
        </select>
      <td><b>Duration</b>
      <td>
        <select name="time">
           <option selected value="0">Choose one</option>
           <option value="10">10 days </option>
           <option value="20">20 days </option>
           <option value="30">30 days </option>
        </select>
    </tr>

</table> <input type=submit value=“recruit”>

</form>'; </php>

18 Mar 2010 17:07

Mission Procedures for Lakshmi

FIXME - need to add the agreed mission procedures etc

back

See main IFU pages

18 Mar 2010 17:07

Lakshmi Background

ANy info we find relevant needs to go here.

back

18 Mar 2010 17:07
1)
but only if they are logged in, registration is temporarily disabled due to excessive spam. Contact the webmaster if you would like to edit these pages explaining your interest.
2)
although some of it is researched historical material a good amount of it is fiction and I don't distinguish on the pages which is which, so be warned;-
3)
only registered users can edit or add material, but you can self-register