-
Notifications
You must be signed in to change notification settings - Fork 19
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
Map nodes according to resource images #19
Comments
Hi can I contribute to this issue? |
@robatronPrime Absolutely! If you prefer using the computer, I suggest using the links above. Please refer to the Progress Table for which ones need to be done, as well as reference if you get stuck. Also a note to the example posted in this issue, I have found that once you graph the nodes on the perks, and they are too close, you may need to multiply them by 5. For example on the image above, the position for Kinship is
Good luck! |
@aaronmaynard Hey, I've mapped two perk trees. How many would you like me to do? |
@robatronPrime You can do as many as you like. 😄 Whatever you do not complete can be left for someone else to work on. It's a big project. 🤷♂️ |
Nodes mapped: Conjuration, Destruction, Alteration, Alchemy, Block, Archery. 👍 We will need to reorder some nodes for dependencies, however they are all correctly mapped. 😄 And they look so pretty when testing! ❤️ We still need to map Illusion, Restoration, Enchanting, Smithing, Heavy Armor, One-Handed, Light Armor, Lockpicking and Pickpocket. All of these have all nodes created so it should be easy. 🤔 |
📦 Project: Ordinator Implementation
This issue is tied to the respective project page and will be automatically sorted. For more information on this project, click here.
❤️ Thanks for helping!
📋 Issue:
In order to use this on our graphical interface, we need to correctly map out the location of the nodes. The layout is described as it is in our resource images. The nodes are positioned much like an x-y graph; x controlling horizontal movement, y controlling vertical. Keep in mind however that the y position is inverted... so to go up by 10 points, you will need to enter -10. Edit the data_ordinator.js document found in the project directory.
If you feel like you want to print out these pictures or trace them on graph paper to find the spacing, go for it! That is a great way to make sure everything is scaled correctly Here's a great resource. If you prefer working on the computer you can use your preferred photo editing software while changing opacity of a graphing paper template. If you do not own a copy of Photoshop, there is a great free online application called Pixlr.com/editor; requires Adobe Flash.
Please keep the spacing on intervals of 5, such as
pos: [10, -10],
notpos: [10, -13],
; this will make things easier / simpler. The canvas will automatically readjust to the center-point.An recap of what you are doing:
👥 Contributing:
🆘 Asking for help
We appreciate your effort in taking the time to work on this issue and help out the open source community.
If you need any help, feel free to ask below. We are always happy to help 😄
The text was updated successfully, but these errors were encountered: