What should I learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What should I learn

I am using a lot of scripts for games for example Arma 3 and I want to write my own now, wich language would be the best to start with? I'm a totally noob so the easier to learn the better for me :)

24th Aug 2019, 9:50 PM
Der Wahnsinn
13 Answers
+ 5
I think the point is being severely missed here. You just joined two hours ago and you want to learn programming. It is good that you stated your intentions to get into game development, but that's a long journey ahead and you should be starting from the basics instead of going directly for a specialization in scripting in a particular game. https://www.sololearn.com/faq
24th Aug 2019, 11:56 PM
Hatsy Rei
Hatsy Rei - avatar
+ 4
Der Wahnsinn If it was me learning to script as a complete beginner, I would start with the link below and be sure to learn the listed concepts that follow. https://community.bistudio.com/wiki/Introduction_to_Arma_Scripting Programming Basics: - SQF syntax - Data Types * Number * Boolean * String - Game Types * Groups * Sides * Unit * There are others... - Variables * Identifiers * Scopes (Public, Private, Global * Magic Variables - Array - Control Structures * (i.e. if, for, switch, while) - Operators * Assignment * Arithmetic * Logical * Array (Operators) * String (Operators) - Functions - Exception Handling * try / catch / throw Arma Scripting Concepts: - Script Execution - Event Handlers - Multiplayer Scripting Dev Tools: - VS Code with SQF Plugin - https://marketplace.visualstudio.com/items?itemName=Armitxes.sqf - Debugging Techniques Summary of Coding Concepts - https://github.com/Kugelschieber/asl
25th Aug 2019, 2:24 AM
David Carroll
David Carroll - avatar
+ 3
These concepts will help you when you are ready to begin learning one of the modern languages in the courses here. I hope this information is helpful.
25th Aug 2019, 2:26 AM
David Carroll
David Carroll - avatar
+ 1
you want to make ur own game?
24th Aug 2019, 9:56 PM
Cat Sauce
Cat Sauce - avatar
+ 1
No, just scripts for now
24th Aug 2019, 10:05 PM
Der Wahnsinn
+ 1
Der Wahnsinn what do you mean with scripts?
24th Aug 2019, 10:08 PM
Cat Sauce
Cat Sauce - avatar
+ 1
Well... scripts? I don't know any other definition for that
24th Aug 2019, 10:09 PM
Der Wahnsinn
+ 1
you cant choose a language, arma has its own language in wich you need to script
24th Aug 2019, 10:19 PM
Cat Sauce
Cat Sauce - avatar
+ 1
and since i dont know that langauge here is a tutorial i found on yt https://youtu.be/O7Aj6fbf_L0
24th Aug 2019, 10:20 PM
Cat Sauce
Cat Sauce - avatar
0
like auto aim or smtn?
24th Aug 2019, 10:09 PM
Cat Sauce
Cat Sauce - avatar
0
No,not a cheat. For example Arma 3, I want to learn how to write scripts to rotate vehicles or teleports or smth
24th Aug 2019, 10:11 PM
Der Wahnsinn
0
doesn't arma have it own coding language
24th Aug 2019, 10:11 PM
Cat Sauce
Cat Sauce - avatar
0
I don't know, that's why I'm asking, I edited all the scripts with this Editor++ thing
24th Aug 2019, 10:13 PM
Der Wahnsinn