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

GAME SCREEN


chopsaw
 Share

Recommended Posts

i do not want a zoomed in crappy looking screen

i understand its still fullscreen but if i wanted that id just run the client in 640X480 by rightclicking the icon and adjusting display res

ive done this

Private Sub Form_Load() ' If debug mode, handle error then exit out

If Options.Debug = 1 Then On Error GoTo errorhandler

' move GUI

picAdmin.Left = 544

picCurrency.Left = txtChat.Left

picCurrency.top = txtChat.top

picDialogue.top = txtChat.top

picDialogue.Left = txtChat.Left

picScreen.width = 800

picScreen.height = 600

picCover.top = picScreen.top - 1

picCover.Left = picScreen.Left - 1

picCover.height = picScreen.height + 2

picCover.width = picScreen.width + 2 ' Error handler

Exit Sub

errorhandler:

HandleError "Form_Load", "frmMain", Err.Number, Err.Description, Err.Source, Err.HelpContext

Err.Clear

Exit Sub

End Sub

modConstants

' Map constants

Public Const MAX_MAPS As Long = 100

Public Const MAX_MAPX As Byte = (800 / 32 - 1)

Public Const MAX_MAPY As Byte = (600 / 32 - 1)

Public Const MAP_MORAL_NONE As Byte = 0

Public Const MAP_MORAL_SAFE As Byte = 1

Server!

modConstants

' Map constants

Public Const MAX_MAPS As Long = 100

Public Const MAX_MAPX As Byte = (800 / 32 - 1)

Public Const MAX_MAPY As Byte = (600 / 32 - 1)

Public Const MAP_MORAL_NONE As Byte = 0

Public Const MAP_MORAL_SAFE As Byte = 1

to my source ..

after people told me that is how i adjust the game screen

this didnt do what i wanted it to lol

i want the game screen to be 1280 by **920**

**the screen you play the game in**

**that means i want the tiles to go from one side of my monitor to the other**

**not just a big screen half black with tiny game screen inside**

**please help me out i want my game to look like this**

**[attachment=511:the game.bmp]**

**just with a good looking game in the window insted of a 5 second ms paint demo lol**
Link to comment
Share on other sites

[http://www.touchofde…een-resolution/](http://www.touchofdeathforums.com/community/index.php?/topic/118055-game-picscreen-resolution/) For starters. It all depends on what version you're using. In EO 2.0 you must get rid of old gui, and rearrange your screens via vb6\. In EA you must edit your 'interface' ini for your custom layout. It all depends.
Link to comment
Share on other sites

If you notice I have been trying that, hence my posts in the tutorial, I am looking for more detailed explination on where i have gone wrong and what i have to do to get it to work. I'm using the eclipse event system official download, if theres a differient one i should be using then that sucks. thanks for your input, though, but im still stuck
Link to comment
Share on other sites

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...