What to learn, for GTA 5 Modding?
-
Hello, I wanna start GTA 5 Modding but i don't know where i must start, what i must learn. Can somebody tell me?
-
@TheWolfPL132 It depends on what you want to start modding. Scripts, vehicles, or maps?
-
@Viccracenvy Scripts, but in future i wanna do maps, but now as i said i wanna make Scripts
-
@Viccracenvy I know there are C# that i can use for gta 5 modding but i don't know if i need to learn C# or C# .NET
-
@TheWolfPL132 Hey i would recommend the script creator mod from jedijosh its help you start understand how to script gtav mods
-
@ShadoFax Ok
-
So i use this mod and this doesn't give me a way to educate so i don't know where i must learn...
-
Actually stay away from such tools.
Scripting is basically programming, so you might need to get to know a language before getting your hands dirty with GTA.
-
@ikt Yeah but i didn't know where to learn C#
-
@TheWolfPL132
I started off with the script creator mod to learn the basics of the language such asGame.Player.Character
Vector3 coordinates
how to use ++/-- such as -- wanted level
(Dont use it to create mods, use it as a language tutorial to use in mods)To start off you need
visualstudio
Nativeui
Sxripthookv
Scripthookvdotnet
EtcWhen you start making you script you now know how to use (example) Game.Player
And believe me, your gonne have to use it a lit of times but this works with everything
-
i don't know if i need to learn C# or C# .NET
They are one and the same. There is no C# without .NET
Reading a C# tutorial, C# book, a GTA scripting tutorial, and/or reading other people's code will get you to your goal of creating a mod. When I first started programming (for GTA 4) I did all of the above except reading a book. I read a book later on though.
-
@ShadoFax Ok, so i will be learn on it more
-
@Jitnaught Thanks for info.
-
This post is deleted!