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

Lavos

Members
  • Posts

    867
  • Joined

  • Last visited

Posts posted by Lavos

  1. On the source project click on modConstants and change Public Const MAX_PLAYERS As Byte = 70 to 255 on both server and client, most eclipse based engines support up to 255 because of the datatype being used. There is a way to get it to go higher but you must change the byte datatype. I suggest you look into types of data on the internet. I hope this solution resolves this matter, good luck.
  2. @'Slasheree':

    > @'Zetasis':
    >
    > > Oh, sorry I didn't realize there was even lag when placing autotiles. The biggest problem for me is the FPS drop. It makes it almost impossible to make a game with the terrible drop in FPS.
    >
    > had some time free this morning so I looked into the code a bit more, after ~30min of debugging I found the reason for the autotile lag, conclusion after fix: only 1-2fps drop, never goes below 62 on a 100x100 map with all tiles being animated
    > pic:
    >
    > >! ![](http://s12.postimg.org/5gi6ti7ct/autotile_lag_fix.png)

    \

    Just curious if you have already tried eclipse worlds autotile system? Is it any different? Maybe Helleden has solved this issue with EW. For the record, I myself haven't used EW yet so I wouldn't know.
  3. @'Petrunecula':

    > I'm going to present myself first , my name is Peter and I'm from Romania.I'm a student in a architecture highschool.Long story short I'll take any kind of work you guys need , logos mostly , and I will try to do it as fast as possible because I'm new to this and I want to acumulate experience.

    Let's hang out, do you want to skype? Just give me a PM.
  4. I suggest you start "READING" around the forums by using the search engine to look for content on what eclipse has to offer.
    I don't care what others say about what is the best engine and what not. The only way for you to find out for yourself is to try everything out until you find what best suits you.
  5. lol i don't really know what to say about this? Why so vague about it? Just learn to program.
    Just kidding, tbh though show us what you did on the code with screen shots so we the community
    would be able to help you more with better information on your development log, we would think you're not taking this seriously otherwise.
  6. @'Lavis':

    > What eclipse engine are you using?

    @'Kitam':

    > Emm. You help me in this. i'am a beginner in vb.

    Here is a tutorial that might help you good luck.
    –->[CLICK HERE](http://www.freemmorpgmaker.com/thread-85312.html) <–-
  7. Well Kitam, the way Skywyre is programmed still has that form that renders nothing but pictures boxes on it. The way to create a smooth title screen is to get rid of frmMenu all together and write a whole new title screen loop on the main form.
  8. @'death2allmike':

    > @'Lavis':
    >
    > > Well I might as well help him get started. 
    > >
    > > [Eclipse-Stable Runtime Files x86](https://code.google.com/p/eclipse-mmorpgmaker/downloads/detail?name=Eclipse%20Library%20Installer%20x86.exe&can=2&q=) <–- CLICK
    > > [Eclipse-Stable Runtime Files x64](https://code.google.com/p/eclipse-mmorpgmaker/downloads/detail?name=Eclipse%20Library%20Installer%20x86-64.exe&can=2&q=) <–-CLICK
    > >
    > > I not even sure you could troubleshoot it. Windows is being picky now these days with vb6
    >
    > Thanks guys! Eclipse Stables server won't even run for me! So its just the Eclipse Stables! I need a way to make it where I run both of them! I already ran the runtime files but it still no work. Theres gotta be a way to be 
    > able to run Eclipse Stables. Once im able to run Eclipse Stable's Server I know for sure I will be able to run the pokemon game.

    Try installing those runtime files under Windows XP capability mode and make sure to run it as admin.
  9. Well I might as well help him get started. 

    [Eclipse-Stable Runtime Files x86](https://code.google.com/p/eclipse-mmorpgmaker/downloads/detail?name=Eclipse%20Library%20Installer%20x86.exe&can=2&q=) <–- CLICK
    [Eclipse-Stable Runtime Files x64](https://code.google.com/p/eclipse-mmorpgmaker/downloads/detail?name=Eclipse%20Library%20Installer%20x86-64.exe&can=2&q=) <–-CLICK

    I not even sure you could troubleshoot it. Windows is being picky now these days with vb6
  10. Basically I'm writing a report on what went wrong with my re-installation of vb6 so I myself will not forget how to fix it when its time for me to do so.
    I'm sure this will help myself and others in the future. Not that I've done with with windows 7 Ultimate SP1

    Anyway I had errors with VB6, to fix erros with Microsoft Windows Common Controls 6.0 do this.

    Open up the Command Prompt as Admin and type the following.
    ```
    C:\Windows\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe msdatsrc.tlb
    ```Hit enter and
    ```
    C:\Windows\syswow64\regsvr32 mscomctl.ocx
    ```hit enter and done.

    This fixed my problem with most Eclipse Based Engines when opening the source project.
×
×
  • Create New...