Page 1 of 4 123 ... LastLast
Results 1 to 15 of 55
  1. #1
    sha's Avatar
    Join Date
    Jan 2009
    Gender
    female
    Posts
    29
    Reputation
    10
    Thanks
    58

    request: fullscreen without scaling

    wondering if its possible for a fullscreen client without resizing the actual game, so you can see more of your surroundings without having to use the toggle centering of player.

  2. #2
    Urbaninja's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    Do not know if it is even possible but if there is a was then I am sure that there will be someone around who will attempt it.

  3. #3
    MindlessChaos's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    23
    Reputation
    37
    Thanks
    2
    I was hoping it was possible somehow but I have not even seen it mentioned besides this post. it would be most useful once you got used to it.

  4. #4
    duckduckgoose's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    2
    It's not possible, the server restricts how much information it sends to the client. Even if you extend the size of the client, it will all be blacked out.

    See: https://imageshar.es/4f9a1b2ec37808932100012a

  5. #5
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,312
    Reputation
    700
    Thanks
    92,771
    Quote Originally Posted by duckduckgoose View Post
    It's not possible, the server restricts how much information it sends to the client. Even if you extend the size of the client, it will all be blacked out.

    See: https://imageshar.es/4f9a1b2ec37808932100012a
    pretty sure you're wrong

    all you did was fullscreen, right click and "100%"

    if you changed it to double the amount of tiles you could see more, because the amount of tiles you can see is defined in the game somewhere

    ---------- Post added at 07:18 PM ---------- Previous post was at 06:51 PM ----------

    Quote Originally Posted by duckduckgoose View Post
    It's not possible, the server restricts how much information it sends to the client. Even if you extend the size of the client, it will all be blacked out.

    See: https://imageshar.es/4f9a1b2ec37808932100012a
    pretty sure you're wrong

    all you did was fullscreen, right click and "100%"

    if you changed it to double the amount of tiles you could see more, because the amount of tiles you can see is defined in the game somewhere
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  6. #6
    marinepower's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    573
    My Mood
    Inspired
    Unfortunately, duckduckgoose is correct. The server sends the tile data only a few spaces ahead of where your character is. Extend the viewport too far and you'll get an ugly black perimeter.

  7. #7
    Ikulip's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    131
    Sorry to bump this ancient thread, but it is possible...

    https://i.imgur.com/39701.png

  8. The Following User Says Thank You to Ikulip For This Useful Post:

    sha (06-23-2012)

  9. #8
    7821291's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Ikulip, that looks awesome! I've been trying to do something similar, so far I've managed to make the map cover the right side and bottom of the screen.

    https://i.imgur.com/ailHz.png

    There's still gaps on the left side and the top, care to give me some tips on displaying the map there?

  10. #9
    Ikulip's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    131
    If you changed what I think you changed to do that, then it should be right next to it, those two negative values.

  11. #10
    marinepower's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    573
    My Mood
    Inspired
    What does it look like when you enter an unexplored area?

  12. #11
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Quote Originally Posted by Ikulip View Post
    Sorry to bump this ancient thread, but it is possible...

    https://i.imgur.com/39701.png
    I would LOVE to know how you did that.


  13. #12
    Ikulip's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    131
    @marinepower Black fill for tiles the server hasn't sent you yet, at 1280x1024 the server sends enough tiles to fill your screen properly. @Blitz I edited the (what I assume is the viewport) code to change the position and size of it.

  14. #13
    7821291's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Ikulip View Post
    If you changed what I think you changed to do that, then it should be right next to it, those two negative values.
    When I changed those negative values, the camera displayed a part of the map located some distance away from my character. Which also allowed me to fire wizard spells from halfway across the map, but it wasn't very useful and didn't actually fill the gaps at the top/left. But I probably was just looking at the wrong section.

    Did you actually change the range of viewable tiles around you? I still see jagged edges (also on the bottom and right) when walking into unexplored areas (especially with max SPD). If you did that, you could update the minimap as well. When you enter a dungeon you'd instantly see the shortest route to the boss.

    It'd also be nice if you could tell us where you started from, but I understand if you don't want to reveal that kind of info.

  15. #14
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Quote Originally Posted by Ikulip View Post
    @marinepower Black fill for tiles the server hasn't sent you yet, at 1280x1024 the server sends enough tiles to fill your screen properly. @Blitz I edited the (what I assume is the viewport) code to change the position and size of it.
    Care to share some instructions or a release?


  16. #15
    Ikulip's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    131
    @7821291 Sorry my bad, I was thinking about the wrong thing, it's a value in Face3D that you need to change. I'm in the middle of writing some code (in java) that automatically modifies the client (ie. moving ui elements and increasing view range), currently works with 5 previous versions of the game with no changes, if anyone has previous versions of the client I would love if you could send me them. @Blitz After the results of my last release I'm a bit wary on releasing anything.
    https://i.imgur.com/K3nU5.png 1600x900 and 1280x1024
    https://i.imgur.com/hPQJ4.png 1600x900 and 1280x1024, initial tiles from server
    https://i.imgur.com/9xVOJ.png
    Last edited by Ikulip; 06-24-2012 at 05:38 AM.

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [REQUEST] can anyone make an ak103 to an uzi or mac 10 without injectibles
    By royalprodigy in forum Combat Arms Mod Discussion
    Replies: 4
    Last Post: 02-21-2010, 04:07 PM
  2. [REQUEST] can anyone make an ak103 to an uzi or mac 10 without injectibles?
    By royalprodigy in forum Combat Arms Mods & Rez Modding
    Replies: 4
    Last Post: 02-20-2010, 07:15 PM
  3. [REQUEST] can anyone make an ak103 to an uzi or mac 10 without injectibles?
    By royalprodigy in forum Combat Arms Mod Discussion
    Replies: 0
    Last Post: 02-20-2010, 06:49 PM
  4. [Request]Trainer without dll's
    By guza44_44 in forum Visual Basic Programming
    Replies: 3
    Last Post: 10-31-2009, 10:23 PM
  5. Replies: 0
    Last Post: 10-09-2009, 09:45 PM