Hello, I had a question.
What do you need to know to create scripts? How can you do it? Thanks.
Question
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Question
What scripts do you mean? lua scripting? squirrel? quickbms scripts?
Basically all the scripts I mentioned are programming languages (the scripts for quickbms are sequential instructions, not a description of the format) so what you need is just logic, you have a starting point and you have to build all the steps to reach your goal considering all the possible conditions ("if" "then" "else"). Just like the top-down flowcharts you learn at school.
Basically all the scripts I mentioned are programming languages (the scripts for quickbms are sequential instructions, not a description of the format) so what you need is just logic, you have a starting point and you have to build all the steps to reach your goal considering all the possible conditions ("if" "then" "else"). Just like the top-down flowcharts you learn at school.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Question
Is logic a huge part of it?
Last edited by Mygoshi on Wed Feb 17, 2021 6:17 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Question
You need at least a minimum of logic.
Instead of talking in general in a very abstract way, what you want/need to do exactly?
I still don't know about what scripts you were referring
Instead of talking in general in a very abstract way, what you want/need to do exactly?
I still don't know about what scripts you were referring
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Question
In that case you need logic while math is not a priority because they are just very basic operations.
Ah and before that you need all the huge part of knowledge necessary for reverse engineering since the script is only the final step.
Ah and before that you need all the huge part of knowledge necessary for reverse engineering since the script is only the final step.