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 discordaxe

  1. D

    Help changing room tag to game room option

    I think I'm really close. The value can change client side but I can't figure out how to send it to the server and update on everyone's client. Please point me in the right direction. CSCommon.sln MMatchStage.h int GetInfiniteAmmo() {return...
  2. D

    Adding a new item slot

    Image is broke
  3. D

    Adding a new item slot

    I found all instances of custom2 and added custom3 every instance. Here are all instances of custom3: CSCommon\Source\MMatchServer_Char.cpp(353): CorrectEquipmentByLevel(pObj, MMCIP_CUSTOM3); CSCommon\Source\MMatchItem.cpp(1656): if ((nParts == MMCIP_CUSTOM1) ||...
  4. D

    Adding a new item slot

    I added new item slot (custom3), but when I switch to it in game, no ammo/empty. Thoughts?
  5. D

    GunZ is GONE?

    No one is willing to help beginners. People who know what they're doing keep the knowledge to themselves.
  6. D

    Who's still here?

    I've spent at least 100 hours working on various gunz things, not just looking at code. I've made some small tweaks, added some small things. Seems like anything I do just fucks everything up. Even seemingly easy things don't work. In JS, it's 3 lines of code to say if checkbox is checked...
  7. D

    Who's still here?

    Why not make a project of helping beginners? Some of us are very motivated but need a kick starter. I've already spent hundreds of hours trying to jump into the code, and I've made progress, but I'm still overwhelmed and haven't made as much progress as I think I should have for the time I've...
  8. D

    Help changing room tag to game room option

    I'm not seeing it in National source or client. It has [ia] room tag, but so does my source already. Know of any other sources that have infinite ammo as a checkbox in stage settings?
  9. D

    Help changing room tag to game room option

    I want to change [ia] room tag to a dropdown in stage settings on the same interface you select map, mode, etc. I can get the value to change, but it doesn't send to server. I'm not asking for someone to completely do it for me, just point me in the right direction/help me help myself. I am...
  10. D

    CTF no flags

    Bump. I managed to get the "capture the flag" animation to show, but still no flags. Spawn.xml in map looks fine, too.
  11. D

    CTF no flags

    Flags and "capture" splash animation don't appear in capture the flag mode. I've already checked channelrule.xml, worlditem.xml, and gametypecfg.xml; it all looks fine. It was working, so I don't think it's the source. Thoughts?
  12. D

    Frame limiter incorrect fps

    I'm not sure what you mean. I added the xml textbox and typed the value I want to limit the fps. It limits, but not to the correct fps.
  13. D

    Immortal Gunz Source + Client + Database + Website

    Explain how to do this? It crashes after a while on Windows 10.
Back
Top