Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO]FullScreen on eclipse Origins


coolmagicdude2
 Share

Recommended Posts

Info
So one of my mappers asked me if I could make the game full screen because he works with a small monitor. So here it is…

It lets you choose the size of the screen from the options menu, saves your configuration, aaaaand thats pretty much it.

Instructions
Download files.
Unzip.
Open "Origins Fullscreen.exe"
Login to your game
Enjoy.

To change the size of the screen go to the regular options menu.

**Their are a-lot of errors so if something messes up, press F9 and that will restore the UI to its default size**.

ScreenShot
[![](http://www.freemmorpgmaker.com/files/imagehost/pics/42db01e33065a27553808cf5b9c9aa5f.png)](http://www.freemmorpgmaker.com/files/imagehost/#42db01e33065a27553808cf5b9c9aa5f.png)

Download
[Download Host: Darksunlight.com | Size:509kb](http://www.darksunlight.com/file_hosting.php?page=download.php&download=1286148685)

Known Errors
If you choose a screen size larger than the form it will mess up.

**Just hit F9 to fix this.**

Enjoy it.
Link to comment
Share on other sites

Well thats a small source, just add "windows sysinfo 6.0" from the componets and then type
```
picscreen.width = sysinfo1.workspacewidth  - 211
picscreen.height = sysinfo1.workspaceheight - 10
```in the frmMainGame.frm

The way I did it serves my needs just fine so I didn't make it autodetect size ^^.
Link to comment
Share on other sites

@Coolmagicdude2:

> @Miguu:
>
> > Screen.Width and Screen.Height >_>
>
> What?

That's the proper way of setting something to the length and width of the screen. Not ->
```
picscreen.width = sysinfo1.workspacewidth  - 211
picscreen.height = sysinfo1.workspaceheight - 10
```
Link to comment
Share on other sites

  • 3 months later...
  • 2 months later...
  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...