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 IKaruzI15

  1. I

    [Help] How do I view all items from users inventory

    if you mean the global inventory then you can access the array in ProfileData.Inventory you usually iterate over it like for(uint32_t i=0; i<ProfileData.NumItems; i++) { const wiInventoryItem& wi= ProfileData.Inventory[i]; }
  2. I

    [HELP] error MSB3073

    thats just a post compile event, you can read about it here: You must be registered for see element. for some reason the copy command fails, the copy command is just this: You must be registered for see element. maybe you changed the target path or its missing privileges, consider running...
  3. I

    Strongholds

    v3 source does have this in general
  4. I

    [VM] Crossfire 2.0 & Tutorial

    sorry, just CF_MIN_CU needs to be configured, no name required in version.ini
  5. I

    ERROR: r3dNetwork::CreateHost failed 5

    port probably in use...
  6. I

    Black scene in lobby

    Why am I strange?
  7. I

    [Release] Scaleform SDK + Integration documentation

    well fmod yeah, surely there are some 64bit files out there, autodesk well beside placing it on the map, it should be able to fully disconnect it from the client for 64bit, only server must be required to run it for navmesh, but why would the client need it.
  8. I

    [Release] Scaleform SDK + Integration documentation

    u have raknet src, u can compile it to 64bit... and backend... chillkat already replaced, use curl, much better
  9. I

    [Release] Scaleform SDK + Integration documentation

    what no... disable crappy ts3, and replace it later, and then make the game 64bit...
  10. I

    [Release] Scaleform SDK + Integration documentation

    Yuri, u know what that means, beside ts3 poop and Autodesk which I think can be disabled client sided fully, u could actually make it x64.
  11. I

    [Release] Scaleform SDK + Integration documentation

    if this poop is not having x64 binaries, then useless, why would I want to use discontinued framework for UI in any of my projects, but I need to reply to this thread to find out...
  12. I

    Crossfire 2.0 installation

    :dancingpepe:
  13. I

    [VM] Crossfire 2.0 & Tutorial

    once I successfully log in, the channel list is just empty in the client, any idea how to resolve this? --- Solved: Database Table 'CF_MIN_CU' needs to be configured too... and name needs to be entered in Version.ini
  14. I

    Black scene in lobby

    could be a problem with some postFX features, since thats being used to actual render the game render buffer into the scaleform texture that later will be displayed in flash, so maybe tweak some PostFX settings?
  15. I

    State of Emulation

    Well, in a way, Fredaikis made a smart decision as a private server owner. He used the profits generated from his server to reach out to the license holders and acquire a proper license. Since money holds significant importance to all of us as humans, he was able to obtain the license. However...
Back
Top