GithubHelp home page GithubHelp logo

Comments (4)

VladimirMakeev avatar VladimirMakeev commented on September 22, 2024

Is it possible to add another category in the map editor under "terrain" - (special terrains), for other objects like "other" or something similar?

I already explained new terrains in this issue.

Is there a way to add sound to our object?

Currently no, but I will support sounds for a new strategic map object when I finish implementing it.

Please, don't edit the issues, create a new one instead. Or at least describe what happened to battle.carryXpOverUpgrade setting - should I spent time figuring out if needs fixing or not.

from d2moddingtoolset.

ShadoW2551 avatar ShadoW2551 commented on September 22, 2024

Is it possible to add another category in the map editor under "terrain" - (special terrains), for other objects like "other" or something similar?

I already explained new terrains in this issue.

Is there a way to add sound to our object?

Currently no, but I will support sounds for a new strategic map object when I finish implementing it.

Please, don't edit the issues, create a new one instead. Or at least describe what happened to battle.carryXpOverUpgrade setting - should I spent time figuring out if needs fixing or not.

Going back to "battle.carryXpOverUpgrade" it works well on "no lv restrictions on heroes" maps. On the other hand, "with restrictions" our hero will reach 99% PD "in the background", sometimes you will see how much he has gained in battles. When we start another map with the exported hero, he will start with these 99% PD.
As for the "Main" question, what I meant was whether it is possible to add more categories than the 4 default to our map editor.
Last question: is there a limit to the objects that can be added to the game, for example, 10 thousand?

from d2moddingtoolset.

VladimirMakeev avatar VladimirMakeev commented on September 22, 2024

it is possible to add more categories than the 4 default to our map editor

You mean add another button along with 'Quest Rules', 'Map', 'Objects' and 'Events'? Yes, it's possible if we support it in the modding toolset, but no one asked for this.

is there a limit to the objects that can be added to the game

There is a hard limit of 65536 unique objects of the same type in the game: units or items in scenario, for example.
There is also another hard limit inside rendering system - how many objects on screen can be shown (more correctly speaking: how many render commands can fit into queue).
There is also another hard limit because of internal network message buffer size. By default it is 500Kb, we made it bigger but the restriction is still here. If by some circumstances game decides to send an 'update objects' message that is bigger than internal buffer - things will break.
There also was a limit of max 200 stacks on the map in Scenario Editor but we disabled it in modding toolset.
Mapmakers know empirically how much content they could place without issues, they also test their maps before releasing to the public.

from d2moddingtoolset.

ShadoW2551 avatar ShadoW2551 commented on September 22, 2024

Thank you very much!
That's what I meant, good day/night ;)

from d2moddingtoolset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.