• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Search results

  1. nilllzz

    Fixed [Indev 0.52.1] Weather Inconsistencies

    I see. I fixed that already in preparation for the next update. Thanks for reporting it anyways.
  2. nilllzz

    Fixed [Indev 0.52.1] Weather Inconsistencies

    And you are certain you are not setting the weather in the battle map and this is a bug yeah?
  3. nilllzz

    Crash mysterious crash

    Well there's nothing I can do about that, it's most likely Microsoft XNA's fault (as seen in the stack trace of the crash log, the top most item, where it crashed, is from the XNA assembly).
  4. nilllzz

    Crash mysterious crash

    So this just started happening?
  5. nilllzz

    Solved [Indev 0.52.1] Unable to Look Around

    You changed the camera mode. Press C to undo that. Reference: http://pokemon3d.net/wiki/index.php?title=Controls
  6. nilllzz

    Fixed [Indev 0.52.1] Gender Specifics Incorrectly Swapped

    Was a bug in the calculation of the gender. I fixed it.
  7. nilllzz

    I can't download Pokemon3D.

    Try running it in Admin mode, after downloading it, it attempts to unzip the downloaded file. It might not have the rights to do so in non-Admin mode.
  8. nilllzz

    Unable to reproduce [Indev 0.52.1] Unknown Pokédex Crash

    That doesn't seem to be the correct crash file.
  9. nilllzz

    Advertiser Attackers

    As I said, I can add regex checks for those. But that won't help too much, as they will just use new URLs from what I would guess is an almost endless supply of them.
  10. nilllzz

    Advertiser Attackers

    The input of a captcha happens client side in the form, so we cannot check that. And we can regex check new threads for anything, so I can add for example URLs to the regex check. They will come up with new URLs anyways, so it doesn't really help that much.
  11. nilllzz

    Solved Save Crashes Game

    Nope. System.Web is a namespace in the .Net framework. This game requires the full .Net framework, because the stripped down version called "Client" does not have that namespace included. http://www.microsoft.com/en-us/download/details.aspx?id=17718
  12. nilllzz

    Crash [Indev 0.52.1] Berry Loading Crash

    That is probably a logic error in some calculation for the chat resulting in a divided by 0 error. This one happens when trying to parse a string into an integer while loading berries.
  13. nilllzz

    Crash [Indev 0.52.1] Berry Loading Crash

    Did you change your time & date on your computer while Pokémon3D was running to affect time based events? Because if you did and saved, the game is trying to display or calculate dates that it is not able to compute ("Arithmetic operation resulted in an overflow.").
  14. nilllzz

    Friends can't reach my server!

    And I don't want you to lay down the idea of using a VPN, I just want to explain to you why it would be a bad idea in this situation: Image you have a house, and you want to give a letter to your friend, who lives about two streets away from you. To get there, you need to cross two crossroads...
  15. nilllzz

    Friends can't reach my server!

    Hamachi is way more difficult in theory than just using the internet as connectivity medium. I have no idea where people's obsession with tunnel VPNs come from. There are internet routes. Use them.
  16. nilllzz

    Friends can't reach my server!

    Seriously, what? That is not true at all. The way you are establishing your network has nothing to do with my TCP host. If you want to create a VPN tunnel network, that's fine. But you have to do it correctly.
  17. nilllzz

    Friends can't reach my server!

    Have you already checked if your Firewall lets the port you use pass TCP connections?
  18. nilllzz

    Implement support for different keyboard layouts.

    Yeah, I am going through the game right now and change some keys that are not bound to the keyboard.dat file.
  19. nilllzz

    Implement support for different keyboard layouts.

    While rewriting the main input class for the game, I forgot to put the KeyBindings in again. I will try to find all places I forgot this and put them in again.
Top