Jump to content

Cheshire

Super Contributor
  • Posts

    935
  • Joined

  • Last visited

  • Days Won

    72

Everything posted by Cheshire

  1. Like every other game in existence, when your inventory is full it's full. Have them dump stuff. Or rewrite the entire inventory management system to expand endlessly. But I really would not recommend that.
  2. In theory you could, but I'm not sure it's a good idea. For every player you have online a massive inventory will take up unnecessary memory. For every player you have in your database it'll take up unnecessary storage space. There's an overflow to bank feature in the engine, that might serve you better. Along with a reasonably sized inventory your players really shouldn't run out of space unless they deliberately do so themselves. Or alternatively, just write your systems to check for inventory space. You really shouldn't have to give people unlimited space.
  3. If I recall, Mono requires an additional flag for it to run items in debug mode properly. (Although I've had varying levels of success with this and have had to COMPILE it in debug mode with Mono before as well). https://www.mono-project.com/docs/debug+profile/debug/
  4. I'd imagine because both render methods are not the same. The UI elements try to center it whereas the actual game just renders it as-is. If that fixes it, I'd call it a day though and just adjust your graphics to it.
  5. Strange, I can't reproduce this at all. What if you used the default Intersect graphics? Because that is what I am testing this with.
  6. Strange, I don't recall it doing that before. Which build are you running? I'd have to take a look when I get home later today.
  7. In the picture you showed me, you had edited the character window to look non-standard. Are you sure your edit to the CharacterWindow.json file lines up properly?
  8. Might be worth adding a disclaimer about the Linux requirements. Not that I suspect most people will have very many Linux players.. But it's worth mentioning at least.
  9. I hope you have an april fools version of that comissioned where it says Triathlon, and has several finish lines along the road with a stretch of water somewhere at the end. (All joking aside, that looks good!)
  10. You simply can't as it stands, and would need to program it in. You could start looking at the TryAttack methods on the Entity class.
  11. I'm not entirely sure what you're trying to say here, I'm afraid. Could you try explaining a different way?
  12. I'm not 100% sure, there is a possibility. But it's the fastest way I could think to fix this particular problem within the current limitations of the Event system.
  13. You'll probably want to adjust the size of the window if you make the text bigger.
  14. Curious question, but could you not set a variable on the first player to enter the map, then set a variable that this value has been given (which resets when the dungeon resets) and then only spawn the npcs for the player with this variable? The main issue you're fighting here is that events simply run for every player. So you have to come up with something to stop it from doing so.
  15. Unfortunately, that just defines the string and is unrelated to the actual combat logic you're going to need to edit. Personally, I'd use animations for this. Much more flexible, everyone can hear it, the sound fades out nicely for people further away and you can even add an extra animation to it. Then maybe make it server configurable and have a list of crit animations the server can choose from so players don't constantly hear the same sound. Or maybe have different ones for magic, projectile, melee and unarmed hits.
  16. Can you try closing visual studio, deleting the following file (it's in a hidden folder): Intersect-Engine\.vs\Intersect\v16\.suo and trying to compile again?
  17. If memory serves me right it's right clicking somebody.
  18. Did you change anything? Because I can't say I've had that issue myself on any of the official branches.
  19. It should tell you why it failed in the error list or somewhere during the build output. The error list is generally easier to read though.
  20. If the entire solution builds there should be a server as well, or it should prompt you with errors as to why it doesn't compile.
  21. Maybe? I'm not sure that's as universally useful as a blacklist though. So if anyone wishes to do that, that's on them. Update [Download] - Adds the profanity check to user and character names and modifies a method that checks if any filtered words are in a given string.
  22. Sorry but that's outside the scope of this topic. You should probably read the documentation and make a topic regarding any questions you have based on that.
  23. I believe you might have missed the following:
  24. Most odd, can you try this version @The Bunny Gamer? Maybe something got corrupt somewhere? https://www.ascensiongamedev.com/resources/filehost/4c35d6f1f856af35bbda4c066c19c9d7.patch
  25. Which of the two files is doing that?
×
×
  • Create New...