Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Realm of the Mad God Hacks & Cheats › request: fullscreen without scaling

request: fullscreen without scaling

Posts 1–15 of 55 · Page 1 of 4
SH
sha
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.
#1 · 14y ago
UR
Urbaninja
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.
#2 · 14y ago
MI
MindlessChaos
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.
#3 · 14y ago
DU
duckduckgoose
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: http://imageshar.es/4f9a1b2ec37808932100012a
#4 · 14y ago
059
059
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: http://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: http://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
#5 · 14y ago
MA
marinepower
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.
#6 · 14y ago
IK
Ikulip
Sorry to bump this ancient thread, but it is possible...

http://i.imgur.com/39701.png
#7 · 14y ago
78
7821291
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.

http://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?
#8 · 14y ago
IK
Ikulip
If you changed what I think you changed to do that, then it should be right next to it, those two negative values.
#9 · 14y ago
MA
marinepower
What does it look like when you enter an unexplored area?
#10 · 14y ago
Blitz
Blitz
Quote Originally Posted by Ikulip View Post
Sorry to bump this ancient thread, but it is possible...

http://i.imgur.com/39701.png
I would LOVE to know how you did that.
#11 · 14y ago
IK
Ikulip
@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.
#12 · 14y ago
78
7821291
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.
#13 · 14y ago
Blitz
Blitz
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?
#14 · 14y ago
IK
Ikulip
@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.
http://i.imgur.com/K3nU5.png 1600x900 and 1280x1024
http://i.imgur.com/hPQJ4.png 1600x900 and 1280x1024, initial tiles from server
http://i.imgur.com/9xVOJ.png
#15 · edited 14y ago · 14y ago
Posts 1–15 of 55 · Page 1 of 4

Post a Reply

Similar Threads

  • [Request]Trainer without dll'sBy guza44_44 in Visual Basic Programming
    3Last post 16y ago
  • Somebody post a request without a gay-looking render/anime.By Remorse in Help & Requests
    0Last post 16y ago
  • [REQUEST] can anyone make an ak103 to an uzi or mac 10 without injectibles?By royalprodigy in Combat Arms Mods & Rez Modding
    4Last post 16y ago
  • [REQUEST] can anyone make an ak103 to an uzi or mac 10 without injectibles?By royalprodigy in Combat Arms Mod Discussion
    0Last post 16y ago
  • [REQUEST] can anyone make an ak103 to an uzi or mac 10 without injectiblesBy royalprodigy in Combat Arms Mod Discussion
    4Last post 16y ago

Tags for this Thread

None