Show categories
Hide categories
Vladimir_P / Uploaded files / Mods for GTA San Andreas
New Mini Game Textures - Part 3
Author:
Vladimir_P
File uploaded by:
Uploaded:
30 September 2017
File size:
1.56 Mb
Downloads:
292
Comments:
2
Continuation of my work on replacing the textures of mini-games.
This mod contains new textures for the game Go Go Space Monkey
This mod contains new textures for the game Go Go Space Monkey
New Mini Game Textures - Part 2
Author:
Vladimir_P
File uploaded by:
Uploaded:
28 September 2017
File size:
1.19 Mb
Downloads:
210
Comments:
0
Continued work on replacing the standard textures of mini-games with better ones.
This mod replaced the textures for the game They Сraweled From Uranus
This mod replaced the textures for the game They Сraweled From Uranus
New mini game textures
Author:
Vladimir_P
File uploaded by:
Uploaded:
27 September 2017
File size:
1.52 Mb
Downloads:
285
Comments:
0
Texture replacement for two minigames:
Duality
Let's get ready for bumble
The textures have been redone based on publicly available images.
Background - 1024p
small objects - 256-512p
Duality
Let's get ready for bumble
The textures have been redone based on publicly available images.
Background - 1024p
small objects - 256-512p
[Lua] GTA SA Bonus Navigator
Author:
Vladimir_P
File uploaded by:
Uploaded:
5 September 2017
File size:
163.01 Kb
Downloads:
1105
Comments:
8
Who among us has not dreamed of completing GTA SA 100%? I think many. And everyone faced one of the difficulties: you need to paint over 100 graffiti, collect 50 horseshoes, oysters and take 50 photographs. There are many maps with location markers f...
[lua] GTA SA Process Killer
Author:
Vladimir_P
File uploaded by:
Uploaded:
28 August 2017
File size:
64.43 Kb
Downloads:
753
Comments:
1
Do you often encounter a problem when, after exiting gta sa, the process remains hanging? After all, the main problem of a hung process is that it will not allow you to restart the game. Using the Task Manager is extremely inconvenient. Existing proc...
[lua] HotCoffee toggle
Author:
Vladimir_P
File uploaded by:
Uploaded:
24 July 2017
File size:
1.77 Mb
Downloads:
734
Comments:
5
This script allows you to unblock and block HotCoffee. I think it is not necessary to go into detail here about what it is and what it gives. Switching is carried out by entering the code "HOTCOFFEE". Doesn't require starting a new game. Does not r...
[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...