Up
  • Mods and files
    • All files
    • Exclusives
    • Author files
    • Best files of the week
    • Upload file
  • News
  • Cheats
  • Articles
  • Guides
  • EN
New comments
GTA 6 GTA 5 GTA San Andreas GTA 4 GTA Vice City GTA 3 Red Dead Redemption 2 Red Dead Redemption Other games Mod Development Miscellaneous
  • Mods and files
  • GTA Vice City
  • Mods
  • Scripts
  • LuaLoader

LuaLoader

  • LuaLoader / GTA Vice City
  • LuaLoader / GTA Vice City
GTA Vice City / Mods / Scripts
Author:
Егор Щербанов
More details
Uploaded:
egor230 Subscribe You are subscribed
Size:
3.34 Mb
Files inside:
Files with known extensions that were found in the archive.
lua.exe, lua53.dll, luac.exe, mission 1.lua, misson 5.lua, misson 6.lua, misson 7.lua, misson 8.lua, misson 9.lua, mod.lua, test .lua, test.lua, wlua.exe, write_coordinate.lua, write_coordinate_camera.lua
More details
Uploaded:
27 June 2020
Downloads:
736
Total downloads: 736
Unique downloads: 324
10 / 10
11 people rated the file
Guest
Emircan1027
nikl1
K0T-19-2000
Torgett
Mr.Downloader
AnriTool
daniel 360
andre500
Shagg_E
DtCreater
No one has rated the file yet.
Download Download in Telegram Download in Discord
To favorites In favorites
  • 1593251874_lualoader-master.zip
    Virus check from Virustotal: the file is safe (view report)
    Download (3.34 MB)
  • github.com
    Download

LuaLoader is an analogue of Moonloader, only for GTA VC, based on Plugin SDK from DK22Pac.

Who cares, the entire source code is here

And on Github

You need to place all files with the .lua extension in the lualoader folder, which you need to create in the root folder of the game. The plugin.VC.asi file must be placed in the root of the game.

If something does not work, then the error will be written to the log file located in the lualoader folder.

The plugin only works with version 1.0 of the game.

Let's see how a couple of functions work.

require("lualoader/mod")

function main()

while true do wait() -- delay

player = findplayer() -- get player

if Keypress("VK_H") -- if the H key is pressed

then x,y,z = getcoordinates_on_y(player, 5) -- get player's current coordinates

car = Createcar("MODEL_PCJ600", x, y, z) -- create a motorcycle

Giveweaponped(player, 600, "uzi") -- and give the ped a weapon.

wait(300)

end

end

end

When you press the "H" key, a motorcycle is created, and the player is given a weapon - "Uzi".

More than 230 functions in total. You can even write entire missions.

The VK group has detailed information about scripts and functions.

Watch entire playlist

The file name and description have been translated. Show original (RU)Show translation (EN)
LuaLoader

LuaLoader — это аналог Moonloader, только для GTA VC, на основе Plugin SDK от DK22Pac.

Кому интересно, весь исходный код находится здесь

И на Github

Нужно поместить все файлы с расширением .lua в папку lualoader, которую нужно создать в корневой папке игры. Файл plugin.VC.asi нужно поместить в корень игры.

Если что-то не работает, то ошибка запишется в лог-файл, находящийся в папке lualoader.

Плагин работает только с версией игры 1.0.

Рассмотрим как работает пара функций.

require("lualoader/mod")

function main()

while true do wait() -- задержка

player = findplayer() -- получаем игрока

if Keypress("VK_H") -- если нажата клавиша H

then x,y,z = getcoordinates_on_y(player, 5) -- получаем текущие координаты игрока

car = Createcar("MODEL_PCJ600", x, y, z) -- создаём мотоцикл

Giveweaponped(player, 600, "uzi") -- и даём педу оружие.

wait(300)

end

end

end

При нажатии клавиши “H” создается мотоцикл, а игроку даётся оружие — “Узи”.

Всего более 230 функций. Можно писать даже целые миссии.

В группе ВК есть подробная информация о скриптах и функциях.

Смотреть весь плейлист

Comments 3
© 2008- LibertyCity
Creator and developer: Evgenii Sokolov
Copying materials without the permission of the administration or the respective owners is strictly prohibited.
Contact us
Mobile version Desktop version
Mods and files News and articles Cheats and guides Users
Click here for advanced file search