Compare commits

..

5 Commits

Author SHA1 Message Date
d5e55b31b3 small update 2024-10-06 10:01:09 +02:00
4945683d09 fixin stuff? 2024-10-06 09:59:53 +02:00
cfdc1e0550 config.mjs mizzajl 2024-10-06 09:56:00 +02:00
23cb424e56 Merge branch 'main' of https://gitea.goetje-ing.de/ArchitectsOfTheBitburner/A_Bitburner_Saga 2024-10-06 09:51:14 +02:00
ce4c8f26ee test 2024-10-06 09:51:03 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ export async function main(ns) {
//ns.tprint("nGrowScriptRAM = " + nGrowScriptRAM);
//const nFrequency = 50;
const nFrequency = getSetting("batchFrequency");
const nFrequency = getSetting(ns, "batchFrequency");
let nScriptsRAM;
let nMaxRam;
let nScripts;

View File

@@ -23,7 +23,7 @@ export async function main(ns) {
const sWeakenScript = "RMweaken.js";
//const nHackThreads = 50; //1
const nHackThreads = getSetting("batchHacks"); //1
const nHackThreads = getSetting(ns, "batchHacks"); //1
const nHackScriptRAM = 1.75;
const nGrowScriptRAM = 1.7;

View File

@@ -15,7 +15,7 @@ const createContext = async () => await context({
port: 12525,
types: 'NetscriptDefinitions.d.ts',
mirror: {
'Ramses': ['home']
'Mizzajl': ['home']
},
distribute: {
},