St. Jimmy 1631 Posted December 19, 2018 (edited) Anyone yet figured out ways to do this? I haven't have any success getting that result by editing/modding the StaminaHandler.c, Constants.c and EStaminaConsumers.c What is actually preventing player from sprinting, jumping and doing heavy melee attacks when out of stamina? Or how to actually add more things in that list, because just adding JOG or RUN in the enum list isn't enough? Edited December 19, 2018 by St. Jimmy Share this post Link to post Share on other sites
eggy785 8 Posted December 19, 2018 4 hours ago, St. Jimmy said: Anyone yet figured out ways to do this? I haven't have any success getting that result by editing/modding the StaminaHandler.c, Constants.c and EStaminaConsumers.c What is actually preventing player from sprinting, jumping and doing heavy melee attacks when out of stamina? Or how to actually add more things in that list, because just adding JOG or RUN in the enum list isn't enough? scripts\3_Game\Constants.c try there m8 i have no stamina added on my server. Share this post Link to post Share on other sites
St. Jimmy 1631 Posted December 20, 2018 18 hours ago, eggy785 said: scripts\3_Game\Constants.c try there m8 i have no stamina added on my server. That place only has const variables. Share this post Link to post Share on other sites
eggy785 8 Posted December 22, 2018 On 12/20/2018 at 12:03 PM, St. Jimmy said: That place only has const variables. i fix my stamina in there bro, in the Constants.c Share this post Link to post Share on other sites
St. Jimmy 1631 Posted December 23, 2018 3 hours ago, eggy785 said: i fix my stamina in there bro, in the Constants.c You can't force walking when out of Stamina from there... Share this post Link to post Share on other sites
HeadCrabD 5 Posted December 29, 2018 On 2018/12/23 at 4:49 AM, eggy785 said: i fix my stamina in there bro, in the Constants.c Trying work around with those numbers. but everytime i put this in my server got crash :/ Did you know why its happenning? Share this post Link to post Share on other sites
eggy785 8 Posted January 1, 2019 On 12/29/2018 at 7:15 PM, HeadCrabD said: Trying work around with those numbers. but everytime i put this in my server got crash :/ Did you know why its happenning? did you re-pbo the scripts folder and set this verifySignatures = 1; , to verifySignatures = 0; Share this post Link to post Share on other sites
HeadCrabD 5 Posted January 1, 2019 23 minutes ago, eggy785 said: did you re-pbo the scripts folder and set this verifySignatures = 1; , to verifySignatures = 0; Yeah.I didnt. But i think if i set this to 0. Then everyone can join without right mods right? Share this post Link to post Share on other sites
eggy785 8 Posted January 4, 2019 On 1/1/2019 at 11:20 AM, HeadCrabD said: Yeah.I didnt. But i think if i set this to 0. Then everyone can join without right mods right? yes they can but fixes pbo files Share this post Link to post Share on other sites