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

Stein

Members
  • Posts

    1208
  • Joined

  • Last visited

    Never

Stein's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Pretty sure the class editor works for Silver as well, since it loads from the same file.
  2. It's what XNA uses to compile its resource packages I believe.
  3. > This was ACTUALLY finished? Why do we still use a vb6 version of eclipse if there already is a .net version out there?! It was basically a direct copy/paste of VB6 code to ''work'' with VB.Net, it had issues, crashes and weird glitches all over if I recall.
  4. I believe JC gave it to a select few, but whether they still have it or not I wonder.
  5. Stein

    Wii U

    It's not a bad machine, I have one in the living room myself although my daughter seems to hog it the majority of the time.
  6. Not sure which engine you're using, but the majority use either *.bmp or *.png for image files.
  7. Since this is an engine that was sold, nobody should share it with you aside from the owner. You'll need to contact him.
  8. They were never finished or meant to be used in a production environment, they're just there because nobody bothered polishing this as it's really something that differs for every game.
  9. Stein

    The Future of EO4?

    > Although on DX7\. We'd use a hack tile that created a dark effect, by leaving every other pixel of the tile transparent while the other part would be black. :P Yes, but this was an awful and inefficient method. :P Nobody in their right mind should ever copy that method.
  10. Stein

    The Future of EO4?

    1) The original method used to render night tiles was.. far from efficient and would completely murder performance on a large amount of machines. It was simply never added back into EO because of this, as at the time we were using DirectDraw7 which has no proper methods for handling alpha levels on textures meaning they would always be solid colors. 2) I'm not sure, can't really answer this as I'm not 100% certain as to what their current plans are.
  11. Stein

    The Future of EO4?

    The security issues have always been there, with scripting as we employ it within VB6 (which is essentially just interpreted VBScript) you can shut down a computer or remove files from the harddrive. You generally wouldn't do this to your own gameserver, however if you give people access to a system they can abuse on a server hosted for them on a machine with other servers.. You'll quickly run into people breaking stuff. It's very easy to write a VBScript to scan an entire machine to get its folder structure. EclipseV does not have this issue, because of the fact that it'll be written in a modern language and thus allow for more modern implementations of languages. The one V uses is Lua, which requires the programmer to open up what it can do rather than it taking every command there is available natively. This exact system will not make it over to VB6 though, or is at least very unlikely because it'd require JC to write an entire implementation for his Lua libraries to work with VB6, which is a bit.. difficult knowing how awkward VB6 handles some variable types. As for converters, I've asked this internally a couple of times but because of the way the new map system and resource (tilesets, characters etc.) system works it will NOT be possible to convert your data over. (There's likely to be differences in every system, but these have been confirmed as nigh impossible to convert so far)
  12. Strange how a corrupt file would give an RTE9, not quite the number I had expected to see. But glad it's fixed either way!
  13. There's a little button on everyone's profile that lets you send them a message, or going through your inbox and simply starting a new conversation. But this link should take you to the right place: [http://www.eclipseorigins.com/community/index.php?app=members&module=messaging§ion=send&do=form&fromMemberID=36411](http://www.eclipseorigins.com/community/index.php?app=members&module=messaging§ion=send&do=form&fromMemberID=36411)
  14. Oh right, I saw that at some point and edited it out of my original post, silly me. Anyhow, how many images are you putting in your folder exactly? (Or rather, does it still do this if you go up by increments of 5 images, and if so when?)
  15. I know there were a couple, but I don't think any of them did it very well. Your best bet would be to search the tutorial boards honestly. That index doesn't have everything in it. :)
×
×
  • Create New...