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

chopsaw

Members
  • Posts

    41
  • Joined

  • Last visited

    Never

Posts posted by chopsaw

  1. either way great job on this engine ive been looking for this for a wile

    it should be advertised on the front page of eclipse website as the engine with best options lol

    anyways if i look up tutorials on how to add 8direction movement and click to walk with mouse will it work on this version ? thats about all it lacks IMO to make a mmo worth having a good player base
  2. thanks for the input but after reviewing both pages i desided to go with dragon eclipse

    it maybe not be perfect or what 'Eclipse devs" call great code but personaly i think the screen res changer is a MUST HAVE for any REAL mmo

    simply because no one wants to play a psp sizes game screen on a 52 inch monitor

    and thats a fact.

    as for other options ill add mouse movement and 8direction movement and vuala ill be making my game insted of dicking with source code for days trying to get my screen to be the right size and then adjusting it for every single person i have play my game

    options are better than "clean" code IMO

    i mean realy as long as it works well and is user friendly then i dont see what the big deal is
  3. also i dont know "hard" it would be but if you added 1 or 2 bigger res settings this engine would be great for people trying to make a game that will generate an actual user base

    i love the res changer because everyone knows that if people have a 52inch monitor they dont want to play a game on it the size of a psp screen (=
  4. 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
  5. 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**
  6. ive downloaded a couple of versions of eclipse and so far no luck on these things id like to have

    THINGS I NEED

    click to move with mouse

    able to change screen size/res

    8 directional movement

    Things i want

    possible added sprites for ne nw se sw movemement

    possible pet system

    possible guild system

    can some1 please give me a little advice on what system would work best for me

    ive been searching the other versions of eclipse and they sound good i just dont want a giant glitch machine lol

    please help
  7. hi everyone

    i downloaded eclipse event system the other day and have been playing around making things like maps,sprites,spells and stuff

    then i decided im going to use this engine for my game

    becouse its basical "almost" what im looking for

    so i looked up alot of tutorials about things ill need for my project like

    8way directional movement

    and click to move with mouse

    i also looked up how to make the game "fullscreen"

    after alot of reading i desided to try and do my first code on the source and add

    a "fullscreen" effect to my game

    after a few try's i got it to work but i must have missunderstood the tutorial a bit

    i did not get the desired effect lol

    but i did get an effect

    i managed to put im my game into 800 by 600 "picscreen"

    i highlight picscreen becouse im not realy sure what part of the client window it stands for

    resalution maybe ?

    anyway after a few days of headache with a simple code from a tutorial i desided to post this

    and see if anyone would like to give me a little one on one support

    maybe just explain to how to adjust the game window properly

    in terms i can understand

    maybe help me out alot and in turn maybe i can help you

    either way any kind of help would be great and who knows maybe we can be friends (=

    ps i type like crap im sorry im a newb lol

    i kinda want my game to look like this

    can you help me?

    [attachment=510:the game.bmp]

    i hope it post's the pic im new at uploading
×
×
  • Create New...