Show categories
Hide categories
Vladimir_P / Uploaded files / LUA scripts for GTA San Andreas
[Lua] Entrance - creating movement markers
Author:
Vladimir_P
File uploaded by:
Uploaded:
14 July 2017
File size:
339.12 Kb
Downloads:
319
Comments:
2
This script implements the simplest player movement system. It works on the principle of becoming in the 1st point and moving to the 2nd. It can be used to simplify the movement of the player in those places where, for technical reasons, it will not...
[lua] 2DFX - creating light sources
Author:
Vladimir_P
File uploaded by:
Uploaded:
20 June 2017
File size:
471.37 Kb
Downloads:
608
Comments:
6
2DFX is a lua script that allows you to easily create light sources in the game. The creation of light sources is carried out through the INI file. This script is an improved version of my first script. As an example, the light sources in the bar a...
[lua] Creating 2DFX light coronas
Author:
Vladimir_P
File uploaded by:
Uploaded:
19 June 2017
File size:
1.58 Mb
Downloads:
285
Comments:
3
Script to simplify the creation of 2DFX light coronas in an ini file. The script reads the parameters from the ini file and draws light coronas based on them. No programming knowledge is required to create your own light coronas, I did everything fo...
Converting World Coordinates to Screen Coordinates
Author:
Vladimir_P
File uploaded by:
Uploaded:
16 June 2017
File size:
2.59 Kb
Downloads:
222
Comments:
2
This script is an example of the implementation of displaying on-screen objects (texture sprite, text, rectangles, etc.) with reference to the 3D coordinates of the game world. Its purpose is to explain to those who wish the principles of converting...
[lua] FPS - change frame limit
Author:
Vladimir_P
File uploaded by:
Uploaded:
25 March 2017
File size:
1011 bytes
Downloads:
8207
Comments:
11
Script that changes the frame rate (FPS) value of the limiter.
As you know, initially there is a limit of 30 frames / s, but in the game it turns out to be about 24.
As you know, initially there is a limit of 30 frames / s, but in the game it turns out to be about 24.