Fireball-Teeworlds
Fireball-Teeworlds
This is due to m_Version of layer # 31 having a value of 322. Here's the struct in DDNet repo: https://github.com/ddnet/ddnet/blob/master/src/game/mapitems.h#L302. We use version to decide whether the structure should...
Oh, I've just noticed that all this time I've been investigating the map from #15. Sorry for that, I've reposted my comment there.
``` ERROR:datafile::raw: file is not long enough, wanted 154179 .../zbSkyCraft.map: Df(Df(TooShort)) ``` I think this map may be legitimately corrupted. I can't get the editor to open it.
I've incorrectly posted that investigation into the wrong issue. But it is actually about this one: > This is due to m_Version of layer # 31 having a value of...
Some ideas on how it can be enabled. ### A: Client setting (this version but with default to enabled) * Looks good on most maps. Doesn't break anything on maps...
> So for B1 we would have different zoom settings per layer? It's similar to the existing parallax settings in that it configures the perceived distance from the camera and...
Maybe do B2 and wait for feedback? We can get feedback from mappers if they notice that they want to tweak the zoom-parallax value independently from x/y parallax. And if...
Looks like it's a bit tricky with map settings as well, as we don't have client-side settings that are reset on map change. Should I make it a "server setting"...
datapoint: Just confirmed that B1 will be enough to make Time Shop work well with zoom (Parallax Zoom would need to be set to 0 for some layer groups).
Hm, looks like adding a new field isn't very difficult, we can also add some placeholder to Teeworlds to make sure we don't have map format conflicts.