Posts by Jiblet
-
-
Jiblet added a new version:
QuoteUpdated for SPT Aki 3.8 and changed the bundles so that it:
now works in the armband slot with no graphical weirdness.
Thanks for the info Bongo!
-
Jiblet added a new version:
FileAlter Extracts 2.0.3Update for 3.8.0.
No functionality changes.
Tested across a handful of maps, including the vehicle extract quest that Skier gives you in Ground Zero. Using this mod does not conflict with that quest and you are able to complete it without handing over 5000R
Let me know here if you do see any issues with it and I'll try to take a look.QuoteUpdate for 3.8.0.
No functionality changes.
-
Jiblet added a new version:
QuoteUpdate for 3.8.0.
No functionality changes.
-
Jiblet added a new version:
QuoteUpdate for 3.8.0.
No real changes.
-
Jiblet added a new version:
QuoteTested and updated for SPT AKI 3.5.0
-
Jiblet added a new version:
QuoteUpdated for 2.0.2
-
Jiblet added a new version:
QuoteUpdated for SPT AKI 3.5.0
-
Jiblet added a new version:
QuoteUpdated to 3.5.0
-
Jiblet added a new version:
Quote⚠️Upgrade at your peril - you may lose ammo in existing pouches as I've reduced the default size.⚠️
External size is now 1x2 with an internal size of 2x3 so be careful if you choose to upgrade.
All configurable via the config file.
-
Jiblet added a new file:
QuoteThis mod simply allows the user to set the vertical sizes of the pocket slots. Allowing you to, for example, put my Ammo Pouch - a 2x1 slot item - in your pocket. I've set the default sizes to 2, 1, 1, 2 to essentially simulate wearing trousers with cargo pockets - hence the name.
⚠️ Warnings
It only allows vertical scaling of pockets, not horizontal, as the in-game GUI can't cope with wider pockets - it starts pushing the Special slots off the right side of the screen.
Be careful with how long you make them, I've no idea what will happen if you go mad with it.
📝 Config
Config is nice and simple, described in the code block below:
-
Jiblet added a new file:
QuoteI wanted the old ammopouch mod to work (credit to LeKaiju and Orbitas for that).
So I put it into a blender with Revingly's Medical SICC and pulsed for 30 seconds.
The resulting Ammo Pouch is available from Ragman for 50,000 rubles at LL1 (editable in config.json).
It is 3x3 cells (editable in config.json) and can hold bullets and ammo boxes.
You can put it in your secure container. And thanks to Poltergeist on Discord, you can even strap it to your arm in the armband slot if you like.
-
-
-
Jiblet added a new version:
FileAlter Extracts 1.3.0Updated to include Red Rebel extracts and those where you need to remove your backpack.
Options galore now, so please check out the config.json.
Warnings:- Red Rebel and Backpack type extracts are not affected by default.
You'll need to turn them on in the config.json.
- May interfere with, or be interfered with by, other mods that modify extracts.
Rename to zzzz-AlterExtracts if you need to.
QuoteUpdated to include Red Rebel extracts and those where you need to remove your backpack.
Options galore now, so please check out the config.json.
Warnings:
- Red Rebel and Backpack type extracts are not affected by default.
You'll need to turn them on in the config.json.
- May interfere with, or be interfered with by, other mods that modify extracts.
Rename to zzzz-AlterExtracts if you need to.
- Red Rebel and Backpack type extracts are not affected by default.
-
Jiblet added a new version:
QuoteNow with bonus config file:
Code"Logging": true, - Turns logging ot the console on and off. Default on. "ScavCoopEnabled": true, - Enables the changing of Scav Cooperation extracts. Default true. "PaidEnabled": true, - Enables the changing of Paid extracts. Default true. "Chance" : 66, - Set the probability off the extract being open. Default 66 percent. "ExfiltrationTime" : 8 - Set the time taken to exit - Default 8 seconds.
-
Jiblet added a new version:
FileAlter Extracts 1.1.0Turns out I'm a lazy idiot.
Thanks for bringing it to my attention Mamoru.
You should also now see in the console at server start that it is altering the correct exits:
(Code, 8 lines)
QuoteTurns out I'm a lazy idiot.
Thanks for bringing it to my attention Mamoru.
You should also now see in the console at server start that it is altering the correct exits:
Code[INFO] AlterExtracts : Altering extract: 0 : UN Roadblock [INFO] AlterExtracts : Altering extract: 2 : PP Exfil [INFO] AlterExtracts : Altering extract: 5 : Interchange Cooperation [INFO] AlterExtracts : Altering extract: 2 : tunnel_shared [INFO] AlterExtracts : Altering extract: 6 : V-Ex_light [INFO] AlterExtracts : Altering extract: 2 : EXFIL_ScavCooperation [INFO] AlterExtracts : Altering extract: 5 : South V-Ex [INFO] AlterExtracts : Altering extract: 6 : Factory Gate
-
Jiblet added a new file:
QuoteThis mod can change all extracts that usually require you to either:
- have a friendly Scav with you (impossible in Single Player),
- require payment (cash always vanished from my pockets when I need it),
- need you to drop your backpack, or
- need you to have a red rebel and paracord
Into normal extracts that require none of those things.
The probability of the extract being active, and the time taken to extract from are configurable in the config file. See below.
⚠️ Warnings
- Some types of extracts are not affected by default (red rebel and backpack-less ones). You'll need to turn them on in the config.json.
- May interfere with, or be interfered with by, other mods that modify extracts. Rename to zzzz-AlterExtracts if you need to.
📝 Config
Please see https://github.com/Jiblet/AlterExtracts#readme for info on the config file. Or check the Readme in the download.
Update:
Verified on 3.7.6 but shout if you find any issues. -
Jiblet added a new version:
QuoteSmall bug fix and additional changes to the SICC pouch to allow chainlet and gold neck chain.
Docs case does not allow them just yet, but feel free to change that yourselves if you wish.
-
Jiblet added a new version:
FileCase Rejiggler 3.0.0The update that no one asked for, but everyone needs!
I went to make one further change, to add the Item Case... and decided to rewrite and enormously over-engineer this mod to make it extensible via the config.json file by the end-user,
So now you can use this on whatever case/container you like and rebalance them how you see fit, within the limits of my data validation checks, as described in the Readme.
It's even complete with almost-intelligible instructions!
You're welcome!
Repo available here:…QuoteThe update that no one asked for, but everyone needs!
I went to make one further change, to add the Item Case... and decided to rewrite and enormously over-engineer this mod to make it extensible via the config.json file by the end-user,
So now you can use this on whatever case/container you like and rebalance them how you see fit, within the limits of my data validation checks, as described in the Readme.
It's even complete with almost-intelligible instructions!
You're welcome!
Repo available here: https://github.com/Jiblet/CaseRejiggler/
Please read the warnings in the Readme