OK Here's where I am:
Got WOTgreal up and running:.... Check
Located the relevent code:...... Check
Edited code to my satisfaction:. Check
Write a mutator file to
include/reference the changes:.. !Check
I feel like a dunce. I have read every single Mutator tutorial I can find and they only thing that I can figure out is to extend (expand/sub-class??) the class I edited rather than expanding the mutator class.
The class I edited was ROPawn. I only needed to edit one function (HandleStamina) and add one variable. What I need to figure out now is how to write a mutator to include these changes. Do I call ModifyPlayer? PreBeginPlay? And how do I code the mutator to include my edited class? I have a feeling that when I figure this out there will be a loud "DUH" heard across the land. Any help wil be GREATLY appreciated.
Got WOTgreal up and running:.... Check
Located the relevent code:...... Check
Edited code to my satisfaction:. Check
Write a mutator file to
include/reference the changes:.. !Check
I feel like a dunce. I have read every single Mutator tutorial I can find and they only thing that I can figure out is to extend (expand/sub-class??) the class I edited rather than expanding the mutator class.
The class I edited was ROPawn. I only needed to edit one function (HandleStamina) and add one variable. What I need to figure out now is how to write a mutator to include these changes. Do I call ModifyPlayer? PreBeginPlay? And how do I code the mutator to include my edited class? I have a feeling that when I figure this out there will be a loud "DUH" heard across the land. Any help wil be GREATLY appreciated.