Jump to content

Developer1321

Banned
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Developer1321

  1. Inside the map folder there are folders with different numbers, 00000 00001 00002 00003....etc In each folder there are some txt called areadata.txt areaproperty.txt and others, verify that these files are in lowercase, if they are in uppercase you should change them to lowercase and compile. This should fix your error
  2. The solution is to block access to that area through the world editor: v
  3. If you compiled the game and it gave you a connection error, the safest thing is that you have to change the ip in the config.cpp In the config.cpp file look for this line "The ip can vary depending on the files, but it almost always starts with 192. if (!strncmp(netip, "192.168", 7)) // ignore if address is starting with 192 { Then replace the ip with 999.999 "Example" if (!strncmp(netip, "999.999", 7)) // ignore if address is starting with 192 { Save and compile again. This should solve your problem, I hope I helped you.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.