Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
-
Version 1.2.5
- kikirio
- 3.2k Downloads
Updated package.
-
Version 1.2.4
- kikirio
- 3.6k Downloads
updated for 3.6
-
Version 1.2.2
- kikirio
- 1.9k Downloads
Updated for AKI 3.4.1
-
Version 1.2.1
- kikirio
- 979 Downloads
Updated for AKI 3.3.0.
-
Version 1.2.0
- kikirio
- 767 Downloads
Updated to .ts and AKI 3.2.4.
-
Version 1.1.1
- kikirio
- 2k Downloads
Updated to AKI 2.3.0 ++.
-
Version 1.1.0
- kikirio
- 497 Downloads
I have given all my mods a sizeable refactor which should make the code a fair bit easier to follow. I have also added most of my todo list (any specific changes below), and want to release everything before things get hectic in my life again ^^.
-
Version 1.0.4
- kikirio
- 923 Downloads
Update package for 2.2.0. No change in method.
-
Version 1.0.3
- kikirio
- 1.6k Downloads
Updated for 2.1.1, no change in method.
-
Version 1.0.2
- kikirio
- 438 Downloads
Updated package to allow AKI version. No change to main methods.
Alpha Kanein
I am not a modder, just found some workarounds.
I want to use this mod with 3.8.0
If you are trying to use this mod with 3.8.0, you will need to update the version on the "package.json" found in the "Toasty-AllQuestsFinished-Kiki_Repack" mod, wherever you stored it, to "akiVersion": "3.8.0"
I broke 3 quests because I turned in one that fails 3 others. The fix is to find these in your profile.json file by their Quest ID's. CTRL + F the Quest ID in the profile.json file and replace the status 7 with status 4, for each failed quest below, FOR Both the status and status timer. The issue is that the status of 7 never clears the quest.
Quest ID's
"597a171586f77405ba6887d3": "Big Customer",
"597a160786f77477531d39d2": "Out of Curiosity",
"596a101f86f7741ddb481582": "Kind of Sabotage",
Sample Broken Quest
{
"qid": "597a171586f77405ba6887d3",
"startTime": 1714764729,
"status": 7,
"statusTimers": {
"2": 1714764729,
"7": 1714861352.5049999
},
"completedConditions": [
"597a198586f77405ba6887d5"
],
"availableAfter": 0
},
Sample Fixed Solution
{
"qid": "597a171586f77405ba6887d3",
"startTime": 1714764729,
"status": 4,
"statusTimers": {
"2": 1714764729,
"4": 1714861352.5049999
},
"completedConditions": [
"597a198586f77405ba6887d5"
],
"availableAfter": 0
},
Abomination
the game bugged when auto finishing task and no more are popping up, I'm level 69 so I think I should have access to all the tasks
Alpha Kanein
I am not a modder, just found some workarounds.
I want to use this mod with 3.8.0
If you are trying to use this mod with 3.8.0, you will need to update the version on the "package.json" found in the "Toasty-AllQuestsFinished-Kiki_Repack" mod, wherever you stored it, to "akiVersion": "3.8.0"
I broke 3 quests because I turned in one that fails 3 others. The fix is to find these in your profile.json file by their Quest ID's. CTRL + F the Quest ID in the profile.json file and replace the status 7 with status 4, for each failed quest below, FOR Both the status and status timer. The issue is that the status of 7 never clears the quest.
Quest ID's
"597a171586f77405ba6887d3": "Big Customer",
"597a160786f77477531d39d2": "Out of Curiosity",
"596a101f86f7741ddb481582": "Kind of Sabotage",
Sample Broken Quest
{
"qid": "597a171586f77405ba6887d3",
"startTime": 1714764729,
"status": 7,
"statusTimers": {
"2": 1714764729,
"7": 1714861352.5049999
},
"completedConditions": [
"597a198586f77405ba6887d5"
],
"availableAfter": 0
},
Sample Fixed Solution
{
"qid": "597a171586f77405ba6887d3",
"startTime": 1714764729,
"status": 4,
"statusTimers": {
"2": 1714764729,
"4": 1714861352.5049999
},
"completedConditions": [
"597a198586f77405ba6887d5"
],
"availableAfter": 0
},
DCartz
Hey, the task that goes between skier, therapist, and prapor fails all 3 instantly. I think this prevents you from reaching some of the quests as it doesnt unlock anymore. Is there a way around this?
Alpha Kanein
I am not a modder, just found some workarounds.
I want to use this mod with 3.8.0
If you are trying to use this mod with 3.8.0, you will need to update the version on the "package.json" found in the "Toasty-AllQuestsFinished-Kiki_Repack" mod, wherever you stored it, to "akiVersion": "3.8.0"
I broke 3 quests because I turned in one that fails 3 others. The fix is to find these in your profile.json file by their Quest ID's. CTRL + F the Quest ID in the profile.json file and replace the status 7 with status 4, for each failed quest below, FOR Both the status and status timer. The issue is that the status of 7 never clears the quest.
Quest ID's
"597a171586f77405ba6887d3": "Big Customer",
"597a160786f77477531d39d2": "Out of Curiosity",
"596a101f86f7741ddb481582": "Kind of Sabotage",
Sample Broken Quest
{
"qid": "597a171586f77405ba6887d3",
"startTime": 1714764729,
"status": 7,
"statusTimers": {
"2": 1714764729,
"7": 1714861352.5049999
},
"completedConditions": [
"597a198586f77405ba6887d5"
],
"availableAfter": 0
},
Sample Fixed Solution
{
"qid": "597a171586f77405ba6887d3",
"startTime": 1714764729,
"status": 4,
"statusTimers": {
"2": 1714764729,
"4": 1714861352.5049999
},
"completedConditions": [
"597a198586f77405ba6887d5"
],
"availableAfter": 0
},
Alpha Kanein
Hello,
Does this finish quests added by other mods?
kikirio Author
Yup I would expect so, make sure this is loaded last in the load order.
Alpha Kanein
Thanks. It does. I confirmed yesterday.
Spankme
how do i install this mod?
kikirio Author
Spankme
The thing is that the like doesn't give me BepinEx or a user file. when I hit download and go to link it gives me a zipped file that includes
user>mods>Toastyallquest finished etc. I'm going to try to put that file into user>mods and see if it works.
Spankme
I did It and it worked, YAYA
DankoGT
Hello, I used this mod before the 3.6 version of aki, but now in 3.6.1 version the aki server doesn´t recognize the mod, what I have to do?
minasiki
3.5.0 plzzz
szr
open the package.json file in notepad, and change "akiVersion" from "3.4.*" to "3.5.*" and it works on 3.5
sassjahaus
Could you update it to 3.0.0?
kikirio Author
no go away
natasha96
Can i still complete the quests i want without having them autocompleted ?
kikirio Author
Nah not if the mod is installed. It is more useful to drop in for the odd annoying quest to instantly bypass them.
If it is certain conditions that you want to skip instead, then I recommend using RemoveTediousQuestConditions instead, as it is much more customizable.
DeEmperor
It said in the tag that it is for 2.1.2 but when I run the game it said that the mod is out of date. Did I do something wrong?
kikirio Author
just a yellow warning, ignore it.
DeEmperor
yea but I can't load the game after degrading it from 12.12.11.16432 to 12.11.7.15680 xD. It said "the input hash file does not match expected hash. You may be using the wrong version of AKI for your client files." I'm so lost haha but thx you for the clarification.
kikirio Author
Yeah that's not a mod issue. Check the FAQ, make sure all your version numbers are correct, etc. If you still can't figure it out, then you can make a post in the support zone.
DeEmperor
I rechecked multiple times already and it's still not working maybe I will post in the support zone as u said. Thx u very much.
Bankbar
I like the idea of this mod, especially considering that some tasks might be bugged (I'm new to SPT-AKI, haven't experienced it yet.)
However if I could make one request, please don't remove the task requirements in the descriptions. I would like to only use it on bugged quests, but as is currently I can't even see sub-objectives and my progress on any task.
kikirio Author
Aye it works by setting all of the tasks completion requirements to be empty, so when you accept a quest with the mod enabled, it has no requirements and can be handed in instantly.
If you are using it to fix a bugged quest, then install the mod before accepting the quest, then accept and complete just the required quest, then remove mod
Bankbar
it actually made all my current quests completed, I didn't have to accept new quests with mod enabled.
Bankbar
Sooo...what are the bugged quests? Is there a list somewhere?
kikirio Author
Don't know if there are at present. This is a port of a mod made by someone else a long time ago.
Daedalus
I'm having an issue where I can't complete Jaeger's Zhivchik quest due to having elite Metabolism level. Since you've mentioned that this mod can't retroactively change mission finish conditions, could you point me to any mod that could help me change my Metabolism level?
kikirio Author
You could directly edit your profile with a program like VScode, Notepad++ etc.
Alternatively there is this profile editor that you can try.
Daedalus
Fair enough. Elite is level 50, if I remember correctly?
McSpacebar
Maybe i did something wrong but i downloaded it and its in the correct folder but its not working at all for me
kikirio Author
I am sorry I don't have a running build to test with, it is of note that it wont work if the quest has already been accepted however.
McSpacebar
but i accepted quests after downloading too and it didnt work
kikirio Author
I can confirm it works with a fresh profile, It is possibly a load order issue with other mods. try running this last (rename the mod folder , I added some z's to the start )
Ralsei
Doesn't seem to work with Thunderbags BiggerBang.
kikirio Author
This is due to BiggerBangTraderQuests.js editing the quest files, I don't currently have a build I can debug with, you can try removing this file? or renaming my mod so that it runs last?
nhat2410
wrong mod uploaded
kikirio Author
Woops thanks for letting my dumb ass know, I will fix that now lol.
nhat2410
also it somehow doesn't work with Additional Gear Black
kikirio Author
I can see what the issue is, it is due to that mod adding its items to the quest hand ins.
I cant see a neat solution. However if you edit additionalgearblack.js and delete lines 193...221 it will allow everything to work together.
nhat2410
thanks i will try that