@@ -57,46 +57,46 @@ It takes few minutes to generate all precalculation requests.
5757
5858After it has generated all the requests it will continue with zipping the requests.
5959
60- ### 4. Git clone Pathfinder Repository
60+ ### Step 4. Git clone Pathfinder Repository
6161
6262C++ Pathfinder is located at [ this github repository] ( https://github.com/Dungeons-Guide/Pathfinder )
6363
6464Please git clone
6565
66- ### 5. Build C++ Pathfinder
66+ ### Step 5. Build C++ Pathfinder
6767
6868Using your favorite build tools, build the pathfinder.
6969
7070Please don't ask developer for the instruction to build C++ Pathfinder on your pc. Maybe use ChatGPT, it can help you out with setting up build env.
7171
72- ### 6. Get the zip from step 3.
72+ ### Step 6. Get the zip from step 3.
7373
7474![ Request Precalac] ( ./img/screenshot7.png )
7575
7676Click Open Directory on bottom right, and find the generated pf req file.
7777The file name of the generated file also can be found in the chat.
7878
79- ### 7. Unzip the file
79+ ### Step 7. Unzip the file
8080
8181Create new ` requests/ ` directory under pathfinder.
8282
8383Unzip all the files into that.
8484
8585Also create new ` results/ ` directory under pathfinder
8686
87- ### 8. Run precalculation
87+ ### Step 8. Run precalculation
8888
8989run ` ./processFiles.sh ` . The file is simple enough that you can modify it to change your cpu count and stuff.
9090
91- ### 9. Get results
91+ ### Step 9. Get results
9292
9393The resulting precalculation files should be ` results/ ` directory.
9494
9595Create new directory under ` .minecraft/config/dungeonsguide/precalculation ` , and paste all the resulting files into that directory.
9696
9797Restart the Minecraft
9898
99- ### 10. Confirm precalculations are installed
99+ ### Step 10. Confirm precalculations are installed
100100
101101Go back to ` /dg -> Pathfinding & Secrets -> Precalculations ` and choose the preset you requested precalculation on.
102102![ Presets] ( ./img/screenshot16.png )
0 commit comments