Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
thevortex committed Sep 14, 2023
1 parent d10c56b commit b5191c8
Show file tree
Hide file tree
Showing 377 changed files with 33,971 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions config/MouseTweaks.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
RMBTweak=1
LMBTweakWithItem=1
LMBTweakWithoutItem=1
WheelTweak=1
WheelSearchOrder=1
WheelScrollDirection=0
ScrollItemScaling=0
Debug=0
20 changes: 20 additions & 0 deletions config/NoChatReports/NCR-Client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"defaultSigningMode": "PROMPT",
"enableMod": true,
"showNCRButton": true,
"showReloadButton": true,
"verifiedIconEnabled": true,
"showServerSafety": true,
"hideInsecureMessageIndicators": true,
"hideModifiedMessageIndicators": true,
"hideSystemMessageIndicators": true,
"hideWarningToast": true,
"hideSigningRequestMessage": false,
"alwaysHideReportButton": false,
"skipRealmsWarning": false,
"disableTelemetry": true,
"removeTelemetryButton": true,
"demandOnServer": false,
"verifiedIconOffsetX": 0,
"verifiedIconOffsetY": 0
}
7 changes: 7 additions & 0 deletions config/NoChatReports/NCR-Common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
"demandOnClient": false,
"convertToGameMessage": true,
"addQueryData": true,
"enableDebugLog": false
}
28 changes: 28 additions & 0 deletions config/NoChatReports/NCR-Encryption.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"skipWarning": false,
"enableEncryption": false,
"encryptPublic": true,
"showEncryptionButton": true,
"showEncryptionIndicators": true,
"encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d",
"encryptionPassphrase": "",
"algorithmName": "AES/CFB8+Base64",
"encryptableCommands": [
"msg:1",
"w:1",
"whisper:1",
"tell:1",
"r:0",
"dm:1",
"me:0",
"m:1",
"t:1",
"pm:1",
"emsg:1",
"epm:1",
"etell:1",
"ewhisper:1",
"message:1",
"reply:0"
]
}
3 changes: 3 additions & 0 deletions config/NoChatReports/NCR-ServerPreferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"signingModes": {}
}
3 changes: 3 additions & 0 deletions config/NoChatReports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# No Chat Reports
You can find updated documentation of configuration files on the wiki:
https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/Configuration-Files
223 changes: 223 additions & 0 deletions config/ad_astra.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
{
// If true, entities will be affected by gravity.
"doEntityGravity": true,
// Do gravity for mobs, players etc.
"doLivingEntityGravity": true,
"acidRainBurns": true,
"doOxygen": true,
// Do sound suppression in orbit dimensions. If it gets annoying, you can turn it off.
"doSpaceMuffler": true,
// Type: Long
"oxygenTankSize": 500,
// Type: Integer
"hammerDurability": 64,
"giveAstroduxAtSpawn": false,
// Type: Integer
"oxygenBarXOffset": 0,
// Type: Integer
"oxygenBarYOffset": 0,
// Type: Float
"oxygenBarScale": 1.0,
// Type: Integer
"energyBarXOffset": 0,
// Type: Integer
"energyBarYOffset": 0,
// Type: Float
"energyBarScale": 1.0,
// Type: Float
"orbitGravity": 3.26,
// Type: Integer
"oxygenDamage": 1,
// Type: Integer
"freezeDamage": 1,
// Type: Integer
"heatDamage": 2,
// Type: Integer
"acidRainDamage": 3,
"allowFlagImages": true,
// A list of planets that should be disabled. This is a comma-separated list of planet ids.
"disabledPlanets": "",
// Prevents stuff like gravity and oxygen checks in the overworld as that's normally not used in Ad Astra. enable if you're making an addon or something that transforms the overworld into some sort of planet.
"avoidOverworldChecks": true,
"spawning": {
"spawnCorruptedLunarians": true,
"spawnStarCrawlers": true,
"spawnMartianRaptors": true,
"spawnMoglers": true,
"spawnSulfurCreepers": true,
"spawnLunarianWanderingTrader": true
},
"spaceSuit": {
// Type: Long
"spaceSuitTankSize": 1000,
// Type: Long
"netheriteSpaceSuitTankSize": 2000,
"netheriteSpaceSuitHasFireResistance": true,
/*
* The speed when flying forward.
* Type: Double
*/
"jetSuitSpeed": 0.8,
/*
* The speed when idle flying up.
* Type: Double
*/
"jetSuitUpwardsSpeed": 0.5,
// Type: Long
"jetSuitEnergyPerTick": 60,
// Type: Long
"jetSuitTankSize": 4000,
// Type: Long
"jetSuitMaxEnergy": 1000000,
"enableJetSuitFlight": true,
// Type: Integer
"jetSuitProtectionMultiplier": 1,
// Type: Integer
"jetSuitArmorToughness": 5,
"spawnJetSuitParticles": true
},
"vehicles": {
/*
* The velocity to trigger a vehicle explosion while falling.
* Type: Double
*/
"fallingExplosionThreshold": -1.2,
/*
* How much the explosion should be multiplied by when the vehicle has fallen.
* Type: Float
*/
"fallingExplosionMultiplier": 0.7,
// Type: Double
"gravity": -2.0,
// Should the camera move in 3rd person in the rocket and lander for a better view?
"moveCameraInVehicle": true,
"lander": {
// Type: Double
"boosterThreshold": -0.1,
// Type: Double
"boosterSpeed": 0.1
},
"rover": {
"explodeRoverInLava": true,
// Type: Long
"fuelPerSecond": 10,
// Type: Float
"turnSpeed": 3.0,
// Type: Float
"maxTurnSpeed": 6.0,
// Type: Float
"deceleration": 0.9,
// Type: Float
"minSpeed": -0.2,
// Type: Float
"maxSpeed": 0.3,
// Type: Long
"tankSize": 3000
},
"rocket": {
// Type: Integer
"atmosphereLeave": 600,
// Type: Integer
"countDownTicks": 200,
// Type: Double
"acceleration": 0.005,
// Type: Double
"maxSpeed": 0.5,
"entitiesBurnUnderRocket": true,
// Type: Long
"tankSize": 3000,
// Type: Long
"fuelLaunchCost": 3000,
// Type: Long
"efficientFuelLaunchCost": 1000,
"takeDamageInRocket": true
}
},
"coalGenerator": {
// Type: Long
"maxEnergy": 0,
// Type: Long
"energyPerTick": 0
},
"compressor": {
// Type: Long
"maxEnergy": 9000,
// Type: Long
"energyPerTick": 10
},
"fuelRefinery": {
// Type: Long
"maxEnergy": 9000,
// Type: Long
"energyPerTick": 30,
// Type: Long
"tankSize": 3000
},
"oxygenLoader": {
// Type: Long
"maxEnergy": 9000,
// Type: Long
"energyPerTick": 10,
// Type: Long
"tankSize": 3000
},
"oxygenDistributor": {
// Type: Long
"maxEnergy": 20000,
// Type: Long
"fluidConversionEnergyPerTick": 5,
// Type: Long
"tankSize": 6000,
/*
* How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks.
* Range: 1 - 50000
*/
"maxBlockChecks": 3000,
/*
* How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary.
* Range: 0 - 500
*/
"refreshTicks": 60,
/*
* Increases the oxygen requirements as the distributor covers more blocks.
* Type: Double
*/
"oxygenMultiplier": 1.0,
/*
* Increases the energy requirements as the distributor covers more blocks.
* Type: Double
*/
"energyMultiplier": 3.0
},
"solarPanel": {
// Type: Long
"maxEnergy": 18000,
// Type: Double
"energyMultiplier": 1.0
},
"waterPump": {
// Type: Long
"maxEnergy": 9000,
// Type: Long
"energyPerTick": 10,
// Type: Long
"tankSize": 6000,
// Type: Long
"transferPerTick": 100,
"deleteWaterBelowWaterPump": true
},
"energizer": {
// Type: Long
"maxEnergy": 2000000,
// Type: Long
"energyPerTick": 600
},
"cryoFreezer": {
// Type: Long
"maxEnergy": 30000,
// Type: Long
"energyPerTick": 18,
// Type: Long
"tankSize": 3000
}
}
55 changes: 55 additions & 0 deletions config/ae2/client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"client": {
"disableColoredCableRecipesInJEI": true,
"enableFacadesInJEI_comment": "Show facades in JEI ingredient list",
"enableFacadesInJEI": true,
"enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks",
"enableFacadeRecipesInJEI": true,
"enableEffects": true,
"useTerminalUseLargeFont": false,
"useColoredCraftingStatus": true,
"PowerUnit_comment": "Power unit shown in AE UIs",
"PowerUnit": "ae",
"showDebugGuiOverlays_comment": "Show debugging GUI overlays",
"showDebugGuiOverlays": false,
"showPlacementPreview_comment": "Show a preview of part and facade placement",
"showPlacementPreview": true,
"notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.",
"notifyForFinishedCraftingJobs": true,
"clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal",
"clearGridOnClose": false,
"terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars",
"terminalMargin": 25
},
"terminals": {
"terminalStyle": "small",
"pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal",
"pinAutoCraftedItems": true
},
"search": {
"searchTooltips_comment": "Should tooltips be searched. Performance impact",
"searchTooltips": true,
"searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.",
"searchModNameInTooltips": false,
"useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI",
"useExternalSearch": false,
"clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens",
"clearExternalSearchOnOpen": true,
"syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open",
"syncWithExternalSearch": true,
"rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens",
"rememberLastSearch": true,
"autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens",
"autoFocusSearch": false
},
"tooltips": {
"showCellUpgrades_comment": "Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons",
"showCellUpgrades": true,
"showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons",
"showCellContent": true,
"maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons",
"maxCellContentShown": 5,
"enableGuideHotkey_comment": "Enables the \u0027hold key to show guide\u0027 functionality in tooltips",
"enableGuideHotkey": true
}
}
Loading

0 comments on commit b5191c8

Please sign in to comment.