hi
@Konstantinos welcome to the forums. i can tell from your line of questioning that you are Demarki from the Runic discord

As i mentioned in our discord PMs, for the globals.dat file it is a matter of seeing the chnages made by the mods you want to merge, and then making sure all those changes are copied into the globals.dat that will be in your merge-mod.
For globals.dat it's actually not difficult at all, but what makes it seem hard is that the file is 700+ lines long. To spare yourself the agony of searching for changes line-by-line (and to save your eyesight) it really helps to use a "file differential" tool so you can see the changes from a mod right away. Here is a sample image of the changes to globals.dat from the "zoomy lite" mod (vanilla on the left, zoomy on the right)...

The diff tool is winmerge (winmerge.org) I am not an expert on how to use it, I just use it to quickly see the changes and then do the rest of the work in notepad++ (which, as i mentioned, you
really want to get if youre going to be doing more modding).
So you would keep doing this search for each mod that wants to change globals.dat (or whichever file actually) looking for similar changed lines. Then make a copy of vanilla globals.dat, open it in your text editor, manually change the lines you noted in the searches and then use your newly edited globals.dat file in your merge-mod.
Feel free to ask in the discord as well (the link is in the righthand panel of this page, under the shoutbox)