");
$('#maincontent').attr("class",page_class(link));
$('#eEdit').attr('href','rte3.php?edit=1&link=' + link);
$('#eNew').attr('href','rte3.php?edit=0&link=' + link);
$('#eDelete').attr('href','delete_page.php?edit=9&link=' + link);
$('#maincontent').slideDown('slow');
});
$('.rte').click( function(e) {
var link = $(this).attr('href');
document.location.href = link;
});
/* For LOCAL links on site pages */
$('.local').on('click', function(e) {
e.preventDefault(); // stops default behaviour
$('#maincontent').slideUp('slow');
var link = $(this).attr('href');
if(link.substring(0,11)=="main.php?p=") {
link = link.substring(11); // To ensure that only page data (not MAIN surround) is loaded
}
// alert("Link="+link);
$('#maincontent').load("loadpage.php?link=" + link);
$('#maincontentjs').load("");
$('#maincontent').attr("class",page_class(link));
$('#eEdit').attr('href','rte3.php?edit=1&link=' + link);
$('#eNew').attr('href','rte3.php?edit=0&link=' + link);
$('#eDelete').attr('href','delete_page.php?edit=9&link=' + link);
$('#maincontent').slideDown('slow');
});
$('#maincontent').on('click','a[href$=".mp3"]' ,function(e) {
e.preventDefault();
var song = $(this).attr('href');
var n = song.split("/");
song = n[n.length - 1]; // Last element
var songlink = "
";
// alert ('MP3 clicked: '+songlink);
$(this).after(songlink);
});
/* ********************************* */
// make sure action works on loaded content
var topic = 1;
$(document).on('click','#switch', function(e) {
e.preventDefault();
if(topic==1) {
topic = 2;
$('.bLatest').removeClass('bActive');
$('.bRecent').addClass('bActive');
$('.tLatest').css('display','none');
$('.tRecent').css('display','block');
} else {
topic = 1;
$('.bLatest').addClass('bActive');
$('.bRecent').removeClass('bActive');
$('.tLatest').css('display','block');
$('.tRecent').css('display','none');
}
});
/* ********************************* */
});
//-->
Fine- tuning update for Starpoint Gemini 2 on Steam (PC)
Beta update comes with set of screenshots
Haarlem, The Netherlands – 20 June 2014 – Developer Little Green Men Games pushes a big update for its increasingly popular Space Sim title Starpoint Gemini 2 (PC), currently in Beta on Steam’s Early Access program. The new update, full of many small but important upgrades, is another big stride towards fulfilling the game’s full potential at final release, later this summer. The update offers players more compelling and challenging gameplay than ever before.
Some update highlights are:
-
FIXED: Player ship customization parameters are now properly saved and loaded
-
ADDED: Ship explosions can now cause damage to nearby ships
-
ADDED: Anomaly scanning can now cause a backfire in the form of a damaging blast
-
ADDED: Heavy weapon projectiles – try to avoid collisions with obstacles
-
ADDED: Heavy weapon explosions now have effective blast radius and damage with the accompanying visual effect
-
UPDATED: Random ship spawning mechanics changed, to increase overall space traffic, but also allow more tweaks and variation
-
UPDATED: It is now possible, to not survive passing through Wormholes
Starpoint Gemini 2 is currently at the Beta Stage on Steam’s Early Access program, and is available at a discount price prior to full release later in Q3 2014, here: http://store.steampowered.com/app/236150
About Starpoint Gemini 2
In this sequel to Starpoint Gemini, players will captain their own space ship and roam the galaxy in 3D in this tactical space simulator with tons of RPG depth! Space has never looked so inviting - but images can betray... It has been two years since the end of the second Gemini war, and the situation in the war-torn system is further from resolution than ever before.