I'm
sorry I couldn't help you updating this blog soon, but some nice
friends from ngemiltv.com willing to help me to continue my project and
make some reviews and explanations about my mods and my tutorials.
For complete latest updates and info of my mods and tutorial creating GTA V Mods you should visit
Thank you for everything, guys.
I don't want to talk about pros and cons or a debate between which mod format is better for GTA V because we are here to learn together. Okay since in this post i will show you how to ma GTA V scripts in a .lua file before we get into we better look at the facts of .lua itself in GTA V modding.
facts:
1. Lua was originally built to make a data table and library and that's why lua can read scripts very fast.
2. Someone called Headscript is the one that invented the .Lua plugin for GTA V, all credit goes to him.
2. You don't need any additional software like visual basic or express to create this lua mod. It is very simple just open your notepad++ (you can also do this with regular notepad), write the script and save it as .lua extention by renaming the file. (ex: testScript.txt = testScript.lua) as simple as that.
3. That's why all of my GTA V mods are usualy made as lua. because of it's simplicities,
4. Lua for GTA V has some limitation, but it's a good start to learn before you are ready into .net and the others.
Let us begin!!
For your record,
If you find there is no content yet in each link please be patient.
By the time i write this post i'm currently writing and uploading some of it.
I'll finish them one by one randomly.
You can come and check again in any minutes maybe some of them are already complete.
If
you are totaly new about writing scripts i suggest you to start from
"First important step", otherwise you maybe missing something important
there.
And the last thing is i'm sorry if my English is a bit creepy because it's not my native language, i'm Indonesian.
And the last thing is i'm sorry if my English is a bit creepy because it's not my native language, i'm Indonesian.
First important step
Before we jump into
Your weapon & ammo
Natives
Keyboard key codes.pdf
Controller keycodes.pdf
Blip codes.pdf
Weapon hashes.pdf
Audio Front-End.pdf
Vehicle hashes.pdf
Pickup object Hashes.pdf
Let's get the party started!!!
...there is more coming so stay follow...
...there is more coming so stay follow...
Keyboard key codes.pdf
Controller keycodes.pdf
Blip codes.pdf
Weapon hashes.pdf
Audio Front-End.pdf
Vehicle hashes.pdf
Pickup object Hashes.pdf
Let's get the party started!!!
1. Simple basic scripts
How to create a simple rectangle script mod.
How to create toggled rectangle script mod
How to create health-increasing script mod
How to create conditional health script mod
How to create add weapon script mod
How to create removal weapon script mod
How to create on/off radio script mod
How to create on/off vehicle script mod
how to add sound indicator script mod
How to createvehicle repair script mod
...there is more coming so stay follow...
How to create a simple rectangle script mod.
How to create toggled rectangle script mod
How to create health-increasing script mod
How to create conditional health script mod
How to create add weapon script mod
How to create removal weapon script mod
How to create on/off radio script mod
How to create on/off vehicle script mod
how to add sound indicator script mod
How to createvehicle repair script mod
...there is more coming so stay follow...
2. Multi-functioned basic script
How to display pop message script mod
How to display your text script mod
How to call a several function inside a main tick
How to display pop message script mod
How to display your text script mod
How to call a several function inside a main tick
...there is more coming so stay follow...
3. Important tricks
How to display your variable on screen
How to display your stats on screen
How to trace on screen coordinates to place rectangle precisely
How to trace on screen coordinates to place text precisely
How to display your variable on screen
How to display your stats on screen
How to trace on screen coordinates to place rectangle precisely
How to trace on screen coordinates to place text precisely
...there is more coming so stay follow...
No comments:
Post a Comment
Fell free to put your suggestions, requests and questions...