[USER=240]Squall8[/USER] thank you so much for sharing this table with us; it's amazing.
Is it possible to have a hotkey that when pressed, it sets the "Quantity" = "Total", so that when we mouse over an item in the inventory, it sets the items to the max stack size amount for that specific item (e.g. 1000/1000, 250/250, 10/10, 5/5, 1, etc). This is under the table item "Highlighted Item Pointer".
I noticed that the old script has something similar "Set Item To Max (Numpad 1)"? not sure as I don't understand table coding :(
If you don't want to add it to your script, would you be willing to help with the code so that I can add it?
keep up the great work.
Last edited by nerf on Thu Jan 01, 1970 12:00 am, edited 2 times in total.
[USER=240]Squall8[/USER] thank you so much for sharing this table with us; it's amazing.
Is it possible to have a hotkey that when pressed, it sets the "Quantity" = "Total", so that when we mouse over an item in the inventory, it sets the items to the max stack size amount for that specific item (e.g. 1000/1000, 250/250, 10/10, 5/5, 1, etc). This is under the table item "Highlighted Item Pointer".
I noticed that the old script has something similar "Set Item To Max (Numpad 1)"? not sure as I don't understand table coding :(
If you don't want to add it to your script, would you be willing to help with the code so that I can add it?
keep up the great work.[/QUOTE]
Right-click the value line and there'll be an option called "Set hotkeys". In the box that appears, press "Create hotkey" and then press the key you want to set as the hotkey, then the drop-down box below, select "Set value to:" and enter your ammount (I use 5) and finally press Apply. You can even get CE to play a sound to let you know it has been activated.
The downside to this is that it won't set max, but you can create multiple hotkeys to give you different amounts.
[USER=240]Squall8[/USER] thank you so much for sharing this table with us; it's amazing.
Is it possible to have a hotkey that when pressed, it sets the "Quantity" = "Total", so that when we mouse over an item in the inventory, it sets the items to the max stack size amount for that specific item (e.g. 1000/1000, 250/250, 10/10, 5/5, 1, etc). This is under the table item "Highlighted Item Pointer".
I noticed that the old script has something similar "Set Item To Max (Numpad 1)"? not sure as I don't understand table coding :(
If you don't want to add it to your script, would you be willing to help with the code so that I can add it?
keep up the great work.[/QUOTE]
Here you go:
[CODE=lua]{ Game : NMS.exe
Version:
Date : 2018-08-06
Author : Igromanru
Set item Quantity to Total.
Works with Highlighted Item Pointers from Cedric and Squall8.
}
[ENABLE]
[pHover]+18:
readMem([pHover]+1C,4)
[DISABLE]
[/CODE]
Just place the script under Highlighted Item Pointers and assign a hotkey for activation toggle.
Last edited by igromanru on Thu Jan 01, 1970 12:00 am, edited 2 times in total.
[QUOTE="igromanru, post: 54161, member: 1599"]Here you go:
[CODE=lua]{ Game : NMS.exe
Version:
Date : 2018-08-06
Author : Igromanru
Set item Quantity to Total.
Works with Highlighted Item Pointers from Cedric and Squall8.
}
[ENABLE]
[pHover]+18:
readMem([pHover]+1C,4)
[DISABLE]
[/CODE]
Just place the script under Highlighted Item Pointers and assign a hotkey for activation toggle.[/QUOTE]
Thank you for the code. Can you hold my handle another time and tell me where exactly to paste the code? if I open the current script posted on the first page of this thread, at which line do I paste it?
sorry, I'm totally incompetent with CE.
I tired adding this after "Inv. Row" under "Highlighted Item Pointers" but it doesn't work. I'm for sure doing it wrong...
[CODE=lua]
9999
"Set Item Quantity to Total (F1)"
{ Game : NMS.exe
Version:
Date : 2018-08-06
Author : Igromanru
Set item Quantity to Total.
Works with Highlighted Item Pointers from Cedric and Squall8.
}
[ENABLE]
[pHover]+18:
readMem([pHover]+1C,4)
[DISABLE]
Set Value
112
0
0
[/CODE]
1533580808
[QUOTE="Ravess, post: 54159, member: 19076"]Right-click the value line and there'll be an option called "Set hotkeys". In the box that appears, press "Create hotkey" and then press the key you want to set as the hotkey, then the drop-down box below, select "Set value to:" and enter your ammount (I use 5) and finally press Apply. You can even get CE to play a sound to let you know it has been activated.
The downside to this is that it won't set max, but you can create multiple hotkeys to give you different amounts.[/QUOTE]
thank you [B][USER=19076]Ravess[/USER][/B], I'm going to see if I can get the code from [B][USER=1599]igromanru[/USER][/B] to work as it would be automatic, just press the hotkey and all done :)
Last edited by nerf on Mon Aug 06, 2018 7:07 pm, edited 5 times in total.
After following your steps, I was curious to what I was missing, so I opened the modified CT file in notepad++ and I was using the incorrect type for the hotkey "Set Value" instead of "Toggle Activation". as far as I can tell, that's the only difference.
Again, thank you for fixing my issue and also for taking the time to show me :)
@Squall I finally got around to playing some more, and the new inventory stats option doesn't crash my game, I was able to edit my multi-tool. The only thing that is weird is that if I try to edit my ship stats, the pointers jump around a bunch and I can't really edit them (flip between 0 and my multi-tool stats). Not a huge issue.
[QUOTE="igromanru, post: 54161, member: 1599"]Here you go:
[CODE=lua]{ Game : NMS.exe
Version:
Date : 2018-08-06
Author : Igromanru
Set item Quantity to Total.
Works with Highlighted Item Pointers from Cedric and Squall8.
}
[ENABLE]
[pHover]+18:
readMem([pHover]+1C,4)
[DISABLE]
[/CODE]
Just place the script under Highlighted Item Pointers and assign a hotkey for activation toggle.[/QUOTE]
There's a much easier way to do this... Right click Quantity -> Set Hotkeys -> Create Hotkey -> Enter your desired hotkey -> Select Set value to: from the dropdown -> In the set value field type with parentheses: (Total) -> Apply and Exit
Yes you can use other values based on their description, in Squall8's table that would be the value from Total.
1533590251
[USER=240]@Squall8[/USER] Two more experimental scripts
1. Spawn Freighter Battle after every warp (Freighter Farming)
2. Kill All Pirates (Use together with Spawn Freighter Battle to instantly win the battle)
[CODE]{ Game : NMS.exe
Version:
Date : 2018-08-05
Author : Cedric
Always summons freighter battle after teleport
}
[ENABLE]
aobscanmodule(alwaysbattle,NMS.exe,75 27 48 8B 0D E7 4F DB 01) // should be unique
alwaysbattle:
db 90 90
registersymbol(alwaysbattle)
[DISABLE]
alwaysbattle:
db 75 27
unregistersymbol(alwaysbattle)
{
// ORIGINAL CODE - INJECTION POINT: "NMS.exe"+7D9E58
@[USER=8355]cedricvdg[/USER] : that would be a very easy method. It's not working for me. Can you take a look at the screenshot and see if I did something wrong?
the hotkey "F1" works for other items, so it shouldn't be an issue.
I right-clicked Quantity and followed your steps.
having trouble including an image, so using 3rd party host:
[QUOTE="nerf, post: 54178, member: 20248"]@[USER=8355]cedricvdg[/USER] : that would be a very easy method. It's not working for me. Can you take a look at the screenshot and see if I did something wrong?
the hotkey "F1" works for other items, so it shouldn't be an issue.
I right-clicked Quantity and followed your steps.
having trouble including an image, so using 3rd party host:
if I set the "Set value to: 10", it will set the stack to 10 when I press the hotkey. i'm just having trouble getting it to set it to (Total).
I also tried adding a second hotkey entry after (same key) to freeze the value but because it doesn't resolve (Total), it just sets it to whatever the last value I moused over.
maybe i'm missing something?
Last edited by nerf on Tue Aug 07, 2018 12:46 am, edited 1 time in total.
this is my way to make the item quantity become the total
first you make the quantity become the children of total and then just group config it to change according to its value and set the hotkey to increase the total value by 0
[QUOTE="nerf, post: 54178, member: 20248"]@[USER=8355]cedricvdg[/USER] : that would be a very easy method. It's not working for me. Can you take a look at the screenshot and see if I did something wrong?
the hotkey "F1" works for other items, so it shouldn't be an issue.
I right-clicked Quantity and followed your steps.
having trouble including an image, so using 3rd party host: