Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALF legacy map conversion issue list Deux #167

Open
assertivist opened this issue Jun 1, 2021 · 4 comments
Open

ALF legacy map conversion issue list Deux #167

assertivist opened this issue Jun 1, 2021 · 4 comments
Labels
alf bug Something isn't working

Comments

@assertivist
Copy link
Member

assertivist commented Jun 1, 2021

T-Plus-5 part A - fountainhead - Blue ramps appear to be half deltaY instead of connecting the way they should

The Lexicon - Bawdy - Bubble tele missing

@dcwatson
Copy link
Member

dcwatson commented Jun 4, 2021

I had fixed the bubble tele in Bawdy (and a bunch of levels in the lexicon) here:

https://github.com/avaraline/Avara/blob/main/bin/pict2alf.py#L201-L202

But commented it out for some reason. I recall some discussion about some of these quirks were "fixing" what was broken anyway in the original - is this one of those things, or should we uncomment that line?

@dcwatson
Copy link
Member

dcwatson commented Jun 4, 2021

As for fountainhead, the problem was introduced when splitting the TextOp script by \n\n here:

https://github.com/avaraline/Avara/blob/main/bin/pict2alf.py#L228

It's parsing the object Ramp separately from the declarations inside of it (i.e. deltaY = 3) so you end up with <Ramp ...> followed by <set deltaY="3"> instead of just <Ramp deltaY="3" ...>.

@assertivist
Copy link
Member Author

assertivist commented Jun 15, 2021

wut - WUT - many shapes missing
Fishrack Syndrome - exponential growth + bunker warfare - player chars have very slow movement - needs classic confirmation

@assertivist assertivist added the bug Something isn't working label Jun 15, 2021
@rherriman
Copy link
Member

bobski reported an issue with Training Grounds, where several platforms that are intended to be high in the air are at ground level. Very, very likely something to do with baseHeight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alf bug Something isn't working
Projects
Status: Open Bugs
Development

No branches or pull requests

3 participants