-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fulfilling Dynamic Recipe #6
Comments
message CMsgRecipeComponent {
optional uint64 subject_item_id = 1;
optional uint64 attribute_index = 2;
}
message CMsgFulfillDynamicRecipeComponent {
optional uint64 tool_item_id = 1;
repeated .CMsgRecipeComponent consumption_components = 2;
} I'll see about adding support, I agree that this would be nice to have. I'm assuming that I'll run some NetHook tests later today if possible. |
Thank you so much! I've got it working and will send a pull request |
If someone can provide me a way to parse value_bytes I can implement this feature |
I figured it out. Incoming buffer is CSOEconItem. |
It would be great to have some way of crafting up Chemistry Kits (dragging 200 items is a huge pain...) and Fabricators automatically. I've had a play around with sending messages of various formats to the GC using the Language.FulfillDynamicRecipeComponent msg ID but so far haven't had any luck and have no idea where to start looking to find the correct structure.
The text was updated successfully, but these errors were encountered: