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

Lcfviz Feature Request - Detailed map visualization #72

Open
jetrotal opened this issue Nov 8, 2022 · 1 comment
Open

Lcfviz Feature Request - Detailed map visualization #72

jetrotal opened this issue Nov 8, 2022 · 1 comment

Comments

@jetrotal
Copy link

jetrotal commented Nov 8, 2022

Would be nice if we could extract more info from maps before displaying them in lcfviz, like, event coordinate and
🔒 conditions to teleport...

image image

strict digraph G {
node [shape="none" fontsize="10" fontname="Helvetica,Arial,sans-serif" shape="record"];


1 [label="  <0> 🌐 | { Airship | <1> x14 y14 \n\n 🔒 var[0030] \<= 10 | <2> x10 y95 }" ]

2 [label="  <0> 🌐 | { Room | <1> x10 y95 }" ]

3 [label="  <0> 🌐 | { Return to Earth | <1> x110 y50 }" ];
		
4 [label="  <0> 🌐 | { HQ At Airship | <1> x10 y95 | <2> x100 y250  }" ]



1:1 -> 2:0 [dir=both];
1:2 -> 4:2 [dir=both];
2:1 -> 3:0 [dir=both];
3:1 -> 4:1 [dir=both];

}
@jetrotal jetrotal changed the title Lcviz Feature Request - Detailed map visualization Lcfviz Feature Request - Detailed map visualization Nov 9, 2022
@Ghabry
Copy link
Member

Ghabry commented Nov 11, 2022

Condition to teleport is very hard to figure out because the condition can be anywhere. Simple case is: It is inside the same event but for more fun it could be an indirect call through Call Event.

From a Theoretical computer science PoV the problem is very likely undecidable for most cases.


But determining the coordinate is possible when the values are constant.

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

No branches or pull requests

2 participants