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

Helladen

Members
  • Posts

    2272
  • Joined

  • Last visited

    Never

Everything posted by Helladen

  1. @'Joyce': > I saw, I may or may not have decompiled it. ;) And if Robin cursed at it tell him I'm sorry. :P > > Fair enough on the CRC32! Everyone has their own preferences regarding these things. How did you decompile? :O I never released it to the public, maybe you downloaded it from the FTP directly. Robin doesn't mind much, he hates doing the grunt work.
  2. Yeah we refactored your updater a lot. Robin actually contributed massively to it as well. I think we're going to keep it closed-source, but I do thank you for the work. It helped get me into C#. I was on the fence for a long time messing around with the Authentication Server we had, but this really helped get me in for good. It looks almost entirely like a different program now, but it was a good spot to start off. I hate writing anything from scratch, I like a base to work with and to refactor it. We switched it from YAML to WinForms simply due to WinForms being a better choice for this type of software in our opinion. The reason to use CRC-32 is simply due to what we used in the past. We use what has worked for us. :P
  3. We are actually going to change SHA-256 to CRC-32\. It is a better algorithm for this type of behavior. SHA-256 is better for security though. I plan to make it look really pretty, and I may end up open-source and pushing it to your source-code branch or making a new one based on it. I will of course put you in the credits. I was planning to make the type of hashing optional - but have a CRC.php included for those who prefer to use a webserver over a .EXE. It isn't that I can't code, I just don't like to reinvent the wheel. A lot of time is wasted by people trying to reinvent the wheel instead of working together to make great projects.
  4. Thanks Joyce, we're using this for our game. I prefer C# over PureBasic, the one we had was in VB6 then we went to PureBasic and now finally to C#. SHA256 is probably way better than our old method, which was using a CRC.PHP file in the webhost that anyone could run. It was pretty unsafe if people were aware of it, they could abuse it.
  5. I think the game is okay, your name and stuff needs a lot of work (had a major bug within 5 minutes of playing where dropping an item and the event chat glitched the entire game). You also should consider adding more sprite choices and make an actual female sprite - the one you use is not female. But hey, you released a game, that's not a bad thing. My favorite part was that you had a certain tile to spawn NPCs. That's pretty clever use of tiles.
  6. If you can control Windows form resize to be a certain value for each resize then sure, otherwise no I disagree. I don't ever want to resize a form myself, it is just not good design honestly. A maximize button is good always in my opinion though, but sometimes the developer does not wish to program it in. As for my own experience, maximize has no reason to be implemented since I need to reset the client each time I go from windowed mode to full screen mode. This is due to how DX is inited. There may be a better approach to do this, but it isn't really worth the hassle. Just allow the user to config the fullscreen in the updater and you're good to go. Maximize is overrated in all honesty for these engines anyway. Stretched is ugly. My opinion comes off as truth cause I strongly believe in it. it doesn't mean you have to take what I say that way though. I am honestly done responding, people get too uptight. If someone came off this way to me, I just would know they felt strongly about it. You can agree to disagree, no need to get so mad or act like I am super egotistical. Everyone has their beliefs, I don't know how many times I need to tell people this.
  7. Did you release this publicly? I never said privately. I didn't say anyone did it, cause I never seen it done properly. Not saying it is impossible to do or that I am the only one able to do it. People always think I think I am better than the world, delusional individuals. I always respond with programming is one of my worst skills. It is more of a design thing. Resizing a form is messy. Most games don't allow this, they also disable the maximize button due to how poorly Windows handles WInAPI.
  8. A lot of people have done it, but they have all sucked. I never did it publicly, I did it for Nin Online. It hasn't been released yet obviously, we are working on making the GUI fit properly, since it wasn't coded right to begin with. Had to redo it and Abhi added in Robin's GUI which is not completely done either. The fullscreen system I made is where you see more tiles, I also have where the small maps center. This is the most advanced fullscreen system that exists that I know of around Eclipse. Windows resize is per pixel, you want to force a consistent tile resize. Basically, you don't want to allow the player to mess with the window form size, since it can be sized too small, or cause problems where certain tiles aren't completely shown. Completely shown is where, you see part of a whole tile, this is not good. You also can just setup resolutions instead. Game developers create this for a reason, it is bad for the player to have to resize the form manually to what size they want plus it is harder to do.
  9. You should not allow changing of the form size by the way. Disable that. As as side note, the Eclipse Origins camera sucks and has a ton of bugs. I fixed these bugs already when I did my full screen system. It will have a ton of regressions, this is why no one has done it yet except Robin.
  10. I am going to try to new out an update this week, am aware of the bug.
  11. Redownload source, which engine are you using?
  12. You need to add it in if it is missing. I am not sure exactly, it is something I'd have to troubleshoot on my end to give you a straightforward answer. Make sure your client.vbp has this. Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.1#0; MSCOMCTL.OCX VBP do not edit OCX. If it doesn't, add it. Change 2.1 to 2 if you error. Make sure to reload source and don't save any changes that Visual Basic 6 makes unless it works.
  13. The version used in client.vbp is wrong. Change MSCOMCTL.OCX 2.1 to 2.0\. Use notepad to edit it. If it is 2.0 change it to 2.1.
  14. I am working on finishing **Eclipse Worlds** relatively soon. Never been a fan of these DirectX8 GUIs, even though **Nin Online** has one. These games in the past were good due to the simplicity and classical element in them. **Eclipse Worlds** was made for **Silverdale**, I am the co-owner of it with **Justin**. **Justin** quit game development, he now runs an entirely different business called [**British Recyclers**](http://britishrecyclers.com/) which is for cars. I am going to finish it soon, been becoming a better programmer throughout the years. I used to rely on other programmers to help me, but now I am starting to be able to do it all on my own. The reason why I did this is because, I am a developer at heart. Programming is not my favorite activity to do, but I do it cause it enables me to do what I want.
  15. You are right, but that is a smart initiative for a team member to do on her own. As long as staff don't overreach their power and are in harmony with what is best for the community. there's no problem.
  16. @'Abyss': > It's not the questions but the total lack of own effort that annoys me. If you decide to dabble in game developing, at least have some common sense. There's plenty of effort going into it. You are just unwilling to learn. RPG Maker is a good example to use, these people have tutorials thrown at them constantly. Most members here learned it all themselves by using Google. All you have to do is ask the right question and we'd be glad to help. Asking questions like how do I edit the graphics or music. If you don't know how to use your Windows explorer or know how a file manager works,. maybe learn Windows more before trying to make a video game.
  17. @'Mojko': > Abyss I look at google for 2 hours and searching and searching, then I sit 1 hour and tries to figure out the sht myself, AND THEN I come to this forum, you dont need to be butthurted. > > And on top of that, Ever heard that you do something for fun? It's not like I wanna make money off my game, its just something that me & my friends is going to use to have some fun People are just annoyed at answering the same questions over and over again. We'll try to offer better tutorials in the future as well as video presentations. Most people here teach themselves from scratch. This is kind of why Eclipse is like it is. To get background music, you need to edit the map and add your own music in the binaries folder under data files/music. I will make some changes to the resource system in the next update if I get time.
  18. Helladen

    RPG Maker MV

    If it works on mobile I am sold. I've been using RPG Maker for almost a decade and have scripted on the engines for a long time. :)
  19. @'YourBestNightmare': > Don't blame Windows for that. Acdept the truth, VB6 is dead language for years. I know Visual Basic 6 is a dying language. I am just stating the obvious flaws of the new update that could be causing breakage.
  20. Set maximum reward for resources higher for more health. I will look into the other issues soon. Not sure if you are doing the event wrong or not.
  21. Windows 10 is still beta software. Give it some time to mature. I personally have no clue though. This lag can be from anything. I haven't been able to upgrade yet, the drivers aren't there and broken Start menu.
  22. Yeah the best is subject to opinion. Most of the best programmers aren't posting that often here, they keep a low-profile.
×
×
  • Create New...