RobCoIndustries / pipboylib

:thumbsup: Companion pip boy library for Fallout 4
Apache License 2.0
130 stars 11 forks source link

Reproduce commands #22

Open NimVek opened 8 years ago

NimVek commented 8 years ago

On my app i can produce commands of type 8, 10 and 11. so i like to know how the args must look like. Are ther any example data or you could tell me, what a user must do to generate them in the communcation stream? On type 8 i could assume its like 9, but i like to see it geenrated from the app.

rgbkrk commented 8 years ago

To clarify, you want data for 8 - CheckFastTravel, 10 - MoveLocalMap, and 11 - ZoomLocalMap.

rgbkrk commented 8 years ago

This one is pretty beginner friendly if pipboyrelay or your python relay will dump the data directly.