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

Lavos

Members
  • Posts

    867
  • Joined

  • Last visited

Everything posted by Lavos

  1. My last solution would be to go into project > components tab and make sure you have Microsoft Common Controls 6.0 (SP6) checked. Example is on the attachment file.
  2. 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.
  3. Try these links here: http://www.freemmorpgmaker.com/thread-85632.html or http://www.freemmorpgmaker.com/thread-2936.html
  4. Thanks for sharing this Growlith, it looks like knightkid had me convinced. I'm going to give this a try now.
  5. Can anyone answer my question? Why is the datatype in modTypes -> TileRec -> .Data4 a string?
  6. @'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.
  7. I guess someone else took up the offer already since he hasn't been replying.
  8. Solution: [–-> CLICK HERE
  9. @'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.
  10. Lavos

    Which Engine to use?

    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.
  11. 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.
  12. Lavos

    Intro in game

    @'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)
  13. Lavos

    Intro in game

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

    Intro in game

    So what do you mean by showing images 37 and 38 at the right time? Did you want it to fade in and out or something?
  15. Lavos

    Intro in game

    What eclipse engine are you using?
  16. Don't give up, maybe some screenshots would help us understand the issue.
  17. I really don't know what I'm looking at here. I'm not going to lie though, everytime I see pokemon stuff I think of little 12 years olds working a project.
  18. @'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=) > [Eclipse-Stable Runtime Files x64](https://code.google.com/p/eclipse-mmorpgmaker/downloads/detail?name=Eclipse%20Library%20Installer%20x86-64.exe&can=2&q=) > > > 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.
  19. 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=)
  20. 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.
  21. Seems like that pokemon engine is lackn some runtime files to get it to work.
  22. It seems like those engines you got there are bugged out. Have you tried asking the source owner for help?
  23. @'Jumbofile': > "Try to stay away from eclipse origins if you want stability and features." That is highly debatable.
  24. The forum is now a big mess of crap archived stuff that is deep within its ass. [CLICK HERE](http://lmgtfy.com/?q=eclipse+origins+2.0+tutorial) - To find beginner tutorials. P.S. Use asswipe tissues sparingly.
×
×
  • Create New...