Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Load and save values?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
dan013
Cheater
Reputation: 0

Joined: 30 Dec 2023
Posts: 28

PostPosted: Sat Dec 30, 2023 11:28 am    Post subject: Load and save values? Reply with quote

I'm trying to make a pose trainer. I want to have a function that will save the values of the pose after I'm done and load it whenever I like in a combo box. And If possible Import and export functions like saving it on a yml file or whatever.

Here is my snippets of the code


Code:
RotXhip = "[Xsdsdw.exe+032F1D98]+18"
RotYhip = "[Xsdsdw.exe+032F1D98]+50"
RotZhip = "[Xsdsdw.exe+032F1D98]+88"

CETrainer.CETrackBar1.Max= 320
CETrainer.CETrackBar1.Min= -320
CETrainer.CETrackBar2.Max= 320
CETrainer.CETrackBar2.Min= -320
CETrainer.CETrackBar3.Max= 320
CETrainer.CETrackBar3.Min= -320

function CETrainer_CETrackBar1Change(sender)
local ValRotXhip = readFloat(RotXhip)
local value=trackbar_getPosition(CETrainer_CETrackBar1)
local finalvalue = value * 0.01
trackbar1 = writeFloat(RotXhip, finalvalue)
end

function CETrainer_CETrackBar2Change(sender)
local ValRotYhip = readFloat(RotYhip)
local value=trackbar_getPosition(CETrainer_CETrackBar2)
local finalvalue = value * 0.01
writeFloat(RotYhip, finalvalue)
end

function CETrainer_CETrackBar3Change(sender)
local ValRotZhip = readFloat(RotZhip)
local value=trackbar_getPosition(CETrainer_CETrackBar3)
local finalvalue = value * 0.01
writeFloat(RotZhip, finalvalue)
end


Hope you can help me to code it. thanks [/code]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites