I've been using crafty's sfall for quite some time, but given its incompatibility with Fallout 1.5 I've moved to the main sfall branch (4.x). Now crafty's sfall has this nifty feature, where you can sort items in your inventory and it's mapped to hotkeys. I wanted to have something similiar in sfall 4.x and there is this modification http://www.nma-fallout.com/resources/inventory-filter.78/. The issue is that it doesn't have hotkeys, instead you have to click on buttons. Given that, I decompiled the inventoryfilter.int file and modified it, so that the filtering functionality can be triggered using just hotkeys. I compiled the file, loaded a savegame and it worked fine at first, but then I found a situation in the game, which triggers a crash. Whenever I loot a container and I have a companion with me, the game crashes. (if there's no companion, the game works fine). One image is worth a thousand words so https://imgur.com/a/mPCa2JG
Now, at first I thought that I screwed up with the code. But incrementally using elimination method I found, that the glitch shown in the pictures appears even when I don't modify the code at all! Even when I just decompile the int file into ssl and then compile back from ssl to int I'm getting that glitch. That leads me to believe, that I'm compiling the code incorrectly and hence the name of the thread. My compilation/decompilation is extremely simplistic, all I did is I downloaded sfall script editor from http://www.nma-fallout.com/resources/sfall-script-editor.77/ . Then in the editor I opened the InventoryFilter.int (original). That automatically decompiled it into ssl. Then I compiled it again (without altering the code), compilation output was giving me no errors. But when I put it into the game, I'm getting the above mentioned glitch whenever I'm looting a container.
Here are some other things I tried: 1. Instead of using the sfall script editor, I used the editor that comes with sfall modders pack.
2. Instead of using the headers that come with sfall script editor I used the header files from here https://github.com/phobos2077/fo2_rp and also header files that come with BIS mapper.
3. I used different optimisation settings (none, basis, full)
Even after all of this, I'm still getting the same glitch. So the basic question I guess is, what the hell do I do to compile this thing. I'm tagging @Mr.Stalin since it's his mod, but if anybody else has any idea, feel free to share :/
Thanks.
Now, at first I thought that I screwed up with the code. But incrementally using elimination method I found, that the glitch shown in the pictures appears even when I don't modify the code at all! Even when I just decompile the int file into ssl and then compile back from ssl to int I'm getting that glitch. That leads me to believe, that I'm compiling the code incorrectly and hence the name of the thread. My compilation/decompilation is extremely simplistic, all I did is I downloaded sfall script editor from http://www.nma-fallout.com/resources/sfall-script-editor.77/ . Then in the editor I opened the InventoryFilter.int (original). That automatically decompiled it into ssl. Then I compiled it again (without altering the code), compilation output was giving me no errors. But when I put it into the game, I'm getting the above mentioned glitch whenever I'm looting a container.
Here are some other things I tried: 1. Instead of using the sfall script editor, I used the editor that comes with sfall modders pack.
2. Instead of using the headers that come with sfall script editor I used the header files from here https://github.com/phobos2077/fo2_rp and also header files that come with BIS mapper.
3. I used different optimisation settings (none, basis, full)
Even after all of this, I'm still getting the same glitch. So the basic question I guess is, what the hell do I do to compile this thing. I'm tagging @Mr.Stalin since it's his mod, but if anybody else has any idea, feel free to share :/
Thanks.