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

Manaan Ahto East - Sith "toll" issues #140

Closed
DarthParametric opened this issue May 15, 2019 · 9 comments
Closed

Manaan Ahto East - Sith "toll" issues #140

DarthParametric opened this issue May 15, 2019 · 9 comments
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Manaan Issue occurs primarily on Manaan Type: Conversation This issue is a DLG-specific bug/error Type: Template This issue is related specifically to a template like a UTC. UTI, UTP, etc.

Comments

@DarthParametric
Copy link
Contributor

  • Opening line from the Sith that accosts you about paying a toll needs camera angle 1. Maybe also move her sideways a bit, directly opposite entrance?
  • There appears to be a random "swoop fan" mook in the way. Incorrect spawn position in GIT?
@DarthParametric DarthParametric added Type: Conversation This issue is a DLG-specific bug/error Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Manaan Issue occurs primarily on Manaan Type: Template This issue is related specifically to a template like a UTC. UTI, UTP, etc. labels May 15, 2019
@ebmar
Copy link

ebmar commented May 15, 2019

...move her sideways a bit, directly opposite entrance?

Or, switch her position with one of her fellas? Particularly the one closer with the entrance.

...a random "swoop fan" mook in the way.

Lol yeah, seriously. This module sucks so bad - of all the planet, I think it's worst. Better to move her to inside the Swoop Lounge, I think. I already have the co-ords; I'll have an update soon, if you don't mind.

@ebmar
Copy link

ebmar commented May 15, 2019

So, for this particular issue -

  • There appears to be a random "swoop fan" mook in the way. Incorrect spawn position in GIT?

Apparently she share the same UTC with her clone; man26_swoop002 - so we will want to specifically move this one:

ID=4
StructIndex=40
TemplateResRef=man26_swoop002
XPosition=-40.2208633422852
YPosition=40.3691062927246
ZPosition=57.5000877380371
XOrientation=0
YOrientation=1

to having this co-ords, for example:

ID=4
StructIndex=34
TemplateResRef=man26_swoop002
XPosition=-90.1361770629883
YPosition=37.0455093383789
ZPosition=56.375
XOrientation=0.364309996366501
YOrientation=-0.931280016899109

and the result will be like this -
SwFan_Repositioned

@DarthParametric
Copy link
Contributor Author

DarthParametric commented May 15, 2019

XPosition=-90.1361770629883
YPosition=37.0455093383789

While that certainly would move her out of the way, I'm not sure that dumping her in the ocean is the right approach.

Manaan_Ahto_East_Swoop_Fan_Move

@DarthParametric
Copy link
Contributor Author

Ah, I see the problem. -90 not 90. Whoops, my bad.

@DarthParametric
Copy link
Contributor Author

Btw, are those orientations right? Seems like it should be reversed - i.e. 0.93042, 0, 0, 0.3665 which is 43 degrees.

@ebmar
Copy link

ebmar commented May 15, 2019

...are those orientations right? Seems like it should be reversed...

Yes! My bad. The X seems to be right, the Y that was wrong. It must've been -

YOrientation=-0.931280016899109

Dang, I must have deleted the - while cleaning those extraneous-info stuffs.

@DarthParametric
Copy link
Contributor Author

DarthParametric commented May 15, 2019

OK -43 degrees, but it still should be reversed. If those are numbers from an armband, it is clearly calculating it wrong.

Ah, I see what it is. -135 degrees. The converter was freaking out about going backwards from quats to degrees.

@DarthParametric
Copy link
Contributor Author

Config:

[m26ab.git]
!Destination=modules\manm26ab.mod
Creature List\38\XPosition=-90.1361770629883
Creature List\38\YPosition=37.0455093383789
Creature List\38\ZPosition=56.375
Creature List\38\XOrientation=0.364309996366501
Creature List\38\YOrientation=-0.930419981479645
[man26_sithyell.dlg]
!Destination=modules\manm26ab.mod
EntryList\22\CameraAngle=1

We'll list this as one of yours (with the angle change as a bonus).

@ebmar
Copy link

ebmar commented May 16, 2019

We'll list this as one of yours...

Ah, thanks - appreciate it [and the bonus, hahah]! Dang, looking at the INI I thought providing the UTC reference was suffice but it seem GIT only uses CreatureList for it. I should've provide the full config in the first place. Noted for future reference. Again, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Module: Manaan Issue occurs primarily on Manaan Type: Conversation This issue is a DLG-specific bug/error Type: Template This issue is related specifically to a template like a UTC. UTI, UTP, etc.
Projects
None yet
Development

No branches or pull requests

2 participants