Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by yerij007

  1. yerij007

    question mlog in source code

    Slap your friend on the head. The sole purpose of that function is simply to print to a text file. It has no interaction with the server / client and vice versa or harmful Its just a Tool, that's it.
  2. yerij007

    my launcher does not replace

    I assume the patch file is not replaced or renewed. Make sure to create a new file when you generate the patch information. You just delete the patch.xml file every time you want to change something. This is a "missing" feature in the code as far i know.
  3. yerij007

    Gunz

    like it says the log file. the game cannot find these files, or it is badly encrypted or not encrypted or even not packed yet.
  4. yerij007

    Looking for Artic Gunz DB

    This is because they got permission from the original developer, we work together at the same time. Artic and also Asia (before called SEA Gunz) Arts Gunz? xD, how far my db and my work got away. Anyway, owner's fault I'll ask you something, delete this as it contains people's critical...
  5. yerij007

    [Release] Mansion objects

    OOF, not a great site to upload huh You must be registered for see element.
  6. yerij007

    How do I test a map I created in gunz without opening a server

    Just launch gunz w parameters, something like : I think it is not necessary to add the map in map.xml C:\YourGunz\Location\Gunz.exe /game "mansion" You must be registered for see element.
  7. yerij007

    [Release] EvilGunZ Source/Server/Client Files

    This has been not explain?
  8. yerij007

    Help - Source Coding

    XDD I see that you have selected an incorrect compilation mode. The KOR_Release_Publish or BRZ_Release_Publish is the most common used.
  9. yerij007

    Securing Launcher!!!!

    Well, you can change the serial key. This should be done in both sides ofc. Your gunz executable and your launcher. Also if this isn't enough, simply create a exclusive command line for the execution of the game. I hope this helps you :) -- Update Even check his parent process, check his...
  10. yerij007

    Added a New option now its label in option.xml shows on login screen and the lobby

    Guess w0t <LABEL item="Label" parent="VideoOptionGroup2"> <FONT>FONTa9</FONT> <TEXTCOLOR> <R>205</R> <G>205</G> <B>205</B> </TEXTCOLOR> <BOUNDS> <X>2</X> <Y>240</Y> <W>300</W> <H>24</H> </BOUNDS> <TEXT>CameraDistance</TEXT> <!-- 1초당 프레임 제한 --> </LABEL>
  11. yerij007

    Problem in Item Thumbnail Generator

    k. here's my version You must be registered for see element.
  12. yerij007

    Problem in Item Thumbnail Generator

    What do you say? By default is saved with a DDS format, wich by default windows can't read and show properly. Install a DDS Viewer for this purpose.
  13. yerij007

    Problem in Item Thumbnail Generator

    Make sure you have the following folders already unpacked. interface / loadable model (The entire folder) even the mrs file wich is outside of this folder system And place this in your client https://www.sendspace.com/file/wmdkxw gl
  14. yerij007

    Match Server Error - identifier not found.

    The most common bulid configurations are KOR_Release_publish and BRZ_Release_publish use some of them.
  15. yerij007

    Match Server Error - identifier not found.

    k, if you aren't compiling in debug mode simply change the configuration of your solution or simply comment on that directive. gl
Back
Top