Hello Modders,
I have a question for you. Has anyone heard of a file Engine.REZ or have seen the file anywhere?
Thanks in advance.
Originally Posted by why06
Hello Modders,
I have a question for you. Has anyone heard of a file Engine.REZ or have seen the file anywhere?
Thanks in advance.
Are you trying to find the text that the game uses? Or are you looking to do that debug mode?
Originally Posted by |-|3|_][({}PT3R12
Are you trying to find the text that the game uses? Or are you looking to do that debug mode?
Lol, no, just simply experimenting with the Engine. It is a initialized a certain list of commands, by which I mean certain parameters are passed to it before it starts, but I see this in the code
which makes it seems like its setting the windows, but its doing something else as well.
It seems like it might be providing a directory to the Game folder where all the .REZ files are stored, so what Im trying to do is see if an Engine.REZ exist, because if not I think it might be passing something to the Rez Manager class. Im still working on cracking the .dat files, its a slow process, but Im getting much closer then I was before.
Lol, no, just simply experimenting with the Engine. It is a initialized a certain list of commands, by which I mean certain parameters are passed to it before it starts, but I see this in the code
which makes it seems like its setting the windows, but its doing something else as well.
It seems like it might be providing a directory to the Game folder where all the .REZ files are stored, so what Im trying to do is see if an Engine.REZ exist, because if not I think it might be passing something to the Rez Manager class. Im still working on cracking the .dat files, its a slow process, but Im getting much closer then I was before.
I havn't seen a Engine.rez, but ill keep an eye out for it. And i wonder why the title and the loading of the rez files are in the same line 0.o
If you nop that out what happens?
i havent ran across it yet but i havent really been looking either so
havent found one atleast
I've seen Engine.rez files on other games which use .rez
That's fine. I simply wanted to know if it was there. Its okay if it isn't. That just means it doesn't exist, which means this line means what I thought.