Here are my problems:
1) When I modify ID in order to get Epic Sneaking Suit, the suit (whole armor, but happens more frequently on the helmet) reverts back OR sticks BUT has no perks and the same durability as the item I changed (e.g 80 instead of 420): how to fix that? (Done via searching for array of bites and replacing all the values, just like the workbench method)
2) When I modify ID to modify the crafting recipes, the recipes display what I want BUT when I craft them, the perks are the un-modified ones: how to fix that? (Done via directly editing the crafting recipes themselves)
3) When I modify ID to get other quivers or bags (via replacing an existing one), they revert back upon restart: how to fix that? (Done via searching for array of bites and replacing all the values, just like the workbench method)
Thanks! (And if I'm doing it wrong just give me the correct method)
I greatly enjoy everyone's work, keep it up! I'm getting the hang of CE but still, it is a hard tool to master.
Anyone having issues adding items as of this morning? I've tried a few things now and no go for me. Can only modify existing numbers of items I have. Was gonna add a few more things. I also lost a few purple turrets I had. Bummer. Grenade launcher was one of them.
Anyone having issues adding items as of this morning? I've tried a few things now and no go for me. Can only modify existing numbers of items I have. Was gonna add a few more things. I also lost a few purple turrets I had. Bummer. Grenade launcher was one of them.
still workin for me, make sure once u add some placements discard 1 of them and it will be stored
I have tested a few methods to disable the weight system and found out that thedown1's script works. I dropped something and the weight remains at 30.9 KG. Code
{ Game : mgv.exe
Version:
Date : 2018-02-23
Author : thedown1
This script does blah blah blah
}
[ENABLE]
aobscanmodule(NoWeight,mgv.exe,01 53 44 4D 85 FF 74 03 45 89 2F ?? ?? 47 02) // should be unique
alloc(newmem,$1000,"mgv.exe"+101C0F6)
Anyone having issues adding items as of this morning? I've tried a few things now and no go for me. Can only modify existing numbers of items I have. Was gonna add a few more things. I also lost a few purple turrets I had. Bummer. Grenade launcher was one of them.
still workin for me, make sure once u add some placements discard 1 of them and it will be stored
Got it. I know what I was doing wrong. Thank you for the confirmation!!