Table of Contents
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.
- Master map of the Universe (6Mb PDF, as at 3212).
- Delta Green - some roleplaying campaigns about horror and conspiracy. The main one was set in Berlin in 1953.
- Free games rules - a collection of free rules for wargames and other sorts of face to face games that I have designed or run.
- Wargames rules - I'm not just a player of games, I also do rules for them from time to time as well as one-off games. A primary outlet for this is through Chestnut Lodge Wargames Group.
- Other free rules - at the moment just those for the 1689 (Orange or Lemon? and Bonnie Dundee, respectively about the debates in the Scots Parliament and then the military campaign of Viscount Dundee during 1689) and The Other Side of the COIN (about what makes people become insurgents). All games that I have have produced for Chestnut Lodge Wargames Group.
- Background for a near future universe where I have written some fiction and also run some roleplaying games in.
Comments and complaints to me at webmaster@full-moon.info please.
James Kemp
Tag Cloud
Recent Additions
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
- (Dr) George Ratcliffe - general manager (PC)
- John Millen - head of security (PC)
- Gustav Horts - barman (PC)
- Betty Bethlehem - chief entertainer
- Ute Dietrich - a new girl
Regular Visitors to the Golden Gate
- Marian Nevodski - freelance journalist/photographer (PC)
- pfc Jeb S. Washington - GI driver (PC)
Other Protagonists
Session Calendar
You can see the dates that we intend to play sessions on the calendar page.
Staff engaged for Lakshmi tender
- 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
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>
Lakshmi Background
ANy info we find relevant needs to go here.