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

Create blackjack table with integrated markers using attach nodes. #128

Open
Scrivener07 opened this issue Sep 13, 2020 · 0 comments
Open
Labels
blackjack These topics are related to the Blackjack minigame. optimization

Comments

@Scrivener07
Copy link
Owner

@DieFeM had some excellent ideas about setting up a blackjack table with integrated markers using attach nodes.

unknown

Now place at node can be used and no mountain of card marker references to set up and keep track of.
Just add the nodes and set the relative position/rotation. To get the relative position/rotation do some calculations with papyrus.

You right click on the "0 NiNode", then Node->Attach Node, then in the "Block Details" set the name that will be used later for the function PlaceAtNode, and set the relative rotation/translation.

If you are good at math you can figure out how to get the relative position/rotation from using the table and the objects and debug.trace

@Scrivener07 Scrivener07 added blackjack These topics are related to the Blackjack minigame. optimization labels Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blackjack These topics are related to the Blackjack minigame. optimization
Projects
None yet
Development

No branches or pull requests

1 participant