i don't know if this has been mentioned, but is it possible to include this update for the crafting slider? i'd like to immediately get to craft the maximum amount of bullets for my weapons
I will have to check if it was an unreleased change or my imagination but I could swear I saw it work correctly for crafting on my end. I will take another look in a few days when I am back from the trip I am on.
i thought it didn't work for me on 2.12 (i'm on 2.12a now) because the crafting slider wasn't affected, i didn't check anything else. regardless, i found that the code says "// Craft?" where the other action types are. replacing line 31 with "case "Craft":" works fine with item components like i was looking for, dunno about anything else
The mod doesn't work for me at all, I installed in r6>scripts and the drop/disassemble/sell slider still defaults to the minimum value. I can't update to 2.12a quite yet because I have a pirated copy, but every single other legacy mod has worked perfectly, same for all RedMods. I'll reinstall when I get back on and get back to you
I just did a test with 2.12a and the drop menu came up with the max value first. I don't know what else to say other than it is probable the mod isn't working if you are using a pirated copy.
Seems to work on 2.11 to me. I couldn't find the mod though. Can you add tags for (Drop, Sell, Max, Amount) so people can find it on Nexus. I don't know why I did not associate it with sliders or adaptive. It took a day to find it; then I'm not sure if Nexus lets us add tags for search optimization. Thanks for the mods.
I just took a look at tags after your message and it seems Nexus changed the way tags are managed while I wasn't looking :) I added some tags.. you can add them too actually (above the tabs on the page) but it seems we are limited to whatever tags are listed on that menu. I couldn't find a way to add my own tags.
I can't tell yet. As usual, one of the mods I have installed it causing an instant crash. It will take me time to identify which one can remove it before I can test my own mods.
I find my crash mod is Dot_no_more, I don't know did you have install this mod, but I deleted this mod and this mod red is said not support again. And I not test your mod now
I believe crafting sliders are handled differently. Right now, I can only change Buy, Sell, Drop, Disassembly and 'transfer to storage' actions. 'Buy' is disabled by default.
Yo homie just a word of advice, if you're doing modding you usually want to have a clean install environment so that you don't end up troubleshooting somebody else's mod. I strongly recommend Mod Organizer 2 for this, or Vortex at the very least. MO2 will take a while to get set up, but man it is soooooo worth it. You can set up mod layouts for different playstyles, a clean load order for testing mods, plus a billion other useful things, it's the absolute jam.
73 comments
2024-06-10 Update:
- Enabled Crafting by default
-----
I updated the mod to add support for disassembly.
I also changed it to make it easier to add or edit conditions.
If you want to enable it for Buy, edit the script and remove the comment '// ' in front of case "Buy": at line 18 to make look like this:
switch ToString(this.m_actionType) {
case "Buy":
case "Sell":
case "Drop":
Doesn't seem to work for ammo by default, which is the only thing I cared about :(
Nevermind, I tried and found out you can edit the .reds file with notepad, so I was able to uncomment "buy" like you suggested to make buy work.Cheers!
I will take another look in a few days when I am back from the trip I am on.
I will make sure to post it tomorrow.
Not a world changer but convenient, thank you!
I tested it with the latest update and I didn't notice any issue for now.
I don't know what else to say other than it is probable the mod isn't working if you are using a pirated copy.
As usual, one of the mods I have installed it causing an instant crash.
It will take me time to identify which one can remove it before I can test my own mods.
And I not test your mod now
Right now, I can only change Buy, Sell, Drop, Disassembly and 'transfer to storage' actions.
'Buy' is disabled by default.
Are you saying you would like a way to set crafting to the maximum amount automatically?
Did you look at this other mod?Auto DisassembleNevermind... this question is about crafting.