Recent content by anmao

  1. A

    Should the method of registering mod projects be reconsidered

    The current method of registering mod content makes it very easy to mess up items when deleting existing content, leading to save file issues. Would you consider changing the way mod content is registered to a safer method, such as "modid:name", so that when a particular ID no longer exists...
  2. A

    Mod development cvar issue

    I added a buff to an entity. The buff is defined to increase a cvar by 1 each time it's attacked. I tested it in a single-player environment and everything worked fine, but after transferring it to the server, the cvar remains at 0 and doesn't change. Am I missing something? Some code ```...
  3. A

    Is there a plan to synchronize server mod resources to the client in the new version?

    When a player joins a server with custom resources, they are likely to see nothing and encounter errors if the mod is not pre-installed. I'm wondering if there are plans to add resource synchronization in the next few versions. If not, would you consider supporting base64 encoded images to send...
Back
Top