Up
  • EN
Sign in to the site
  • Mods and files
    • All files
    • Exclusives
    • Author files
    • Best files of the week
    • Upload file
  • News
  • Cheats
  • Articles
  • Guides
    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:
836
Total downloads: 836
Unique downloads: 398
10 / 10
12 people rated the file
Alex_Simonoff
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 alternative to Moonloader, but for GTA VC, based on DK22Pac's Plugin SDK.

If you're interested, the entire source code is located here

And on Github

You need to place all files with the .lua extension in the lualoader folder, which should be created in the game's root folder. The plugin.VC.asi file should be placed in the game's root.

If something doesn't work, the error will be logged in the log file located in the lualoader folder.

The plugin only works with game version 1.0.

Let's look at how a couple of functions work.

require("lualoader/mod")

function main()

while true do wait() -- delay

player = findplayer() -- get the player

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

then x,y,z = getcoordinates_on_y(player, 5) -- get the 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 the “H” key is pressed, a motorcycle is created, and the player is given a weapon — “Uzi”.

In total, there are over 230 functions. You can even write entire missions.

There is detailed information about scripts and functions in the VK group.

View the 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 - 2025 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