-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
- What programming language was used to develop this?
- How can I help / report a bug / request a feature?
- How to play with my Kongregate account?
- Can this get me banned?
- What is the difference between "Fullscreen", "Maximizing in 4:3 aspect ratio" and "Actual 4:3 Fullscreen?"
- Why isn't my custom cursor working?
Both the game wrapper and settings were developed using AutoIt scripting language.
- If you can code, create a fork and do magic!
- If you found a bug, please open an Issue on the Issue Tracker
- If you have an idea, please also post it on the issue tracker as a feature request
Quote from RealmEye:
Go to http://www.kongregate.com/games/Wild_Shadow/realm-of-the-mad-god and sign in to your Kongregate account.
You’ll have to get the link Kongregate uses to connect to the game. The address includes the phrase “DO_NOT_SHARE_THIS_LINK” for a reason. Anybody who has this link can log in to your Realm account, so be careful.
- Chrome
Press
F12
in Windows to open the developer tools console, or right click on the page and select “Inspect element”. The console should appear at the bottom of the Kongregate game page. Select the tab at the top of the console titled “Sources”. You should see a box on the left (also titled “Sources”) which lists a number of site names. Near the bottom of that list “gameiframe” appears. Click on its arrow to expand it and reveal “realmofthemadgod.com”. Expand “realmofthemadgod.com” and look for a line including the text: kongregate.html?DO_NOT_SHARE_THIS_LINK=1 Right click it and copy the link address.
- Firefox
If using Firefox, press
Ctrl + Shift + K
(or right click on the page and select “Inspect element”) to pull up the developer console. Navigate to the tab at the top of the console titled “Debugger”. You should see a box on the left titled “Sources”. Scroll to find “http://www.realmofthemadgod.com “. A line saying “kongregate.html” should be below it. Right click on “kongregate.html” and copy the link address.
Another method for Firefox requires Firebug.
When Firebug is activated, click on the “CSS” tab of the window. Click on “realm-of-the-mad-god” to open that dropdown menu and scoll to the bottom and look for the line: kongregate.html?DO_NOT_SHARE_THIS_LINK=1. Click on that line. Open that dropdown menu again and there should be a check next to “kongregate.html?DO_NOT_SHARE_THIS_LINK=1” Right click now and choose “Copy Location”
- Safari
Enable the Develop menu (under ‘Advanced’ preferences) then launch the game on Kongregate. Put it in Cinematic Mode (not essential, but it makes it much easier to find the information), then right-click on the black frame of the game window and choose ‘Inspect Element’. This brings up the Web Inspector with the frame highlighted. Expand three times until you see the HTML body tag. Expand that and look for and copy the HTML containing the flashvars. The flashvars is the string you need to create the URL. Take it and replace all the HTML ampersands (‘&’ then ‘amp’ then ‘;’) with real ampersands (‘&’) to get the string that goes after the ‘?’ in your personal URL.
You should end up with a link similar to this:
http://www.realmofthemadgod.com/kongregate.html?DO_NOT_SHARE_THIS_LINK=1&kongregate_username=USERNAME&kongregate_user_id=12345678&kongregate_game_auth_token=abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123&kongregate_game_id=127641&kongregate_host=https%3A%2F%2Fwww.kongregate.com&kongregate_game_url=http%3A%2F%2Fwww.kongregate.com%2Fgames%2FWild_Shadow%2Frealm-of-the-mad-god&kongregate_api_host=https%3A%2F%2Fapi.kongregate.com&kongregate_channel_id=abc12345-abc123-abc1-abc12-abc1234567&kongregate_api_path=https%3A%2F%2Fchat.kongregate.com%2Fflash%2FAPI_AS3_cabc12345abc12345abc1234567.swf&kongregate_ansible_path&kongregate_preview=false&kongregate_game_version=987654321&kongregate_language=en&preview=false&kongregate_split_treatments=none&kongregate=true&kongregate_svid=abc12345-abc123-abc1-abc12-abc1234567&kongregate_analytics_mode&kongregate_debug_level&kongregate_js_api=true&kongregate_flash_postmessage=true&KEEP_THIS_DATA_PRIVATE=1
We only need a few parameters from this link:
&kongregate_username=USERNAME
&kongregate_user_id=12345678
&kongregate_game_auth_token=abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123
&kongregate_api_path=https%3A%2F%2Fchat.kongregate.com%2Fflash%2FAPI_AS3_cabc12345abc12345abc1234567.swf
Finally, we combine these parameters and add a ?
in the beginning
?&kongregate_username=USERNAME&kongregate_user_id=12345678&kongregate_game_auth_token=abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123&kongregate_api_path=https%3A%2F%2Fchat.kongregate.com%2Fflash%2FAPI_AS3_cabc12345abc12345abc1234567.swf
Open the settings -> Others -> Toggle Play with Kongregate and paste your parameters
This is not a hacked client! The game itself is untouched and the program is only a wrapper around the original client. SimpleR only combines features of hardware or other software in one tool customized for RotMG - to shorten things up and increase your Quality of Life. However, 3rd party software is not endorsed by Deca - so use at your own risk.
Option | Description |
---|---|
Reset to default |
Default size after starting the game. (Activated via hotkey) |
4:3 maximized |
The game is resized while the aspect ratio remains the same. You can still click outside the window or on the taskbar. (Activated via hotkey) |
Flash fullcreen |
This is the built-in flah projector fullscreen function. The 4:3 image will be stretched to your monitors' aspect ratio (e.g. 16:9). The taskbar is not visible. You get used to the slightly stretched image pretty quickly. (Activated by pressing Ctrl + F) |
Actual 4:3 fullscreen |
This mode is probably the best in terms of performance. The screen resolution of your monitor gets changed to 800x600 and the game will be set in fullscreen mode. There will be black bars on the right and left side of the monitor. (Activated via hotkey) |
"Actual 4:3 fullscreen" not working as expected?
Sometimes it's possible, that even with "4:3 fullscreen" enabled, the game get's stretched across the whole screen.
Possible fixes:
Nivida graphics card: Nvidia Control Panel -> Adjust desktop size and position -> Scaling Mode: Aspect ratio
AMD graphics card: See AMD Support site
Your monitor has a built in scaling feature - please read your user manual. This option has to be changed in the on-screen menu of your monitor.
Example for common Acer Monitors: Open the menu -> Navigate to Settings -> Change "Wide mode" to "Aspect"
Please DISABLE the games' own custom cursor option: Settings -> Graphics -> Custom Cursor "OFF"