Fullscreen Hack / Increase your viewing distance

Posts 6175 of 108 · Page 5 of 8
Here is how to do the RABCDAsm bits.

-Download RABCDAsm

-Copy everything in RABCDAsm into a new folder on your desktop (for ease of use)

-Copy your client(.swf) into the new folder on your desktop, call it rotmg.swf (for ease of use)

-Run command prompt (start + R, then type cmd, click ok)

-In command prompt, type "cd desktop\new folder" (or wherever you put the files)

-Type "swfdecompress rotmg.swf"

-Type "abcexport rotmg.swf"

-Type "rabcdasm rotmg-1.abc"



-Leave command prompt open


-Now go find the file you want to edit (I am going to do edit the file to reposition the 'Rank' overlay)

-Open it with Notepad++ (or an alternative editor)




-Do a search (ctrl + f) for the part you want to change (I am looking for the first place it says "getproperty QName(PackageNamespace(""), "_-h-")"
So I searched for "_-h-", and clicked next until I found the right part




-Make changes (in my case, adding some code below it)



-Save it


-Go back to command prompt

-Type "rabcasm rotmg-1\rotmg-1.main.asasm"

-Type "abcreplace rotmg.swf 1 rotmg-1\rotmg-1.main.abc




-Now the .swf file in the new folder on your desktop should be updated.

*note* after doing this, the changes I made in yogda at the start (to increase view (setting pushbyte to 16) and remove the black grad bar (adding pop, pushnull) are reset, so you will need to redo those.
Quote Originally Posted by Roguea View Post
can someone make a youtube video of a 1 min gameplay with the fullscreen hack? would be cool to see a vid.
Sorry for bugging I think i got it. i got the cd path for the files and i dont know how to find what to change i copied and paisted those things you gave me and i dont know what to do after that. i tried playing the game and its the same as the normal client.
Way to go whoever posted ScreenShots on the Wild Shadow Official Forums.... That is why we don't release clients. If I can figure it out with Nilly and Moon's help then anyone can.
i love this feature...
is there a way to simply put the inventory tab in the top right but with no scaling so basically we have more vision ?
I did the first part, but i didn't do the asm part since i dont want to have huge icons, and appreciate the full screen with a small tab on it.
Quote Originally Posted by gorgor View Post
i love this feature...
is there a way to simply put the inventory tab in the top right but with no scaling so basically we have more vision ?
I did the first part, but i didn't do the asm part since i dont want to have huge icons, and appreciate the full screen with a small tab on it.
Yes it is possible, you'll have to play with the scaling and x, y numbers used for the side bar to do that. Probably best to make scaling 1 for both x, and y first then adjust the x and y values manually.

Check out these two links,
http://www.mpgh.net/forum/599-realm-...ml#post6191561
http://www.mpgh.net/forum/599-realm-...ml#post6210138

This is where the inspiration of hack came from and why I started working on it. As you can see the UI elements can be fully customized. You could do pretty much anything you want. In order to do that though, you'll need add additional code to other places in the client.
Quote Originally Posted by nilly View Post
Fixed avatar issue. Updated code to (Rank), (Guild), (Fame/Gold). If you already made the fullscreen client, you'll have to undo the changes you've made to (Rank), (Guild), and (Fame/Gold) or start from scratch again. (Fame/Gold) isn't necessary but if I or anyone feels like updating this so that the starting menu looks right in fullscreen mode, the change will need to be done.
I made the changes...

-The pop-ups are now the right size and in the right position

-The rank/fame/gold are in the wrong position again

Quote Originally Posted by Strudul View Post
I made the changes...

-The pop-ups are now the right size and in the right position

-The rank/fame/gold are in the wrong position again

Had same problem, thing is
Quote Originally Posted by nilly View Post
Insert this code just after the first "getproperty QName etc
red text should say ALLl

Well at least it worked for me to insert after all the
"getproperty QName(PackageNamespace(""), "_-h-")"
and similar.
Quote Originally Posted by Strudul View Post
I made the changes...

-The pop-ups are now the right size and in the right position

-The rank/fame/gold are in the wrong position again
Like bogdanks95 said, make sure that you put the code just after the referenced instruction, not above.


Quote Originally Posted by Strudul View Post
Also just noticed that teleport isn't working properly. Doesn't come up with the option most of the time when you click the yellow dot.
I posted a fix for the, the minimap teleportation fix. Its on the first post.
Quote Originally Posted by nilly View Post
Like bogdanks95 said, make sure that you put the code just after the referenced instruction, not above.
Bogdanks said to put it after every time it says "getproperty QName(PackageNamespace(""), "_-h-")"



Is that right?
Quote Originally Posted by nilly View Post
I posted a fix for the, the minimap teleportation fix. Its on the first post.
Ah, I did do that, but it must have reset after I made more changes in RABCDAsm.
Quote Originally Posted by Strudul View Post

Is that right?
Ya that's right. You still having problems?
Quote Originally Posted by nilly View Post
Ya that's right. You still having problems?
Let me redo it and I will see.
I just noticed you are placing it in an area of the code that I didn't specify. You need to place that code just after the first "getproperty QName(PackageNamespace(""), "_-h-")" in the onEnterFrame function. I can't guarantee that it will work in other places.

---------- Post added at 11:52 AM ---------- Previous post was at 11:49 AM ----------

You'll notice that all the code injections on the onEnterFrame function fall pretty close to each other (about a page or 2 apart). So if that isn't happening you did something wrong.
Also just noticed that teleport isn't working properly. Doesn't come up with the option most of the time when you click the yellow dot.
Maybe ill make a video, this is kinda sweet and i want to thank nilly and give credit.
Posts 6175 of 108 · Page 5 of 8
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?