A detailed strategy guide/walkthrough for Starship Troopers: Terran Command.
A balanced modding primer explaining how to create and share mods within the game's modding rules (no piracy/cheats).
A research-style paper on the game's design, mechanics, balance, and reception.
A paper on the ethics and legal issues around game cheating and modding.
Instructions for using Cheat Engine for legal, single-player learning purposes (e.g., how memory scanning works) without providing game-specific cheat scripts.
Ethical Warning & Anti-Cheat
Game Developers: consider implementing anti-cheat measures to prevent the use of cheat engines and ensure balanced gameplay.
Players: use cheat engines responsibly and in accordance with the game's terms of service, avoiding use in multiplayer games or competitive play.
Backup your save.
Don't ruin multiplayer.
Come on, you apes! You want to live forever?
Starship Troopers: Terran Command does not feature a kernel-level anti-cheat (like EAC or BattlEye) because it is purely a single-player / co-op horde RTS. However, developers Artificer have stated that using memory editors in the "Leaderboards" or "Challenge Mode" can flag your save file for invalidation. Do not use Cheat Engine on the "Galactic War" meta-campaign if you care about official leaderboard scores.Ethical Warning & Anti-Cheat
iTWO costX in Education
jQuery(document).ready(function($) {
setTimeout(function () {
if (typeof window.YT === 'undefined' ) {
$("#ytplayer").prepend(' If you are experiencing issues with Youtube video, please ');
//console.log("The user can't access youtube");
} else {
$("#player").hide();
$("#ytplayer").show();
//console.log("The user can access youtube");
}
$("#player-change").click( function() {
$("#ytplayer").hide();
$(".error").hide();
$("#player").show();
});
}, 300);
});