I have two versions of OBJ_DUDE.INT that I need to combine into one. Sadly, I don't know how to do this and I do not have access to the source code. Is there anyway to do this? Thank you.
You can use int2ssl and decompile both scripts, merge them together and recompile. Don't think it'll be easy if you never worked with Fo2 scripts before, tho.
You can use int2ssl and decompile both scripts, merge them together and recompile. Don't think it'll be easy if you never worked with Fo2 scripts before, tho.
They are scripts for the first game actually. I'll give your suggestion a try, but if anyone reading this is willing to help out with the merging I would be extremely grateful. I appreciate your help!
Edit
I can get the scripts decompiled but I can't find a program to compile them. What should I use?
Further Edit
I managed to alter the original file with the changes from the newer version and it seems to be working. For reference, you need int2ssl to decompile and sslc_f1 to compile. Finding these, especially the second, was rather difficult so I'm going to give links in case anybody else has trouble finding them.