Jump to content
SSForum.net is back!

Drake7707

⛊ Project Moderator
  • Posts

    1309
  • Joined

  • Last visited

Everything posted by Drake7707

  1. Some ppl don't have lives, like me . And some ppl hate working with other ppl, like me too . It's possible to write a client for subspace alone, you just have to plan ahead, complete a fully functional class diagram, and/or sequence diagrams, and work in an UP way. (The reason why i hate working with other ppl is because i have to make a project for a course, with a group of 4 ppl, and those others happen to be complete morons...)
  2. this is probably a faulty settings.dat or recent.ini Those 2 files hold either all the customized settings (such as last used pencil width etc) and the other one contains all paths to the last opened files. Deleting the settings.dat should solve the problem, but before you do, attach it to this thread so i can see whats wrong with it.
  3. http://forums.sscentral.com/index.php?showtopic=9163 In 2 days, DCME is 1 year old lol (i post this now because i'll probably forget it)
  4. so you're saying "its good to be an admin"
  5. there has been a problem of corrupting the tileset in the past, but not the actual tile data.
  6. who is where now ?! @Fluffz: So you opened a map, imported a 24-bit tileset, saved the map, and both bak and normal lvl are doomed ?
  7. the way it was originally worked here, and i have vb6 enterprise edition (without sp4 installed)
  8. or if you want to understand it later what you did if it's been a few months. I didn't say it wasn't stupid, i just hate doing it
  9. ty ^^
  10. RiiStar suggested that it might be a good idea to make a website for DCME, where screenshots and the files can be stored, with maybe a suggestion box or something. So ehh, i'd like to request dcme.sscentral.com. RiiStar will build and maintain the site.
  11. well it isn't MY server, it's webspace from my university that every student has.
  12. maybe i can link it to somewhere else where i can see stats ? Only don't know where :/
  13. java isn't slow. I wrote a ray tracer in it, and the computations speed and drawing is a lot faster than vb. But it has to load the java virtual machine into the memory first, and java is waaaaaay too easy to decompile. VB/Delphi are all high level languages that are designed to be easily interactive with users. It's only natural they optimise for gui rather than computation speed and kirk, i hate writing do!@#$%^&*entation , it takes about the same amount of time to do!@#$%^&*ent a program as to write it, while if you write it, you can see it working, with do!@#$%^&*entation you're standing still in its progress. I hate not moving forward
  14. errr sama use ctrl+break, to pause the ide and i don't think a lot of ppl care so much about DCME .
  15. well you if you type on the picpreview_keypress event, only cache the letters typed when a selection is active, and the left top boundaries are in screen visible. Else you'd replace every shortcut that was previously !@#$%^&*igned to a letter, like G for grid etc. btw until 2045, iiiiiiiii don't think so. DCME is already on lower priority here, and it won't certainly go back up again. I mean, come on , DCME is almost 1 year old (15th october), it's my longest project ever. There isn't so much to do in it anymore, nothing that you can't handle. I might redo the undo/redo to work better with selection but that'll be about it (aside from some minor tweaks or so).
  16. if A-Z correspond with tile 1 - 26 you can easily use if keyascii >= asc("A") and keyascii <= asc("Z") then place tile where keyascii - asc("A")+1 is the source tile from the tileset end if you can add an offset in there (as i think most letters are sequentially placed ?!) keep in mind that A != a, so you'll have to make 2 checks maybe selecting the area where the tiles have to be placed ? Or put anything you type with that tool on a new selection, so you can move it
  17. i like vb6 for its simplicity. In c++ it can get just a tad bit too complex for me, if i write a program i memorize every link between, and structure of the entire program, with c++ i can't do that so easily without writing it down on paper And vb6's Variant is quite useful too. I mean, it gets abused waay too often, making the program more unstable and slower, but what if you have a method where you p!@#$%^&* a parameter, but you don't know the parameter before hand what type it is. Like i'm reusing the same parameter for different meanings, depending on the context of another passed variable (the downside is that it takes 16bytes but it gets a lot less complex, instead of overloading the same method ... 4 or 5 times)
  18. heh, you wanna do that everytime you need it for a different tileset ? I don't think so
  19. overall vb6 programs quality is low because a lot of programs have been created by beginners. Thats why the general idea of vb6 is seen as bad. If you know other languages as well, and have a lot of experience with programming, you can create a stable program just as good in vb6 as in c++ or any other language.
  20. yeah, ive been thinking about mapping some tiles to the alphabet, so you can just type your tiles down. It might get in DCME, once i get some free time as DCME is not top prio anymore. (Haven't changed anything to it in 2 weeks), or sama can get it done once he's able to.
  21. pascal ? delphi ?
  22. yeah, but if you need that on every single line, then On Error Resume Next in vb is way easier to read than having that chunk of text on every line you want to test. Btw vb6 isn't all that different from c, because the vb6 compiler is a hacked c compiler.
  23. DCME creates a bak file for every map (well at least it should), if you saved more than once in the process of map making. Is there a .bak present in your directory ? If so, try renaming it to lvl and open it with DCME.
  24. maybe the file was read-only , or you had low disk space ?
×
×
  • Create New...