PM sent to Turbine777.
Thanks, I'll keep it just in case. Right before I crashed for the night, I edited the numbers I posted in the pic of above and only those numbers and it worked. So in other words, I only edited the 640x480 resolution.
Btw its 01075BC8 the line you should check.
As I stated above, line "01075BC8" does not exist. The closest to it is 01075BC0 where the ending digit is not an 8 but a 0. In fact, there are not any sets of numbers at all that end in 8, and all of them end in 0 (Including the .dll you made available, not 1 ends in 8, but only 0). Perhaps it is the editor I'm using? Anywho, as I said above and in the other post, that number that ends in 8 does not exist.
Thanks again for the help and fast responce!
Dan
PS. For other readers not knowing and since no one yet has taken a minute to give a simple step by step, or how to.
[list=1][*]I downloaded and installed the free
Be.HexEditor.[/*:m]
[*]Run Prototype and set the resolution to 640x480, and exit the game.[/*:m]
[*]Run Be.HexEditor and Open your Prototype "prototypeenginef.dll" (You can also drag and drop it into Be.HexEditor).[/*:m]
[*]From the Edit menu choose Find or press CTRL+F, and put a bullet in "Hex" (Do not paste here, it will change your values you try to paste) and type in 80020000E0010000, as you type it will add the spaces as needed making it look like "80 02 00 00 E0 01 00 00". Hit enter to find your numbers.[/*:m]
[*]When it finds it, place the cursor on the 8 in "80 02 00 00 E0 01 00 00" and change it to which ever values your adding.[list][*]Do not try to select the text with your cursor and just overwrite it since it does not work that way here, and works more like you are in "Insert" mode.[/*:m][*] In my case it was to change 80 02 to b0 13 (This is the formatted value for 5040) then change the E0 01 to 1a 04 (which is 1050) so the entire set of values should now look like "b0 13 00 00 1a 04 00 00" when your done.[/*:m][*]As already mentioned in this thread, you can get your particualr values via google, or from this posters appreciated efforts
here.[/*:m][/list:u][/*:m][*]Save and your finished.[/*:m][/list:o]