Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Add more map objects positions #69

Open
danil179 opened this issue Aug 25, 2018 · 3 comments
Open

Add more map objects positions #69

danil179 opened this issue Aug 25, 2018 · 3 comments

Comments

@danil179
Copy link
Contributor

Turret positions and level props missing.

add that from MapObjects file, turret positions also should be there in some cases.

@MythicManiac
Copy link
Member

So how we really should go about this is to have Map and MapVariant content types.

Maps are the actual models and navgrids etc. a MapVariant belongs to a map and specifies things like spawn positions, objects on the map, etc.

This allows us to have multiple different MapVariants for the same Map, so if you want a variant where every player spawns on the center of the map and the edges are full of aggressive dragons for example, you can do that.

@danil179
Copy link
Contributor Author

MapObjects (.mob) file containing mostly level props and also some other things.

I'm not sure if it contains spawn position.

from what I know it contains:

  1. all level props minus shop
  2. turrets sometimes

so my issue is more specific about that.

and we should do variants also but I think this is another issue. (so after we include the info from mob file we edit it)

@MythicManiac
Copy link
Member

I see map variants as a replacement for Riot's .mob file, and in terms of implementation it should be used over the current hardcoded values we have. It could be it's own issue to implement map variants in the first place if that's what you suggest.

We should regardless definitely extract the info from the mob file like you said.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants