Raku Posted August 8, 2017 Share Posted August 8, 2017 Greetings to the Ascension Gamedev community! I made this guide for those that have trouble with DPI scaling on Intersect in 2K/4K displays, where the client/editor looks extremely small. I did some research and found a solution, you can follow this guide step-by-step or download the files that I uploaded...  Here's an example of how the editor looks without the scaling: As you can see the tiles and the text look very small and some don't like it this way. If you want to fix this then follow the instructions provided.    1. Create a blank text file using Notepad or other text editor and add the following parameters. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">False</dpiAware> </windowsSettings> </application> </assembly>    2. Save the text file as "Intersect Editor.exe.manifest" (Remove the " ")   3. Save it again as "Intersect Client.exe.manifest" (Remove the " ")   4. Now you should have two .manifest files for the client and the editor, which you will have to move to the Intersect folder where your client and editor .exe are located.       5. We aren't done yet, the last thing you will have to do is open the Registry Editor (Regedit.exe) and head over to HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > SideBySide.      (Once you are in the SideBySide folder you should see files like these)   6. Now you will have to create a DWORD (32 bit) Value called "PreferExternalManifest" (Without the " "). In order to do this just Right-click, select NEW > DWORD (32 bit) Value. Give it a name: PreferExternalManifest, and then press      ENTER.   7. Right-click PreferExternalManifest, and then click Modify. Enter Value Data 1. Click OK. Exit Registry Editor.   8. Open Intersect Client/Editor and now it should be scaled to 1080p, if not restart your machine or check that you've done everything correctly.     Here are all the files that you will need in case you did something wrong or you don't feel like doing the tutorial. http://www.ascensiongamedev.com/resources/filehost/13c686c7b3aae03cad498b0deca50dfb.rar  If you have any questions or need help feel free to post them here            Somar and EVOLV 2 Link to comment Share on other sites More sharing options...
jesusbleach Posted August 8, 2017 Share Posted August 8, 2017 2 hours ago, Raku said: THANKS, im working in 1080 and i dont need this but is very helpful for a lot of peple that are a zelda map? Â Â Â Â Â Â Â Â Â Â Link to comment Share on other sites More sharing options...
panda Posted August 8, 2017 Share Posted August 8, 2017 I'll look into getting higher resolution support into Intersect this afternoon, but likely if it requires me hooking up my computer to my TV (my only display above 1080p) it'll have to wait until I get an HDMI cord long enough for that. Raku 1 Link to comment Share on other sites More sharing options...
sparta49170 Posted January 28, 2018 Share Posted January 28, 2018 It's possible to dezoom the editor ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now