2017-08-30 19:44:29 +02:00
|
|
|
import {dialogBoxCreate} from "../utils/DialogBox.js";
|
|
|
|
import {gameOptionsBoxOpen, gameOptionsBoxClose}from "../utils/GameOptions.js";
|
2018-01-20 05:47:57 +01:00
|
|
|
import {clearEventListeners, createElement,
|
2018-05-02 19:38:11 +02:00
|
|
|
removeChildrenFromElement,
|
|
|
|
exceptionAlert} from "../utils/HelperFunctions.js";
|
2018-05-31 04:46:52 +02:00
|
|
|
import numeral from "numeral/min/numeral.min";
|
2017-08-30 19:44:29 +02:00
|
|
|
import {formatNumber,
|
|
|
|
convertTimeMsToTimeElapsedString} from "../utils/StringHelperFunctions.js";
|
|
|
|
import {loxBoxCreate, logBoxUpdateText,
|
|
|
|
logBoxOpened} from "../utils/LogBox.js";
|
|
|
|
|
2018-05-06 22:27:47 +02:00
|
|
|
import {updateActiveScriptsItems} from "./ActiveScriptsUI.js";
|
2017-08-30 19:44:29 +02:00
|
|
|
import {Augmentations, installAugmentations,
|
2018-03-27 02:46:21 +02:00
|
|
|
initAugmentations, AugmentationNames,
|
|
|
|
displayAugmentationsContent} from "./Augmentations.js";
|
2017-08-30 19:44:29 +02:00
|
|
|
import {BitNodes, initBitNodes,
|
|
|
|
initBitNodeMultipliers} from "./BitNode.js";
|
2018-05-02 19:38:11 +02:00
|
|
|
import {Bladeburner} from "./Bladeburner.js";
|
|
|
|
import {cinematicTextFlag} from "./CinematicText.js";
|
2017-08-30 19:44:29 +02:00
|
|
|
import {CompanyPositions, initCompanies} from "./Company.js";
|
2017-12-02 04:50:08 +01:00
|
|
|
import {Corporation} from "./CompanyManagement.js";
|
2017-08-30 19:44:29 +02:00
|
|
|
import {CONSTANTS} from "./Constants.js";
|
|
|
|
import {Programs, displayCreateProgramContent,
|
|
|
|
getNumAvailableCreateProgram,
|
|
|
|
initCreateProgramButtons} from "./CreateProgram.js";
|
|
|
|
import {displayFactionContent, joinFaction,
|
|
|
|
processPassiveFactionRepGain, Factions,
|
|
|
|
inviteToFaction, initFactions} from "./Faction.js";
|
2018-03-12 20:39:04 +01:00
|
|
|
import {FconfSettings} from "./Fconf.js";
|
2017-09-01 18:59:11 +02:00
|
|
|
import {Locations, displayLocationContent,
|
|
|
|
initLocationButtons} from "./Location.js";
|
2017-08-30 19:44:29 +02:00
|
|
|
import {displayGangContent, updateGangContent,
|
|
|
|
Gang} from "./Gang.js";
|
|
|
|
import {displayHacknetNodesContent, processAllHacknetNodeEarnings,
|
|
|
|
updateHacknetNodesContent} from "./HacknetNode.js";
|
|
|
|
import {iTutorialStart} from "./InteractiveTutorial.js";
|
|
|
|
import {initLiterature} from "./Literature.js";
|
|
|
|
import {checkForMessagesToSend, initMessages} from "./Message.js";
|
2017-09-25 14:50:19 +02:00
|
|
|
import {inMission, currMission} from "./Missions.js";
|
2017-09-01 16:12:40 +02:00
|
|
|
import {initSingularitySFFlags,
|
2018-01-20 05:47:57 +01:00
|
|
|
hasSingularitySF, hasCorporationSF} from "./NetscriptFunctions.js";
|
2017-08-30 19:44:29 +02:00
|
|
|
import {updateOnlineScriptTimes,
|
|
|
|
runScriptsLoop} from "./NetscriptWorker.js";
|
|
|
|
import {Player} from "./Player.js";
|
|
|
|
import {prestigeAugmentation,
|
|
|
|
prestigeSourceFile} from "./Prestige.js";
|
|
|
|
import {redPillFlag} from "./RedPill.js";
|
|
|
|
import {saveObject, loadGame} from "./SaveObject.js";
|
2018-03-03 22:05:33 +01:00
|
|
|
import {loadAllRunningScripts, scriptEditorInit,
|
2017-08-30 19:44:29 +02:00
|
|
|
updateScriptEditorContent} from "./Script.js";
|
|
|
|
import {AllServers, Server, initForeignServers} from "./Server.js";
|
|
|
|
import {Settings, setSettingsLabels} from "./Settings.js";
|
|
|
|
import {initSourceFiles, SourceFiles} from "./SourceFile.js";
|
|
|
|
import {SpecialServerIps, initSpecialServerIps} from "./SpecialServerIps.js";
|
|
|
|
import {StockMarket, StockSymbols,
|
|
|
|
SymbolToStockMap, initStockSymbols,
|
|
|
|
initSymbolToStockMap, stockMarketCycle,
|
|
|
|
updateStockPrices,
|
|
|
|
displayStockMarketContent} from "./StockMarket.js";
|
2018-05-06 22:27:47 +02:00
|
|
|
import {Terminal, postNetburnerText, post, KEY} from "./Terminal.js";
|
2017-08-30 19:44:29 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
/* Shortcuts to navigate through the game
|
|
|
|
* Alt-t - Terminal
|
|
|
|
* Alt-c - Character
|
|
|
|
* Alt-e - Script editor
|
|
|
|
* Alt-s - Active scripts
|
|
|
|
* Alt-h - Hacknet Nodes
|
|
|
|
* Alt-w - City
|
|
|
|
* Alt-j - Job
|
|
|
|
* Alt-r - Travel Agency of current city
|
|
|
|
* Alt-p - Create program
|
|
|
|
* Alt-f - Factions
|
|
|
|
* Alt-a - Augmentations
|
|
|
|
* Alt-u - Tutorial
|
|
|
|
* Alt-o - Options
|
|
|
|
*/
|
|
|
|
$(document).keydown(function(e) {
|
2018-05-06 22:27:47 +02:00
|
|
|
if (Settings.DisableHotkeys === true) {return;}
|
2018-05-02 19:38:11 +02:00
|
|
|
if (!Player.isWorking && !redPillFlag && !inMission && !cinematicTextFlag) {
|
2017-07-22 00:54:55 +02:00
|
|
|
if (e.keyCode == 84 && e.altKey) {
|
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadTerminalContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.C && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadCharacterContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.E && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadScriptEditorContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.S && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadActiveScriptsContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.H && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadHacknetNodesContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.W && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadWorldContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.J && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadJobContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.R && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadTravelContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.P && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadCreateProgramContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.F && e.altKey) {
|
2018-03-12 20:39:04 +01:00
|
|
|
//Overriden by Fconf
|
|
|
|
if (Engine.currentPage === Engine.Page.Terminal && FconfSettings.ENABLE_BASH_HOTKEYS) {
|
|
|
|
return;
|
|
|
|
}
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadFactionsContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.A && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadAugmentationsContent();
|
2018-05-06 22:27:47 +02:00
|
|
|
} else if (e.keyCode === KEY.U && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
Engine.loadTutorialContent();
|
2017-07-25 03:06:40 +02:00
|
|
|
}
|
2017-07-22 00:54:55 +02:00
|
|
|
}
|
|
|
|
|
2018-05-06 22:27:47 +02:00
|
|
|
if (e.keyCode === KEY.O && e.altKey) {
|
2017-07-22 00:54:55 +02:00
|
|
|
e.preventDefault();
|
|
|
|
gameOptionsBoxOpen();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
2017-08-30 19:44:29 +02:00
|
|
|
let Engine = {
|
2017-06-07 02:04:18 +02:00
|
|
|
version: "",
|
2017-01-31 04:41:42 +01:00
|
|
|
Debug: true,
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
//Clickable objects
|
2017-07-25 03:06:40 +02:00
|
|
|
Clickables: {
|
2016-10-17 10:24:39 +02:00
|
|
|
//Main menu buttons
|
2017-01-31 04:41:42 +01:00
|
|
|
terminalMainMenuButton: null,
|
|
|
|
characterMainMenuButton: null,
|
|
|
|
scriptEditorMainMenuButton: null,
|
|
|
|
activeScriptsMainMenuButton: null,
|
2017-04-27 22:02:58 +02:00
|
|
|
hacknetNodesMainMenuButton: null,
|
2017-01-31 04:41:42 +01:00
|
|
|
worldMainMenuButton: null,
|
2017-07-22 00:54:55 +02:00
|
|
|
travelMainMenuButton: null,
|
|
|
|
jobMainMenuButton: null,
|
2017-01-31 04:41:42 +01:00
|
|
|
createProgramMainMenuButton: null,
|
|
|
|
factionsMainMenuButton: null,
|
|
|
|
augmentationsMainMenuButton: null,
|
|
|
|
tutorialMainMenuButton: null,
|
|
|
|
saveMainMenuButton: null,
|
|
|
|
deleteMainMenuButton: null,
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-03-31 23:47:06 +02:00
|
|
|
//Tutorial buttons
|
|
|
|
tutorialNetworkingButton: null,
|
|
|
|
tutorialHackingButton: null,
|
|
|
|
tutorialScriptsButton: null,
|
2017-05-07 00:19:18 +02:00
|
|
|
tutorialNetscriptButton: null,
|
2017-03-31 23:47:06 +02:00
|
|
|
tutorialTravelingButton: null,
|
2017-07-03 21:42:11 +02:00
|
|
|
tutorialCompaniesButton: null,
|
2017-03-31 23:47:06 +02:00
|
|
|
tutorialFactionsButton: null,
|
|
|
|
tutorialAugmentationsButton: null,
|
|
|
|
tutorialBackButton: null,
|
2016-10-17 10:24:39 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
//Display objects
|
|
|
|
Display: {
|
|
|
|
//Progress bar
|
2017-01-31 04:41:42 +01:00
|
|
|
progress: null,
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
//Display for status text (such as "Saved" or "Loaded")
|
2017-01-31 04:41:42 +01:00
|
|
|
statusText: null,
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
hacking_skill: null,
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
//Main menu content
|
2017-02-28 18:10:35 +01:00
|
|
|
terminalContent: null,
|
|
|
|
characterContent: null,
|
|
|
|
scriptEditorContent: null,
|
|
|
|
activeScriptsContent: null,
|
2017-04-27 22:02:58 +02:00
|
|
|
hacknetNodesContent: null,
|
2017-02-28 18:10:35 +01:00
|
|
|
worldContent: null,
|
|
|
|
createProgramContent: null,
|
|
|
|
factionsContent: null,
|
|
|
|
factionContent: null,
|
|
|
|
factionAugmentationsContent: null,
|
|
|
|
augmentationsContent: null,
|
|
|
|
tutorialContent: null,
|
2017-06-28 22:53:12 +02:00
|
|
|
infiltrationContent: null,
|
2017-07-03 21:42:11 +02:00
|
|
|
stockMarketContent: null,
|
2017-02-28 18:10:35 +01:00
|
|
|
locationContent: null,
|
|
|
|
workInProgressContent: null,
|
2017-07-04 23:18:42 +02:00
|
|
|
redPillContent: null,
|
2018-05-02 19:38:11 +02:00
|
|
|
cinematicTextContent: null,
|
2017-09-21 23:27:31 +02:00
|
|
|
missionContent: null,
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
//Character info
|
2017-02-28 18:10:35 +01:00
|
|
|
characterInfo: null,
|
2016-10-17 10:24:39 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
|
|
|
//Current page status
|
2017-01-31 04:41:42 +01:00
|
|
|
Page: {
|
|
|
|
Terminal: "Terminal",
|
|
|
|
CharacterInfo: "CharacterInfo",
|
|
|
|
ScriptEditor: "ScriptEditor",
|
|
|
|
ActiveScripts: "ActiveScripts",
|
2017-04-27 22:02:58 +02:00
|
|
|
HacknetNodes: "HacknetNodes",
|
2017-01-31 04:41:42 +01:00
|
|
|
World: "World",
|
|
|
|
CreateProgram: "CreateProgram",
|
|
|
|
Factions: "Factions",
|
2017-01-28 04:10:16 +01:00
|
|
|
Faction: "Faction",
|
2017-01-31 04:41:42 +01:00
|
|
|
Augmentations: "Augmentations",
|
|
|
|
Tutorial: "Tutorial",
|
|
|
|
Location: "Location",
|
2017-02-16 19:52:11 +01:00
|
|
|
workInProgress: "WorkInProgress",
|
2017-07-04 23:18:42 +02:00
|
|
|
RedPill: "RedPill",
|
2018-05-02 19:38:11 +02:00
|
|
|
CinematicText: "CinematicText",
|
2017-07-03 21:42:11 +02:00
|
|
|
Infiltration: "Infiltration",
|
|
|
|
StockMarket: "StockMarket",
|
2017-08-13 07:01:33 +02:00
|
|
|
Gang: "Gang",
|
2017-09-21 23:27:31 +02:00
|
|
|
Mission: "Mission",
|
2017-12-02 04:50:08 +01:00
|
|
|
Corporation: "Corporation",
|
2018-05-02 19:38:11 +02:00
|
|
|
Bladeburner: "Bladeburner",
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
|
|
|
currentPage: null,
|
2016-11-24 23:30:33 +01:00
|
|
|
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Time variables (milliseconds unix epoch time)
|
|
|
|
_lastUpdate: new Date().getTime(),
|
|
|
|
_idleSpeed: 200, //Speed (in ms) at which the main loop is updated
|
2017-07-25 03:06:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* Load content when a main menu button is clicked */
|
2016-10-17 10:24:39 +02:00
|
|
|
loadTerminalContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.terminalContent.style.display = "block";
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.Terminal;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("terminal-menu-link").classList.add("active");
|
2016-10-17 10:24:39 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
loadCharacterContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.characterContent.style.display = "block";
|
2016-10-17 10:24:39 +02:00
|
|
|
Engine.displayCharacterInfo();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.CharacterInfo;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("stats-menu-link").classList.add("active");
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadScriptEditorContent: function(filename = "", code = "") {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.scriptEditorContent.style.display = "block";
|
2017-09-01 16:12:40 +02:00
|
|
|
var editor = ace.edit('javascript-editor');
|
2017-06-02 19:18:53 +02:00
|
|
|
if (filename != "") {
|
2017-01-31 04:41:42 +01:00
|
|
|
document.getElementById("script-editor-filename").value = filename;
|
2017-09-01 16:12:40 +02:00
|
|
|
editor.setValue(code);
|
2017-01-31 04:41:42 +01:00
|
|
|
}
|
2017-09-01 16:12:40 +02:00
|
|
|
editor.focus();
|
2017-08-30 19:44:29 +02:00
|
|
|
updateScriptEditorContent();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.ScriptEditor;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("create-script-menu-link").classList.add("active");
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadActiveScriptsContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.activeScriptsContent.style.display = "block";
|
2017-09-26 04:44:33 +02:00
|
|
|
updateActiveScriptsItems();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.ActiveScripts;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("active-scripts-menu-link").classList.add("active");
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-04-27 22:02:58 +02:00
|
|
|
loadHacknetNodesContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.hacknetNodesContent.style.display = "block";
|
2017-04-27 22:02:58 +02:00
|
|
|
displayHacknetNodesContent();
|
|
|
|
Engine.currentPage = Engine.Page.HacknetNodes;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("hacknet-nodes-menu-link").classList.add("active");
|
2017-04-27 22:02:58 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadWorldContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.worldContent.style.display = "block";
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.displayWorldInfo();
|
|
|
|
Engine.currentPage = Engine.Page.World;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("city-menu-link").classList.add("active");
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadCreateProgramContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.createProgramContent.style.display = "block";
|
2017-02-28 22:20:37 +01:00
|
|
|
displayCreateProgramContent();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.CreateProgram;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("create-program-menu-link").classList.add("active");
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadFactionsContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.factionsContent.style.display = "block";
|
2017-02-20 23:45:36 +01:00
|
|
|
Engine.displayFactionsInfo();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.Factions;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("factions-menu-link").classList.add("active");
|
2016-10-17 10:24:39 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-28 04:10:16 +01:00
|
|
|
loadFactionContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.factionContent.style.display = "block";
|
2017-01-28 04:10:16 +01:00
|
|
|
Engine.currentPage = Engine.Page.Faction;
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadAugmentationsContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.augmentationsContent.style.display = "block";
|
2018-03-27 02:46:21 +02:00
|
|
|
displayAugmentationsContent();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.Augmentations;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("augmentations-menu-link").classList.add("active");
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadTutorialContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.tutorialContent.style.display = "block";
|
2017-03-31 23:47:06 +02:00
|
|
|
Engine.displayTutorialContent();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.Tutorial;
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("tutorial-menu-link").classList.add("active");
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
loadLocationContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.locationContent.style.display = "block";
|
2017-01-31 05:43:33 +01:00
|
|
|
displayLocationContent();
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.currentPage = Engine.Page.Location;
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
loadTravelContent: function() {
|
|
|
|
switch(Player.city) {
|
|
|
|
case Locations.Aevum:
|
|
|
|
Player.location = Locations.AevumTravelAgency;
|
|
|
|
break;
|
|
|
|
case Locations.Chongqing:
|
|
|
|
Player.location = Locations.ChongqingTravelAgency;
|
|
|
|
break;
|
|
|
|
case Locations.Sector12:
|
|
|
|
Player.location = Locations.Sector12TravelAgency;
|
|
|
|
break;
|
|
|
|
case Locations.NewTokyo:
|
|
|
|
Player.location = Locations.NewTokyoTravelAgency;
|
|
|
|
break;
|
|
|
|
case Locations.Ishima:
|
|
|
|
Player.location = Locations.IshimaTravelAgency;
|
|
|
|
break;
|
|
|
|
case Locations.Volhaven:
|
|
|
|
Player.location = Locations.VolhavenTravelAgency;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
dialogBoxCreate("ERROR: Invalid city. This is a bug please contact game dev");
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
Engine.loadLocationContent();
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
loadJobContent: function() {
|
|
|
|
if (Player.companyName == "") {
|
2017-07-25 03:06:40 +02:00
|
|
|
dialogBoxCreate("You do not currently have a job! You can visit various companies " +
|
2017-07-22 00:54:55 +02:00
|
|
|
"in the city and try to find a job.");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
Player.location = Player.companyName;
|
|
|
|
Engine.loadLocationContent();
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-02-08 01:27:11 +01:00
|
|
|
loadWorkInProgressContent: function() {
|
|
|
|
Engine.hideAllContent();
|
|
|
|
var mainMenu = document.getElementById("mainmenu-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
//mainMenu.style.visibility = "hidden";
|
2017-02-08 01:27:11 +01:00
|
|
|
mainMenu.style.visibility = "hidden";
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.workInProgressContent.style.display = "block";
|
2017-02-16 19:52:11 +01:00
|
|
|
Engine.currentPage = Engine.Page.WorkInProgress;
|
2017-02-08 01:27:11 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-04 23:18:42 +02:00
|
|
|
loadRedPillContent: function() {
|
|
|
|
Engine.hideAllContent();
|
|
|
|
var mainMenu = document.getElementById("mainmenu-container");
|
|
|
|
mainMenu.style.visibility = "hidden";
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.redPillContent.style.display = "block";
|
2017-07-04 23:18:42 +02:00
|
|
|
Engine.currentPage = Engine.Page.RedPill;
|
2017-07-05 06:02:19 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2018-05-02 19:38:11 +02:00
|
|
|
loadCinematicTextContent: function() {
|
|
|
|
Engine.hideAllContent();
|
|
|
|
var mainMenu = document.getElementById("mainmenu-container");
|
|
|
|
mainMenu.style.visibility = "hidden";
|
|
|
|
Engine.Display.cinematicTextContent.style.display = "block";
|
|
|
|
Engine.currentPage = Engine.Page.CinematicText;
|
|
|
|
},
|
|
|
|
|
2017-07-03 21:42:11 +02:00
|
|
|
loadInfiltrationContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.infiltrationContent.style.display = "block";
|
2017-07-03 21:42:11 +02:00
|
|
|
Engine.currentPage = Engine.Page.Infiltration;
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-03 21:42:11 +02:00
|
|
|
loadStockMarketContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.stockMarketContent.style.display = "block";
|
2017-07-03 21:42:11 +02:00
|
|
|
Engine.currentPage = Engine.Page.StockMarket;
|
2017-10-25 21:47:47 +02:00
|
|
|
displayStockMarketContent();
|
2017-07-03 21:42:11 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-08-13 07:01:33 +02:00
|
|
|
loadGangContent: function() {
|
|
|
|
Engine.hideAllContent();
|
2017-08-30 19:44:29 +02:00
|
|
|
if (document.getElementById("gang-container") || Player.inGang()) {
|
2017-08-13 07:01:33 +02:00
|
|
|
displayGangContent();
|
|
|
|
Engine.currentPage = Engine.Page.Gang;
|
|
|
|
} else {
|
|
|
|
Engine.loadTerminalContent();
|
|
|
|
Engine.currentPage = Engine.Page.Terminal;
|
|
|
|
}
|
2017-09-21 23:27:31 +02:00
|
|
|
},
|
2017-08-13 07:01:33 +02:00
|
|
|
|
2017-09-21 23:27:31 +02:00
|
|
|
loadMissionContent: function() {
|
|
|
|
Engine.hideAllContent();
|
|
|
|
document.getElementById("mainmenu-container").style.visibility = "hidden";
|
|
|
|
document.getElementById("character-overview-wrapper").style.visibility = "hidden";
|
2017-11-09 03:53:40 +01:00
|
|
|
Engine.Display.missionContent.style.display = "block";
|
2017-09-26 04:44:33 +02:00
|
|
|
Engine.currentPage = Engine.Page.Mission;
|
2017-08-13 07:01:33 +02:00
|
|
|
},
|
|
|
|
|
2017-12-02 04:50:08 +01:00
|
|
|
loadCorporationContent: function() {
|
|
|
|
if (Player.corporation instanceof Corporation) {
|
|
|
|
Engine.hideAllContent();
|
|
|
|
document.getElementById("character-overview-wrapper").style.visibility = "hidden";
|
|
|
|
Player.corporation.createUI();
|
|
|
|
Engine.currentPage = Engine.Page.Corporation;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2018-05-02 19:38:11 +02:00
|
|
|
loadBladeburnerContent: function() {
|
|
|
|
if (Player.bladeburner instanceof Bladeburner) {
|
|
|
|
try {
|
|
|
|
Engine.hideAllContent();
|
|
|
|
Engine.currentPage = Engine.Page.Bladeburner;
|
|
|
|
Player.bladeburner.createContent();
|
|
|
|
} catch(e) {
|
|
|
|
exceptionAlert(e);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2017-07-25 03:06:40 +02:00
|
|
|
//Helper function that hides all content
|
2016-10-17 10:24:39 +02:00
|
|
|
hideAllContent: function() {
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.terminalContent.style.display = "none";
|
|
|
|
Engine.Display.characterContent.style.display = "none";
|
|
|
|
Engine.Display.scriptEditorContent.style.display = "none";
|
|
|
|
Engine.Display.activeScriptsContent.style.display = "none";
|
|
|
|
Engine.Display.hacknetNodesContent.style.display = "none";
|
|
|
|
Engine.Display.worldContent.style.display = "none";
|
|
|
|
Engine.Display.createProgramContent.style.display = "none";
|
|
|
|
Engine.Display.factionsContent.style.display = "none";
|
|
|
|
Engine.Display.factionContent.style.display = "none";
|
|
|
|
Engine.Display.factionAugmentationsContent.style.display = "none";
|
|
|
|
Engine.Display.augmentationsContent.style.display = "none";
|
|
|
|
Engine.Display.tutorialContent.style.display = "none";
|
|
|
|
Engine.Display.locationContent.style.display = "none";
|
|
|
|
Engine.Display.workInProgressContent.style.display = "none";
|
|
|
|
Engine.Display.redPillContent.style.display = "none";
|
2018-05-02 19:38:11 +02:00
|
|
|
Engine.Display.cinematicTextContent.style.display = "none";
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.infiltrationContent.style.display = "none";
|
|
|
|
Engine.Display.stockMarketContent.style.display = "none";
|
|
|
|
Engine.Display.missionContent.style.display = "none";
|
|
|
|
if (document.getElementById("gang-container")) {
|
|
|
|
document.getElementById("gang-container").style.display = "none";
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-12-02 04:50:08 +01:00
|
|
|
if (Player.corporation instanceof Corporation) {
|
|
|
|
Player.corporation.clearUI();
|
|
|
|
}
|
|
|
|
|
2018-05-02 19:38:11 +02:00
|
|
|
if (Player.bladeburner instanceof Bladeburner) {
|
|
|
|
Player.bladeburner.clearContent();
|
|
|
|
}
|
|
|
|
|
2017-01-28 04:10:16 +01:00
|
|
|
//Location lists
|
|
|
|
Engine.aevumLocationsList.style.display = "none";
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.chongqingLocationsList.style.display = "none";
|
|
|
|
Engine.sector12LocationsList.style.display = "none";
|
|
|
|
Engine.newTokyoLocationsList.style.display = "none";
|
|
|
|
Engine.ishimaLocationsList.style.display = "none";
|
|
|
|
Engine.volhavenLocationsList.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
//Make nav menu tabs inactive
|
|
|
|
document.getElementById("terminal-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("create-script-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("active-scripts-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("create-program-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("stats-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("factions-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("augmentations-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("hacknet-nodes-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("city-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("tutorial-menu-link").classList.remove("active");
|
|
|
|
document.getElementById("options-menu-link").classList.remove("active");
|
2016-10-17 10:24:39 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-20 09:33:33 +02:00
|
|
|
displayCharacterOverviewInfo: function() {
|
2017-07-03 21:42:11 +02:00
|
|
|
if (Player.hp == null) {Player.hp = Player.max_hp;}
|
2018-05-11 23:30:55 +02:00
|
|
|
var overviewText = "Hp: " + Player.hp + " / " + Player.max_hp + "<br>" +
|
|
|
|
"Money: " + numeral(Player.money.toNumber()).format('($0.000a)') + "<br>" +
|
|
|
|
"Hack: " + (Player.hacking_skill).toLocaleString() + "<br>" +
|
|
|
|
"Str: " + (Player.strength).toLocaleString() + "<br>" +
|
|
|
|
"Def: " + (Player.defense).toLocaleString() + "<br>" +
|
|
|
|
"Dex: " + (Player.dexterity).toLocaleString() + "<br>" +
|
|
|
|
"Agi: " + (Player.agility).toLocaleString() + "<br>" +
|
|
|
|
"Cha: " + (Player.charisma).toLocaleString();
|
2017-09-19 20:38:03 +02:00
|
|
|
if (Player.intelligence >= 1) {
|
2018-05-11 23:30:55 +02:00
|
|
|
overviewText += "<br>Int: " + (Player.intelligence).toLocaleString();
|
2017-09-19 20:38:03 +02:00
|
|
|
}
|
2018-05-11 23:30:55 +02:00
|
|
|
document.getElementById("character-overview-text").innerHTML = overviewText.replace( / /g, " ");
|
2017-05-20 09:33:33 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
/* Display character info */
|
|
|
|
displayCharacterInfo: function() {
|
2018-01-20 05:47:57 +01:00
|
|
|
removeChildrenFromElement(Engine.Display.characterInfo);
|
|
|
|
|
2017-02-03 23:05:59 +01:00
|
|
|
var companyPosition = "";
|
|
|
|
if (Player.companyPosition != "") {
|
|
|
|
companyPosition = Player.companyPosition.positionName;
|
|
|
|
}
|
2017-09-26 04:44:33 +02:00
|
|
|
|
2017-09-29 17:02:33 +02:00
|
|
|
var intText = "";
|
|
|
|
if (Player.intelligence > 0) {
|
|
|
|
intText = 'Intelligence: ' + (Player.intelligence).toLocaleString() + "<br><br><br>";
|
|
|
|
}
|
2018-01-20 05:47:57 +01:00
|
|
|
|
|
|
|
Engine.Display.characterInfo.appendChild(createElement("pre", {
|
|
|
|
innerHTML:
|
|
|
|
'<b>General</b><br><br>' +
|
|
|
|
'Current City: ' + Player.city + '<br><br>' +
|
|
|
|
'Employer: ' + Player.companyName + '<br>' +
|
|
|
|
'Job Title: ' + companyPosition + '<br><br>' +
|
|
|
|
'Money: $' + formatNumber(Player.money.toNumber(), 2)+ '<br><br><br>' +
|
|
|
|
'<b>Stats</b><br><br>' +
|
|
|
|
'Hacking Level: ' + (Player.hacking_skill).toLocaleString() +
|
|
|
|
" (" + numeral(Player.hacking_exp).format('(0.000a)') + ' experience)<br>' +
|
|
|
|
'Strength: ' + (Player.strength).toLocaleString() +
|
|
|
|
" (" + numeral(Player.strength_exp).format('(0.000a)') + ' experience)<br>' +
|
|
|
|
'Defense: ' + (Player.defense).toLocaleString() +
|
|
|
|
" (" + numeral(Player.defense_exp).format('(0.000a)')+ ' experience)<br>' +
|
|
|
|
'Dexterity: ' + (Player.dexterity).toLocaleString() +
|
|
|
|
" (" + numeral(Player.dexterity_exp).format('(0.000a)') + ' experience)<br>' +
|
|
|
|
'Agility: ' + (Player.agility).toLocaleString() +
|
|
|
|
" (" + numeral(Player.agility_exp).format('(0.000a)') + ' experience)<br>' +
|
|
|
|
'Charisma: ' + (Player.charisma).toLocaleString() +
|
|
|
|
" (" + numeral(Player.charisma_exp).format('(0.000a)') + ' experience)<br>' +
|
|
|
|
intText +
|
|
|
|
'<b>Multipliers</b><br><br>' +
|
|
|
|
'Hacking Chance multiplier: ' + formatNumber(Player.hacking_chance_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacking Speed multiplier: ' + formatNumber(Player.hacking_speed_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacking Money multiplier: ' + formatNumber(Player.hacking_money_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacking Growth multiplier: ' + formatNumber(Player.hacking_grow_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Hacking Level multiplier: ' + formatNumber(Player.hacking_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacking Experience multiplier: ' + formatNumber(Player.hacking_exp_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Strength Level multiplier: ' + formatNumber(Player.strength_mult * 100, 2) + '%<br>' +
|
|
|
|
'Strength Experience multiplier: ' + formatNumber(Player.strength_exp_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Defense Level multiplier: ' + formatNumber(Player.defense_mult * 100, 2) + '%<br>' +
|
|
|
|
'Defense Experience multiplier: ' + formatNumber(Player.defense_exp_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Dexterity Level multiplier: ' + formatNumber(Player.dexterity_mult * 100, 2) + '%<br>' +
|
|
|
|
'Dexterity Experience multiplier: ' + formatNumber(Player.dexterity_exp_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Agility Level multiplier: ' + formatNumber(Player.agility_mult * 100, 2) + '%<br>' +
|
|
|
|
'Agility Experience multiplier: ' + formatNumber(Player.agility_exp_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Charisma Level multiplier: ' + formatNumber(Player.charisma_mult * 100, 2) + '%<br>' +
|
|
|
|
'Charisma Experience multiplier: ' + formatNumber(Player.charisma_exp_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Hacknet Node production multiplier: ' + formatNumber(Player.hacknet_node_money_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacknet Node purchase cost multiplier: ' + formatNumber(Player.hacknet_node_purchase_cost_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacknet Node RAM upgrade cost multiplier: ' + formatNumber(Player.hacknet_node_ram_cost_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacknet Node Core purchase cost multiplier: ' + formatNumber(Player.hacknet_node_core_cost_mult * 100, 2) + '%<br>' +
|
|
|
|
'Hacknet Node level upgrade cost multiplier: ' + formatNumber(Player.hacknet_node_level_cost_mult * 100, 2) + '%<br><br>' +
|
|
|
|
'Company reputation gain multiplier: ' + formatNumber(Player.company_rep_mult * 100, 2) + '%<br>' +
|
|
|
|
'Faction reputation gain multiplier: ' + formatNumber(Player.faction_rep_mult * 100, 2) + '%<br>' +
|
|
|
|
'Salary multiplier: ' + formatNumber(Player.work_money_mult * 100, 2) + '%<br>' +
|
|
|
|
'Crime success multiplier: ' + formatNumber(Player.crime_success_mult * 100, 2) + '%<br>' +
|
|
|
|
'Crime money multiplier: ' + formatNumber(Player.crime_money_mult * 100, 2) + '%<br><br><br>' +
|
|
|
|
'<b>Misc</b><br><br>' +
|
|
|
|
'Servers owned: ' + Player.purchasedServers.length + '<br>' +
|
|
|
|
'Hacknet Nodes owned: ' + Player.hacknetNodes.length + '<br>' +
|
|
|
|
'Augmentations installed: ' + Player.augmentations.length + '<br>' +
|
|
|
|
'Time played since last Augmentation: ' + convertTimeMsToTimeElapsedString(Player.playtimeSinceLastAug) + '<br>' +
|
|
|
|
'Time played: ' + convertTimeMsToTimeElapsedString(Player.totalPlaytime),
|
|
|
|
}));
|
|
|
|
|
|
|
|
if (Player.sourceFiles.length !== 0) {
|
|
|
|
var index = "BitNode" + Player.bitNodeN;
|
|
|
|
|
|
|
|
Engine.Display.characterInfo.appendChild(createElement("p", {
|
|
|
|
width:"60%",
|
|
|
|
innerHTML:
|
|
|
|
"<br>Current BitNode: " + Player.bitNodeN + " (" + BitNodes[index].name + ")<br><br>",
|
|
|
|
}));
|
|
|
|
|
|
|
|
Engine.Display.characterInfo.appendChild(createElement("p", {
|
|
|
|
width:"60%", fontSize: "13px", marginLeft:"4%",
|
|
|
|
innerHTML:BitNodes[index].info,
|
|
|
|
}))
|
|
|
|
}
|
2016-10-17 10:24:39 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
/* Display locations in the world*/
|
|
|
|
aevumLocationsList: null,
|
|
|
|
chongqingLocationsList: null,
|
2017-07-25 03:06:40 +02:00
|
|
|
sector12LocationsList: null,
|
2017-01-31 04:41:42 +01:00
|
|
|
newTokyoLocationsList: null,
|
|
|
|
ishimaLocationsList: null,
|
|
|
|
volhavenLocationsList: null,
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
displayWorldInfo: function() {
|
|
|
|
Engine.aevumLocationsList.style.display = "none";
|
|
|
|
Engine.chongqingLocationsList.style.display = "none";
|
|
|
|
Engine.sector12LocationsList.style.display = "none";
|
|
|
|
Engine.newTokyoLocationsList.style.display = "none";
|
|
|
|
Engine.ishimaLocationsList.style.display = "none";
|
|
|
|
Engine.volhavenLocationsList.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 21:12:45 +02:00
|
|
|
document.getElementById("world-city-name").innerHTML = Player.city;
|
|
|
|
var cityDesc = document.getElementById("world-city-desc"); //TODO
|
2017-01-31 04:41:42 +01:00
|
|
|
switch(Player.city) {
|
|
|
|
case Locations.Aevum:
|
|
|
|
Engine.aevumLocationsList.style.display = "inline";
|
|
|
|
break;
|
|
|
|
case Locations.Chongqing:
|
|
|
|
Engine.chongqingLocationsList.style.display = "inline";
|
|
|
|
break;
|
|
|
|
case Locations.Sector12:
|
|
|
|
Engine.sector12LocationsList.style.display = "inline";
|
2017-12-02 04:50:08 +01:00
|
|
|
|
2018-01-20 05:47:57 +01:00
|
|
|
//City hall only in BitNode-3/with Source-File 3
|
2018-03-03 22:05:33 +01:00
|
|
|
if ((Player.bitNodeN === 3 || hasCorporationSF) && Player.bitNodeN !== 8) {
|
2017-12-02 04:50:08 +01:00
|
|
|
document.getElementById("sector12-cityhall-li").style.display = "block";
|
|
|
|
} else {
|
|
|
|
document.getElementById("sector12-cityhall-li").style.display = "none";
|
|
|
|
}
|
2017-01-31 04:41:42 +01:00
|
|
|
break;
|
|
|
|
case Locations.NewTokyo:
|
|
|
|
Engine.newTokyoLocationsList.style.display = "inline";
|
|
|
|
break;
|
|
|
|
case Locations.Ishima:
|
|
|
|
Engine.ishimaLocationsList.style.display = "inline";
|
|
|
|
break;
|
|
|
|
case Locations.Volhaven:
|
|
|
|
Engine.volhavenLocationsList.style.display = "inline";
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
console.log("Invalid city value in Player object!");
|
|
|
|
break;
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2018-03-27 02:46:21 +02:00
|
|
|
//Generic Locations (common to every city):
|
|
|
|
// World Stock Exchange
|
|
|
|
// Corporation (if applicable)
|
2018-06-03 03:37:56 +02:00
|
|
|
// Bladeburner HQ (if applicable);
|
2017-12-02 04:50:08 +01:00
|
|
|
var genericLocationsList = document.getElementById("generic-locations-list");
|
|
|
|
genericLocationsList.style.display = "inline";
|
2018-03-27 02:46:21 +02:00
|
|
|
removeChildrenFromElement(genericLocationsList);
|
|
|
|
var li = createElement("li");
|
|
|
|
li.appendChild(createElement("a", {
|
|
|
|
innerText:"World Stock Exchange", class:"a-link-button",
|
|
|
|
clickListener:()=>{
|
|
|
|
Player.location = Locations.WorldStockExchange;
|
|
|
|
Engine.loadStockMarketContent();
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}));
|
|
|
|
genericLocationsList.appendChild(li);
|
|
|
|
|
2017-12-02 04:50:08 +01:00
|
|
|
if (Player.corporation instanceof Corporation && document.getElementById("location-corporation-button") == null) {
|
2018-03-27 02:46:21 +02:00
|
|
|
var li = createElement("li");
|
2017-12-02 04:50:08 +01:00
|
|
|
li.appendChild(createElement("a", {
|
|
|
|
innerText:Player.corporation.name, id:"location-corporation-button",
|
|
|
|
class:"a-link-button",
|
|
|
|
clickListener:()=>{
|
|
|
|
Engine.loadCorporationContent();
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}));
|
|
|
|
genericLocationsList.appendChild(li);
|
|
|
|
}
|
2018-06-03 03:37:56 +02:00
|
|
|
|
|
|
|
if (Player.bladeburner instanceof Bladeburner) {
|
|
|
|
var li = createElement("li");
|
|
|
|
li.appendChild(createElement("a", {
|
|
|
|
innerText:"Bladeburner Headquarters", class:"a-link-button",
|
|
|
|
clickListener:()=>{
|
|
|
|
Engine.loadBladeburnerContent();
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}));
|
|
|
|
genericLocationsList.appendChild(li);
|
|
|
|
}
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-02-20 23:45:36 +01:00
|
|
|
displayFactionsInfo: function() {
|
2018-03-27 02:46:21 +02:00
|
|
|
removeChildrenFromElement(Engine.Display.factionsContent);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2018-03-27 02:46:21 +02:00
|
|
|
//Factions
|
|
|
|
Engine.Display.factionsContent.appendChild(createElement("h1", {
|
|
|
|
innerText:"Factions"
|
|
|
|
}));
|
|
|
|
Engine.Display.factionsContent.appendChild(createElement("p", {
|
|
|
|
innerText:"Lists all factions you have joined"
|
|
|
|
}));
|
|
|
|
var factionsList = createElement("ul");
|
|
|
|
Engine.Display.factionsContent.appendChild(createElement("br"));
|
|
|
|
|
|
|
|
//Add a button for each faction you are a member of
|
2017-02-20 23:45:36 +01:00
|
|
|
for (var i = 0; i < Player.factions.length; ++i) {
|
2017-05-04 21:29:50 +02:00
|
|
|
(function () {
|
|
|
|
var factionName = Player.factions[i];
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2018-03-27 02:46:21 +02:00
|
|
|
factionsList.appendChild(createElement("a", {
|
|
|
|
class:"a-link-button", innerText:factionName, padding:"4px", margin:"4px",
|
|
|
|
display:"inline-block",
|
|
|
|
clickListener:()=>{
|
|
|
|
Engine.loadFactionContent();
|
|
|
|
displayFactionContent(factionName);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}));
|
|
|
|
factionsList.appendChild(createElement("br"));
|
2017-05-04 21:29:50 +02:00
|
|
|
}()); //Immediate invocation
|
2017-02-20 23:45:36 +01:00
|
|
|
}
|
2018-03-27 02:46:21 +02:00
|
|
|
Engine.Display.factionsContent.appendChild(factionsList);
|
|
|
|
Engine.Display.factionsContent.appendChild(createElement("br"));
|
2017-07-27 04:56:14 +02:00
|
|
|
|
2018-03-27 02:46:21 +02:00
|
|
|
//Invited Factions
|
|
|
|
Engine.Display.factionsContent.appendChild(createElement("h1", {
|
|
|
|
innerText:"Outstanding Faction Invitations"
|
|
|
|
}));
|
|
|
|
Engine.Display.factionsContent.appendChild(createElement("p", {
|
|
|
|
width:"70%",
|
|
|
|
innerText:"Lists factions you have been invited to, as well as " +
|
|
|
|
"factions you have previously rejected. You can accept " +
|
|
|
|
"these faction invitations at any time."
|
|
|
|
}));
|
|
|
|
var invitationsList = createElement("ul");
|
2017-07-27 04:56:14 +02:00
|
|
|
|
2018-03-27 02:46:21 +02:00
|
|
|
//Add a button to accept for each faction you have invitiations for
|
2017-07-27 04:56:14 +02:00
|
|
|
for (var i = 0; i < Player.factionInvitations.length; ++i) {
|
|
|
|
(function () {
|
|
|
|
var factionName = Player.factionInvitations[i];
|
|
|
|
|
2018-03-27 02:46:21 +02:00
|
|
|
var item = createElement("li", {padding:"6px", margin:"6px"});
|
|
|
|
item.appendChild(createElement("p", {
|
|
|
|
innerText:factionName, display:"inline", margin:"4px", padding:"4px"
|
|
|
|
}));
|
|
|
|
item.appendChild(createElement("a", {
|
|
|
|
innerText:"Accept Faction Invitation",
|
|
|
|
class:"a-link-button", display:"inline", margin:"4px", padding:"4px",
|
|
|
|
clickListener:()=>{
|
|
|
|
joinFaction(Factions[factionName]);
|
|
|
|
for (var i = 0; i < Player.factionInvitations.length; ++i) {
|
2018-05-27 07:48:10 +02:00
|
|
|
if (Player.factionInvitations[i] == factionName || Factions[Player.factionInvitations[i]].isBanned) {
|
2018-03-27 02:46:21 +02:00
|
|
|
Player.factionInvitations.splice(i, 1);
|
2018-05-27 07:48:10 +02:00
|
|
|
i--;
|
2018-03-27 02:46:21 +02:00
|
|
|
}
|
2017-07-27 04:56:14 +02:00
|
|
|
}
|
2018-03-27 02:46:21 +02:00
|
|
|
Engine.displayFactionsInfo();
|
|
|
|
return false;
|
2017-07-27 04:56:14 +02:00
|
|
|
}
|
2018-03-27 02:46:21 +02:00
|
|
|
}));
|
2017-07-27 04:56:14 +02:00
|
|
|
|
|
|
|
invitationsList.appendChild(item);
|
|
|
|
}());
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2018-03-27 02:46:21 +02:00
|
|
|
Engine.Display.factionsContent.appendChild(invitationsList);
|
2017-02-20 23:45:36 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-03-31 23:47:06 +02:00
|
|
|
displayTutorialContent: function() {
|
2017-08-03 06:21:15 +02:00
|
|
|
document.getElementById("tutorial-getting-started-link").style.display = "block";
|
2017-03-31 23:47:06 +02:00
|
|
|
Engine.Clickables.tutorialNetworkingButton.style.display = "block";
|
|
|
|
Engine.Clickables.tutorialHackingButton.style.display = "block";
|
|
|
|
Engine.Clickables.tutorialScriptsButton.style.display = "block";
|
2017-05-07 00:19:18 +02:00
|
|
|
Engine.Clickables.tutorialNetscriptButton.style.display = "block";
|
2017-03-31 23:47:06 +02:00
|
|
|
Engine.Clickables.tutorialTravelingButton.style.display = "block";
|
2017-07-03 21:42:11 +02:00
|
|
|
Engine.Clickables.tutorialCompaniesButton.style.display = "block";
|
2017-03-31 23:47:06 +02:00
|
|
|
Engine.Clickables.tutorialFactionsButton.style.display = "block";
|
2017-07-25 03:06:40 +02:00
|
|
|
Engine.Clickables.tutorialAugmentationsButton.style.display = "block";
|
|
|
|
document.getElementById("tutorial-shortcuts-link").style.display = "block";
|
2017-03-31 23:47:06 +02:00
|
|
|
|
2017-04-13 19:33:34 +02:00
|
|
|
Engine.Clickables.tutorialBackButton.style.display = "none";
|
2017-03-31 23:47:06 +02:00
|
|
|
document.getElementById("tutorial-text").style.display = "none";
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-03-31 23:47:06 +02:00
|
|
|
//Displays the text when a section of the Tutorial is opened
|
|
|
|
displayTutorialPage: function(text) {
|
2017-08-16 01:49:47 +02:00
|
|
|
document.getElementById("tutorial-getting-started-link").style.display = "none";
|
2017-03-31 23:47:06 +02:00
|
|
|
Engine.Clickables.tutorialNetworkingButton.style.display = "none";
|
|
|
|
Engine.Clickables.tutorialHackingButton.style.display = "none";
|
|
|
|
Engine.Clickables.tutorialScriptsButton.style.display = "none";
|
2017-05-07 00:19:18 +02:00
|
|
|
Engine.Clickables.tutorialNetscriptButton.style.display = "none";
|
2017-03-31 23:47:06 +02:00
|
|
|
Engine.Clickables.tutorialTravelingButton.style.display = "none";
|
2017-07-03 21:42:11 +02:00
|
|
|
Engine.Clickables.tutorialCompaniesButton.style.display = "none";
|
2017-03-31 23:47:06 +02:00
|
|
|
Engine.Clickables.tutorialFactionsButton.style.display = "none";
|
|
|
|
Engine.Clickables.tutorialAugmentationsButton.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
document.getElementById("tutorial-shortcuts-link").style.display = "none";
|
|
|
|
|
2017-04-13 19:33:34 +02:00
|
|
|
Engine.Clickables.tutorialBackButton.style.display = "inline-block";
|
2017-03-31 23:47:06 +02:00
|
|
|
document.getElementById("tutorial-text").style.display = "block";
|
|
|
|
document.getElementById("tutorial-text").innerHTML = text;
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
/* Main Event Loop */
|
|
|
|
idleTimer: function() {
|
|
|
|
//Get time difference
|
|
|
|
var _thisUpdate = new Date().getTime();
|
|
|
|
var diff = _thisUpdate - Engine._lastUpdate;
|
2016-12-02 22:57:20 +01:00
|
|
|
var offset = diff % Engine._idleSpeed;
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-11-21 07:11:14 +01:00
|
|
|
//Divide this by cycle time to determine how many cycles have elapsed since last update
|
2016-12-01 23:39:13 +01:00
|
|
|
diff = Math.floor(diff / Engine._idleSpeed);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-11-21 07:11:14 +01:00
|
|
|
if (diff > 0) {
|
|
|
|
//Update the game engine by the calculated number of cycles
|
2016-12-02 22:57:20 +01:00
|
|
|
Engine._lastUpdate = _thisUpdate - offset;
|
2017-01-31 04:41:42 +01:00
|
|
|
Player.lastUpdate = _thisUpdate - offset;
|
2017-05-15 22:12:19 +02:00
|
|
|
Engine.updateGame(diff);
|
2017-07-25 03:06:40 +02:00
|
|
|
}
|
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
window.requestAnimationFrame(Engine.idleTimer);
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-12-15 23:22:42 +01:00
|
|
|
updateGame: function(numCycles = 1) {
|
2017-05-15 16:15:59 +02:00
|
|
|
//Update total playtime
|
|
|
|
var time = numCycles * Engine._idleSpeed;
|
|
|
|
if (Player.totalPlaytime == null) {Player.totalPlaytime = 0;}
|
2017-06-17 19:47:04 +02:00
|
|
|
if (Player.playtimeSinceLastAug == null) {Player.playtimeSinceLastAug = 0;}
|
2017-05-15 16:15:59 +02:00
|
|
|
Player.totalPlaytime += time;
|
2017-06-17 19:47:04 +02:00
|
|
|
Player.playtimeSinceLastAug += time;
|
2017-07-25 03:06:40 +02:00
|
|
|
|
|
|
|
//Start Manual hack
|
2017-01-31 04:41:42 +01:00
|
|
|
if (Player.startAction == true) {
|
|
|
|
Engine._totalActionTime = Player.actionTime;
|
|
|
|
Engine._actionTimeLeft = Player.actionTime;
|
|
|
|
Engine._actionInProgress = true;
|
|
|
|
Engine._actionProgressBarCount = 1;
|
|
|
|
Engine._actionProgressStr = "[ ]";
|
|
|
|
Engine._actionTimeStr = "Time left: ";
|
|
|
|
Player.startAction = false;
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-04-24 21:10:35 +02:00
|
|
|
//Working
|
2017-02-06 06:01:01 +01:00
|
|
|
if (Player.isWorking) {
|
2017-04-24 21:10:35 +02:00
|
|
|
if (Player.workType == CONSTANTS.WorkTypeFaction) {
|
2017-04-13 22:21:03 +02:00
|
|
|
Player.workForFaction(numCycles);
|
2017-04-24 21:10:35 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCreateProgram) {
|
2017-04-13 22:21:03 +02:00
|
|
|
Player.createProgramWork(numCycles);
|
2017-04-24 21:10:35 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeStudyClass) {
|
2017-07-25 03:06:40 +02:00
|
|
|
Player.takeClass(numCycles);
|
2017-05-04 07:27:22 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCrime) {
|
|
|
|
Player.commitCrime(numCycles);
|
2017-05-10 22:21:15 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCompanyPartTime) {
|
|
|
|
Player.workPartTime(numCycles);
|
2017-04-13 22:21:03 +02:00
|
|
|
} else {
|
|
|
|
Player.work(numCycles);
|
|
|
|
}
|
2017-02-06 06:01:01 +01:00
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-08-13 07:01:33 +02:00
|
|
|
//Gang, if applicable
|
|
|
|
if (Player.bitNodeN == 2 && Player.inGang()) {
|
|
|
|
Player.gang.process(numCycles);
|
|
|
|
}
|
|
|
|
|
2017-09-27 17:13:42 +02:00
|
|
|
//Mission
|
2017-09-25 14:50:19 +02:00
|
|
|
if (inMission && currMission) {
|
|
|
|
currMission.process(numCycles);
|
|
|
|
}
|
|
|
|
|
2017-12-02 04:50:08 +01:00
|
|
|
//Corporation
|
|
|
|
if (Player.corporation instanceof Corporation) {
|
2018-03-12 20:39:04 +01:00
|
|
|
//Stores cycles in a "buffer". Processed separately using Engine Counters
|
|
|
|
//This is to avoid constant DOM redraws when Corporation is catching up
|
|
|
|
Player.corporation.storeCycles(numCycles);
|
2017-12-02 04:50:08 +01:00
|
|
|
}
|
|
|
|
|
2018-05-02 19:38:11 +02:00
|
|
|
if (Player.bladeburner instanceof Bladeburner) {
|
|
|
|
Player.bladeburner.storeCycles(numCycles);
|
|
|
|
}
|
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Counters
|
|
|
|
Engine.decrementAllCounters(numCycles);
|
2017-07-25 03:06:40 +02:00
|
|
|
Engine.checkCounters();
|
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Manual hacks
|
|
|
|
if (Engine._actionInProgress == true) {
|
|
|
|
Engine.updateHackProgress(numCycles);
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Update the running time of all active scripts
|
|
|
|
updateOnlineScriptTimes(numCycles);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-04-27 22:02:58 +02:00
|
|
|
//Hacknet Nodes
|
|
|
|
processAllHacknetNodeEarnings(numCycles);
|
2016-12-15 23:22:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-12-02 22:57:20 +01:00
|
|
|
//Counters for the main event loop. Represent the number of game cycles are required
|
2017-07-25 03:06:40 +02:00
|
|
|
//for something to happen.
|
2016-12-02 22:57:20 +01:00
|
|
|
Counters: {
|
2017-01-31 04:41:42 +01:00
|
|
|
autoSaveCounter: 300, //Autosave every minute
|
2017-02-16 19:52:11 +01:00
|
|
|
updateSkillLevelsCounter: 10, //Only update skill levels every 2 seconds. Might improve performance
|
2018-05-10 19:14:45 +02:00
|
|
|
updateDisplays: 3,
|
2017-08-18 19:20:51 +02:00
|
|
|
updateDisplaysMed: 9,
|
2017-08-13 07:01:33 +02:00
|
|
|
updateDisplaysLong: 15,
|
2018-05-11 23:30:55 +02:00
|
|
|
updateActiveScriptsDisplay: 5,
|
2017-05-05 18:52:48 +02:00
|
|
|
createProgramNotifications: 10, //Checks whether any programs can be created and notifies
|
2017-07-27 04:56:14 +02:00
|
|
|
checkFactionInvitations: 100, //Check whether you qualify for any faction invitations
|
2017-05-04 07:05:48 +02:00
|
|
|
passiveFactionGrowth: 600,
|
2017-07-22 00:54:55 +02:00
|
|
|
messages: 150,
|
2017-07-13 18:54:29 +02:00
|
|
|
stockTick: 30, //Update stock prices
|
2017-07-25 03:06:40 +02:00
|
|
|
sCr: 1500,
|
2018-05-02 19:38:11 +02:00
|
|
|
mechanicProcess: 5, //Processes certain mechanics (Corporation, Bladeburner)
|
2016-12-02 22:57:20 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-12-02 22:57:20 +01:00
|
|
|
decrementAllCounters: function(numCycles = 1) {
|
|
|
|
for (var counter in Engine.Counters) {
|
|
|
|
if (Engine.Counters.hasOwnProperty(counter)) {
|
|
|
|
Engine.Counters[counter] = Engine.Counters[counter] - numCycles;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-12-02 22:57:20 +01:00
|
|
|
//Checks if any counters are 0 and if they are, executes whatever
|
|
|
|
//is necessary and then resets the counter
|
|
|
|
checkCounters: function() {
|
|
|
|
if (Engine.Counters.autoSaveCounter <= 0) {
|
2017-10-12 04:00:22 +02:00
|
|
|
saveObject.saveGame(indexedDb);
|
2018-01-20 05:47:57 +01:00
|
|
|
if (Settings.AutosaveInterval == null) {
|
|
|
|
Settings.AutosaveInterval = 60;
|
|
|
|
}
|
|
|
|
if (Settings.AutosaveInterval === 0) {
|
|
|
|
Engine.Counters.autoSaveCounter = Infinity;
|
|
|
|
} else {
|
|
|
|
Engine.Counters.autoSaveCounter = Settings.AutosaveInterval * 5;
|
|
|
|
}
|
2016-12-02 22:57:20 +01:00
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
if (Engine.Counters.updateSkillLevelsCounter <= 0) {
|
|
|
|
Player.updateSkillLevels();
|
|
|
|
Engine.Counters.updateSkillLevelsCounter = 10;
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2018-05-11 23:30:55 +02:00
|
|
|
if (Engine.Counters.updateActiveScriptsDisplay <= 0) {
|
|
|
|
//Always update, but make the interval longer if the page isn't active
|
|
|
|
updateActiveScriptsItems();
|
2018-05-10 19:14:45 +02:00
|
|
|
if (Engine.currentPage === Engine.Page.ActiveScripts) {
|
2018-05-11 23:30:55 +02:00
|
|
|
Engine.Counters.updateActiveScriptsDisplay = 5;
|
|
|
|
} else {
|
|
|
|
Engine.Counters.updateActiveScriptsDisplay = 15;
|
2018-05-10 19:14:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
if (Engine.Counters.updateDisplays <= 0) {
|
2017-05-20 09:33:33 +02:00
|
|
|
Engine.displayCharacterOverviewInfo();
|
2017-08-18 19:20:51 +02:00
|
|
|
if (Engine.currentPage == Engine.Page.CharacterInfo) {
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.displayCharacterInfo();
|
2017-04-27 22:02:58 +02:00
|
|
|
} else if (Engine.currentPage == Engine.Page.HacknetNodes) {
|
|
|
|
updateHacknetNodesContent();
|
2017-05-12 20:12:32 +02:00
|
|
|
} else if (Engine.currentPage == Engine.Page.CreateProgram) {
|
|
|
|
displayCreateProgramContent();
|
2017-04-27 22:02:58 +02:00
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-06-15 03:19:52 +02:00
|
|
|
if (logBoxOpened) {
|
|
|
|
logBoxUpdateText();
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-04 07:27:22 +02:00
|
|
|
Engine.Counters.updateDisplays = 3;
|
2017-01-31 04:41:42 +01:00
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-08-18 19:20:51 +02:00
|
|
|
if (Engine.Counters.updateDisplaysMed <= 0) {
|
2018-05-10 19:14:45 +02:00
|
|
|
if (Engine.currentPage === Engine.Page.Corporation) {
|
2017-12-02 04:50:08 +01:00
|
|
|
Player.corporation.updateUIContent();
|
2017-08-18 19:20:51 +02:00
|
|
|
}
|
2018-05-10 19:14:45 +02:00
|
|
|
Engine.Counters.updateDisplaysMed = 9;
|
2017-08-18 19:20:51 +02:00
|
|
|
}
|
|
|
|
|
2017-08-13 07:01:33 +02:00
|
|
|
if (Engine.Counters.updateDisplaysLong <= 0) {
|
|
|
|
if (Engine.currentPage === Engine.Page.Gang) {
|
|
|
|
updateGangContent();
|
2018-01-27 07:52:39 +01:00
|
|
|
} else if (Engine.currentPage === Engine.Page.ScriptEditor) {
|
|
|
|
updateScriptEditorContent();
|
2017-08-13 07:01:33 +02:00
|
|
|
}
|
|
|
|
Engine.Counters.updateDisplaysLong = 15;
|
|
|
|
}
|
|
|
|
|
2017-05-05 18:52:48 +02:00
|
|
|
if (Engine.Counters.createProgramNotifications <= 0) {
|
|
|
|
var num = getNumAvailableCreateProgram();
|
|
|
|
var elem = document.getElementById("create-program-notification");
|
|
|
|
if (num > 0) {
|
|
|
|
elem.innerHTML = num;
|
|
|
|
elem.setAttribute("class", "notification-on");
|
|
|
|
} else {
|
|
|
|
elem.innerHTML = "";
|
|
|
|
elem.setAttribute("class", "notification-off");
|
|
|
|
}
|
|
|
|
Engine.Counters.createProgramNotifications = 10;
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-02-16 19:52:11 +01:00
|
|
|
if (Engine.Counters.checkFactionInvitations <= 0) {
|
|
|
|
var invitedFactions = Player.checkForFactionInvitations();
|
|
|
|
if (invitedFactions.length > 0) {
|
2017-09-01 22:35:14 +02:00
|
|
|
if (Player.firstFacInvRecvd === false) {
|
|
|
|
Player.firstFacInvRecvd = true;
|
|
|
|
document.getElementById("factions-tab").style.display = "list-item";
|
2017-09-03 19:44:20 +02:00
|
|
|
document.getElementById("character-menu-header").click();
|
|
|
|
document.getElementById("character-menu-header").click();
|
2017-09-01 22:35:14 +02:00
|
|
|
}
|
|
|
|
|
2017-02-16 19:52:11 +01:00
|
|
|
var randFaction = invitedFactions[Math.floor(Math.random() * invitedFactions.length)];
|
|
|
|
inviteToFaction(randFaction);
|
|
|
|
}
|
2017-06-11 05:45:06 +02:00
|
|
|
Engine.Counters.checkFactionInvitations = 100;
|
2017-02-16 19:52:11 +01:00
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-04 07:05:48 +02:00
|
|
|
if (Engine.Counters.passiveFactionGrowth <= 0) {
|
|
|
|
var adjustedCycles = Math.floor((600 - Engine.Counters.passiveFactionGrowth));
|
|
|
|
processPassiveFactionRepGain(adjustedCycles);
|
|
|
|
Engine.Counters.passiveFactionGrowth = 600;
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-06-02 06:15:45 +02:00
|
|
|
if (Engine.Counters.messages <= 0) {
|
|
|
|
checkForMessagesToSend();
|
2017-09-19 20:38:03 +02:00
|
|
|
if (Augmentations[AugmentationNames.TheRedPill].owned) {
|
2017-09-27 17:13:42 +02:00
|
|
|
Engine.Counters.messages = 4500; //15 minutes for Red pill message
|
2017-09-19 20:38:03 +02:00
|
|
|
} else {
|
|
|
|
Engine.Counters.messages = 150;
|
|
|
|
}
|
2017-06-02 06:15:45 +02:00
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-03 21:42:11 +02:00
|
|
|
if (Engine.Counters.stockTick <= 0) {
|
|
|
|
if (Player.hasWseAccount) {
|
|
|
|
updateStockPrices();
|
|
|
|
}
|
2017-07-13 18:54:29 +02:00
|
|
|
Engine.Counters.stockTick = 30;
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-13 18:54:29 +02:00
|
|
|
if (Engine.Counters.sCr <= 0) {
|
|
|
|
if (Player.hasWseAccount) {
|
2017-07-22 00:54:55 +02:00
|
|
|
stockMarketCycle();
|
2017-07-13 18:54:29 +02:00
|
|
|
}
|
|
|
|
Engine.Counters.sCr = 1500;
|
|
|
|
}
|
2018-03-12 20:39:04 +01:00
|
|
|
|
2018-05-02 19:38:11 +02:00
|
|
|
if (Engine.Counters.mechanicProcess <= 0) {
|
2018-03-12 20:39:04 +01:00
|
|
|
if (Player.corporation instanceof Corporation) {
|
|
|
|
Player.corporation.process();
|
|
|
|
}
|
2018-05-02 19:38:11 +02:00
|
|
|
if (Player.bladeburner instanceof Bladeburner) {
|
|
|
|
try {
|
|
|
|
Player.bladeburner.process();
|
|
|
|
} catch(e) {
|
|
|
|
exceptionAlert("Exception caught in Bladeburner.process(): " + e);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
Engine.Counters.mechanicProcess = 5;
|
2018-03-12 20:39:04 +01:00
|
|
|
}
|
2017-01-31 04:41:42 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
/* Calculates the hack progress for a manual (non-scripted) hack and updates the progress bar/time accordingly */
|
|
|
|
_totalActionTime: 0,
|
|
|
|
_actionTimeLeft: 0,
|
|
|
|
_actionTimeStr: "Time left: ",
|
|
|
|
_actionProgressStr: "[ ]",
|
|
|
|
_actionProgressBarCount: 1,
|
|
|
|
_actionInProgress: false,
|
|
|
|
updateHackProgress: function(numCycles = 1) {
|
|
|
|
var timeElapsedMilli = numCycles * Engine._idleSpeed;
|
|
|
|
Engine._actionTimeLeft -= (timeElapsedMilli/ 1000); //Substract idle speed (ms)
|
2017-04-18 06:32:17 +02:00
|
|
|
Engine._actionTimeLeft = Math.max(Engine._actionTimeLeft, 0);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
|
|
|
//Calculate percent filled
|
2017-01-31 04:41:42 +01:00
|
|
|
var percent = Math.round((1 - Engine._actionTimeLeft / Engine._totalActionTime) * 100);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
|
|
|
//Update progress bar
|
2017-01-31 04:41:42 +01:00
|
|
|
while (Engine._actionProgressBarCount * 2 <= percent) {
|
|
|
|
Engine._actionProgressStr = Engine._actionProgressStr.replaceAt(Engine._actionProgressBarCount, "|");
|
|
|
|
Engine._actionProgressBarCount += 1;
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Update hack time remaining
|
|
|
|
Engine._actionTimeStr = "Time left: " + Math.max(0, Math.round(Engine._actionTimeLeft)).toString() + "s";
|
|
|
|
document.getElementById("hack-progress").innerHTML = Engine._actionTimeStr;
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Dynamically update progress bar
|
|
|
|
document.getElementById("hack-progress-bar").innerHTML = Engine._actionProgressStr.replace( / /g, " " );
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Once percent is 100, the hack is completed
|
|
|
|
if (percent >= 100) {
|
|
|
|
Engine._actionInProgress = false;
|
|
|
|
Terminal.finishAction();
|
|
|
|
}
|
2016-11-21 07:11:14 +01:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-15 18:54:23 +02:00
|
|
|
_prevTimeout: null,
|
|
|
|
createStatusText: function(txt) {
|
|
|
|
if (Engine._prevTimeout != null) {
|
|
|
|
clearTimeout(Engine._prevTimeout);
|
|
|
|
Engine._prevTimeout = null;
|
|
|
|
}
|
|
|
|
var statusText = document.getElementById("status-text")
|
2017-05-15 19:23:20 +02:00
|
|
|
statusText.style.display = "inline-block";
|
2017-05-15 18:54:23 +02:00
|
|
|
statusText.setAttribute("class", "status-text");
|
|
|
|
statusText.innerHTML = txt;
|
|
|
|
Engine._prevTimeout = setTimeout(function() {
|
2017-05-15 19:23:20 +02:00
|
|
|
statusText.style.display = "none";
|
2017-05-15 18:54:23 +02:00
|
|
|
statusText.removeAttribute("class");
|
|
|
|
statusText.innerHTML = "";
|
|
|
|
}, 3000);
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
removeLoadingScreen: function() {
|
|
|
|
var loader = document.getElementById("loader");
|
|
|
|
if (!loader) {return;}
|
|
|
|
while(loader.firstChild) {
|
|
|
|
loader.removeChild(loader.firstChild);
|
|
|
|
}
|
|
|
|
loader.parentNode.removeChild(loader);
|
|
|
|
document.getElementById("entire-game-container").style.visibility = "visible";
|
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-09-01 20:49:21 +02:00
|
|
|
//Used when initializing a game
|
|
|
|
//elems should be an array of all DOM elements under the header
|
|
|
|
closeMainMenuHeader: function(elems) {
|
|
|
|
for (var i = 0; i < elems.length; ++i) {
|
|
|
|
elems[i].style.maxHeight = null;
|
|
|
|
elems[i].style.opacity = 0;
|
|
|
|
elems[i].style.pointerEvents = "none";
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
//Used when initializing the game
|
|
|
|
//elems should be an array of all DOM elements under the header
|
|
|
|
openMainMenuHeader: function(elems) {
|
|
|
|
for (var i = 0; i < elems.length; ++i) {
|
|
|
|
elems[i].style.maxHeight = elems[i].scrollHeight + "px";
|
|
|
|
elems[i].style.display = "block";
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
//Used in game when clicking on a main menu header (NOT FOR INITIALIZATION)
|
|
|
|
//open is a boolean specifying whether its being opened or closed
|
|
|
|
//elems is an array of DOM elements for main menu tabs (li)
|
|
|
|
//links is an array of DOM elements for main menu links (a)
|
|
|
|
toggleMainMenuHeader: function(open, elems, links) {
|
|
|
|
for (var i = 0; i < elems.length; ++i) {
|
|
|
|
if (open) {
|
|
|
|
elems[i].style.opacity = 1;
|
|
|
|
elems[i].style.maxHeight = elems[i].scrollHeight + "px";
|
|
|
|
} else {
|
|
|
|
elems[i].style.opacity = 0;
|
|
|
|
elems[i].style.maxHeight = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
for (var i = 0; i < links.length; ++i) {
|
|
|
|
if (open) {
|
|
|
|
links[i].style.opacity = 1;
|
|
|
|
links[i].style.maxHeight = links[i].scrollHeight + "px";
|
|
|
|
links[i].style.pointerEvents = "auto";
|
|
|
|
} else {
|
|
|
|
links[i].style.opacity = 0;
|
|
|
|
links[i].style.maxHeight = null;
|
|
|
|
links[i].style.pointerEvents = "none";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2017-10-12 04:00:22 +02:00
|
|
|
load: function(saveString) {
|
2017-07-22 00:54:55 +02:00
|
|
|
//Initialize main menu accordion panels to all start as "open"
|
|
|
|
var terminal = document.getElementById("terminal-tab");
|
|
|
|
var createScript = document.getElementById("create-script-tab");
|
|
|
|
var activeScripts = document.getElementById("active-scripts-tab");
|
|
|
|
var createProgram = document.getElementById("create-program-tab");
|
|
|
|
var stats = document.getElementById("stats-tab");
|
|
|
|
var factions = document.getElementById("factions-tab");
|
|
|
|
var augmentations = document.getElementById("augmentations-tab");
|
|
|
|
var hacknetnodes = document.getElementById("hacknet-nodes-tab");
|
|
|
|
var city = document.getElementById("city-tab");
|
|
|
|
var travel = document.getElementById("travel-tab");
|
|
|
|
var job = document.getElementById("job-tab");
|
|
|
|
var tutorial = document.getElementById("tutorial-tab");
|
|
|
|
var options = document.getElementById("options-tab");
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Load game from save or create new game
|
2017-10-12 04:00:22 +02:00
|
|
|
if (loadGame(saveString)) {
|
2017-05-05 23:27:35 +02:00
|
|
|
console.log("Loaded game from save");
|
2017-08-30 19:44:29 +02:00
|
|
|
initBitNodes();
|
2017-08-13 07:01:33 +02:00
|
|
|
initBitNodeMultipliers();
|
2017-08-30 19:44:29 +02:00
|
|
|
initSourceFiles();
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.setDisplayElements(); //Sets variables for important DOM elements
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.init(); //Initialize buttons, work, etc.
|
2017-05-05 23:27:35 +02:00
|
|
|
CompanyPositions.init();
|
2017-06-28 22:53:12 +02:00
|
|
|
initAugmentations(); //Also calls Player.reapplyAllAugmentations()
|
2017-08-13 07:01:33 +02:00
|
|
|
Player.reapplyAllSourceFiles();
|
2017-07-03 21:42:11 +02:00
|
|
|
initStockSymbols();
|
|
|
|
if (Player.hasWseAccount) {
|
|
|
|
initSymbolToStockMap();
|
|
|
|
}
|
2017-08-18 19:20:51 +02:00
|
|
|
initLiterature();
|
2017-08-30 19:44:29 +02:00
|
|
|
initSingularitySFFlags();
|
2017-05-05 23:27:35 +02:00
|
|
|
|
2017-10-04 03:50:13 +02:00
|
|
|
console.log(Player.intelligence_exp);
|
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Calculate the number of cycles have elapsed while offline
|
2017-05-15 21:11:40 +02:00
|
|
|
Engine._lastUpdate = new Date().getTime();
|
2017-05-05 23:27:35 +02:00
|
|
|
var lastUpdate = Player.lastUpdate;
|
2017-05-15 21:11:40 +02:00
|
|
|
var numCyclesOffline = Math.floor((Engine._lastUpdate - lastUpdate) / Engine._idleSpeed);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
/* Process offline progress */
|
2017-05-20 11:27:42 +02:00
|
|
|
var offlineProductionFromScripts = loadAllRunningScripts(); //This also takes care of offline production for those scripts
|
2017-05-05 23:27:35 +02:00
|
|
|
if (Player.isWorking) {
|
2017-05-15 21:30:08 +02:00
|
|
|
console.log("work() called in load() for " + numCyclesOffline * Engine._idleSpeed + " milliseconds");
|
2017-05-05 23:27:35 +02:00
|
|
|
if (Player.workType == CONSTANTS.WorkTypeFaction) {
|
|
|
|
Player.workForFaction(numCyclesOffline);
|
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCreateProgram) {
|
|
|
|
Player.createProgramWork(numCyclesOffline);
|
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeStudyClass) {
|
|
|
|
Player.takeClass(numCyclesOffline);
|
2017-05-10 22:21:15 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCrime) {
|
|
|
|
Player.commitCrime(numCyclesOffline);
|
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCompanyPartTime) {
|
2017-05-12 20:52:02 +02:00
|
|
|
Player.workPartTime(numCyclesOffline);
|
2017-05-05 23:27:35 +02:00
|
|
|
} else {
|
|
|
|
Player.work(numCyclesOffline);
|
|
|
|
}
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Hacknet Nodes offline progress
|
2017-05-20 11:27:42 +02:00
|
|
|
var offlineProductionFromHacknetNodes = processAllHacknetNodeEarnings(numCyclesOffline);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Passive faction rep gain offline
|
|
|
|
processPassiveFactionRepGain(numCyclesOffline);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-08-13 07:01:33 +02:00
|
|
|
//Gang progress for BitNode 2
|
2017-09-05 03:03:29 +02:00
|
|
|
if (Player.bitNodeN != null && Player.bitNodeN === 2 && Player.inGang()) {
|
2017-08-13 07:01:33 +02:00
|
|
|
Player.gang.process(numCyclesOffline);
|
|
|
|
}
|
|
|
|
|
2018-05-02 19:38:11 +02:00
|
|
|
//Bladeburner offline progress
|
|
|
|
if (Player.bladeburner instanceof Bladeburner) {
|
|
|
|
Player.bladeburner.storeCycles(numCyclesOffline);
|
|
|
|
}
|
|
|
|
|
2017-05-15 18:54:23 +02:00
|
|
|
//Update total playtime
|
|
|
|
var time = numCyclesOffline * Engine._idleSpeed;
|
|
|
|
if (Player.totalPlaytime == null) {Player.totalPlaytime = 0;}
|
2017-06-17 19:47:04 +02:00
|
|
|
if (Player.playtimeSinceLastAug == null) {Player.playtimeSinceLastAug = 0;}
|
2017-05-15 18:54:23 +02:00
|
|
|
Player.totalPlaytime += time;
|
2017-06-17 19:47:04 +02:00
|
|
|
Player.playtimeSinceLastAug += time;
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-15 21:30:08 +02:00
|
|
|
Player.lastUpdate = Engine._lastUpdate;
|
2017-05-15 21:11:40 +02:00
|
|
|
Engine.start(); //Run main game loop and Scripts loop
|
2017-07-22 00:54:55 +02:00
|
|
|
Engine.removeLoadingScreen();
|
2017-07-25 03:06:40 +02:00
|
|
|
dialogBoxCreate("While you were offline, your scripts generated $" +
|
|
|
|
formatNumber(offlineProductionFromScripts, 2) + " and your Hacknet Nodes generated $" +
|
2017-05-20 11:27:42 +02:00
|
|
|
formatNumber(offlineProductionFromHacknetNodes, 2));
|
2017-07-22 00:54:55 +02:00
|
|
|
//Close main menu accordions for loaded game
|
2017-09-01 22:35:14 +02:00
|
|
|
var visibleMenuTabs = [terminal, createScript, activeScripts, stats,
|
|
|
|
hacknetnodes, city, tutorial, options];
|
|
|
|
if (Player.firstFacInvRecvd) {visibleMenuTabs.push(factions);}
|
|
|
|
else {factions.style.display = "none";}
|
|
|
|
if (Player.firstAugPurchased) {visibleMenuTabs.push(augmentations);}
|
|
|
|
else {augmentations.style.display = "none";}
|
|
|
|
if (Player.firstJobRecvd) {visibleMenuTabs.push(job);}
|
|
|
|
else {job.style.display = "none";}
|
|
|
|
if (Player.firstTimeTraveled) {visibleMenuTabs.push(travel);}
|
|
|
|
else {travel.style.display = "none";}
|
|
|
|
if (Player.firstProgramAvailable) {visibleMenuTabs.push(createProgram);}
|
|
|
|
else {createProgram.style.display = "none";}
|
|
|
|
|
2017-09-13 16:22:22 +02:00
|
|
|
Engine.closeMainMenuHeader(visibleMenuTabs);
|
2017-05-05 23:27:35 +02:00
|
|
|
} else {
|
|
|
|
//No save found, start new game
|
|
|
|
console.log("Initializing new game");
|
2017-08-30 19:44:29 +02:00
|
|
|
initBitNodes();
|
2017-08-13 07:01:33 +02:00
|
|
|
initBitNodeMultipliers();
|
2017-08-30 19:44:29 +02:00
|
|
|
initSourceFiles();
|
|
|
|
initSpecialServerIps();
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.setDisplayElements(); //Sets variables for important DOM elements
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.start(); //Run main game loop and Scripts loop
|
2017-05-05 23:27:35 +02:00
|
|
|
Player.init();
|
|
|
|
initForeignServers();
|
|
|
|
initCompanies();
|
|
|
|
initFactions();
|
|
|
|
CompanyPositions.init();
|
|
|
|
initAugmentations();
|
2017-06-20 22:36:48 +02:00
|
|
|
initMessages();
|
2017-07-03 21:42:11 +02:00
|
|
|
initStockSymbols();
|
2017-08-18 19:20:51 +02:00
|
|
|
initLiterature();
|
2017-08-30 19:44:29 +02:00
|
|
|
initSingularitySFFlags();
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
//Open main menu accordions for new game
|
|
|
|
//Main menu accordions
|
|
|
|
var hackingHdr = document.getElementById("hacking-menu-header");
|
|
|
|
hackingHdr.classList.toggle("opened");
|
|
|
|
var characterHdr = document.getElementById("character-menu-header");
|
|
|
|
characterHdr.classList.toggle("opened");
|
|
|
|
var worldHdr = document.getElementById("world-menu-header");
|
|
|
|
worldHdr.classList.toggle("opened");
|
|
|
|
var helpHdr = document.getElementById("help-menu-header");
|
|
|
|
helpHdr.classList.toggle("opened");
|
2017-09-01 22:35:14 +02:00
|
|
|
|
|
|
|
//Hide tabs that wont be revealed until later
|
|
|
|
factions.style.display = "none";
|
|
|
|
augmentations.style.display = "none";
|
|
|
|
job.style.display = "none";
|
|
|
|
travel.style.display = "none";
|
|
|
|
createProgram.style.display = "none";
|
|
|
|
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.openMainMenuHeader(
|
2017-09-01 22:35:14 +02:00
|
|
|
[terminal, createScript, activeScripts, stats,
|
|
|
|
hacknetnodes, city,
|
|
|
|
tutorial, options]
|
2017-09-01 20:49:21 +02:00
|
|
|
);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
//Start interactive tutorial
|
2017-07-22 00:54:55 +02:00
|
|
|
iTutorialStart();
|
|
|
|
Engine.removeLoadingScreen();
|
2017-05-05 23:27:35 +02:00
|
|
|
}
|
2017-07-25 16:39:56 +02:00
|
|
|
//Initialize labels on game settings
|
|
|
|
setSettingsLabels();
|
2018-03-03 22:05:33 +01:00
|
|
|
scriptEditorInit();
|
2017-09-13 16:22:22 +02:00
|
|
|
Terminal.resetTerminalInput();
|
2017-05-05 23:27:35 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
setDisplayElements: function() {
|
2017-07-25 03:06:40 +02:00
|
|
|
//Content elements
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.terminalContent = document.getElementById("terminal-container");
|
|
|
|
Engine.currentPage = Engine.Page.Terminal;
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.characterContent = document.getElementById("character-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.characterContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.scriptEditorContent = document.getElementById("script-editor-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.scriptEditorContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.activeScriptsContent = document.getElementById("active-scripts-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.activeScriptsContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.hacknetNodesContent = document.getElementById("hacknet-nodes-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.hacknetNodesContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.worldContent = document.getElementById("world-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.worldContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.createProgramContent = document.getElementById("create-program-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.createProgramContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.factionsContent = document.getElementById("factions-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.factionsContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.factionContent = document.getElementById("faction-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.factionContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.factionAugmentationsContent = document.getElementById("faction-augmentations-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.factionAugmentationsContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.augmentationsContent = document.getElementById("augmentations-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.augmentationsContent.style.display = "none";
|
|
|
|
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
Engine.Display.tutorialContent = document.getElementById("tutorial-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.tutorialContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-06-28 22:53:12 +02:00
|
|
|
Engine.Display.infiltrationContent = document.getElementById("infiltration-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.infiltrationContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-03 21:42:11 +02:00
|
|
|
Engine.Display.stockMarketContent = document.getElementById("stock-market-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.stockMarketContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-09-21 23:27:31 +02:00
|
|
|
Engine.Display.missionContent = document.getElementById("mission-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.missionContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Character info
|
2018-01-20 05:47:57 +01:00
|
|
|
Engine.Display.characterInfo = document.getElementById("character-content");
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Location lists
|
|
|
|
Engine.aevumLocationsList = document.getElementById("aevum-locations-list");
|
|
|
|
Engine.chongqingLocationsList = document.getElementById("chongqing-locations-list");
|
|
|
|
Engine.sector12LocationsList = document.getElementById("sector12-locations-list");
|
|
|
|
Engine.newTokyoLocationsList = document.getElementById("newtokyo-locations-list");
|
|
|
|
Engine.ishimaLocationsList = document.getElementById("ishima-locations-list");
|
|
|
|
Engine.volhavenLocationsList = document.getElementById("volhaven-locations-list");
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Location page (page that shows up when you visit a specific location in World)
|
|
|
|
Engine.Display.locationContent = document.getElementById("location-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
//Engine.Display.locationContent.style.visibility = "hidden";
|
|
|
|
Engine.Display.locationContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Work In Progress
|
|
|
|
Engine.Display.workInProgressContent = document.getElementById("work-in-progress-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
//Engine.Display.workInProgressContent.style.visibility = "hidden";
|
|
|
|
Engine.Display.workInProgressContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-04 23:18:42 +02:00
|
|
|
//Red Pill / Hack World Daemon
|
|
|
|
Engine.Display.redPillContent = document.getElementById("red-pill-container");
|
2017-11-09 02:55:21 +01:00
|
|
|
Engine.Display.redPillContent.style.display = "none";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2018-05-02 19:38:11 +02:00
|
|
|
//Cinematic Text
|
|
|
|
Engine.Display.cinematicTextContent = document.getElementById("cinematic-text-container");
|
|
|
|
Engine.Display.cinematicTextContent.style.display = "none";
|
|
|
|
|
2017-05-05 23:27:35 +02:00
|
|
|
//Init Location buttons
|
|
|
|
initLocationButtons();
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
//Tutorial buttons
|
|
|
|
Engine.Clickables.tutorialNetworkingButton = document.getElementById("tutorial-networking-link");
|
|
|
|
Engine.Clickables.tutorialNetworkingButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialNetworkingText);
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.tutorialHackingButton = document.getElementById("tutorial-hacking-link");
|
|
|
|
Engine.Clickables.tutorialHackingButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialHackingText);
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.tutorialScriptsButton = document.getElementById("tutorial-scripts-link");
|
|
|
|
Engine.Clickables.tutorialScriptsButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialScriptsText);
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-07 00:19:18 +02:00
|
|
|
Engine.Clickables.tutorialNetscriptButton = document.getElementById("tutorial-netscript-link");
|
|
|
|
Engine.Clickables.tutorialNetscriptButton.addEventListener("click", function() {
|
2018-05-23 02:09:04 +02:00
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialNetscriptText);
|
2017-05-07 00:19:18 +02:00
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.tutorialTravelingButton = document.getElementById("tutorial-traveling-link");
|
|
|
|
Engine.Clickables.tutorialTravelingButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialTravelingText);
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-03 21:42:11 +02:00
|
|
|
Engine.Clickables.tutorialCompaniesButton = document.getElementById("tutorial-jobs-link");
|
|
|
|
Engine.Clickables.tutorialCompaniesButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialCompaniesText);
|
2017-05-06 08:24:01 +02:00
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.tutorialFactionsButton = document.getElementById("tutorial-factions-link");
|
|
|
|
Engine.Clickables.tutorialFactionsButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialFactionsText);
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.tutorialAugmentationsButton = document.getElementById("tutorial-augmentations-link");
|
|
|
|
Engine.Clickables.tutorialAugmentationsButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialPage(CONSTANTS.TutorialAugmentationsText);
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.tutorialBackButton = document.getElementById("tutorial-back-button");
|
|
|
|
Engine.Clickables.tutorialBackButton.addEventListener("click", function() {
|
|
|
|
Engine.displayTutorialContent();
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 21:12:45 +02:00
|
|
|
//If DarkWeb already purchased, disable the button
|
|
|
|
if (SpecialServerIps.hasOwnProperty("Darkweb Server")) {
|
|
|
|
document.getElementById("location-purchase-tor").setAttribute("class", "a-link-button-inactive");
|
|
|
|
}
|
2017-05-06 08:24:01 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
/* Initialization */
|
2017-01-31 04:41:42 +01:00
|
|
|
init: function() {
|
2017-08-30 19:44:29 +02:00
|
|
|
//Import game link
|
|
|
|
document.getElementById("import-game-link").onclick = function() {
|
|
|
|
saveObject.importGame();
|
|
|
|
};
|
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
//Main menu accordions
|
|
|
|
var hackingHdr = document.getElementById("hacking-menu-header");
|
|
|
|
var characterHdr = document.getElementById("character-menu-header");
|
|
|
|
var worldHdr = document.getElementById("world-menu-header");
|
|
|
|
var helpHdr = document.getElementById("help-menu-header");
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
hackingHdr.onclick = function() {
|
|
|
|
var terminal = document.getElementById("terminal-tab");
|
|
|
|
var terminalLink = document.getElementById("terminal-menu-link");
|
|
|
|
var createScript = document.getElementById("create-script-tab");
|
|
|
|
var createScriptLink = document.getElementById("create-script-menu-link");
|
|
|
|
var activeScripts = document.getElementById("active-scripts-tab");
|
|
|
|
var activeScriptsLink = document.getElementById("active-scripts-menu-link");
|
|
|
|
var createProgram = document.getElementById("create-program-tab");
|
|
|
|
var createProgramLink = document.getElementById("create-program-menu-link");
|
|
|
|
var createProgramNot = document.getElementById("create-program-notification");
|
|
|
|
this.classList.toggle("opened");
|
|
|
|
if (terminal.style.maxHeight) {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(false,
|
|
|
|
[terminal, createScript, activeScripts, createProgram],
|
|
|
|
[terminalLink, createScriptLink, activeScriptsLink, createProgramLink]
|
|
|
|
);
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
createProgramNot.style.display = "none";
|
|
|
|
} else {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(true,
|
|
|
|
[terminal, createScript, activeScripts, createProgram],
|
|
|
|
[terminalLink, createScriptLink, activeScriptsLink, createProgramLink]
|
|
|
|
);
|
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
createProgramNot.style.display = "block"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
characterHdr.onclick = function() {
|
|
|
|
var stats = document.getElementById("stats-tab");
|
|
|
|
var statsLink = document.getElementById("stats-menu-link");
|
|
|
|
var factions = document.getElementById("factions-tab");
|
|
|
|
var factionsLink = document.getElementById("factions-menu-link");
|
|
|
|
var augmentations = document.getElementById("augmentations-tab");
|
|
|
|
var augmentationsLink = document.getElementById("augmentations-menu-link");
|
|
|
|
var hacknetnodes = document.getElementById("hacknet-nodes-tab");
|
|
|
|
var hacknetnodesLink = document.getElementById("hacknet-nodes-menu-link");
|
|
|
|
this.classList.toggle("opened");
|
|
|
|
if (stats.style.maxHeight) {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(false,
|
|
|
|
[stats, factions, augmentations, hacknetnodes],
|
|
|
|
[statsLink, factionsLink, augmentationsLink, hacknetnodesLink]
|
|
|
|
);
|
2017-07-22 00:54:55 +02:00
|
|
|
} else {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(true,
|
|
|
|
[stats, factions, augmentations, hacknetnodes],
|
|
|
|
[statsLink, factionsLink, augmentationsLink, hacknetnodesLink]
|
|
|
|
);
|
2017-07-22 00:54:55 +02:00
|
|
|
}
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
worldHdr.onclick = function() {
|
|
|
|
var city = document.getElementById("city-tab");
|
|
|
|
var cityLink = document.getElementById("city-menu-link");
|
|
|
|
var travel = document.getElementById("travel-tab");
|
|
|
|
var travelLink = document.getElementById("travel-menu-link");
|
|
|
|
var job = document.getElementById("job-tab");
|
|
|
|
var jobLink = document.getElementById("job-menu-link");
|
|
|
|
this.classList.toggle("opened");
|
|
|
|
if (city.style.maxHeight) {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(false,
|
|
|
|
[city, travel, job],
|
|
|
|
[cityLink, travelLink, jobLink]
|
|
|
|
);
|
2017-07-22 00:54:55 +02:00
|
|
|
} else {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(true,
|
|
|
|
[city, travel, job],
|
|
|
|
[cityLink, travelLink, jobLink]
|
|
|
|
);
|
2017-07-22 00:54:55 +02:00
|
|
|
}
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
helpHdr.onclick = function() {
|
|
|
|
var tutorial = document.getElementById("tutorial-tab");
|
|
|
|
var tutorialLink = document.getElementById("tutorial-menu-link");
|
|
|
|
var options = document.getElementById("options-tab");
|
|
|
|
var optionsLink = document.getElementById("options-menu-link");
|
|
|
|
this.classList.toggle("opened");
|
|
|
|
if (tutorial.style.maxHeight) {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(false,
|
|
|
|
[tutorial, options],
|
|
|
|
[tutorialLink, optionsLink]
|
|
|
|
);
|
2017-07-22 00:54:55 +02:00
|
|
|
} else {
|
2017-09-01 20:49:21 +02:00
|
|
|
Engine.toggleMainMenuHeader(true,
|
|
|
|
[tutorial, options],
|
|
|
|
[tutorialLink, optionsLink]
|
|
|
|
);
|
2017-07-22 00:54:55 +02:00
|
|
|
}
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
//Main menu buttons and content
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.terminalMainMenuButton = clearEventListeners("terminal-menu-link");
|
2016-10-17 10:24:39 +02:00
|
|
|
Engine.Clickables.terminalMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadTerminalContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
Engine.Clickables.characterMainMenuButton = clearEventListeners("stats-menu-link");
|
2016-10-17 10:24:39 +02:00
|
|
|
Engine.Clickables.characterMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadCharacterContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.scriptEditorMainMenuButton = clearEventListeners("create-script-menu-link");
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.Clickables.scriptEditorMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadScriptEditorContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.activeScriptsMainMenuButton = clearEventListeners("active-scripts-menu-link");
|
2016-12-19 19:20:19 +01:00
|
|
|
Engine.Clickables.activeScriptsMainMenuButton.addEventListener("click", function() {
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.loadActiveScriptsContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.hacknetNodesMainMenuButton = clearEventListeners("hacknet-nodes-menu-link");
|
2017-04-27 22:02:58 +02:00
|
|
|
Engine.Clickables.hacknetNodesMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadHacknetNodesContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
Engine.Clickables.worldMainMenuButton = clearEventListeners("city-menu-link");
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.Clickables.worldMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadWorldContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
Engine.Clickables.travelMainMenuButton = clearEventListeners("travel-menu-link");
|
|
|
|
Engine.Clickables.travelMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadTravelContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-07-22 00:54:55 +02:00
|
|
|
Engine.Clickables.jobMainMenuButton = clearEventListeners("job-menu-link");
|
|
|
|
Engine.Clickables.jobMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadJobContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.createProgramMainMenuButton = clearEventListeners("create-program-menu-link");
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.Clickables.createProgramMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadCreateProgramContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.factionsMainMenuButton = clearEventListeners("factions-menu-link");
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.Clickables.factionsMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadFactionsContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.augmentationsMainMenuButton = clearEventListeners("augmentations-menu-link");
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.Clickables.augmentationsMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadAugmentationsContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
Engine.Clickables.tutorialMainMenuButton = clearEventListeners("tutorial-menu-link");
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.Clickables.tutorialMainMenuButton.addEventListener("click", function() {
|
|
|
|
Engine.loadTutorialContent();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-01-31 04:41:42 +01:00
|
|
|
//Active scripts list
|
|
|
|
Engine.ActiveScriptsList = document.getElementById("active-scripts-list");
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-06-08 06:57:40 +02:00
|
|
|
//Save, Delete, Import/Export buttons
|
2016-12-01 23:18:18 +01:00
|
|
|
Engine.Clickables.saveMainMenuButton = document.getElementById("save-game-link");
|
|
|
|
Engine.Clickables.saveMainMenuButton.addEventListener("click", function() {
|
2017-10-12 04:00:22 +02:00
|
|
|
saveObject.saveGame(indexedDb);
|
2017-07-25 03:06:40 +02:00
|
|
|
return false;
|
2016-12-01 23:18:18 +01:00
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-12-01 23:18:18 +01:00
|
|
|
Engine.Clickables.deleteMainMenuButton = document.getElementById("delete-game-link");
|
|
|
|
Engine.Clickables.deleteMainMenuButton.addEventListener("click", function() {
|
2017-10-12 04:00:22 +02:00
|
|
|
saveObject.deleteGame(indexedDb);
|
2016-12-01 23:18:18 +01:00
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-06-08 06:57:40 +02:00
|
|
|
document.getElementById("export-game-link").addEventListener("click", function() {
|
|
|
|
saveObject.exportGame();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-06-13 17:58:31 +02:00
|
|
|
//Character Overview buttons
|
|
|
|
document.getElementById("character-overview-save-button").addEventListener("click", function() {
|
2017-10-12 04:00:22 +02:00
|
|
|
saveObject.saveGame(indexedDb);
|
2017-05-25 16:50:58 +02:00
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-06-13 17:58:31 +02:00
|
|
|
document.getElementById("character-overview-options-button").addEventListener("click", function() {
|
|
|
|
gameOptionsBoxOpen();
|
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-05 18:52:48 +02:00
|
|
|
//Create Program buttons
|
2017-06-23 16:23:35 +02:00
|
|
|
initCreateProgramButtons();
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2016-10-17 10:24:39 +02:00
|
|
|
//Message at the top of terminal
|
2017-01-31 04:41:42 +01:00
|
|
|
postNetburnerText();
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-10 22:21:15 +02:00
|
|
|
//Player was working cancel button
|
2017-02-16 19:52:11 +01:00
|
|
|
if (Player.isWorking) {
|
|
|
|
var cancelButton = document.getElementById("work-in-progress-cancel-button");
|
|
|
|
cancelButton.addEventListener("click", function() {
|
2017-04-24 21:10:35 +02:00
|
|
|
if (Player.workType == CONSTANTS.WorkTypeFaction) {
|
2017-04-24 03:43:41 +02:00
|
|
|
var fac = Factions[Player.currentWorkFactionName];
|
2017-08-30 19:44:29 +02:00
|
|
|
Player.finishFactionWork(true);
|
2017-05-15 17:28:59 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCreateProgram) {
|
2017-08-30 19:44:29 +02:00
|
|
|
Player.finishCreateProgramWork(true);
|
2017-04-24 21:10:35 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeStudyClass) {
|
|
|
|
Player.finishClass();
|
2017-05-10 22:21:15 +02:00
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCrime) {
|
|
|
|
Player.finishCrime(true);
|
|
|
|
} else if (Player.workType == CONSTANTS.WorkTypeCompanyPartTime) {
|
|
|
|
Player.finishWorkPartTime();
|
2017-04-24 03:43:41 +02:00
|
|
|
} else {
|
|
|
|
Player.finishWork(true);
|
|
|
|
}
|
2017-02-16 19:52:11 +01:00
|
|
|
});
|
|
|
|
Engine.loadWorkInProgressContent();
|
|
|
|
}
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-20 11:27:42 +02:00
|
|
|
//character overview screen
|
|
|
|
document.getElementById("character-overview-container").style.display = "block";
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-20 11:27:42 +02:00
|
|
|
//Remove classes from links (they might be set from tutorial)
|
|
|
|
document.getElementById("terminal-menu-link").removeAttribute("class");
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("stats-menu-link").removeAttribute("class");
|
2017-05-20 11:27:42 +02:00
|
|
|
document.getElementById("create-script-menu-link").removeAttribute("class");
|
|
|
|
document.getElementById("active-scripts-menu-link").removeAttribute("class");
|
|
|
|
document.getElementById("hacknet-nodes-menu-link").removeAttribute("class");
|
2017-07-22 00:54:55 +02:00
|
|
|
document.getElementById("city-menu-link").removeAttribute("class");
|
2017-05-20 11:27:42 +02:00
|
|
|
document.getElementById("tutorial-menu-link").removeAttribute("class");
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-31 17:58:09 +02:00
|
|
|
//DEBUG Delete active Scripts on home
|
2017-05-15 16:15:59 +02:00
|
|
|
document.getElementById("debug-delete-scripts-link").addEventListener("click", function() {
|
2017-05-25 14:18:34 +02:00
|
|
|
console.log("Deleting running scripts on home computer");
|
2017-05-15 16:15:59 +02:00
|
|
|
Player.getHomeComputer().runningScripts = [];
|
2017-05-31 17:58:09 +02:00
|
|
|
dialogBoxCreate("Forcefully deleted all running scripts on home computer. Please save and refresh page");
|
2017-06-08 07:08:53 +02:00
|
|
|
gameOptionsBoxClose();
|
2017-05-31 17:58:09 +02:00
|
|
|
return false;
|
|
|
|
});
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-31 17:58:09 +02:00
|
|
|
//DEBUG Soft Reset
|
|
|
|
document.getElementById("debug-soft-reset").addEventListener("click", function() {
|
|
|
|
dialogBoxCreate("Soft Reset!");
|
|
|
|
prestigeAugmentation();
|
2017-06-08 07:08:53 +02:00
|
|
|
gameOptionsBoxClose();
|
2017-05-15 16:15:59 +02:00
|
|
|
return false;
|
|
|
|
});
|
2017-05-06 08:24:01 +02:00
|
|
|
},
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-06 08:24:01 +02:00
|
|
|
start: function() {
|
2016-10-17 10:24:39 +02:00
|
|
|
//Run main loop
|
2017-01-31 04:41:42 +01:00
|
|
|
Engine.idleTimer();
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-02-16 19:52:11 +01:00
|
|
|
//Scripts
|
2017-01-31 04:41:42 +01:00
|
|
|
runScriptsLoop();
|
|
|
|
}
|
2016-10-17 10:24:39 +02:00
|
|
|
};
|
|
|
|
|
2017-10-12 04:00:22 +02:00
|
|
|
var indexedDb, indexedDbRequest;
|
2016-10-17 10:24:39 +02:00
|
|
|
window.onload = function() {
|
2017-10-12 04:00:22 +02:00
|
|
|
if (!window.indexedDB) {
|
|
|
|
return Engine.load(null); //Will try to load from localstorage
|
|
|
|
}
|
|
|
|
|
|
|
|
//DB is called bitburnerSave
|
|
|
|
//Object store is called savestring
|
|
|
|
//key for the Object store is called save
|
|
|
|
indexedDbRequest = window.indexedDB.open("bitburnerSave", 1);
|
|
|
|
|
|
|
|
indexedDbRequest.onerror = function(e) {
|
2017-10-15 03:55:41 +02:00
|
|
|
console.log("Error opening indexedDB: ");
|
|
|
|
console.log(e);
|
2017-10-12 04:00:22 +02:00
|
|
|
return Engine.load(null); //Try to load from localstorage
|
|
|
|
};
|
|
|
|
|
|
|
|
indexedDbRequest.onsuccess = function(e) {
|
|
|
|
console.log("Opening bitburnerSave database successful!");
|
|
|
|
indexedDb = e.target.result;
|
|
|
|
var transaction = indexedDb.transaction(["savestring"]);
|
|
|
|
var objectStore = transaction.objectStore("savestring");
|
|
|
|
var request = objectStore.get("save");
|
|
|
|
request.onerror = function(e) {
|
|
|
|
console.log("Error in Database request to get savestring: " + e);
|
|
|
|
return Engine.load(null); //Try to load from localstorage
|
|
|
|
}
|
|
|
|
|
|
|
|
request.onsuccess = function(e) {
|
|
|
|
Engine.load(request.result); //Is this right?
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
indexedDbRequest.onupgradeneeded = function(e) {
|
2017-10-15 03:55:41 +02:00
|
|
|
var db = e.target.result;
|
2017-10-12 04:00:22 +02:00
|
|
|
var objectStore = db.createObjectStore("savestring");
|
|
|
|
}
|
2016-10-17 10:24:39 +02:00
|
|
|
};
|
2017-08-30 19:44:29 +02:00
|
|
|
|
|
|
|
export {Engine};
|