Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added icons/CrackCode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{ "url": "https://github.com/Azure-Lazuline/azures-adjustments/releases/download/1.1.5/azures-adjustments.ccmod", "source": "" },
{ "url": "https://github.com/XenonA7/starcaller-2/archive/refs/tags/0.6.1.zip", "source": "" },
{ "url": "https://github.com/lubkuluk/lub-barrier-gui/releases/download/0.0.3/lub-barrier-gui.zip", "source": "" },
{ "url": "https://github.com/Principles1/CrackCode/archive/refs/tags/v0.0.2a.zip", "source": "" },
{ "url": "https://github.com/Principles1/CrackCode/releases/download/v0.1.0/CrackCode.ccmod", "source": "" },
{ "url": "https://github.com/RookieBr-2/easter-bunny-restored/releases/download/0.1.6/easter-bunny-restored.ccmod", "source": "" },
{ "url": "https://github.com/krypciak/cc-bgm-crossfade/releases/download/v1.0.3/cc-bgm-crossfade-1.0.3.ccmod", "source": "" },
{ "url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.1.0/load-from-pause.ccmod", "source": "" },
Expand Down
2 changes: 1 addition & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{ "url": "https://github.com/Azure-Lazuline/azures-adjustments/releases/download/1.1.5/azures-adjustments.ccmod", "source": "" },
{ "url": "https://github.com/XenonA7/starcaller-2/archive/refs/tags/0.6.1.zip", "source": "" },
{ "url": "https://github.com/lubkuluk/lub-barrier-gui/releases/download/0.0.3/lub-barrier-gui.zip", "source": "" },
{ "url": "https://github.com/Principles1/CrackCode/archive/refs/tags/v0.0.2a.zip", "source": "" },
{ "url": "https://github.com/Principles1/CrackCode/releases/download/v0.1.0/CrackCode.ccmod", "source": "" },
{ "url": "https://github.com/RookieBr-2/easter-bunny-restored/releases/download/0.1.6/easter-bunny-restored.ccmod", "source": "" },
{ "url": "https://github.com/krypciak/cc-bgm-crossfade/releases/download/v1.0.3/cc-bgm-crossfade-1.0.3.ccmod", "source": "" },
{ "url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.1.0/load-from-pause.ccmod", "source": "" },
Expand Down
23 changes: 16 additions & 7 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"CrackCode": {
"metadataCCMod": {
"id": "CrackCode",
"version": "0.0.2",
"version": "0.1.0",
"title": "CrackCode",
"description": {
"en_US": "Makes death, arena, transitions and more instant, custom tailored for PtH and Arena."
Expand All @@ -458,23 +458,32 @@
"arena"
],
"authors": "Principle",
"icons": {},
"icons": {
"24": "chaos.png"
},
"prestart": "_prestart.js",
"plugin": "plugin.js",
"dependencies": {}
},
"installation": [
{
"type": "zip",
"url": "https://github.com/Principles1/CrackCode/archive/refs/tags/v0.0.2a.zip",
"source": "CrackCode-0.0.2a",
"url": "https://github.com/Principles1/CrackCode/releases/download/v0.1.0/CrackCode.ccmod",
"source": "",
"hash": {
"sha256": "9d52c2826fd3a6658cae26a91407319e90b43278ac32fd813f013f71de4cf4c8"
"sha256": "e3d1fee59ebf0e30b21d8fe55e9f9bcf379808a31e3e181caab068a549420499"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1751481616000,
"stars": 1,
"lastUpdateTimestamp": 1777917872000,
"releasePages": [
{
"body": "Good day, it's been a while, it was very long ago that I originally wrote this mod and I was pretty new to JS at the time, it was long overdue for an overhaul, and finally I decided to spare the time to give it exactly that.\r\n\r\nOverhauled every togglable the mod used, they should now all serve their purposes better and be much more optimized.\r\n\r\nAuto-Skip Cutscenes will nearly always continue skipping cutscenes regardless of whatever interaction they contain.\r\n\r\nSkip Arena Score Counting has been optimized and has had unnecessary sequences removed, in addition a bug where time wouldn't be saved has been resolved.\r\n\r\nShort Cinematics now work throughout the whole game, instead of only in arena, and should no longer cause any issues in the base-game outside of arena.\r\nIt is always possible I've missed some problematic map thought, if so contact me.\r\n\r\nInstant-transitions now speeds up more transitions.\r\n\r\n\r\nAdded Quick save and Combat lock button to the players menu, intended for expanding the mod's utility within the base-game, bringing more usage to the mod outside of arena.\r\n\r\n\r\nAdded patches for a few maps, which are toggled by Short Cinematics on startup, they speed up a few maps where there are tedious or waiting sequences where the player isn't in danger and is just waiting, especially if they needs to be repeated every time the player dies.\r\n\r\n\r\nAdded a thumbnail to the mod and overhauled readme.\r\n\r\n\r\nMinor bug fixes.\r\n\r\nNo more changes or additions planned, but feel free to message me with feedback or suggestions.",
"version": "0.1.0",
"timestamp": 1777917872000,
"url": "https://github.com/Principles1/CrackCode/releases/tag/v0.1.0"
},
{
"body": "Fixed typo",
"version": "v0.0.2a",
Expand Down
23 changes: 16 additions & 7 deletions npDatabase.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"CrackCode": {
"metadataCCMod": {
"id": "CrackCode",
"version": "0.0.2",
"version": "0.1.0",
"title": "CrackCode",
"description": {
"en_US": "Makes death, arena, transitions and more instant, custom tailored for PtH and Arena."
Expand All @@ -458,23 +458,32 @@
"arena"
],
"authors": "Principle",
"icons": {},
"icons": {
"24": "chaos.png"
},
"prestart": "_prestart.js",
"plugin": "plugin.js",
"dependencies": {}
},
"installation": [
{
"type": "zip",
"url": "https://github.com/Principles1/CrackCode/archive/refs/tags/v0.0.2a.zip",
"source": "CrackCode-0.0.2a",
"url": "https://github.com/Principles1/CrackCode/releases/download/v0.1.0/CrackCode.ccmod",
"source": "",
"hash": {
"sha256": "9d52c2826fd3a6658cae26a91407319e90b43278ac32fd813f013f71de4cf4c8"
"sha256": "e3d1fee59ebf0e30b21d8fe55e9f9bcf379808a31e3e181caab068a549420499"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1751481616000,
"stars": 1,
"lastUpdateTimestamp": 1777917872000,
"releasePages": [
{
"body": "Good day, it's been a while, it was very long ago that I originally wrote this mod and I was pretty new to JS at the time, it was long overdue for an overhaul, and finally I decided to spare the time to give it exactly that.\r\n\r\nOverhauled every togglable the mod used, they should now all serve their purposes better and be much more optimized.\r\n\r\nAuto-Skip Cutscenes will nearly always continue skipping cutscenes regardless of whatever interaction they contain.\r\n\r\nSkip Arena Score Counting has been optimized and has had unnecessary sequences removed, in addition a bug where time wouldn't be saved has been resolved.\r\n\r\nShort Cinematics now work throughout the whole game, instead of only in arena, and should no longer cause any issues in the base-game outside of arena.\r\nIt is always possible I've missed some problematic map thought, if so contact me.\r\n\r\nInstant-transitions now speeds up more transitions.\r\n\r\n\r\nAdded Quick save and Combat lock button to the players menu, intended for expanding the mod's utility within the base-game, bringing more usage to the mod outside of arena.\r\n\r\n\r\nAdded patches for a few maps, which are toggled by Short Cinematics on startup, they speed up a few maps where there are tedious or waiting sequences where the player isn't in danger and is just waiting, especially if they needs to be repeated every time the player dies.\r\n\r\n\r\nAdded a thumbnail to the mod and overhauled readme.\r\n\r\n\r\nMinor bug fixes.\r\n\r\nNo more changes or additions planned, but feel free to message me with feedback or suggestions.",
"version": "0.1.0",
"timestamp": 1777917872000,
"url": "https://github.com/Principles1/CrackCode/releases/tag/v0.1.0"
},
{
"body": "Fixed typo",
"version": "v0.0.2a",
Expand Down
Loading